.gpce-cart-bubble-wrap{display:inline-block}
.gpce-cart-bubble-link{position:relative;display:inline-flex;align-items:center;text-decoration:none !important}
.gpce-cart-bubble-text{display:inline-block}
.gpce-cart-bubble-count{
    position:absolute;
    top:-8px;
    right:-14px;
    min-width:18px;
    height:18px;
    padding:0 5px;
    border-radius:999px;
    background:#e11d2e;
    color:#fff;
    font-size:11px;
    line-height:18px;
    text-align:center;
    font-weight:700;
    box-sizing:border-box;
    opacity:0;
    transform:scale(.7);
    transform-origin:center;
    pointer-events:none;
    transition:opacity .18s ease, transform .18s ease;
    box-shadow:0 6px 16px rgba(225,29,46,.28);
}
.gpce-cart-bubble-count.is-visible{opacity:1;transform:scale(1)}
.gpce-cart-bubble-count.is-bump{animation:gpceCartBubbleBump .34s ease}
.gpce-order-history-wrap{display:block;max-width:1120px;margin:0 auto 56px;padding:0 14px}
.gpce-order-history-card{background:#fff;border:1px solid rgba(15,35,55,.08);border-radius:24px;padding:26px;box-shadow:0 22px 70px rgba(5,22,40,.10);overflow:hidden}
.gpce-order-history-card--login{text-align:center;padding:44px 26px}
.gpce-order-history-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:22px}
.gpce-order-history-kicker{display:inline-flex;align-items:center;gap:6px;margin-bottom:8px;padding:5px 10px;border-radius:999px;background:#eef5ff;color:#0b5cab;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.gpce-order-history-title{margin:0;font-size:28px;line-height:1.15;letter-spacing:-.03em;color:#071a2e;font-weight:850}
.gpce-order-history-subtitle{margin:8px 0 0;color:#64748b;font-size:14px;line-height:1.5}
.gpce-order-history-stats{display:grid;grid-template-columns:repeat(2,minmax(100px,1fr));gap:10px;flex:0 0 auto}
.gpce-order-history-stat{padding:12px 14px;border:1px solid #e6edf5;border-radius:18px;background:linear-gradient(180deg,#f8fbff,#fff);text-align:center;min-width:108px}
.gpce-order-history-stat-value{display:block;color:#071a2e;font-size:18px;font-weight:850;line-height:1.2;white-space:nowrap}
.gpce-order-history-stat-label{display:block;margin-top:3px;color:#7b8aa0;font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}
.gpce-order-history-empty{margin:0;color:#6b7280}
.gpce-order-history-empty-state{margin-top:8px;padding:44px 20px;border:1px dashed #cbd5e1;border-radius:22px;background:linear-gradient(180deg,#f8fafc,#fff);text-align:center}
.gpce-order-history-empty-icon{width:52px;height:52px;margin:0 auto 14px;border-radius:18px;background:#eef5ff;display:flex;align-items:center;justify-content:center;font-size:24px}
.gpce-order-history-empty-state h4{margin:0 0 6px;font-size:20px;color:#071a2e;font-weight:850}
.gpce-order-history-empty-state p{margin:0 auto 18px;max-width:430px;color:#64748b;line-height:1.5}
.gpce-order-history-btn,.gpce-order-history-view{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;text-decoration:none!important;font-weight:800;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}
.gpce-order-history-btn{min-height:42px;padding:0 18px;background:#0b5cab;color:#fff!important;box-shadow:0 12px 24px rgba(11,92,171,.20)}
.gpce-order-history-btn:hover,.gpce-order-history-view:hover{transform:translateY(-1px)}
.gpce-order-history-table-wrap{border:1px solid #e6edf5;border-radius:20px;overflow:hidden;background:#fff}
.gpce-order-history-table{width:100%;border-collapse:separate;border-spacing:0;margin:0!important;font-size:14px}
.gpce-order-history-table th{padding:16px 18px;background:#071a2e;color:#eaf2fb;text-align:left;font-size:12px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;border:0!important;white-space:nowrap}
.gpce-order-history-table td{padding:16px 18px;border:0!important;border-bottom:1px solid #edf2f7!important;vertical-align:middle;color:#172033;background:#fff}
.gpce-order-history-table tbody tr:last-child td{border-bottom:0!important}
.gpce-order-history-table tbody tr:hover td{background:#f8fbff}
.gpce-order-history-order{font-weight:850;color:#0b5cab!important;text-decoration:none!important}
.gpce-order-history-date{display:block;font-weight:800;color:#172033;white-space:nowrap}
.gpce-order-history-time{display:block;margin-top:2px;color:#7b8aa0;font-size:12px}
.gpce-order-history-total{font-weight:900;color:#071a2e;white-space:nowrap}
.gpce-order-status-pill{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 11px;border-radius:999px;background:#eef5ff;color:#0b5cab;font-size:12px;font-weight:850;white-space:nowrap;border:1px solid rgba(11,92,171,.14)}
.gpce-order-status-pill.status-completed,.gpce-order-status-pill.status-approved{background:#ecfdf3;color:#047857;border-color:#bbf7d0}
.gpce-order-status-pill.status-pending,.gpce-order-status-pill.status-pending_client_confirmation,.gpce-order-status-pill.status-pending_supplier_confirmation,.gpce-order-status-pill.status-processing{background:#fff7ed;color:#c2410c;border-color:#fed7aa}
.gpce-order-status-pill.status-cancelled,.gpce-order-status-pill.status-rejected{background:#fef2f2;color:#b91c1c;border-color:#fecaca}
.gpce-order-history-actions-col{text-align:right!important}.gpce-order-history-actions{text-align:right}
.gpce-order-history-view{min-height:34px;padding:0 14px;background:#f1f5f9;color:#0f2a44!important;font-size:13px;box-shadow:none}
.gpce-order-history-view:hover{background:#e6eef7}
@media (max-width:760px){.gpce-order-history-wrap{padding:0 10px;margin-bottom:36px}.gpce-order-history-card{padding:18px;border-radius:22px}.gpce-order-history-head{display:block}.gpce-order-history-stats{margin-top:16px;grid-template-columns:repeat(2,1fr)}.gpce-order-history-title{font-size:24px}.gpce-order-history-table-wrap{border:0;background:transparent;overflow:visible}.gpce-order-history-table,.gpce-order-history-table thead,.gpce-order-history-table tbody,.gpce-order-history-table th,.gpce-order-history-table td,.gpce-order-history-table tr{display:block}.gpce-order-history-table thead{display:none}.gpce-order-history-table tbody tr{border:1px solid #e6edf5;border-radius:18px;background:#fff;margin-bottom:12px;padding:12px;box-shadow:0 10px 26px rgba(5,22,40,.06)}.gpce-order-history-table td{display:flex;justify-content:space-between;gap:14px;align-items:center;padding:9px 4px!important;border:0!important;background:transparent!important}.gpce-order-history-table td:before{content:attr(data-label);font-size:11px;text-transform:uppercase;letter-spacing:.07em;font-weight:850;color:#7b8aa0}.gpce-order-history-actions{text-align:left}.gpce-order-history-actions-col{text-align:left!important}}
.gpce-toast{
    position:fixed;
    right:22px;
    bottom:22px;
    z-index:99999;
    display:flex;
    align-items:flex-start;
    gap:14px;
    min-width:320px;
    max-width:min(92vw,430px);
    padding:16px 18px;
    border-radius:18px;
    color:#fff;
    box-shadow:0 20px 60px rgba(0,0,0,.24);
    opacity:0;
    transform:translateY(18px) scale(.98);
    transition:opacity .22s ease, transform .22s ease, box-shadow .22s ease;
    border:1px solid rgba(255,255,255,.14);
    font-size:14px;
    line-height:1.45;
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    overflow:hidden;
}
.gpce-toast.is-visible{opacity:1;transform:translateY(0) scale(1)}
.gpce-toast.is-success{background:linear-gradient(135deg,#0f7a3c,#22c55e)}
.gpce-toast.is-error{background:linear-gradient(135deg,#6e1111,#b91c1c);border-color:rgba(225,29,46,.38)}
.gpce-toast__icon{
    flex:0 0 42px;
    width:42px;
    height:42px;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.16);
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.12);
    font-size:18px;
    line-height:1;
}
.gpce-toast__content{flex:1 1 auto;min-width:0}
.gpce-toast__title{
    font-size:22px;
    font-weight:800;
    margin:0 0 4px;
    letter-spacing:-.02em;
    line-height:1.1;
}
.gpce-toast__message{
    font-size:15px;
    opacity:.96;
    word-break:break-word;
}
.gpce-toast__action{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:12px;
    padding:10px 16px;
    border-radius:999px;
    background:rgba(255,255,255,.16);
    color:#fff;
    text-decoration:none;
    font-size:13px;
    font-weight:800;
    transition:background .18s ease,transform .18s ease, box-shadow .18s ease;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.1);
}
.gpce-toast__action:hover{
    background:rgba(255,255,255,.24);
    transform:translateY(-1px);
    box-shadow:0 10px 20px rgba(0,0,0,.14), inset 0 0 0 1px rgba(255,255,255,.12);
}
.gpce-toast__close{
    flex:0 0 auto;
    width:34px;
    height:34px;
    border:0;
    background:rgba(255,255,255,.14);
    color:#fff;
    font-size:0;
    line-height:1;
    opacity:1;
    cursor:pointer;
    border-radius:999px;
    margin:0 0 0 2px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.1);
    transition:background .18s ease, transform .18s ease, box-shadow .18s ease;
    padding:0;
}
.gpce-toast__close svg{
    display:block;
    width:16px;
    height:16px;
    pointer-events:none;
}
.gpce-toast__close svg path{
    stroke:#fff;
    stroke-width:2.4;
    stroke-linecap:round;
}
.gpce-toast__close:hover{
    background:rgba(255,255,255,.24);
    transform:scale(1.06);
    box-shadow:0 8px 18px rgba(0,0,0,.18), inset 0 0 0 1px rgba(255,255,255,.14);
}
.gpce-cart-btn.is-loading{opacity:.75;pointer-events:none}
@keyframes gpceCartBubbleBump{
    0%{transform:scale(1)}
    35%{transform:scale(1.18)}
    70%{transform:scale(.94)}
    100%{transform:scale(1)}
}
@media (max-width:767px){
    .gpce-toast{left:12px;right:12px;bottom:12px;min-width:0;max-width:none;padding:13px 14px;border-radius:14px}
    .gpce-toast__title{font-size:14px}
    .gpce-toast__message{font-size:12px}
}


.gpce-account-page{color:#f8fbff}
            .gpce-account-shell{background:linear-gradient(180deg,#021121 0%, #04172d 100%);border-radius:28px;padding:28px;box-shadow:0 24px 70px rgba(2,12,28,.28)}
            .gpce-account-card{background:linear-gradient(180deg,#071d37 0%, #07172a 100%);border:1px solid rgba(110,152,214,.18);border-radius:28px;padding:28px}
            .gpce-account-hero{display:flex;gap:16px;justify-content:space-between;align-items:flex-start;margin-bottom:24px}
            .gpce-account-title{color:#fff;font-size:46px;line-height:1.05;font-weight:800;margin:0 0 10px}
            .gpce-account-subtitle{color:#afbdd2;margin:0;font-size:18px;max-width:700px}
            .gpce-account-logout{display:inline-flex;align-items:center;justify-content:center;min-width:160px;min-height:44px;height:44px;padding:0 18px;border-radius:14px;background:rgba(59,130,246,.18);color:#fff !important;text-decoration:none !important;border:1px solid rgba(96,165,250,.18);font-weight:700;box-sizing:border-box;text-align:center}

.gpce-account-hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.gpce-account-hero-actions > .gpce-account-save-top,
.gpce-account-hero-actions > .gpce-account-logout{
  flex:0 0 176px !important;
  width:176px !important;
  min-width:176px !important;
  max-width:176px !important;
  min-height:46px !important;
  height:46px !important;
  padding:0 18px !important;
  border-radius:14px !important;
  box-sizing:border-box !important;
}
.gpce-account-save-top{min-width:176px !important;min-height:46px !important;height:46px !important;padding:0 18px !important;border-radius:14px !important;box-sizing:border-box !important}
.gpce-account-logout{min-width:176px !important;min-height:46px !important;height:46px !important;padding:0 18px !important;border-radius:14px !important;box-sizing:border-box !important}
@media (max-width: 991px){.gpce-account-hero-actions{width:100%;justify-content:flex-start}}

            .gpce-account-grid{display:grid;grid-template-columns:1.3fr .9fr;gap:20px}
            .gpce-account-grid-guest{grid-template-columns:1fr 1fr}
            .gpce-account-panel{background:rgba(3,18,33,.72);border:1px solid rgba(110,152,214,.18);border-radius:24px;padding:24px}
            .gpce-account-panel-title{color:#fff;font-size:22px;font-weight:700;margin:0 0 16px}
            .gpce-account-kv{display:flex;flex-direction:column;gap:12px}
            .gpce-account-kv-row{display:flex;justify-content:space-between;gap:18px;padding:12px 0;border-bottom:1px solid rgba(110,152,214,.14)}
            .gpce-account-kv-row span{color:#afbdd2}.gpce-account-kv-row strong{color:#fff;text-align:right}
            .gpce-account-badges{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}
            .gpce-account-badge{display:inline-flex;align-items:center;min-height:38px;padding:0 14px;border-radius:999px;background:rgba(148,163,184,.15);border:1px solid rgba(148,163,184,.18);color:#e2e8f0;font-weight:700}
            .gpce-account-badge.is-active{background:linear-gradient(180deg,#4f9cff 0%, #2f7de7 100%);border-color:rgba(79,156,255,.55);color:#fff}
            .gpce-account-note{margin:0;color:#dbe9ff;line-height:1.6}
            .gpce-account-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:20px}
            .gpce-account-action{display:flex;flex-direction:column;gap:8px;min-height:124px;padding:20px;border-radius:22px;background:rgba(3,18,33,.72);border:1px solid rgba(110,152,214,.18);text-decoration:none !important;color:#fff !important;transition:transform .18s ease, border-color .18s ease, background .18s ease}
            .gpce-account-action:hover{transform:translateY(-2px);border-color:rgba(79,156,255,.45);background:rgba(7,29,55,.9)}
            .gpce-account-action.is-disabled{opacity:.7;pointer-events:none}
            .gpce-account-action-label{font-size:20px;font-weight:800;color:#fff}
            .gpce-account-action-sub{font-size:15px;color:#afbdd2;line-height:1.5}
            .gpce-account-list{margin:0;padding-left:18px;color:#dbe9ff;line-height:1.8}
            .gpce-account-login-wrap #loginform{display:flex;flex-direction:column;gap:12px}
            .gpce-account-login-wrap label{display:block;color:#dbe9ff;font-weight:600;margin-bottom:6px}
            .gpce-account-login-wrap input[type="text"],.gpce-account-login-wrap input[type="password"]{width:100%;height:48px;padding:0 14px;border-radius:14px;border:1px solid rgba(110,152,214,.22);background:#021121;color:#fff}
            .gpce-account-login-wrap .login-remember{display:flex;align-items:center;gap:8px;color:#dbe9ff}
            .gpce-account-login-wrap input[type="submit"]{height:48px;padding:0 18px;border:0;border-radius:14px;background:linear-gradient(180deg,#4f9cff 0%, #2f7de7 100%);color:#fff;font-weight:800;cursor:pointer}
            @media (max-width: 991px){.gpce-account-grid,.gpce-account-grid-guest,.gpce-account-actions{grid-template-columns:1fr}.gpce-account-hero{flex-direction:column}.gpce-account-title{font-size:36px}}
            @media (max-width: 767px){.gpce-account-shell,.gpce-account-card,.gpce-account-panel{border-radius:18px;padding:16px}.gpce-account-title{font-size:32px}.gpce-account-subtitle{font-size:16px}.gpce-account-kv-row{flex-direction:column;align-items:flex-start}.gpce-account-kv-row strong{text-align:left}}

.gpce-cart-page-wrap{color:#f8fbff}
        .gpce-cart-shell{background:linear-gradient(180deg,#021121 0%, #04172d 100%);border-radius:28px;padding:28px;box-shadow:0 24px 70px rgba(2,12,28,.28)}
        .gpce-cart-card{background:linear-gradient(180deg,#071d37 0%, #07172a 100%);border:1px solid rgba(110,152,214,.18);border-radius:30px;padding:34px}
        .gpce-cart-hero{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:26px}
        .gpce-cart-title{margin:0 0 10px;color:#fff;font-size:46px;line-height:1.04;font-weight:800;letter-spacing:-.03em}
        .gpce-cart-subtitle{margin:0;color:#afbdd2;font-size:17px}
        .gpce-cart-back-link,.gpce-cart-link,.gpce-cart-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:18px;text-decoration:none !important;font-weight:800;border:1px solid rgba(96,165,250,.18);transition:transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease, color .18s ease}
        .gpce-cart-back-link,.gpce-cart-link{background:linear-gradient(180deg,rgba(30,74,131,.82) 0%,rgba(19,53,97,.82) 100%);color:#fff !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}
        .gpce-cart-back-link:hover,.gpce-cart-link:hover{transform:translateY(-1px);border-color:rgba(116,182,255,.34);box-shadow:0 12px 26px rgba(4,18,38,.22), inset 0 1px 0 rgba(255,255,255,.08)}
        .gpce-cart-btn{background:linear-gradient(180deg,#5ea8ff 0%, #357fe8 100%);color:#fff;border:1px solid rgba(116,182,255,.3);cursor:pointer;box-shadow:0 14px 32px rgba(39,103,191,.26), inset 0 1px 0 rgba(255,255,255,.15)}
        .gpce-cart-btn:hover{transform:translateY(-1px);box-shadow:0 18px 36px rgba(39,103,191,.32), inset 0 1px 0 rgba(255,255,255,.16)}
        .gpce-cart-remove-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border-radius:999px;border:1px solid rgba(239,68,68,.24);background:rgba(239,68,68,.08);color:#ff8190;cursor:pointer;font-size:20px;font-weight:800;line-height:1;transition:transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease}
        .gpce-cart-remove-btn:hover{background:#dc2626;color:#fff;border-color:#dc2626;transform:scale(1.06)}
        .gpce-cart-link-danger{background:linear-gradient(180deg,rgba(24,39,58,.9) 0%,rgba(14,24,39,.9) 100%);border-color:rgba(110,152,214,.16);color:#ffb4be !important;box-shadow:none}
        .gpce-cart-link-danger:hover{border-color:rgba(239,68,68,.34);background:linear-gradient(180deg,rgba(58,25,34,.88) 0%,rgba(39,15,20,.88) 100%);color:#ffd3d9 !important}
        .gpce-cart-notice{margin:0 0 18px;padding:14px 16px;border-radius:16px;font-weight:700}
        .gpce-cart-notice.is-success{background:rgba(34,197,94,.14);border:1px solid rgba(34,197,94,.24);color:#dcfce7}
        .gpce-cart-notice.is-error{background:rgba(239,68,68,.14);border:1px solid rgba(239,68,68,.24);color:#fee2e2}
        .gpce-cart-empty-state{padding:24px;border-radius:18px;background:rgba(3,18,33,.72);border:1px solid rgba(110,152,214,.18);color:#dbe9ff}
        .gpce-cart-table-wrap{overflow-x:hidden;overflow-y:visible;border:1px solid rgba(110,152,214,.18);border-radius:26px;background:linear-gradient(180deg,rgba(5,20,39,.82) 0%,rgba(3,15,29,.82) 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}
        .gpce-cart-table{width:100%;border-collapse:collapse;table-layout:fixed;min-width:0}
        .gpce-cart-table th,.gpce-cart-table td{padding:22px 20px;border-bottom:1px solid rgba(110,152,214,.12);text-align:left;color:#fff;vertical-align:middle}
        .gpce-cart-table tbody tr:last-child td{border-bottom:0}
        .gpce-cart-table thead th{color:#d4def0;font-size:13px;text-transform:uppercase;letter-spacing:.11em;background:rgba(2,17,33,.72);font-weight:800}
        .gpce-cart-table th:nth-child(1),.gpce-cart-table td:nth-child(1){width:18%}
        .gpce-cart-table th:nth-child(2),.gpce-cart-table td:nth-child(2){width:12%}
        .gpce-cart-table th:nth-child(3),.gpce-cart-table td:nth-child(3){width:28%}
        .gpce-cart-table th:nth-child(4),.gpce-cart-table td:nth-child(4){width:13%}
        .gpce-cart-table th:nth-child(5),.gpce-cart-table td:nth-child(5){width:17%}
        .gpce-cart-table th:nth-child(6),.gpce-cart-table td:nth-child(6){width:9%}
        .gpce-cart-table th:nth-child(7),.gpce-cart-table td:nth-child(7){width:3%;text-align:right}
        .gpce-cart-table a{color:#93c5fd;text-decoration:none}
        .gpce-cart-reference{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 22px;border-radius:999px;background:linear-gradient(180deg,#2d66a8 0%, #1d4c84 100%);border:1px solid rgba(255,255,255,.12);color:#e7f1ff !important;font-weight:800;letter-spacing:.02em;box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 10px 22px rgba(1,12,32,.16)}
        .gpce-cart-brand-badge{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:999px;background:linear-gradient(180deg,rgba(30,62,108,.9) 0%,rgba(18,42,78,.9) 100%);border:1px solid rgba(255,255,255,.09);color:#fff;font-weight:800;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}
        .gpce-cart-product-name{font-size:15px;font-weight:700;color:#fff;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
        .gpce-cart-money{font-size:15px;font-weight:700;color:#f8fbff;white-space:nowrap}
        .gpce-cart-money--total{font-size:18px;font-weight:800}
        .gpce-cart-qty-box{display:inline-grid;grid-template-columns:46px 1fr 46px;align-items:center;width:180px;min-width:180px;height:52px;border-radius:999px;border:1px solid rgba(83,130,197,.34);background:linear-gradient(180deg,#153961 0%, #102f52 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 10px 22px rgba(1,12,32,.12);overflow:hidden}
        .gpce-cart-qty-btn{width:46px;height:52px;display:inline-flex;align-items:center;justify-content:center;border:0;background:rgba(255,255,255,.08);color:#e9f3ff;font-size:22px;font-weight:500;line-height:1;cursor:pointer;padding:0;transition:background .16s ease,color .16s ease}
        .gpce-cart-qty-btn:hover{background:rgba(255,255,255,.14);color:#fff}
        .gpce-cart-qty-input{width:100%;height:52px;padding:0 8px;border:0;background:transparent;color:#fff;text-align:center;font-size:28px;font-weight:800;line-height:52px;outline:none;box-shadow:none;-moz-appearance:textfield;appearance:textfield}
        .gpce-cart-qty-input::-webkit-outer-spin-button,.gpce-cart-qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
        .gpce-cart-footer{display:flex;justify-content:space-between;gap:24px;align-items:flex-end;margin-top:28px}
        .gpce-cart-footer-meta{display:flex;flex:1 1 auto}
        .gpce-cart-total-box{display:flex;flex-direction:column;justify-content:center;gap:12px;min-width:350px;min-height:144px;padding:28px 30px;border-radius:28px;background:linear-gradient(180deg,rgba(7,27,51,.96) 0%,rgba(3,16,31,.96) 100%);border:1px solid rgba(110,152,214,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 18px 38px rgba(2,12,28,.14)}
        .gpce-cart-total-box span{color:#dbe9ff;font-size:15px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}
        .gpce-cart-total-box strong{color:#fff;font-size:56px;line-height:1;letter-spacing:-.04em}
        .gpce-cart-footer-actions{display:flex;flex-direction:column;align-items:stretch;gap:14px;min-width:250px}
        .gpce-cart-footer-actions .gpce-cart-btn,.gpce-cart-footer-actions .gpce-cart-link{width:100%;min-height:56px;border-radius:0}
        .gpce-cart-btn--update{border-top-left-radius:16px !important;border-top-right-radius:16px !important;border-bottom-left-radius:16px !important;border-bottom-right-radius:16px !important}
        .gpce-cart-btn--ghost{border-top-left-radius:16px !important;border-top-right-radius:16px !important;border-bottom-left-radius:16px !important;border-bottom-right-radius:16px !important}
        .gpce-cart-clear-form{margin-top:14px}
        .gpce-cart-inline{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:4px 0 18px}
        .gpce-cart-qty input,.gpce-cart-inline input[type="number"]{width:88px;height:48px;padding:0 12px;border-radius:14px;border:1px solid rgba(110,152,214,.22);background:#fff;color:#111827}
        .gpce-loop-cart-inline{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
        .gpce-loop-cart-qty{width:78px;height:42px;padding:0 10px;border-radius:12px;border:1px solid rgba(110,152,214,.22);background:#fff;color:#111827}
        .gpce-cart-btn--small{padding:10px 14px;border-radius:12px;font-size:14px;line-height:1}
        .gpce-cart-link--small{font-size:13px;padding:10px 12px;border-radius:12px;background:rgba(37,99,235,.12);border:1px solid rgba(37,99,235,.16);text-decoration:none}
        .gpce-search-cart-cell,.gpce-stock-cart-cell{min-width:220px}
        @media (max-width: 1180px){.gpce-cart-table-wrap{overflow-x:auto}.gpce-cart-table{min-width:980px}.gpce-cart-table-wrap::-webkit-scrollbar{height:8px}.gpce-cart-table-wrap::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:999px}.gpce-cart-table-wrap::-webkit-scrollbar-thumb{background:rgba(116,182,255,.35);border-radius:999px}.gpce-cart-total-box strong{font-size:46px}}
        @media (max-width: 991px){.gpce-cart-card{padding:24px}.gpce-cart-hero,.gpce-cart-footer{flex-direction:column;align-items:flex-start}.gpce-cart-title{font-size:38px}.gpce-cart-footer-actions{width:100%;min-width:0}.gpce-cart-footer-actions .gpce-cart-btn,.gpce-cart-footer-actions .gpce-cart-link{max-width:320px}.gpce-cart-total-box{min-width:0;width:100%}}
        @media (max-width: 767px){.gpce-cart-shell,.gpce-cart-card{border-radius:18px;padding:16px}.gpce-cart-title{font-size:32px}.gpce-cart-table-wrap{overflow-x:auto}.gpce-cart-table{min-width:760px}.gpce-cart-table th,.gpce-cart-table td{padding:18px 16px}.gpce-cart-qty-box{width:166px;min-width:166px}.gpce-cart-qty-input{font-size:24px}.gpce-cart-total-box{padding:24px 22px;min-height:128px}.gpce-cart-total-box strong{font-size:40px}}

.gpce-stock-page{--gpce-stock-line:rgba(110,152,214,.18);--gpce-stock-text:#f8fbff;--gpce-stock-muted:#afbdd2;color:var(--gpce-stock-text)}
            .gpce-stock-shell{background:linear-gradient(180deg,#021121 0%, #04172d 100%);border-radius:28px;padding:28px;box-shadow:0 24px 70px rgba(2,12,28,.28)}
            .gpce-stock-card{background:linear-gradient(180deg,#071d37 0%, #07172a 100%);border:1px solid rgba(110,152,214,.18);border-radius:28px;padding:28px}
            .gpce-stock-title{color:#fff;font-size:48px;line-height:1.05;font-weight:800;margin:0 0 26px}
            .gpce-stock-panel{background:rgba(3,18,33,.72);border:1px solid var(--gpce-stock-line);border-radius:24px;padding:24px}
                        .gpce-stock-panel-subtitle{color:var(--gpce-stock-muted);margin:0 0 24px;font-size:18px;line-height:1.55}.gpce-stock-panel-subtitle strong{color:#ffffff;font-weight:800}.gpce-stock-panel-subtitle .gpce-stock-brand-name{display:inline-flex;align-items:center;padding:2px 10px;border-radius:999px;margin:0 4px;background:rgba(79,156,255,.16);border:1px solid rgba(96,165,250,.24);color:#fff;box-shadow:0 8px 22px rgba(23,76,150,.18)}
            .gpce-stock-guest-panel{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:38px 22px;border-radius:22px;border:1px solid rgba(96,165,250,.16);background:linear-gradient(180deg,rgba(8,24,45,.92) 0%,rgba(4,18,34,.86) 100%);text-align:center;box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}
            .gpce-stock-guest-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:999px;background:rgba(79,156,255,.14);border:1px solid rgba(96,165,250,.22);font-size:28px;box-shadow:0 14px 30px rgba(18,63,130,.18)}
            .gpce-stock-guest-text{margin:0;max-width:620px;color:#e8f1ff;font-size:19px;line-height:1.6;font-weight:600}
            .gpce-stock-guest-actions{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:12px;width:100%}
            .gpce-stock-page-btn--guest{min-width:180px}
            .gpce-stock-filters{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-bottom:20px;padding:14px 16px;border-radius:18px;background:linear-gradient(180deg,rgba(8,24,45,.88) 0%,rgba(4,18,34,.78) 100%);border:1px solid rgba(110,152,214,.12)}
            .gpce-stock-filter-label{color:#dbe9ff;font-weight:700;margin-right:6px;letter-spacing:.01em}
            .gpce-stock-filter-pill{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:14px;background:linear-gradient(180deg,rgba(25,62,116,.72) 0%,rgba(13,39,76,.72) 100%);color:#dbe9ff;text-decoration:none !important;border:1px solid rgba(96,165,250,.18);font-weight:800;letter-spacing:.01em;transition:all .18s ease;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
            .gpce-stock-filter-pill:hover,.gpce-stock-filter-pill.is-active{background:linear-gradient(180deg,#5aa6ff 0%, #2f7de7 100%);color:#fff;transform:translateY(-1px);box-shadow:0 12px 26px rgba(38,95,186,.28)}
            .gpce-stock-table-wrap{overflow:auto;border:1px solid var(--gpce-stock-line);border-radius:20px;background:linear-gradient(180deg,rgba(7,24,45,.92) 0%,rgba(4,18,34,.9) 100%)}
            .gpce-stock-table{width:100%;border-collapse:collapse;min-width:940px;background:rgba(5,18,35,.72);table-layout:fixed}
            .gpce-stock-table th,.gpce-stock-table td{padding:16px 14px;border-bottom:1px solid var(--gpce-stock-line);border-right:1px solid var(--gpce-stock-line);text-align:left;vertical-align:middle;color:#fff;overflow:hidden}
            .gpce-stock-table th:last-child,.gpce-stock-table td:last-child{border-right:0}
            .gpce-stock-table thead th{font-size:15px;font-weight:800;color:#dbe9ff;background:linear-gradient(180deg,rgba(11,29,54,.98) 0%,rgba(8,24,45,.95) 100%);letter-spacing:.015em}
            .gpce-stock-table tbody tr{transition:background .16s ease,transform .16s ease}.gpce-stock-table tbody tr:hover{background:rgba(59,130,246,.05)}

.gpce-stock-table th:nth-child(1),.gpce-stock-table td:nth-child(1){width:15%}
.gpce-stock-table th:nth-child(2),.gpce-stock-table td:nth-child(2){width:10%}
.gpce-stock-table th:nth-child(3),.gpce-stock-table td:nth-child(3){width:27%}
.gpce-stock-table th:nth-child(4),.gpce-stock-table td:nth-child(4){width:12%}
.gpce-stock-table th:nth-child(5),.gpce-stock-table td:nth-child(5){width:13%}
.gpce-stock-table th:nth-child(6),.gpce-stock-table td:nth-child(6){width:23%}

.gpce-stock-table thead th[data-sort]{cursor:pointer;user-select:none;position:relative;padding-right:34px;transition:background .18s ease,color .18s ease,box-shadow .18s ease}
.gpce-stock-table thead th[data-sort]::after{content:"↕";position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:14px;line-height:1;opacity:.6}
.gpce-stock-table thead th[data-sort]:hover{background:linear-gradient(180deg,rgba(21,42,73,.98) 0%,rgba(16,36,64,.98) 100%);color:#fff}
.gpce-stock-table thead th[data-sort][data-direction="asc"]{background:linear-gradient(180deg,rgba(45,98,176,.62) 0%,rgba(29,74,141,.58) 100%);color:#fff;box-shadow:inset 0 -2px 0 #74b6ff}
.gpce-stock-table thead th[data-sort][data-direction="asc"]::after{content:"↑";opacity:1}
.gpce-stock-table thead th[data-sort][data-direction="desc"]{background:linear-gradient(180deg,rgba(45,98,176,.62) 0%,rgba(29,74,141,.58) 100%);color:#fff;box-shadow:inset 0 -2px 0 #74b6ff}
.gpce-stock-table thead th[data-sort][data-direction="desc"]::after{content:"↓";opacity:1}
.gpce-stock-table-wrap{position:relative;overflow-x:auto;overflow-y:visible}
.gpce-stock-table thead th{position:sticky;top:0;z-index:5;box-shadow:none;transition:box-shadow .18s ease,background .18s ease,color .18s ease;backdrop-filter:blur(8px)}
.gpce-stock-table-wrap.is-sticky-active .gpce-stock-table thead th{box-shadow:0 12px 30px rgba(2,12,28,.28)}
.gpce-stock-table td.is-sorted{background:linear-gradient(180deg,rgba(77,163,255,.09) 0%,rgba(77,163,255,.05) 100%)}
.gpce-stock-table tbody tr:hover td.is-sorted{background:linear-gradient(180deg,rgba(77,163,255,.14) 0%,rgba(77,163,255,.08) 100%)}
.gpce-stock-table-wrap.is-scrolled-x{box-shadow:0 18px 40px rgba(2,12,28,.18),0 0 0 1px rgba(116,182,255,.08)}
            .gpce-stock-link{color:#fff !important;text-decoration:none !important;font-weight:700;transition:color .16s ease}
            .gpce-stock-name-link{font-weight:700}.gpce-stock-link:hover{color:#8cc2ff !important}
            .gpce-cart-page-wrap .gpce-stock-badge,.gpce-cart-shell .gpce-stock-badge,.gpce-order-history-wrap .gpce-stock-badge{display:inline-flex;align-items:center;gap:6px;color:#fff;font-weight:800;padding:6px 10px;border-radius:999px;background:rgba(20,48,86,.55);border:1px solid rgba(96,165,250,.16);white-space:nowrap}
            .gpce-stock-dash{color:#dbe9ff;font-size:20px;font-weight:700}
            .gpce-stock-cart-placeholder{display:flex;align-items:center;justify-content:center;min-height:44px;width:90px;border-radius:14px;background:#021121;border:1px solid rgba(96,165,250,.18)}
            .gpce-stock-empty{text-align:center;color:#dbe9ff;padding:28px 16px !important}
            .gpce-stock-pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:22px;flex-wrap:wrap}
            .gpce-stock-page-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:14px;background:linear-gradient(180deg,#4f9cff 0%, #2f7de7 100%);color:#fff !important;text-decoration:none !important;font-weight:700;box-shadow:0 12px 26px rgba(38,95,186,.2);transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}.gpce-stock-page-btn:hover{transform:translateY(-1px);box-shadow:0 16px 32px rgba(38,95,186,.26);filter:brightness(1.04)}
            .gpce-stock-page-status{color:#dbe9ff;font-weight:700}
            @media (max-width: 767px){.gpce-stock-shell,.gpce-stock-card,.gpce-stock-panel{border-radius:18px;padding:16px}.gpce-stock-title{font-size:34px;margin-bottom:18px}.gpce-stock-panel-subtitle{font-size:16px}.gpce-stock-filters{padding:12px}.gpce-stock-filter-label{width:100%;margin:0 0 4px}.gpce-stock-guest-panel{padding:28px 16px}.gpce-stock-guest-text{font-size:16px}}

.gpce-toast__close:focus-visible,
.gpce-toast__action:focus-visible{
    outline:2px solid rgba(255,255,255,.85);
    outline-offset:2px;
}
@media (max-width:640px){
    .gpce-toast{
        left:12px;
        right:12px;
        bottom:12px;
        max-width:none;
        min-width:0;
        padding:14px 14px;
        gap:12px;
    }
    .gpce-toast__title{font-size:19px}
    .gpce-toast__message{font-size:14px}
    .gpce-toast__icon{width:38px;height:38px;flex-basis:38px}
    .gpce-toast__close{width:32px;height:32px}
}


/* Toast v2 */
.gpce-toast{
    position:fixed;
    right:22px;
    bottom:22px;
    z-index:99999;
    display:flex;
    align-items:flex-start;
    gap:14px;
    min-width:320px;
    max-width:min(92vw,440px);
    padding:18px 20px;
    padding-right:56px;
    border-radius:22px;
    color:#fff;
    box-shadow:0 20px 60px rgba(0,0,0,.24);
    opacity:0;
    transform:translateY(18px) scale(.98);
    transition:opacity .22s ease, transform .22s ease, box-shadow .22s ease;
    border:1px solid rgba(255,255,255,.14);
    font-size:15px;
    line-height:1.45;
    backdrop-filter:blur(10px);
    -webkit-backdrop-filter:blur(10px);
    overflow:hidden;
}
.gpce-toast.is-visible{opacity:1;transform:translateY(0) scale(1)}
.gpce-toast.is-hiding{opacity:0;transform:translateY(10px) scale(.98)}
.gpce-toast.is-success{background:linear-gradient(135deg,#119345,#22c55e)}
.gpce-toast.is-error{background:linear-gradient(135deg,#7a1414,#dc2626);border-color:rgba(255,255,255,.14)}
.gpce-toast__icon{
    flex:0 0 48px;
    width:48px;
    height:48px;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.14);
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.12);
    font-size:20px;
    line-height:1;
}
.gpce-toast__content{flex:1 1 auto;min-width:0}
.gpce-toast__title{
    margin:0 0 4px;
    font-size:18px;
    line-height:1.15;
    font-weight:800;
    letter-spacing:-.01em;
}
.gpce-toast__message{
    margin:0;
    font-size:15px;
    line-height:1.5;
    color:rgba(255,255,255,.98);
    word-break:break-word;
}
.gpce-toast__action{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:40px;
    margin-top:14px;
    padding:0 18px;
    border-radius:999px;
    background:rgba(255,255,255,.14);
    color:#fff !important;
    text-decoration:none !important;
    font-weight:700;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.10);
    transition:transform .18s ease, background .18s ease, box-shadow .18s ease;
}
.gpce-toast__action:hover,
.gpce-toast__action:focus{
    background:rgba(255,255,255,.22);
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.18);
    transform:translateY(-1px);
}
button.gpce-toast__close,
.gpce-toast__close{
    appearance:none;
    -webkit-appearance:none;
    position:absolute;
    top:12px;
    right:12px;
    width:34px;
    height:34px;
    min-width:34px;
    min-height:34px;
    margin:0;
    padding:0;
    border:none !important;
    border-radius:999px !important;
    background:rgba(255,255,255,.16) !important;
    color:transparent !important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.10);
    display:flex !important;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    line-height:1;
    font-size:0;
    text-indent:-9999px;
    overflow:hidden;
    transition:transform .18s ease, background .18s ease, box-shadow .18s ease;
}
button.gpce-toast__close::before,
.gpce-toast__close::before{
    content:none !important;
}
button.gpce-toast__close,
.gpce-toast__close{
    color:#fff !important;
    font-size:22px;
    font-weight:700;
    text-indent:0;
}
button.gpce-toast__close span,
.gpce-toast__close span{
    display:block !important;
    color:#fff !important;
    font-size:22px;
    font-weight:700;
    line-height:1;
    transform:translateY(-1px);
}
button.gpce-toast__close:hover,
button.gpce-toast__close:focus,
.gpce-toast__close:hover,
.gpce-toast__close:focus{
    background:rgba(255,255,255,.26) !important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.18);
    transform:scale(1.06);
}
button.gpce-toast__close span,
button.gpce-toast__close i,
.gpce-toast__close span,
.gpce-toast__close i{display:none !important}
.gpce-toast__timer{
    position:absolute;
    left:0;
    bottom:0;
    height:3px;
    width:100%;
    background:rgba(255,255,255,.30);
    transform-origin:left center;
}
.gpce-toast.is-visible .gpce-toast__timer{
    animation:gpceToastTimer var(--gpce-toast-duration,4200ms) linear forwards;
}
@keyframes gpceToastTimer{
    from{transform:scaleX(1)}
    to{transform:scaleX(0)}
}
@media (max-width: 640px){
    .gpce-toast{
        left:14px;
        right:14px;
        bottom:14px;
        max-width:none;
        min-width:0;
        padding:16px 18px 18px;
        padding-right:52px;
        border-radius:18px;
    }
    .gpce-toast__title{font-size:17px}
    .gpce-toast__message{font-size:14px}
}



/* v5.13.46 stock items upgrade */
.gpce-stock-table{
    min-width:940px;
}
.gpce-stock-cart-cell{
    min-width:220px !important;
}
.gpce-stock-cart-shell{
    display:block !important;
    width:100% !important;
}
.gpce-stock-cart-shell .gpce-loop-cart-form{
    margin:0 !important;
}
.gpce-stock-cart-shell .gpce-loop-cart-inline{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:8px !important;
    flex-wrap:nowrap !important;
}
.gpce-stock-cart-shell .gpce-loop-qty-box{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    width:118px !important;
    height:42px !important;
    padding:0 10px !important;
    border-radius:14px !important;
    border:1px solid rgba(67,122,198,.45) !important;
    background:#000b2a !important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.02) !important;
}
.gpce-stock-cart-shell .gpce-loop-qty-btn{
    width:22px !important;
    height:22px !important;
    border:0 !important;
    background:transparent !important;
    color:#ffffff !important;
    font-size:26px !important;
    line-height:1 !important;
    font-weight:700 !important;
    padding:0 !important;
    cursor:pointer !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
}
.gpce-stock-cart-shell .gpce-loop-cart-qty{
    width:28px !important;
    min-width:28px !important;
    height:26px !important;
    padding:0 !important;
    border:0 !important;
    background:transparent !important;
    color:#ffffff !important;
    text-align:center !important;
    font-size:20px !important;
    line-height:1 !important;
    font-weight:700 !important;
    -moz-appearance:textfield !important;
    appearance:textfield !important;
    box-shadow:none !important;
}
.gpce-stock-cart-shell 
.gpce-loop-cart-qty{
    -moz-appearance:textfield !important;
    appearance:textfield !important;
    background-image:none !important;
}
.gpce-loop-cart-qty::-webkit-outer-spin-button,
.gpce-stock-cart-shell .gpce-loop-cart-qty::-webkit-inner-spin-button{
    -webkit-appearance:none !important;
    margin:0 !important;
}
.gpce-stock-cart-shell .gpce-cart-btn--search.gpce-cart-btn--small{
    height:42px !important;
    min-width:118px !important;
    padding:0 14px !important;
    font-size:14px !important;
    line-height:42px !important;
    white-space:nowrap !important;
}

@media (max-width: 767px){
    .gpce-stock-table{min-width:0 !important}
    .gpce-stock-table thead{display:none !important}
    .gpce-stock-table,
    .gpce-stock-table tbody,
    .gpce-stock-table tr,
    .gpce-stock-table td{
        display:block !important;
        width:100% !important;
    }
    .gpce-stock-table tr{
        padding:14px !important;
        border-bottom:1px solid var(--gpce-stock-line) !important;
    }
    .gpce-stock-table td{
        border:0 !important;
        padding:0 !important;
        background:transparent !important;
    }
    .gpce-stock-table td[data-label="Reference"],
    .gpce-stock-table td[data-label="Brand"]{
        display:inline-block !important;
        width:auto !important;
        margin:0 10px 8px 0 !important;
        vertical-align:middle !important;
    }
    .gpce-stock-table td[data-label="Name"]{
        display:block !important;
        width:100% !important;
        margin:2px 0 10px !important;
    }
    .gpce-stock-table td[data-label="Price"],
    .gpce-stock-table td[data-label="Stock"]{
        display:inline-block !important;
        width:auto !important;
        margin:0 12px 10px 0 !important;
        vertical-align:middle !important;
    }
    .gpce-stock-cart-cell{
        display:block !important;
        width:100% !important;
        margin-top:10px !important;
        min-width:0 !important;
    }
    .gpce-stock-cart-shell .gpce-loop-cart-inline{
        flex-wrap:wrap !important;
        gap:8px !important;
    }
    .gpce-stock-cart-shell .gpce-loop-qty-box{
        width:112px !important;
        height:40px !important;
        padding:0 10px !important;
        border-radius:10px !important;
    }
    .gpce-stock-cart-shell .gpce-loop-cart-qty{
        width:30px !important;
        min-width:30px !important;
        font-size:18px !important;
    }
    .gpce-stock-cart-shell .gpce-loop-qty-btn{
        width:20px !important;
        height:20px !important;
        font-size:20px !important;
    }
    .gpce-stock-cart-shell .gpce-cart-btn--search.gpce-cart-btn--small{
        height:40px !important;
        min-width:140px !important;
        padding:0 14px !important;
        font-size:13px !important;
        border-radius:10px !important;
        flex:1 1 auto !important;
    }
}


.gpce-cart-back-link,.gpce-cart-link,.gpce-cart-btn{transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}
.gpce-cart-back-link:hover,.gpce-cart-link:hover,.gpce-cart-btn:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(2,12,28,.22)}
.gpce-cart-link-danger{color:#ffd7dc !important;border-color:rgba(239,68,68,.22)}
.gpce-cart-link-danger:hover{background:rgba(239,68,68,.18);border-color:rgba(239,68,68,.34)}
.gpce-cart-table-wrap{box-shadow:0 18px 36px rgba(2,12,28,.16), inset 0 1px 0 rgba(255,255,255,.02)}
.gpce-cart-table thead th{font-size:12px;letter-spacing:.1em;position:sticky;top:0;z-index:1}
.gpce-cart-table tbody tr{transition:background .18s ease, transform .18s ease, box-shadow .18s ease}
.gpce-cart-table tbody tr:hover{background:rgba(255,255,255,.035)}
.gpce-cart-table tbody tr:hover .gpce-cart-product-name{color:#fff}
.gpce-cart-col--money{text-align:right}
.gpce-cart-col--remove{text-align:center}
.gpce-cart-reference{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:rgba(77,163,255,.12);border:1px solid rgba(77,163,255,.18);color:#dbeafe !important;font-weight:800;letter-spacing:.02em;text-decoration:none !important}
.gpce-cart-brand-badge{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;background:rgba(148,163,184,.14);border:1px solid rgba(148,163,184,.18);color:#e5eefc;font-weight:700;font-size:12px;letter-spacing:.06em;text-transform:uppercase}
.gpce-cart-product-name{font-size:15px;font-weight:700;line-height:1.45;color:#eef6ff}
.gpce-cart-money{display:inline-block;font-weight:700;color:#eef6ff}
.gpce-cart-money--total{font-size:16px;color:#fff}
.gpce-cart-qty-box{width:146px;min-width:146px;height:42px;padding:0 6px;border-radius:999px;background:linear-gradient(180deg,#03153d 0%, #041030 100%);border-color:rgba(96,165,250,.26);transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease}
.gpce-cart-qty-box.is-focused,.gpce-cart-qty-box.is-dirty{border-color:rgba(77,163,255,.52);box-shadow:0 0 0 4px rgba(77,163,255,.12), inset 0 0 0 1px rgba(77,163,255,.12)}
.gpce-cart-qty-btn{width:32px;height:32px;border-radius:999px;background:rgba(255,255,255,.04);transition:background .18s ease, transform .18s ease, color .18s ease}
.gpce-cart-qty-btn:hover{opacity:1;background:rgba(255,255,255,.1);transform:scale(1.06)}
.gpce-cart-qty-input{width:44px;height:36px;font-size:16px;line-height:36px}
.gpce-cart-remove-btn{width:34px;height:34px;font-size:18px;border-radius:10px;background:rgba(239,68,68,.08);border-color:rgba(239,68,68,.32);box-shadow:none}
.gpce-cart-remove-btn:hover{background:rgba(220,38,38,.22);color:#fff;transform:translateY(-1px)}
.gpce-cart-remove-btn.is-loading{opacity:.7;pointer-events:none}
.gpce-cart-footer{margin-top:22px;align-items:stretch}
.gpce-cart-total-box{min-width:260px;padding:20px 22px;border-radius:22px;background:linear-gradient(180deg,rgba(8,26,47,.96) 0%, rgba(4,19,36,.96) 100%);box-shadow:0 18px 36px rgba(2,12,28,.18)}
.gpce-cart-total-box span{font-size:12px;text-transform:uppercase;letter-spacing:.1em}
.gpce-cart-total-box strong{font-size:32px}
.gpce-cart-footer-actions{display:flex;align-items:flex-end}
.gpce-cart-btn--update{min-width:156px;box-shadow:0 18px 30px rgba(47,125,231,.28)}
.gpce-cart-actions-secondary{display:flex;justify-content:flex-end;margin-top:12px}
@media (max-width: 991px){.gpce-cart-total-box{min-width:0;width:100%}.gpce-cart-footer-actions,.gpce-cart-actions-secondary{width:100%}.gpce-cart-btn--update,.gpce-cart-link-danger{width:100%}}
@media (max-width: 767px){.gpce-cart-table th,.gpce-cart-table td{padding:14px 12px}.gpce-cart-reference{padding:0 10px;font-size:12px}.gpce-cart-brand-badge{font-size:11px}.gpce-cart-product-name{font-size:14px}.gpce-cart-qty-box{width:128px;min-width:128px;height:40px}.gpce-cart-qty-input{width:38px}}

/* ===== Cart UI refresh v2 ===== */
.gpce-cart-page-wrap{
    --gpce-cart-line: rgba(91,136,201,.16);
    --gpce-cart-line-strong: rgba(116,182,255,.22);
    --gpce-cart-soft: #adc3e6;
    --gpce-cart-text: #f5f9ff;
    --gpce-cart-bg-1: #031326;
    --gpce-cart-bg-2: #051a31;
    --gpce-cart-card-1: #041a33;
    --gpce-cart-card-2: #04162b;
    color: var(--gpce-cart-text);
}
.gpce-cart-shell{
    background: linear-gradient(180deg, var(--gpce-cart-bg-1) 0%, var(--gpce-cart-bg-2) 100%);
    border: 1px solid rgba(55,103,170,.16);
    border-radius: 34px;
    padding: 30px;
    box-shadow: 0 32px 80px rgba(2,12,28,.32);
}
.gpce-cart-card{
    background: linear-gradient(180deg, rgba(4,29,58,.98) 0%, rgba(4,22,43,.98) 100%);
    border: 1px solid var(--gpce-cart-line-strong);
    border-radius: 34px;
    padding: 28px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.02);
}
.gpce-cart-hero{
    align-items: center;
    margin-bottom: 24px;
}
.gpce-cart-title{
    margin-bottom: 10px;
    font-size: 44px;
    letter-spacing: -.03em;
}
.gpce-cart-subtitle{
    color: var(--gpce-cart-soft);
    font-size: 16px;
}
.gpce-cart-back-link,
.gpce-cart-link,
.gpce-cart-btn{
    min-height: 48px;
    padding: 0 18px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: -.01em;
}
.gpce-cart-back-link{
    min-width: 176px;
    background: linear-gradient(180deg, rgba(19,59,111,.74) 0%, rgba(11,41,80,.74) 100%);
    border: 1px solid rgba(96,165,250,.24);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
.gpce-cart-btn{
    background: linear-gradient(180deg,#63abff 0%, #347fed 100%);
    box-shadow: 0 16px 32px rgba(52,127,237,.26);
}
.gpce-cart-link-danger{
    background: linear-gradient(180deg, rgba(255,255,255,.04) 0%, rgba(255,255,255,.02) 100%);
}
.gpce-cart-table-wrap{
    border-radius: 26px;
    border-color: var(--gpce-cart-line-strong);
    background: linear-gradient(180deg, rgba(2,19,38,.9) 0%, rgba(2,15,30,.84) 100%);
    box-shadow: 0 22px 44px rgba(2,12,28,.22), inset 0 1px 0 rgba(255,255,255,.02);
}
.gpce-cart-table{
    min-width: 860px;
    table-layout: fixed;
}
.gpce-cart-table th,
.gpce-cart-table td{
    padding: 18px 16px;
    border-bottom: 1px solid var(--gpce-cart-line);
}
.gpce-cart-table thead th{
    color: #e2edff;
    font-size: 12px;
    letter-spacing: .12em;
    background: linear-gradient(180deg, rgba(5,27,52,.96) 0%, rgba(3,19,38,.96) 100%);
}
.gpce-cart-table tbody tr:last-child td{
    border-bottom: 0;
}
.gpce-cart-table tbody tr:hover{
    background: rgba(255,255,255,.03);
}
.gpce-cart-table th:nth-child(1), .gpce-cart-table td:nth-child(1){width:18%}
.gpce-cart-table th:nth-child(2), .gpce-cart-table td:nth-child(2){width:13%}
.gpce-cart-table th:nth-child(3), .gpce-cart-table td:nth-child(3){width:25%}
.gpce-cart-table th:nth-child(4), .gpce-cart-table td:nth-child(4){width:14%}
.gpce-cart-table th:nth-child(5), .gpce-cart-table td:nth-child(5){width:16%}
.gpce-cart-table th:nth-child(6), .gpce-cart-table td:nth-child(6){width:14%}
.gpce-cart-reference{
    min-height: 38px;
    padding: 0 16px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(40,89,149,.46) 0%, rgba(21,61,108,.46) 100%);
    border: 1px solid rgba(96,165,250,.22);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
.gpce-cart-brand-badge{
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: linear-gradient(180deg, rgba(81,112,154,.28) 0%, rgba(59,82,116,.24) 100%);
    border: 1px solid rgba(148,163,184,.18);
    color: #fff;
    font-size: 13px;
}
.gpce-cart-product-name{
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}
.gpce-cart-money{
    font-size: 16px;
    font-weight: 800;
    white-space: nowrap;
}
.gpce-cart-money--total{
    font-size: 18px;
}
.gpce-cart-col--qty,
.gpce-cart-col--money,
.gpce-cart-col--total{
    white-space: nowrap;
}
.gpce-cart-qty-box{
    width: 160px;
    min-width: 160px;
    height: 46px;
    padding: 0 7px;
    border-radius: 999px;
    background: linear-gradient(180deg,#05204a 0%, #041839 100%);
    border: 1px solid rgba(96,165,250,.24);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}
.gpce-cart-qty-btn{
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255,255,255,.9) 0%, rgba(235,238,243,.9) 100%);
    color: #21324e;
    font-size: 18px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(0,0,0,.16);
}
.gpce-cart-qty-btn:hover{
    background: #fff;
    color: #10213c;
    transform: translateY(-1px);
}
.gpce-cart-qty-input{
    width: 52px;
    height: 38px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 38px;
}
.gpce-cart-remove-btn{
    width: 38px;
    height: 38px;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255,255,255,.95) 0%, rgba(238,240,244,.95) 100%);
    border: 0;
    color: #b23b48;
    box-shadow: 0 12px 24px rgba(0,0,0,.16);
}
.gpce-cart-remove-btn:hover{
    background: linear-gradient(180deg, #ff7c8b 0%, #ef5060 100%);
    color: #fff;
    transform: translateY(-1px);
}
.gpce-cart-footer{
    margin-top: 24px;
    align-items: flex-end;
}
.gpce-cart-footer-meta{
    flex: 1 1 auto;
}
.gpce-cart-total-box{
    min-width: 280px;
    max-width: 320px;
    padding: 22px 24px;
    border-radius: 24px;
    border: 1px solid rgba(96,165,250,.18);
    background: linear-gradient(180deg, rgba(4,24,47,.96) 0%, rgba(2,18,36,.96) 100%);
    box-shadow: 0 22px 42px rgba(2,12,28,.22);
}
.gpce-cart-total-box span{
    color: #d6e6ff;
}
.gpce-cart-total-box strong{
    font-size: 40px;
    letter-spacing: -.03em;
}
.gpce-cart-footer-actions{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.gpce-cart-btn--update{
    min-width: 170px;
    min-height: 50px;
}
.gpce-cart-actions-secondary{
    justify-content: flex-end;
    margin-top: 14px;
}
.gpce-cart-actions-secondary .gpce-cart-link-danger{
    min-width: 170px;
    min-height: 48px;
    color: #ffdce1 !important;
}
@media (max-width: 991px){
    .gpce-cart-shell,
    .gpce-cart-card{
        border-radius: 26px;
    }
    .gpce-cart-title{
        font-size: 38px;
    }
    .gpce-cart-footer,
    .gpce-cart-hero{
        flex-direction: column;
        align-items: stretch;
    }
    .gpce-cart-back-link,
    .gpce-cart-btn--update,
    .gpce-cart-actions-secondary .gpce-cart-link-danger,
    .gpce-cart-total-box{
        width: 100%;
        max-width: none;
    }
}
@media (max-width: 767px){
    .gpce-cart-shell{
        padding: 18px;
    }
    .gpce-cart-card{
        padding: 18px;
    }
    .gpce-cart-title{
        font-size: 34px;
    }
    .gpce-cart-subtitle{
        font-size: 15px;
    }
    .gpce-cart-table{
        min-width: 760px;
    }
    .gpce-cart-table th,
    .gpce-cart-table td{
        padding: 15px 12px;
    }
    .gpce-cart-qty-box{
        width: 144px;
        min-width: 144px;
        height: 44px;
    }
    .gpce-cart-qty-btn{
        width: 34px;
        height: 34px;
    }
    .gpce-cart-qty-input{
        width: 44px;
        font-size: 20px;
    }
    .gpce-cart-total-box strong{
        font-size: 34px;
    }
}


/* Cart UI v2 override */
.gpce-cart-page-wrap{
    color:#f8fbff;
}
.gpce-cart-shell{
    background:linear-gradient(180deg,#031427 0%,#04172d 100%);
    border-radius:34px;
    padding:34px;
    box-shadow:0 30px 80px rgba(2,12,28,.34);
}
.gpce-cart-card{
    background:radial-gradient(circle at top left,rgba(30,91,168,.14),transparent 30%),linear-gradient(180deg,#061c35 0%,#05172d 100%);
    border:1px solid rgba(110,152,214,.18);
    border-radius:32px;
    padding:32px;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
}
.gpce-cart-hero{margin-bottom:26px;align-items:center}
.gpce-cart-title{font-size:48px;letter-spacing:-.03em;margin:0 0 10px}
.gpce-cart-subtitle{font-size:17px;color:#b7c6da}
.gpce-cart-back-link,.gpce-cart-link,.gpce-cart-btn{
    min-height:52px;
    padding:0 24px;
    border-radius:18px;
    font-weight:800;
    letter-spacing:-.01em;
    transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;
}
.gpce-cart-back-link:hover,.gpce-cart-link:hover,.gpce-cart-btn:hover{transform:translateY(-1px)}
.gpce-cart-back-link{
    background:linear-gradient(180deg,rgba(32,84,151,.72) 0%,rgba(20,58,110,.72) 100%);
    border:1px solid rgba(96,165,250,.22);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.06);
}
.gpce-cart-table-wrap{
    position:relative;
    overflow-x:auto;
    overflow-y:hidden;
    border:1px solid rgba(110,152,214,.18);
    border-radius:28px;
    background:linear-gradient(180deg,rgba(4,18,34,.94) 0%,rgba(3,16,30,.94) 100%);
    box-shadow:0 18px 42px rgba(2,12,28,.18), inset 0 1px 0 rgba(255,255,255,.03);
    scrollbar-width:thin;
    scrollbar-color:rgba(124,167,229,.45) rgba(255,255,255,.06);
}
.gpce-cart-table-wrap::-webkit-scrollbar{height:8px}
.gpce-cart-table-wrap::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:999px}
.gpce-cart-table-wrap::-webkit-scrollbar-thumb{background:linear-gradient(90deg,rgba(107,166,247,.65),rgba(77,122,205,.65));border-radius:999px}
.gpce-cart-table{width:100%;min-width:1060px;border-collapse:separate;border-spacing:0}
.gpce-cart-table thead th{
    position:sticky;
    top:0;
    z-index:2;
    padding:22px 18px;
    background:linear-gradient(180deg,rgba(8,25,46,.98) 0%,rgba(6,21,40,.96) 100%);
    color:#dce7f8;
    font-size:13px;
    letter-spacing:.12em;
    text-transform:uppercase;
    border-bottom:1px solid rgba(110,152,214,.16);
}
.gpce-cart-table tbody td{
    padding:22px 18px;
    border-bottom:1px solid rgba(110,152,214,.12);
    font-size:16px;
}
.gpce-cart-table tbody tr:last-child td{border-bottom:0}
.gpce-cart-table tbody tr{transition:background .18s ease, box-shadow .18s ease}
.gpce-cart-table tbody tr:hover{background:rgba(59,130,246,.04)}
.gpce-cart-reference{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:0 22px;
    border-radius:999px;
    background:linear-gradient(180deg,#1f4f86 0%, #173d68 100%);
    border:1px solid rgba(255,255,255,0.12);
    color:#e7f1ff !important;
    font-weight:800;
    font-size:15px;
    letter-spacing:.03em;
    text-decoration:none !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 22px rgba(0,0,0,.18);
    white-space:nowrap;
}
.gpce-cart-brand-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:40px;
    padding:0 14px;
    border-radius:999px;
    background:linear-gradient(180deg,rgba(32,63,104,.92) 0%,rgba(18,40,72,.92) 100%);
    border:1px solid rgba(255,255,255,.08);
    color:#fff;
    font-weight:800;
    letter-spacing:.04em;
}
.gpce-cart-product-name{font-weight:800;color:#fff;font-size:16px;letter-spacing:-.01em}
.gpce-cart-money{font-weight:800;font-size:18px;color:#f2f7ff;white-space:nowrap}
.gpce-cart-money--total{font-size:19px}
.gpce-cart-col--qty{text-align:center}
.gpce-cart-col--remove{text-align:right}
.gpce-cart-qty-box{
    display:inline-flex;
    align-items:center;
    justify-content:space-between;
    width:174px;
    min-width:174px;
    height:48px;
    padding:0 10px;
    border-radius:999px;
    background:linear-gradient(180deg,rgba(16,50,90,.9) 0%,rgba(10,34,64,.92) 100%);
    border:1px solid rgba(98,157,243,.22);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 10px 24px rgba(2,12,28,.16);
}
.gpce-cart-qty-btn{
    width:36px;
    height:36px;
    border-radius:999px;
    border:0;
    background:rgba(255,255,255,.06);
    color:#fff;
    font-size:18px;
    font-weight:800;
}
.gpce-cart-qty-btn:hover{background:rgba(255,255,255,.12);opacity:1}
.gpce-cart-qty-input{
    width:56px;
    height:36px;
    background:transparent;
    border:0;
    color:#fff;
    font-size:21px;
    font-weight:800;
    text-align:center;
}
.gpce-cart-remove-btn{
    width:36px;
    height:36px;
    border-radius:999px;
    background:rgba(255,77,77,.08);
    border:1px solid rgba(255,92,112,.28);
    color:#ff6e7f;
    font-size:18px;
    box-shadow:none;
}
.gpce-cart-remove-btn:hover{background:#dc2626;color:#fff;transform:translateY(-1px) scale(1.02)}
.gpce-cart-footer{
    display:flex;
    justify-content:space-between;
    gap:24px;
    align-items:flex-end;
    margin-top:28px;
}
.gpce-cart-footer-meta{display:flex;align-items:stretch;flex:1 1 auto}
.gpce-cart-total-box{
    min-width:320px;
    padding:26px 28px;
    border-radius:24px;
    background:radial-gradient(circle at top left,rgba(69,131,220,.12),transparent 38%),linear-gradient(180deg,rgba(5,22,43,.96) 0%,rgba(3,16,31,.96) 100%);
    border:1px solid rgba(110,152,214,.18);
    box-shadow:0 18px 42px rgba(2,12,28,.18), inset 0 1px 0 rgba(255,255,255,.03);
}
.gpce-cart-total-box span{
    color:#d2deef;
    text-transform:uppercase;
    letter-spacing:.12em;
    font-size:13px;
    font-weight:800;
}
.gpce-cart-total-box strong{
    margin-top:10px;
    color:#fff;
    font-size:42px;
    line-height:1.02;
    letter-spacing:-.03em;
}
.gpce-cart-footer-actions{
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:14px;
    min-width:220px;
}
.gpce-cart-btn--update,.gpce-cart-btn--ghost{
    width:220px;
    justify-content:center;
}
.gpce-cart-btn--update{
    background:linear-gradient(180deg,#5aa6ff 0%,#2f7de7 100%);
    box-shadow:0 16px 32px rgba(38,95,186,.28);
}
.gpce-cart-btn--ghost,
.gpce-cart-link-danger{
    background:linear-gradient(180deg,rgba(255,255,255,.08) 0%,rgba(255,255,255,.04) 100%);
    border:1px solid rgba(255,255,255,.12);
    color:#f2b9bf !important;
    box-shadow:none;
}
.gpce-cart-btn--ghost:hover,.gpce-cart-link-danger:hover{background:rgba(255,255,255,.1);color:#ffd7dc !important}
@media (max-width: 991px){
    .gpce-cart-shell,.gpce-cart-card{padding:22px;border-radius:24px}
    .gpce-cart-title{font-size:38px}
    .gpce-cart-footer,.gpce-cart-hero{flex-direction:column;align-items:flex-start}
    .gpce-cart-footer-actions{width:100%;align-items:stretch}
    .gpce-cart-btn--update,.gpce-cart-btn--ghost{width:100%}
    .gpce-cart-total-box{min-width:0;width:100%}
}
@media (max-width: 767px){
    .gpce-cart-shell,.gpce-cart-card{padding:16px;border-radius:18px}
    .gpce-cart-title{font-size:32px}
    .gpce-cart-subtitle{font-size:15px}
    .gpce-cart-back-link{width:100%}
    .gpce-cart-table{min-width:920px}
    .gpce-cart-table thead th,.gpce-cart-table tbody td{padding:16px 14px}
    .gpce-cart-reference{min-height:38px;padding:0 18px;font-size:14px}
    .gpce-cart-brand-badge{min-height:36px;padding:0 12px;font-size:12px}
    .gpce-cart-money{font-size:16px}
    .gpce-cart-money--total{font-size:17px}
    .gpce-cart-qty-box{width:152px;min-width:152px;height:44px}
    .gpce-cart-qty-btn{width:32px;height:32px}
    .gpce-cart-qty-input{width:46px;font-size:18px}
    .gpce-cart-total-box strong{font-size:34px}
}

/* === Cart UI override: premium qty pill + red remove button === */
.gpce-cart-col--qty{
  width:180px;
  text-align:center;
}

.gpce-cart-qty-box{
  display:flex;
  align-items:center;
  width:190px;
  min-width:190px;
  height:52px;
  margin:0 auto;
  padding:0;
  border-radius:999px;
  overflow:hidden;
  background:linear-gradient(180deg, rgba(33,73,121,0.96) 0%, rgba(21,50,88,0.96) 100%);
  border:1px solid rgba(93,146,220,0.34);
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.08), 0 8px 20px rgba(0,0,0,0.18);
}

.gpce-cart-qty-btn{
  appearance:none;
  -webkit-appearance:none;
  width:56px;
  min-width:56px;
  height:52px;
  flex:0 0 56px;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  color:#e8f1ff !important;
  font-size:28px;
  font-weight:400;
  line-height:1;
  padding:0;
  margin:0;
  box-shadow:none !important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:background .18s ease, color .18s ease;
}

.gpce-cart-qty-btn:hover{
  background:rgba(255,255,255,0.06) !important;
}

.gpce-cart-qty-btn:first-child{
  border-right:1px solid rgba(255,255,255,0.08) !important;
}

.gpce-cart-qty-btn:last-child{
  border-left:1px solid rgba(255,255,255,0.08) !important;
}

.gpce-cart-qty-input{
  appearance:none;
  -webkit-appearance:none;
  flex:1 1 auto;
  width:auto;
  min-width:0;
  height:52px;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  background:rgba(8,28,52,0.18) !important;
  color:#ffffff !important;
  text-align:center;
  font-size:30px;
  font-weight:700;
  padding:0 8px;
}

.gpce-cart-col--remove{
  width:74px;
  text-align:center;
}

.gpce-cart-remove,
.gpce-cart-remove-btn,
.gpce-cart-remove button,
button.gpce-cart-remove-btn{
  appearance:none;
  -webkit-appearance:none;
  width:38px;
  height:38px;
  min-width:38px;
  padding:0 !important;
  margin:0 auto;
  border-radius:999px !important;
  border:1px solid rgba(255, 92, 92, 0.28) !important;
  background:linear-gradient(180deg, rgba(255,78,78,0.16) 0%, rgba(166,22,22,0.14) 100%) !important;
  color:#ff6b6b !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.06), 0 6px 16px rgba(120,0,0,0.18);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:18px !important;
  font-weight:700 !important;
  line-height:1;
  cursor:pointer;
  transition:transform .16s ease, background .16s ease, color .16s ease, border-color .16s ease;
}

.gpce-cart-remove:hover,
.gpce-cart-remove-btn:hover,
.gpce-cart-remove button:hover,
button.gpce-cart-remove-btn:hover{
  transform:translateY(-1px);
  background:linear-gradient(180deg, #ff5b5b 0%, #db3131 100%) !important;
  border-color:rgba(255, 120, 120, 0.55) !important;
  color:#fff !important;
}

.gpce-cart-remove:active,
.gpce-cart-remove-btn:active,
.gpce-cart-remove button:active,
button.gpce-cart-remove-btn:active{
  transform:translateY(0);
}

@media (max-width: 767px){
  .gpce-cart-col--qty{width:auto;}
  .gpce-cart-qty-box{width:170px;min-width:170px;height:46px;}
  .gpce-cart-qty-btn{width:50px;min-width:50px;height:46px;font-size:24px;}
  .gpce-cart-qty-input{height:46px;font-size:24px;}
}

.gpce-toast__action--button{appearance:none;-webkit-appearance:none;background:none;border:0;padding:0;margin-top:8px;cursor:pointer;}

/* v6.1.1 cart debounce + toast cleanup */
.gpce-cart-row.is-pending-update .gpce-cart-qty-box{
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.14),0 0 0 3px rgba(96,165,250,.18),0 10px 22px rgba(1,12,32,.12) !important;
}
.gpce-cart-row.is-pending-update .gpce-cart-qty-input{
  color:#ffffff !important;
}
.gpce-cart-row.is-pending-update .gpce-cart-qty-btn{
  background:rgba(255,255,255,.12) !important;
}
.gpce-toast{
  right:20px !important;
  bottom:20px !important;
  left:auto !important;
  width:min(430px, calc(100vw - 24px)) !important;
  max-width:min(430px, calc(100vw - 24px)) !important;
  min-width:0 !important;
  padding:16px 52px 16px 16px !important;
  border-radius:18px !important;
  align-items:flex-start !important;
  gap:12px !important;
}
.gpce-toast__content{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
}
.gpce-toast__title{
  font-size:17px !important;
  margin:0 0 4px !important;
}
.gpce-toast__message{
  font-size:14px !important;
  line-height:1.45 !important;
  margin:0 !important;
}
.gpce-toast__icon{
  width:38px !important;
  height:38px !important;
  flex:0 0 38px !important;
  font-size:17px !important;
}
.gpce-toast__icon svg{
  display:block !important;
  width:18px !important;
  height:18px !important;
}
.gpce-toast__icon svg path,
.gpce-toast__icon svg circle{
  stroke:#fff !important;
  stroke-width:2.2 !important;
  stroke-linecap:round !important;
  stroke-linejoin:round !important;
  fill:none !important;
}
.gpce-toast__action,
button.gpce-toast__action,
.gpce-toast__action--button{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin-top:10px !important;
  padding:9px 14px !important;
  border-radius:999px !important;
  border:1px solid rgba(255,255,255,.2) !important;
  background:rgba(255,255,255,.16) !important;
  color:#fff !important;
  font-size:13px !important;
  font-weight:800 !important;
  line-height:1 !important;
  text-decoration:none !important;
  cursor:pointer !important;
  box-shadow:none !important;
}
.gpce-toast__action:hover,
button.gpce-toast__action:hover,
.gpce-toast__action--button:hover{
  background:rgba(255,255,255,.24) !important;
  transform:translateY(-1px) !important;
}
button.gpce-toast__close,
.gpce-toast__close{
  position:absolute !important;
  top:12px !important;
  right:12px !important;
  width:30px !important;
  height:30px !important;
  min-width:30px !important;
  padding:0 !important;
  border-radius:999px !important;
  border:1px solid rgba(255,255,255,.14) !important;
  background:rgba(255,255,255,.12) !important;
}
button.gpce-toast__close svg,
.gpce-toast__close svg{
  display:block !important;
  width:14px !important;
  height:14px !important;
}
button.gpce-toast__close svg path,
.gpce-toast__close svg path{
  stroke:#fff !important;
  stroke-width:2.2 !important;
  stroke-linecap:round !important;
}
@media (max-width: 640px){
  .gpce-toast{
    left:12px !important;
    right:12px !important;
    bottom:12px !important;
    width:auto !important;
    max-width:none !important;
  }
}

/* v6.1.3 clear cart visual polish */
button.gpce-cart-link.gpce-cart-link-danger.gpce-cart-btn--ghost{
    width:270px !important;
    height:60px !important;
    border-radius:18px !important;
    border:1px solid rgba(255,110,110,0.22) !important;
    background:linear-gradient(180deg,rgba(255,70,70,0.12) 0%,rgba(255,70,70,0.06) 100%) !important;
    color:#ffd0d0 !important;
    font-size:16px !important;
    font-weight:700 !important;
    letter-spacing:.6px !important;
    text-transform:uppercase !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.04),0 10px 24px rgba(0,0,0,0.18) !important;
    transition:background .18s ease,color .18s ease,border-color .18s ease,transform .18s ease,box-shadow .18s ease !important;
}
button.gpce-cart-link.gpce-cart-link-danger.gpce-cart-btn--ghost:hover{
    background:linear-gradient(180deg,rgba(255,80,80,0.20) 0%,rgba(255,80,80,0.10) 100%) !important;
    border-color:rgba(255,130,130,0.35) !important;
    color:#ffffff !important;
    transform:translateY(-1px);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.05),0 14px 28px rgba(0,0,0,0.22) !important;
}
button.gpce-cart-link.gpce-cart-link-danger.gpce-cart-btn--ghost:active{
    transform:translateY(0) scale(.98) !important;
}
@media (max-width: 768px){
    button.gpce-cart-link.gpce-cart-link-danger.gpce-cart-btn--ghost{
        width:100% !important;
    }
}

/* v6.1.4 desktop cart no-scroll layout */
.gpce-cart-table-wrap{
  overflow-x:hidden !important;
  overflow-y:visible !important;
}
.gpce-cart-table,
.gpce-cart-table table{
  width:100% !important;
  min-width:0 !important;
  table-layout:auto !important;
  border-collapse:separate !important;
  border-spacing:0 !important;
}
.gpce-cart-table th,
.gpce-cart-table td{
  vertical-align:middle !important;
  white-space:nowrap !important;
}
.gpce-cart-table th:nth-child(1),
.gpce-cart-table td:nth-child(1){
  width:130px !important;
}
.gpce-cart-table th:nth-child(2),
.gpce-cart-table td:nth-child(2){
  width:110px !important;
}
.gpce-cart-table th:nth-child(3),
.gpce-cart-table td:nth-child(3){
  width:auto !important;
  min-width:180px !important;
}
.gpce-cart-table td:nth-child(3){
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}
.gpce-cart-table th:nth-child(4),
.gpce-cart-table td:nth-child(4){
  width:120px !important;
}
.gpce-cart-table th:nth-child(5),
.gpce-cart-table td:nth-child(5){
  width:170px !important;
  text-align:center !important;
}
.gpce-cart-table th:nth-child(6),
.gpce-cart-table td:nth-child(6){
  width:120px !important;
}
.gpce-cart-table th:nth-child(7),
.gpce-cart-table td:nth-child(7){
  width:56px !important;
  text-align:center !important;
  padding-right:12px !important;
}
.gpce-cart-qty-box{
  min-width:180px !important;
  max-width:180px !important;
  width:180px !important;
}
.gpce-cart-table tr,
.gpce-cart-table td{
  overflow:visible !important;
}
.gpce-account-grid-account{grid-template-columns:minmax(320px,.85fr) minmax(520px,1.15fr);align-items:start}
.gpce-account-panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}
.gpce-account-panel-form{min-width:0}
.gpce-account-section{padding-top:18px;border-top:1px solid rgba(110,152,214,.14);margin-top:18px}
.gpce-account-section:first-of-type{padding-top:0;border-top:0;margin-top:0}
.gpce-account-section-title{margin:0 0 14px;color:#dbe9ff;font-size:16px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.gpce-account-form{display:flex;flex-direction:column;gap:0}
.gpce-account-form-grid{display:grid;gap:14px}
.gpce-account-form-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.gpce-account-form-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.gpce-account-field{display:flex;flex-direction:column;gap:8px;min-width:0}
.gpce-account-field-full{grid-column:1 / -1}
.gpce-account-field span{color:#afbdd2;font-size:13px;font-weight:700;letter-spacing:.02em}
.gpce-account-field input,.gpce-account-field select{width:100%;height:48px;padding:0 14px;border-radius:14px;border:1px solid rgba(110,152,214,.22);background:#021121;color:#fff;box-shadow:none}
.gpce-account-field input:focus,.gpce-account-field select:focus{outline:none;border-color:rgba(79,156,255,.55);box-shadow:0 0 0 3px rgba(79,156,255,.14)}
.gpce-account-form-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:22px;padding-top:18px;border-top:1px solid rgba(110,152,214,.14)}
.gpce-account-form-message{color:#afbdd2;min-height:22px;font-weight:600}
.gpce-account-form-message.is-success{color:#b8f7cf}.gpce-account-form-message.is-error{color:#ffc6c6}
.gpce-account-save{display:inline-flex;align-items:center;justify-content:center;min-width:180px;height:52px;padding:0 20px;border:0;border-radius:16px;background:linear-gradient(180deg,#4f9cff 0%, #2f7de7 100%);color:#fff;font-weight:800;cursor:pointer;box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 14px 28px rgba(23,73,145,.22)}
.gpce-account-save.is-loading{opacity:.8;pointer-events:none}

.gpce-account-status-inline{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:6px 12px;border-radius:999px;border:1px solid rgba(110,152,214,.18);background:rgba(255,255,255,.05);font-size:13px;font-weight:800;letter-spacing:.02em}
.gpce-account-status-inline.is-complete{color:#b8f7cf;background:rgba(58,163,98,.16);border-color:rgba(88,209,131,.24)}
.gpce-account-status-inline.is-incomplete{color:#ffd5a5;background:rgba(210,128,34,.16);border-color:rgba(255,176,92,.24)}
.gpce-account-kv-row strong.gpce-account-status-inline{text-align:center}
.gpce-account-check{display:flex;align-items:center;gap:12px;color:#fff;font-weight:700;cursor:pointer}
.gpce-account-check input{width:18px;height:18px;accent-color:#4f9cff}
.gpce-account-shipping-section{overflow:hidden;transition:max-height .25s ease,opacity .25s ease,margin-top .25s ease,padding-top .25s ease}
.gpce-account-shipping-section.is-hidden{max-height:0;opacity:0;margin-top:0;padding-top:0;border-top:0;pointer-events:none}
.gpce-account-shipping-section.is-open{max-height:1200px;opacity:1}
@media (max-width: 1199px){.gpce-account-grid-account{grid-template-columns:1fr}.gpce-account-form-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 767px){.gpce-account-panel-head,.gpce-account-form-actions{flex-direction:column;align-items:stretch}.gpce-account-form-grid-2,.gpce-account-form-grid-3{grid-template-columns:1fr}.gpce-account-save{width:100%}}


/* =========================
   GPCE ACCOUNT PREMIUM UI
   ========================= */
.gpce-account-page .gpce-account-panel,
.gpce-account-page .gpce-account-panel-form,
.gpce-account-page .gpce-account-card{
  background:linear-gradient(180deg, rgba(7,22,42,0.96) 0%, rgba(4,18,34,0.98) 100%) !important;
  border:1px solid rgba(120,190,255,0.10) !important;
  box-shadow:0 18px 44px rgba(0,0,0,0.32), inset 0 1px 0 rgba(255,255,255,0.03) !important;
  border-radius:22px !important;
  backdrop-filter:blur(8px) !important;
}
.gpce-account-page .gpce-account-panel-title,
.gpce-account-page .gpce-account-section-title{
  color:#ffffff !important;
  letter-spacing:0.04em !important;
  text-transform:uppercase !important;
}
.gpce-account-page .gpce-account-section-title{
  font-size:13px !important;
  font-weight:800 !important;
  margin:0 0 14px 0 !important;
  padding-bottom:10px !important;
  border-bottom:1px solid rgba(130,185,255,0.12) !important;
  position:relative !important;
}
.gpce-account-page .gpce-account-section-title::after{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  bottom:-1px !important;
  width:68px !important;
  height:1px !important;
  background:linear-gradient(90deg, rgba(70,190,255,0.95), rgba(70,190,255,0)) !important;
}
.gpce-account-page .gpce-account-section{
  margin-bottom:22px !important;
  padding-bottom:4px !important;
}
.gpce-account-page .gpce-account-form-grid,
.gpce-account-page .gpce-account-form-grid-2,
.gpce-account-page .gpce-account-form-grid-3{
  display:grid !important;
  gap:18px 16px !important;
  align-items:start !important;
}
.gpce-account-page .gpce-account-form-grid-2{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
.gpce-account-page .gpce-account-form-grid-3{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
.gpce-account-page .gpce-account-field,
.gpce-account-page .gpce-account-field-full{
  position:relative !important;
  min-width:0 !important;
}
.gpce-account-page .gpce-account-field span{
  display:block !important;
  margin:0 0 8px 2px !important;
  color:rgba(203,224,244,0.86) !important;
  font-size:12px !important;
  line-height:1.2 !important;
  font-weight:700 !important;
  letter-spacing:0.02em !important;
  text-transform:none !important;
}
.gpce-account-page .gpce-account-field input,
.gpce-account-page .gpce-account-field select,
.gpce-account-page .gpce-account-field textarea{
  all:unset !important;
  display:block !important;
  width:100% !important;
  box-sizing:border-box !important;
  background:linear-gradient(180deg, rgba(15,36,57,0.96) 0%, rgba(10,27,43,0.98) 100%) !important;
  border:1px solid rgba(150,210,255,0.12) !important;
  border-radius:12px !important;
  min-height:50px !important;
  padding:13px 15px !important;
  color:#ffffff !important;
  font-size:14px !important;
  line-height:1.35 !important;
  font-family:inherit !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.025), inset 0 -1px 0 rgba(0,0,0,0.18) !important;
  transition:border-color .22s ease, box-shadow .22s ease, transform .18s ease, background .22s ease !important;
  appearance:none !important;
  -webkit-appearance:none !important;
  -moz-appearance:none !important;
}
.gpce-account-page .gpce-account-field input:hover,
.gpce-account-page .gpce-account-field select:hover,
.gpce-account-page .gpce-account-field textarea:hover{
  border-color:rgba(120,205,255,0.22) !important;
  background:linear-gradient(180deg, rgba(17,40,64,0.98) 0%, rgba(11,30,49,0.99) 100%) !important;
}
.gpce-account-page .gpce-account-field input:focus,
.gpce-account-page .gpce-account-field select:focus,
.gpce-account-page .gpce-account-field textarea:focus{
  border-color:rgba(77,198,255,0.7) !important;
  box-shadow:0 0 0 4px rgba(52,177,255,0.14), 0 10px 24px rgba(0,0,0,0.18), inset 0 1px 0 rgba(255,255,255,0.035) !important;
  transform:translateY(-1px) !important;
  outline:none !important;
}
.gpce-account-page .gpce-account-field input::placeholder,
.gpce-account-page .gpce-account-field textarea::placeholder{
  color:rgba(180,205,228,0.36) !important;
}
.gpce-account-page .gpce-account-field-full{grid-column:1 / -1 !important;}
.gpce-account-page .gpce-account-section-shipping-toggle,
.gpce-account-page .gpce-account-check{
  margin-top:4px !important;
  padding:14px 16px !important;
  border-radius:14px !important;
  background:linear-gradient(180deg, rgba(11,31,49,0.84), rgba(9,24,40,0.92)) !important;
  border:1px solid rgba(132,186,232,0.10) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.02) !important;
}
.gpce-account-page .gpce-account-check{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  margin:0 !important;
  color:#f4f9ff !important;
  font-size:14px !important;
  font-weight:700 !important;
  cursor:pointer !important;
}
.gpce-account-page .gpce-account-check input[type="checkbox"]{
  all:revert !important;
  width:18px !important;
  height:18px !important;
  min-height:18px !important;
  accent-color:#3fc3ff !important;
  border-radius:4px !important;
  flex:0 0 auto !important;
  margin:0 !important;
}
.gpce-account-page .gpce-account-form-actions{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:16px !important;
  margin-top:22px !important;
  padding-top:18px !important;
  border-top:1px solid rgba(110,152,214,.14) !important;
}
.gpce-account-page .gpce-account-save,
.gpce-account-page .gpce-account-form button[type="submit"],
.gpce-account-page .gpce-account-form input[type="submit"]{
  min-height:48px !important;
  padding:0 20px !important;
  border:0 !important;
  border-radius:12px !important;
  color:#fff !important;
  font-weight:800 !important;
  font-size:14px !important;
  letter-spacing:0.02em !important;
  background:linear-gradient(135deg, #10b8ff 0%, #0d8dff 52%, #0b6fff 100%) !important;
  box-shadow:0 12px 26px rgba(10,120,255,0.24), inset 0 1px 0 rgba(255,255,255,0.18) !important;
  transition:transform .18s ease, box-shadow .18s ease, filter .18s ease !important;
}
.gpce-account-page .gpce-account-save:hover,
.gpce-account-page .gpce-account-form button[type="submit"]:hover,
.gpce-account-page .gpce-account-form input[type="submit"]:hover{
  transform:translateY(-1px) !important;
  filter:brightness(1.04) !important;
  box-shadow:0 16px 34px rgba(10,120,255,0.30), inset 0 1px 0 rgba(255,255,255,0.22) !important;
}
.gpce-account-page .gpce-account-status-inline{
  border-radius:999px !important;
  padding:7px 12px !important;
  font-size:12px !important;
  font-weight:800 !important;
  letter-spacing:0.02em !important;
}
.gpce-account-page .gpce-account-status-inline.is-complete{
  border:1px solid rgba(114,233,173,0.18) !important;
  background:linear-gradient(180deg, rgba(17,109,69,0.95), rgba(12,84,53,0.98)) !important;
  color:#dcfff0 !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,0.06) !important;
}
@media (max-width:1199px){
  .gpce-account-page .gpce-account-form-grid-3{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width:767px){
  .gpce-account-page .gpce-account-panel,
  .gpce-account-page .gpce-account-panel-form,
  .gpce-account-page .gpce-account-card{border-radius:18px !important;}
  .gpce-account-page .gpce-account-panel-head,
  .gpce-account-page .gpce-account-form-actions{flex-direction:column !important;align-items:stretch !important;}
  .gpce-account-page .gpce-account-form-grid-2,
  .gpce-account-page .gpce-account-form-grid-3{grid-template-columns:1fr !important;gap:14px !important;}
  .gpce-account-page .gpce-account-field-full{grid-column:auto !important;}
  .gpce-account-page .gpce-account-section{margin-bottom:18px !important;}
  .gpce-account-page .gpce-account-save,
  .gpce-account-page .gpce-account-form button[type="submit"],
  .gpce-account-page .gpce-account-form input[type="submit"]{width:100% !important;}
}


/* GPCE searchable country select */
.gpce-account-page select.gpce-native-country-select{display:none !important;visibility:hidden !important;position:absolute !important;left:-9999px !important;top:auto !important;width:1px !important;height:1px !important;min-height:1px !important;padding:0 !important;margin:0 !important;border:0 !important;opacity:0 !important;pointer-events:none !important}
.gpce-account-page .gpce-country-select{position:relative}
.gpce-account-page .gpce-country-select-trigger{width:100%;min-height:50px;padding:13px 44px 13px 15px;border-radius:12px;border:1px solid rgba(150,210,255,.12);background:linear-gradient(180deg, rgba(15,36,57,.96) 0%, rgba(10,27,43,.98) 100%);color:#fff;text-align:left;box-shadow:inset 0 1px 0 rgba(255,255,255,.025), inset 0 -1px 0 rgba(0,0,0,.18);position:relative;cursor:pointer}
.gpce-account-page .gpce-country-select-trigger:after{content:"";position:absolute;right:16px;top:50%;width:10px;height:10px;border-right:2px solid rgba(203,224,244,.8);border-bottom:2px solid rgba(203,224,244,.8);transform:translateY(-65%) rotate(45deg);transition:transform .18s ease}
.gpce-account-page .gpce-country-select.is-open .gpce-country-select-trigger:after{transform:translateY(-35%) rotate(-135deg)}
.gpce-account-page .gpce-country-select-trigger:hover{border-color:rgba(120,205,255,.22);background:linear-gradient(180deg, rgba(17,40,64,.98) 0%, rgba(11,30,49,.99) 100%)}
.gpce-account-page .gpce-country-select-trigger:focus{outline:none;border-color:rgba(77,198,255,.7);box-shadow:0 0 0 4px rgba(52,177,255,.14),0 10px 24px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.035)}
.gpce-account-page .gpce-country-select-panel{display:none;position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:60;border-radius:16px;border:1px solid rgba(120,190,255,.16);background:linear-gradient(180deg, rgba(7,22,42,.98) 0%, rgba(4,18,34,.995) 100%);box-shadow:0 18px 44px rgba(0,0,0,.38);padding:10px}
.gpce-account-page .gpce-country-select.is-open .gpce-country-select-panel{display:block}
.gpce-account-page .gpce-country-select-search-wrap{margin-bottom:8px}
.gpce-account-page .gpce-country-select-search{width:100%;min-height:44px;padding:10px 12px;border-radius:12px;border:1px solid rgba(150,210,255,.12);background:#0a1b2b;color:#fff;box-shadow:none}
.gpce-account-page .gpce-country-select-search:focus{outline:none;border-color:rgba(77,198,255,.7);box-shadow:0 0 0 3px rgba(52,177,255,.12)}
.gpce-account-page .gpce-country-select-list{max-height:260px;overflow:auto;padding-right:4px}
.gpce-account-page .gpce-country-select-option{display:block;width:100%;padding:11px 12px;border:0;border-radius:10px;background:transparent;color:#eaf4ff;text-align:left;cursor:pointer}
.gpce-account-page .gpce-country-select-option:hover,.gpce-account-page .gpce-country-select-option:focus{background:rgba(79,156,255,.16);outline:none}
.gpce-account-page .gpce-country-select-option.is-selected{background:linear-gradient(135deg, rgba(16,184,255,.22) 0%, rgba(13,141,255,.18) 100%);color:#fff;font-weight:700}
.gpce-account-page .gpce-country-select-empty{padding:12px;color:#afbdd2}
.gpce-account-page .gpce-country-select.is-disabled .gpce-country-select-trigger{opacity:.55;cursor:not-allowed}
@media (max-width: 767px){.gpce-account-page .gpce-country-select-panel{position:static;margin-top:8px}}


/* GPCE Request Access */
.gpce-account-panel-request .gpce-account-note-request{margin:0 0 18px;color:#cfe1f5}
.gpce-access-request-form .gpce-account-field textarea{width:100%;min-height:116px;padding:14px 15px;border-radius:14px;resize:vertical}
.gpce-account-request-actions{align-items:center}
.gpce-account-request-submit{min-width:210px}
.gpce-access-request-form .gpce-account-form-grid{margin-top:0}
@media (max-width:767px){.gpce-account-request-submit{width:100%}}

/* GPCE Request Access Modal */
.gpce-account-note-request-sub{margin:0 0 18px;color:#aecded}
.gpce-account-field-hp{position:absolute!important;left:-9999px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;pointer-events:none!important}
.gpce-account-request-cta-wrap{margin-top:22px}
.gpce-account-request-open{min-width:180px}
.gpce-account-modal[hidden]{display:none!important}
.gpce-account-modal{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;padding:24px}
.gpce-account-modal-backdrop{position:absolute;inset:0;background:rgba(2,12,24,.72);backdrop-filter:blur(4px)}
.gpce-account-modal-dialog{position:relative;z-index:2;width:min(760px,100%);max-height:min(88vh,920px);overflow:auto;padding:28px;border-radius:24px;background:linear-gradient(180deg, rgba(7,22,42,.98) 0%, rgba(4,18,34,.99) 100%);border:1px solid rgba(120,190,255,.14);box-shadow:0 30px 80px rgba(0,0,0,.45)}
.gpce-account-modal-head{margin-bottom:18px;padding-right:72px}
.gpce-account-modal-title{margin:0 0 6px;color:#fff;font-size:32px;line-height:1.05;font-weight:800}
.gpce-account-modal-subtitle{margin:0;color:#b7d0e8}
.gpce-account-modal-close{position:absolute!important;right:16px!important;top:16px!important;left:auto!important;width:46px;height:46px;padding:0;border:1px solid rgba(145,198,255,.16);border-radius:999px;background:linear-gradient(180deg, rgba(255,255,255,.11) 0%, rgba(255,255,255,.05) 100%);color:#fff;font-size:22px;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 24px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.08);transition:background .18s ease,transform .18s ease,border-color .18s ease,box-shadow .18s ease;z-index:5}
.gpce-account-modal-close:hover{background:linear-gradient(180deg, rgba(255,255,255,.16) 0%, rgba(255,255,255,.08) 100%);border-color:rgba(145,198,255,.28);transform:translateY(-1px);box-shadow:0 14px 30px rgba(0,0,0,.24), inset 0 1px 0 rgba(255,255,255,.12)}
.gpce-account-modal-close:focus{outline:none;border-color:rgba(77,198,255,.7);box-shadow:0 0 0 4px rgba(52,177,255,.16),0 12px 28px rgba(0,0,0,.22)}
body.gpce-modal-open{overflow:hidden}
@media (max-width:767px){.gpce-account-modal{padding:14px}.gpce-account-modal-dialog{padding:20px;border-radius:18px}.gpce-account-modal-title{font-size:26px}.gpce-account-modal-close{right:12px!important;top:12px!important;width:42px;height:42px}.gpce-account-request-open{width:100%}}
.gpce-account-login-prompt{margin-top:14px;padding:14px 16px;border-radius:14px;background:linear-gradient(180deg, rgba(11,31,49,.84), rgba(9,24,40,.92));border:1px solid rgba(132,186,232,.10)}
.gpce-account-login-prompt-text{margin:0 0 10px;color:#eaf4ff;font-weight:700}
.gpce-account-login-prompt-actions{display:flex;gap:10px;flex-wrap:wrap}
.gpce-account-login-prompt-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;border-radius:12px;background:linear-gradient(135deg,#10b8ff 0%,#0b6fff 100%);color:#fff;text-decoration:none;font-weight:700}
.gpce-account-login-prompt-btn.is-secondary{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08)}
.gpce-account-captcha-slot{margin-top:14px}


/* === Cart reference + brand merged cell === */
.gpce-cart-reference-stack{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;width:100%}
.gpce-cart-reference-brand{display:block;font-size:10px;line-height:1.1;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:rgba(255,255,255,.72);white-space:nowrap;max-width:140px;overflow:hidden;text-overflow:ellipsis}
.gpce-cart-col--reference{text-align:center !important;vertical-align:middle}
.gpce-cart-col--product{padding-left:10px}
.gpce-cart-table th:nth-child(1),.gpce-cart-table td:nth-child(1){width:19%}
.gpce-cart-table th:nth-child(2),.gpce-cart-table td:nth-child(2){width:31%}
.gpce-cart-table th:nth-child(3),.gpce-cart-table td:nth-child(3){width:16%}
.gpce-cart-table th:nth-child(4),.gpce-cart-table td:nth-child(4){width:18%}
.gpce-cart-table th:nth-child(5),.gpce-cart-table td:nth-child(5){width:12%}
.gpce-cart-table th:nth-child(6),.gpce-cart-table td:nth-child(6){width:4%;text-align:right}
@media (max-width:1180px){.gpce-cart-table{min-width:900px}}
@media (max-width:767px){
  .gpce-cart-table{min-width:720px}
  .gpce-cart-reference{padding:0 10px;font-size:12px}
  .gpce-cart-reference-brand{font-size:9px;max-width:110px}
}


/* === Cart cards responsive fix v5.13.46.1 === */
@media (max-width: 1180px){
  .gpce-cart-table-wrap{
    overflow:visible !important;
    border:none !important;
    background:transparent !important;
    box-shadow:none !important;
  }
  .gpce-cart-table,
  .gpce-cart-table thead,
  .gpce-cart-table tbody,
  .gpce-cart-table tr,
  .gpce-cart-table th,
  .gpce-cart-table td{
    display:block;
    width:100% !important;
    min-width:0 !important;
  }
  .gpce-cart-table{
    min-width:0 !important;
    border-collapse:separate !important;
    border-spacing:0 !important;
    background:transparent !important;
  }
  .gpce-cart-table thead{
    display:none !important;
  }
  .gpce-cart-table tbody{
    display:flex;
    flex-direction:column;
    gap:14px;
  }
  .gpce-cart-table tbody tr.gpce-cart-row{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto;
    grid-template-areas:
      "head head"
      "price total"
      "qty qty"
      "remove remove";
    gap:10px 14px;
    padding:16px;
    border:1px solid rgba(110,152,214,.18);
    border-radius:20px;
    background:linear-gradient(180deg,rgba(7,22,42,.98) 0%,rgba(4,18,34,.98) 100%);
    box-shadow:0 16px 36px rgba(2,12,28,.18);
  }
  .gpce-cart-table tbody tr.gpce-cart-row > td{
    display:block !important;
    width:auto !important;
    padding:0 !important;
    border:0 !important;
    min-width:0 !important;
    background:transparent !important;
    text-align:left !important;
  }
  .gpce-cart-col--reference,
  .gpce-cart-col--product{
    display:inline-flex !important;
    align-items:flex-start;
    min-width:0;
  }
  .gpce-cart-col--reference{grid-area:head; margin-right:8px;}
  .gpce-cart-col--product{grid-area:head; margin-left:132px;}
  .gpce-cart-reference-stack{
    width:auto !important;
    display:inline-flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:8px !important;
    text-align:left !important;
    flex-wrap:wrap;
  }
  .gpce-cart-reference{
    min-height:34px !important;
    padding:0 12px !important;
    font-size:12px !important;
    line-height:32px !important;
    white-space:nowrap;
  }
  .gpce-cart-reference-brand{
    display:inline-flex !important;
    align-items:center;
    min-height:28px;
    padding:0 9px;
    border-radius:999px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.08);
    color:rgba(255,255,255,.82);
    font-size:10px !important;
    line-height:1;
    max-width:none !important;
  }
  .gpce-cart-product-name{
    min-width:0;
    padding-top:6px;
    font-size:14px;
    line-height:1.4;
    font-weight:700;
    color:#f8fbff;
  }
  .gpce-cart-col--money{
    display:flex !important;
    align-items:center;
  }
  .gpce-cart-col--money::before,
  .gpce-cart-col--qty::before,
  .gpce-cart-col--remove::before{
    display:block;
    margin:0 0 4px;
    color:#9eb6cf;
    font-size:11px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
  }
  .gpce-cart-col--money:not(.gpce-cart-col--total){
    grid-area:price;
    justify-content:flex-start;
    flex-direction:column;
    align-items:flex-start;
  }
  .gpce-cart-col--money:not(.gpce-cart-col--total)::before{content:"Unit Price";}
  .gpce-cart-col--total{
    grid-area:total;
    justify-content:flex-end;
    flex-direction:column;
    align-items:flex-end;
  }
  .gpce-cart-col--total::before{content:"Total";}
  .gpce-cart-col--qty{
    grid-area:qty;
    display:flex !important;
    flex-direction:column;
    align-items:flex-start;
    padding-top:2px !important;
  }
  .gpce-cart-col--qty::before{content:"Qty";}
  .gpce-cart-qty-box{
    width:100% !important;
    min-width:0 !important;
    max-width:220px;
    height:46px !important;
  }
  .gpce-cart-qty-btn{
    width:42px !important;
    min-width:42px !important;
    height:42px !important;
    font-size:22px !important;
  }
  .gpce-cart-qty-input{
    width:100% !important;
    height:42px !important;
    font-size:20px !important;
    line-height:42px !important;
  }
  .gpce-cart-money{
    font-size:15px !important;
  }
  .gpce-cart-money--total{
    font-size:18px !important;
  }
  .gpce-cart-col--remove{
    grid-area:remove;
    display:flex !important;
    flex-direction:column;
    align-items:flex-start;
    padding-top:2px !important;
  }
  .gpce-cart-col--remove::before{content:"Remove";}
  .gpce-cart-remove-btn{
    width:auto !important;
    min-width:120px;
    height:40px !important;
    padding:0 14px !important;
    border-radius:12px !important;
    font-size:14px !important;
    font-weight:800 !important;
  }
  .gpce-cart-remove-btn::after{
    content:"Remove from cart";
    margin-left:8px;
    font-size:12px;
    letter-spacing:.01em;
  }
}

@media (max-width: 640px){
  .gpce-cart-table tbody{
    gap:12px;
  }
  .gpce-cart-table tbody tr.gpce-cart-row{
    padding:14px;
    border-radius:18px;
    gap:10px 12px;
  }
  .gpce-cart-col--product{
    margin-left:0;
    display:block !important;
  }
  .gpce-cart-col--reference{
    margin-right:0;
  }
  .gpce-cart-reference-stack{
    margin-bottom:2px;
  }
  .gpce-cart-product-name{
    padding-top:0;
  }
  .gpce-cart-qty-box{
    max-width:none;
  }
  .gpce-cart-remove-btn{
    min-width:0;
  }
}


/* === Cart cards alternate template >= final v5.13.46.2 === */
.gpce-cart-remove-text{display:none}

@media (max-width:1180px){
  .gpce-cart-table-wrap{
    overflow:visible !important;
    border:none !important;
    background:transparent !important;
    box-shadow:none !important;
  }

  .gpce-cart-table,
  .gpce-cart-table thead,
  .gpce-cart-table tbody,
  .gpce-cart-table tr,
  .gpce-cart-table th,
  .gpce-cart-table td{
    display:block;
    width:100% !important;
    min-width:0 !important;
  }

  .gpce-cart-table{
    min-width:0 !important;
    border-collapse:separate !important;
    border-spacing:0 !important;
    background:transparent !important;
  }

  .gpce-cart-table thead{display:none !important}

  .gpce-cart-table tbody{
    display:flex;
    flex-direction:column;
    gap:16px;
  }

  .gpce-cart-table tbody tr.gpce-cart-row{
    display:grid !important;
    grid-template-columns:minmax(108px,auto) minmax(0,1fr) auto;
    grid-template-areas:
      "ref product product"
      "price qty total"
      "remove remove remove";
    gap:14px 16px;
    padding:18px 18px 16px;
    border:1px solid rgba(110,152,214,.18);
    border-radius:22px;
    background:linear-gradient(180deg,rgba(7,22,42,.98) 0%,rgba(4,18,34,.98) 100%);
    box-shadow:0 16px 36px rgba(2,12,28,.18);
  }

  .gpce-cart-table tbody tr.gpce-cart-row > td{
    display:block !important;
    width:auto !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    min-width:0 !important;
    background:transparent !important;
    text-align:left !important;
  }

  .gpce-cart-col--reference{grid-area:ref; align-self:start}
  .gpce-cart-col--product{grid-area:product; align-self:center; padding-left:0 !important}
  .gpce-cart-col--money:not(.gpce-cart-col--total){grid-area:price}
  .gpce-cart-col--qty{grid-area:qty}
  .gpce-cart-col--total{grid-area:total}
  .gpce-cart-col--remove{grid-area:remove}

  .gpce-cart-reference-stack{
    width:auto !important;
    display:flex !important;
    flex-direction:row !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:8px !important;
    flex-wrap:wrap !important;
    text-align:left !important;
  }

  .gpce-cart-reference{
    display:inline-flex !important;
    align-items:center !important;
    min-height:34px !important;
    padding:0 12px !important;
    font-size:13px !important;
    line-height:1 !important;
    white-space:nowrap;
  }

  .gpce-cart-reference-brand{
    display:inline-flex !important;
    align-items:center !important;
    min-height:30px;
    padding:0 10px;
    border-radius:999px;
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.08);
    color:rgba(255,255,255,.82);
    font-size:10px !important;
    line-height:1;
    max-width:none !important;
  }

  .gpce-cart-product-name{
    min-width:0;
    font-size:28px;
    line-height:1.08;
    font-weight:800;
    letter-spacing:-.02em;
    color:#f8fbff;
    word-break:break-word;
  }

  .gpce-cart-col--money,
  .gpce-cart-col--qty,
  .gpce-cart-col--remove{
    display:flex !important;
    flex-direction:column;
    gap:6px;
    min-width:0;
  }

  .gpce-cart-col--money::before,
  .gpce-cart-col--qty::before,
  .gpce-cart-col--remove::before{
    display:block;
    color:#9eb6cf;
    font-size:11px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
  }

  .gpce-cart-col--money:not(.gpce-cart-col--total){align-items:flex-start}
  .gpce-cart-col--money:not(.gpce-cart-col--total)::before{content:"Unit Price"}
  .gpce-cart-col--total{align-items:flex-end; text-align:right !important}
  .gpce-cart-col--total::before{content:"Total"}
  .gpce-cart-col--qty{align-items:center}
  .gpce-cart-col--qty::before{content:"Qty"}
  .gpce-cart-col--remove{align-items:flex-start; padding-top:2px !important}
  .gpce-cart-col--remove::before{content:"Remove"}

  .gpce-cart-money{font-size:20px !important; line-height:1.2; font-weight:800}
  .gpce-cart-money--total{font-size:24px !important}

  .gpce-cart-qty-box{
    width:170px !important;
    min-width:170px !important;
    max-width:170px !important;
    height:44px !important;
    margin:0 auto;
  }

  .gpce-cart-qty-btn{
    width:40px !important;
    min-width:40px !important;
    height:40px !important;
    font-size:22px !important;
  }

  .gpce-cart-qty-input{
    height:40px !important;
    font-size:18px !important;
    line-height:40px !important;
  }

  .gpce-cart-remove-btn{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px;
    width:auto !important;
    min-width:0 !important;
    height:38px !important;
    padding:0 12px !important;
    border-radius:12px !important;
    font-size:18px !important;
    line-height:1 !important;
  }

  .gpce-cart-remove-btn::after{content:none !important}
  .gpce-cart-remove-text{display:inline !important; font-size:12px; font-weight:800; letter-spacing:.01em}
}

@media (max-width:767px){
  .gpce-cart-table tbody{gap:12px}
  .gpce-cart-table tbody tr.gpce-cart-row{
    grid-template-columns:1fr auto;
    grid-template-areas:
      "ref ref"
      "product product"
      "price total"
      "qty qty"
      "remove remove";
    gap:12px 14px;
    padding:16px;
    border-radius:18px;
  }

  .gpce-cart-product-name{font-size:22px; line-height:1.12}
  .gpce-cart-col--qty{align-items:flex-start}
  .gpce-cart-qty-box{margin:0; width:164px !important; min-width:164px !important; max-width:164px !important}
}


/* Cart table column sizing */
.gpce-cart-table th:nth-child(1),.gpce-cart-table td:nth-child(1){width:18%}
.gpce-cart-table th:nth-child(2),.gpce-cart-table td:nth-child(2){width:28%}
.gpce-cart-table th:nth-child(3),.gpce-cart-table td:nth-child(3){width:14%}
.gpce-cart-table th:nth-child(4),.gpce-cart-table td:nth-child(4){width:18%}
.gpce-cart-table th:nth-child(5),.gpce-cart-table td:nth-child(5){width:14%}
.gpce-cart-table th:nth-child(6),.gpce-cart-table td:nth-child(6){width:8%}

.gpce-cart-mobile-list{display:none}

@media (max-width:1180px){
  .gpce-cart-table-wrap{display:none !important}
  .gpce-cart-mobile-list{display:flex !important;flex-direction:column;gap:18px}
  .gpce-cart-mobile-card{
    border:1px solid rgba(110,152,214,.18);
    border-radius:24px;
    padding:18px;
    background:linear-gradient(180deg,rgba(7,29,55,.96) 0%,rgba(4,18,34,.96) 100%);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.03);
  }
  .gpce-cart-mobile-top{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}
  .gpce-cart-mobile-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:nowrap}
  .gpce-cart-remove-btn--mobile-top{padding:0 10px !important;min-height:34px !important;border-radius:999px !important;font-size:11px !important;line-height:1 !important;gap:4px !important;box-shadow:none !important;white-space:nowrap !important;flex:0 0 auto !important}
  .gpce-cart-remove-btn--mobile-top .gpce-cart-remove-text{font-size:11px !important;line-height:1 !important}
  .gpce-cart-mobile-card .gpce-cart-qty-box{margin:0 auto}
  .gpce-cart-mobile-card .gpce-cart-qty-input{pointer-events:auto}

  .gpce-cart-mobile-refstack{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0;flex:1 1 auto}
  .gpce-cart-mobile-top .gpce-cart-product-name{font-size:16px;line-height:1.25;font-weight:800;color:#fff;margin-top:0}
  .gpce-cart-mobile-mid{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:14px;align-items:center}
  .gpce-cart-mobile-stat{min-width:0}
  .gpce-cart-mobile-stat--qty{display:flex;flex-direction:column;align-items:center}
  .gpce-cart-mobile-stat--total{text-align:right}
  .gpce-cart-mobile-label{display:block;margin-bottom:6px;font-size:12px;line-height:1.1;font-weight:800;color:#dbe9ff;text-transform:uppercase;letter-spacing:.08em}
  .gpce-cart-mobile-card .gpce-cart-money{font-size:18px;font-weight:800;color:#fff;display:block}
  .gpce-cart-mobile-card .gpce-cart-money--total{font-size:20px}
  .gpce-cart-remove-btn--mobile-top{flex:0 0 auto;padding:0 !important;background:none !important;border:none !important;box-shadow:none !important;color:#ff6b73 !important;min-height:auto !important;white-space:nowrap;font-size:12px;font-weight:800;display:inline-flex;align-items:center;gap:6px}
  .gpce-cart-remove-btn--mobile-top:hover{background:none !important;color:#ff7f86 !important;transform:none !important}
}

@media (max-width:767px){
  .gpce-cart-mobile-card{padding:16px;border-radius:20px}
  .gpce-cart-mobile-topline{align-items:flex-start;gap:10px;flex-wrap:wrap}
  .gpce-cart-remove-btn--mobile-top{padding:0 8px !important;min-height:30px !important;font-size:10px !important}
  .gpce-cart-remove-btn--mobile-top .gpce-cart-remove-text{font-size:10px !important}

  .gpce-cart-remove-btn--mobile-top{width:100%;justify-content:flex-start}
  .gpce-cart-mobile-top .gpce-cart-product-name{font-size:15px}
  .gpce-cart-mobile-mid{grid-template-columns:1fr;gap:14px}
  .gpce-cart-mobile-stat,.gpce-cart-mobile-stat--total,.gpce-cart-mobile-stat--qty{text-align:left;align-items:flex-start}
  .gpce-cart-mobile-card .gpce-cart-qty-box{margin:0}
}


/* Next-level mobile cart cards */
@media (max-width:1180px){
  .gpce-cart-mobile-list{gap:20px}
  .gpce-cart-mobile-card{
    position:relative;
    border-radius:26px;
    padding:20px;
    background:linear-gradient(180deg,rgba(6,28,52,.98) 0%,rgba(3,18,34,.98) 100%);
    border:1px solid rgba(92,143,214,.18);
    box-shadow:0 18px 40px rgba(2,8,20,.18), inset 0 1px 0 rgba(255,255,255,.04);
  }
  .gpce-cart-mobile-top{gap:12px;margin-bottom:18px}
  .gpce-cart-mobile-topline{align-items:flex-start;gap:12px;flex-wrap:nowrap}
  .gpce-cart-mobile-refstack{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex:1 1 auto;min-width:0;width:100%}
  .gpce-cart-mobile-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;min-width:0}
  .gpce-cart-mobile-top .gpce-cart-product-name{font-size:17px;line-height:1.22;font-weight:800;letter-spacing:-.02em;color:#fff;margin-top:0}
  .gpce-cart-mobile-mid{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:16px;align-items:end}
  .gpce-cart-mobile-stat{min-width:0}
  .gpce-cart-mobile-stat--price{justify-self:start}
  .gpce-cart-mobile-stat--qty{justify-self:center;display:flex;flex-direction:column;align-items:center}
  .gpce-cart-mobile-stat--total{justify-self:end;text-align:right}
  .gpce-cart-mobile-label{margin-bottom:8px;font-size:11px;letter-spacing:.12em;color:#d7e7ff;opacity:.88}
  .gpce-cart-mobile-card .gpce-cart-money{font-size:19px;line-height:1.1;font-weight:800}
  .gpce-cart-mobile-card .gpce-cart-money--total{font-size:21px}
  .gpce-cart-mobile-card .gpce-cart-qty-box{margin:0 auto;transform:scale(.96);transform-origin:center}
  .gpce-cart-remove-btn--mobile-top{
    flex:0 0 auto;
    align-self:flex-start;
    min-height:32px !important;
    padding:0 10px !important;
    border-radius:999px !important;
    background:rgba(255,97,109,.08) !important;
    border:1px solid rgba(255,97,109,.28) !important;
    color:#ff7078 !important;
    font-size:10px !important;
    font-weight:800 !important;
    letter-spacing:.04em;
    gap:5px !important;
    box-shadow:none !important;
    transition:background .18s ease,border-color .18s ease,transform .18s ease,color .18s ease !important;
  }
  .gpce-cart-remove-btn--mobile-top:hover{
    background:rgba(255,97,109,.12) !important;
    border-color:rgba(255,97,109,.42) !important;
    color:#ff848b !important;
    transform:translateY(-1px) !important;
  }
  .gpce-cart-remove-btn--mobile-top .gpce-cart-remove-icon{font-size:15px;line-height:1;display:inline-block;transform:translateY(-1px)}
  .gpce-cart-remove-btn--mobile-top .gpce-cart-remove-text{font-size:10px !important;line-height:1 !important;text-transform:uppercase;letter-spacing:.04em}
}

@media (max-width:767px){
  .gpce-cart-mobile-list{gap:16px}
  .gpce-cart-mobile-card{padding:18px;border-radius:22px}
  .gpce-cart-mobile-top{gap:10px;margin-bottom:16px}
  .gpce-cart-mobile-topline{gap:10px}
  .gpce-cart-mobile-refstack{align-items:flex-start}
  .gpce-cart-mobile-top .gpce-cart-product-name{font-size:16px}
  .gpce-cart-mobile-mid{gap:14px}
  .gpce-cart-mobile-card .gpce-cart-money{font-size:18px}
  .gpce-cart-mobile-card .gpce-cart-money--total{font-size:20px}
  .gpce-cart-mobile-card .gpce-cart-qty-box{transform:scale(.92)}
  .gpce-cart-remove-btn--mobile-top{
    width:34px;
    min-width:34px;
    height:34px;
    min-height:34px !important;
    padding:0 !important;
    justify-content:center;
    border-radius:999px !important;
  }
  .gpce-cart-remove-btn--mobile-top .gpce-cart-remove-text{
    position:absolute !important;
    width:1px !important;
    height:1px !important;
    padding:0 !important;
    margin:-1px !important;
    overflow:hidden !important;
    clip:rect(0,0,0,0) !important;
    white-space:nowrap !important;
    border:0 !important;
  }
}

@media (max-width:520px){
  .gpce-cart-mobile-mid{grid-template-columns:1fr auto 1fr;gap:10px}
  .gpce-cart-mobile-label{font-size:10px;letter-spacing:.1em}
  .gpce-cart-mobile-card .gpce-cart-money{font-size:16px}
  .gpce-cart-mobile-card .gpce-cart-money--total{font-size:18px}
  .gpce-cart-mobile-card .gpce-cart-qty-box{transform:scale(.86)}
}

/* Final mobile cart corrections */
@media (max-width:1180px){
  .gpce-cart-mobile-topline{
    align-items:center !important;
    justify-content:space-between !important;
    gap:10px !important;
  }

  .gpce-cart-mobile-refstack{
    align-items:center !important;
    justify-content:flex-start !important;
    width:auto !important;
    flex:1 1 auto !important;
  }

  .gpce-cart-mobile-meta{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
    flex-wrap:wrap !important;
    min-width:0 !important;
  }

  .gpce-cart-remove-btn--mobile-top{
    width:30px !important;
    min-width:30px !important;
    height:30px !important;
    min-height:30px !important;
    padding:0 !important;
    border-radius:999px !important;
    justify-content:center !important;
    background:rgba(255,97,109,.10) !important;
    border:1px solid rgba(255,97,109,.24) !important;
    color:#ff7078 !important;
    gap:0 !important;
    align-self:center !important;
    margin-left:10px !important;
  }

  .gpce-cart-remove-btn--mobile-top .gpce-cart-remove-icon{
    font-size:18px !important;
    line-height:1 !important;
    transform:none !important;
  }

  .gpce-cart-remove-btn--mobile-top .gpce-cart-remove-text{
    position:absolute !important;
    width:1px !important;
    height:1px !important;
    padding:0 !important;
    margin:-1px !important;
    overflow:hidden !important;
    clip:rect(0,0,0,0) !important;
    white-space:nowrap !important;
    border:0 !important;
  }

  .gpce-cart-mobile-mid{
    display:grid !important;
    grid-template-columns:minmax(86px,1fr) auto minmax(86px,1fr) !important;
    align-items:end !important;
    gap:12px !important;
    margin-top:12px !important;
  }

  .gpce-cart-mobile-stat{
    min-width:0 !important;
  }

  .gpce-cart-mobile-stat--price{
    justify-self:start !important;
    text-align:left !important;
  }

  .gpce-cart-mobile-stat--qty{
    justify-self:center !important;
    align-items:center !important;
  }

  .gpce-cart-mobile-stat--total{
    justify-self:end !important;
    text-align:right !important;
  }

  .gpce-cart-mobile-label{
    display:block !important;
    font-size:10px !important;
    line-height:1.1 !important;
    letter-spacing:.10em !important;
    margin-bottom:6px !important;
    opacity:.9 !important;
  }

  .gpce-cart-mobile-card .gpce-cart-money{
    font-size:clamp(14px,4.2vw,18px) !important;
    line-height:1.05 !important;
    word-break:break-word !important;
  }

  .gpce-cart-mobile-card .gpce-cart-money--total{
    font-size:clamp(16px,4.8vw,20px) !important;
  }

  .gpce-cart-mobile-card .gpce-cart-qty-box{
    margin:0 auto !important;
    transform:scale(.82) !important;
    transform-origin:center center !important;
  }
}

@media (max-width:640px){
  .gpce-cart-mobile-card{
    padding:18px 16px !important;
  }

  .gpce-cart-mobile-top .gpce-cart-product-name{
    font-size:15px !important;
    line-height:1.2 !important;
  }

  .gpce-cart-mobile-mid{
    grid-template-columns:minmax(74px,1fr) auto minmax(74px,1fr) !important;
    gap:8px !important;
  }

  .gpce-cart-mobile-card .gpce-cart-qty-box{
    transform:scale(.74) !important;
  }

  .gpce-cart-mobile-label{
    font-size:9px !important;
    margin-bottom:5px !important;
  }

  .gpce-cart-mobile-card .gpce-cart-money{
    font-size:clamp(13px,4vw,16px) !important;
  }

  .gpce-cart-mobile-card .gpce-cart-money--total{
    font-size:clamp(15px,4.6vw,18px) !important;
  }
}

@media (max-width:420px){
  .gpce-cart-mobile-mid{
    grid-template-columns:1fr auto 1fr !important;
    gap:6px !important;
  }

  .gpce-cart-mobile-card .gpce-cart-qty-box{
    transform:scale(.68) !important;
  }

  .gpce-cart-remove-btn--mobile-top{
    width:28px !important;
    min-width:28px !important;
    height:28px !important;
    min-height:28px !important;
  }
}


/* Mini cart */
.gpce-mini-cart,.gpce-mini-cart-toggle,.gpce-mini-cart-toggle__label{font-family:inherit !important;font-size:inherit !important;font-weight:inherit !important;letter-spacing:normal !important;text-transform:none !important}
.gpce-mini-cart{position:relative;display:inline-block}
.gpce-mini-cart-toggle{position:relative !important;display:inline-flex !important;align-items:center !important;gap:8px !important;min-height:auto !important;padding:6px 10px !important;border-radius:0 !important;border:none !important;background:transparent !important;color:inherit !important;cursor:pointer;box-shadow:none !important;line-height:inherit !important;transition:none !important}
.gpce-mini-cart-toggle:hover{background:transparent !important;border-color:transparent !important;color:inherit !important}
.gpce-mini-cart-toggle__icon{display:inline-flex;align-items:center;justify-content:center;font-size:16px;line-height:1;color:currentColor}
.gpce-mini-cart-toggle__icon i,.gpce-mini-cart-toggle__icon svg{display:block;width:18px;height:18px;color:currentColor !important;fill:currentColor !important;stroke:currentColor !important}
.gpce-mini-cart-toggle__label{color:inherit !important}
.gpce-mini-cart-toggle__count{position:absolute !important;top:-6px !important;right:-10px !important;display:inline-flex;align-items:center;justify-content:center;min-width:24px !important;height:24px !important;padding:0 6px !important;border-radius:999px;background:#ff4b55;color:#fff;font-size:12px !important;font-weight:700 !important;line-height:1 !important;opacity:0;transform:scale(.85);transition:all .18s ease}
.gpce-mini-cart-toggle__count.is-visible{opacity:1;transform:scale(1)}
.gpce-mini-cart-overlay{position:fixed;inset:0;background:rgba(2,10,22,.48);backdrop-filter:blur(3px);z-index:99997}
.gpce-mini-cart-drawer{position:fixed;top:0;right:0;width:min(420px,92vw);height:100vh;z-index:99998;pointer-events:none}
.gpce-mini-cart-panel{height:100%;margin-left:auto;display:flex;flex-direction:column;background:#071a33;border-left:1px solid rgba(96,165,250,.14);box-shadow:-24px 0 60px rgba(0,0,0,.35);transform:translateX(102%);transition:transform .24s ease;pointer-events:auto;color:#fff}
.gpce-mini-cart.is-open .gpce-mini-cart-panel{transform:translateX(0)}
.gpce-mini-cart-panel.is-loading{opacity:.8}
.gpce-mini-cart-panel-inner{display:flex;flex-direction:column;min-height:100%}
.gpce-mini-cart-panel__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 20px 16px;border-bottom:1px solid rgba(255,255,255,.08)}
.gpce-mini-cart-panel__eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#98b7e7}
.gpce-mini-cart-panel__title{margin:4px 0 0;font-size:30px;line-height:1;font-weight:900;color:#fff}
.gpce-mini-cart-panel__close{appearance:none;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.08);color:#fff;width:38px;height:38px;border-radius:12px;font-size:18px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:none;transition:background .18s ease,border-color .18s ease,color .18s ease}.gpce-mini-cart-panel__close:hover{background:#ff3b3b;border-color:#ff3b3b;color:#fff}
.gpce-mini-cart-items{flex:1 1 auto;overflow:auto;padding:16px 18px 22px}
.gpce-mini-cart-item{padding:16px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:#0c2444;margin-bottom:14px;box-shadow:none}
.gpce-mini-cart-item__top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}
.gpce-mini-cart-item__meta{display:flex;flex-wrap:wrap;gap:10px}
.gpce-mini-cart-item__ref,.gpce-mini-cart-item__brand{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.06);font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#fff}
.gpce-mini-cart-item__remove{appearance:none;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.08);color:#fff;width:38px;height:38px;border-radius:12px;font-size:18px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:none;transition:background .18s ease,border-color .18s ease,color .18s ease}.gpce-mini-cart-item__remove:hover{background:#ff3b3b;border-color:#ff3b3b;color:#fff}
.gpce-mini-cart-item__name{font-size:16px;font-weight:700;color:#fff;margin:10px 0 6px;line-height:1.3}
.gpce-mini-cart-item__bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;color:rgba(255,255,255,.82);font-size:13px}
.gpce-mini-cart-empty{margin:18px;padding:18px;border-radius:18px;border:1px dashed rgba(96,165,250,.2);background:rgba(255,255,255,.03);color:#e5eefc}
.gpce-mini-cart-panel__footer{margin-top:auto;padding:18px 18px 20px;border-top:1px solid rgba(255,255,255,.08);background:rgba(2,12,26,.72)}
.gpce-mini-cart-total{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:18px;background:#0c2444;border:1px solid rgba(255,255,255,.08);margin-bottom:14px}
.gpce-mini-cart-total span{font-size:13px;text-transform:uppercase;letter-spacing:.1em;color:#a7c2ea;font-weight:800}
.gpce-mini-cart-total strong{font-size:28px;line-height:1;color:#fff}
.gpce-mini-cart-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.gpce-mini-cart-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 16px;border-radius:16px;text-decoration:none !important;font-weight:800;cursor:pointer;border:1px solid rgba(96,165,250,.18)}
.gpce-mini-cart-btn--ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.2)}.gpce-mini-cart-btn--ghost:hover{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.3);color:#fff}
.gpce-mini-cart-btn--primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;box-shadow:0 6px 18px rgba(59,130,246,.25)}.gpce-mini-cart-btn--primary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-color:#1d4ed8;color:#fff;box-shadow:0 8px 22px rgba(59,130,246,.35)}
html.gpce-mini-cart-open,html.gpce-mini-cart-open body{overflow:hidden}
@media (max-width:640px){.gpce-mini-cart-drawer{width:100vw}.gpce-mini-cart-panel__title{font-size:26px}.gpce-mini-cart-actions{grid-template-columns:1fr}.gpce-mini-cart-toggle__label{display:none}}

/* Mini cart theme override hardening */
.gpce-mini-cart-panel__header .gpce-mini-cart-panel__close{appearance:none !important;background:rgba(255,255,255,.08) !important;border:1px solid rgba(255,255,255,.12) !important;color:#fff !important;width:38px !important;height:38px !important;border-radius:12px !important;font-size:18px !important;line-height:1 !important;cursor:pointer !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;box-shadow:none !important;padding:0 !important;min-width:38px !important;min-height:38px !important;text-transform:none !important}.gpce-mini-cart-panel__header .gpce-mini-cart-panel__close:hover{background:#ff3b3b !important;border-color:#ff3b3b !important;color:#fff !important}
.gpce-mini-cart-item__top .gpce-mini-cart-item__remove{appearance:none !important;background:rgba(255,255,255,.08) !important;border:1px solid rgba(255,255,255,.12) !important;color:#fff !important;width:38px !important;height:38px !important;border-radius:12px !important;font-size:18px !important;line-height:1 !important;cursor:pointer !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;box-shadow:none !important;padding:0 !important;min-width:38px !important;min-height:38px !important;text-transform:none !important}.gpce-mini-cart-item__top .gpce-mini-cart-item__remove:hover{background:#ff3b3b !important;border-color:#ff3b3b !important;color:#fff !important}
.gpce-mini-cart-panel__footer .gpce-mini-cart-btn--primary{background:linear-gradient(135deg,#3b82f6,#2563eb) !important;color:#fff !important;border:none !important;box-shadow:0 6px 18px rgba(59,130,246,.25) !important}.gpce-mini-cart-panel__footer .gpce-mini-cart-btn--primary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8) !important;border-color:#1d4ed8 !important;color:#fff !important;box-shadow:0 8px 22px rgba(59,130,246,.35) !important}
.gpce-mini-cart-panel__footer .gpce-mini-cart-btn--ghost{background:transparent !important;color:#fff !important;border:1px solid rgba(255,255,255,.2) !important}.gpce-mini-cart-panel__footer .gpce-mini-cart-btn--ghost:hover{background:rgba(255,255,255,.06) !important;border-color:rgba(255,255,255,.3) !important;color:#fff !important}

/* === Mini cart v1.9.4.5.13.72: qty controls, product links, pricing polish === */
.gpce-mini-cart-item__ref,.gpce-mini-cart-item__brand,.gpce-mini-cart-item__name-link{ text-decoration:none !important; }
.gpce-mini-cart-item__name-link{ color:inherit !important; }
.gpce-mini-cart-item__name-link:hover,.gpce-mini-cart-item__ref:hover,.gpce-mini-cart-item__brand:hover{ color:#fff !important; opacity:.92; }
.gpce-mini-cart-item__bottom{align-items:flex-end;gap:14px;}
.gpce-mini-cart-item__qtybox{display:inline-grid;grid-template-columns:36px 1fr 36px;align-items:center;width:136px;min-width:136px;height:42px;padding:0 4px;border-radius:999px;border:1px solid rgba(96,165,250,.24);background:linear-gradient(180deg,#09203f 0%,#081a34 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.04);overflow:hidden;}
.gpce-mini-cart-item__qtybtn{appearance:none;border:0;background:rgba(255,255,255,.06);color:#e8f1ff;width:32px;height:32px;border-radius:999px;font-size:20px;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s ease,color .18s ease,transform .18s ease;padding:0;}
.gpce-mini-cart-item__qtybtn:hover{background:rgba(255,255,255,.14);color:#fff;transform:scale(1.04);}
.gpce-mini-cart-item__qtyinput{width:100%;height:38px;padding:0 4px;border:0;background:transparent;color:#fff;text-align:center;font-size:17px;font-weight:800;outline:none;box-shadow:none;-moz-appearance:textfield;appearance:textfield;}
.gpce-mini-cart-item__qtyinput::-webkit-outer-spin-button,.gpce-mini-cart-item__qtyinput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
.gpce-mini-cart-item__prices{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;gap:6px;min-width:118px;}
.gpce-mini-cart-item__unit,.gpce-mini-cart-item__line{font-size:12px;line-height:1.2;color:rgba(255,255,255,.78);}
.gpce-mini-cart-item__unit strong,.gpce-mini-cart-item__line strong{font-size:14px;color:#fff;font-weight:800;}
.gpce-mini-cart-item__line strong{font-size:15px;}
.gpce-mini-cart-panel__footer .gpce-mini-cart-btn--primary{min-height:50px;border-radius:18px !important;font-size:14px;letter-spacing:.04em;background:linear-gradient(135deg,#4d94ff 0%,#2d6df6 55%,#2158d8 100%) !important;box-shadow:0 10px 24px rgba(37,99,235,.28) !important;border:1px solid rgba(255,255,255,.08) !important;}
.gpce-mini-cart-panel__footer .gpce-mini-cart-btn--primary:hover{background:linear-gradient(135deg,#5aa0ff 0%,#3577ff 55%,#245ee4 100%) !important;box-shadow:0 12px 28px rgba(37,99,235,.34) !important;transform:translateY(-1px);}
.gpce-mini-cart-panel__footer .gpce-mini-cart-btn--ghost{min-height:50px;border-radius:18px !important;}
@media (max-width:640px){.gpce-mini-cart-item__bottom{align-items:stretch;flex-direction:column;}.gpce-mini-cart-item__qtybox{width:100%;min-width:0;}.gpce-mini-cart-item__prices{width:100%;min-width:0;align-items:flex-start;}.gpce-mini-cart-item__unit,.gpce-mini-cart-item__line{display:flex;gap:6px;align-items:baseline;}}


/* Mini cart scrollbar polish */
.gpce-mini-cart-drawer{
  scrollbar-width: thin;
  scrollbar-color: #2f80ed rgba(255,255,255,.08);
}
.gpce-mini-cart-drawer::-webkit-scrollbar{
  width: 8px;
}
.gpce-mini-cart-drawer::-webkit-scrollbar-track{
  background: rgba(255,255,255,.05);
  border-radius: 10px;
}
.gpce-mini-cart-drawer::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg,#3b82f6,#2563eb);
  border-radius: 10px;
}
.gpce-mini-cart-drawer::-webkit-scrollbar-thumb:hover{
  background: linear-gradient(180deg,#2563eb,#1d4ed8);
}

/* Mini cart qty control polish */
.gpce-mini-cart-item__qtybox{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between;
  width:146px;
  min-width:146px;
  height:44px;
  padding:4px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.06);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04);
  overflow:hidden;
}
.gpce-mini-cart-item__qtybox .gpce-mini-cart-item__qtybtn{
  appearance:none !important;
  background:transparent !important;
  border:none !important;
  color:#fff !important;
  width:36px !important;
  min-width:36px !important;
  height:36px !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:18px !important;
  font-weight:600 !important;
  line-height:1 !important;
  cursor:pointer !important;
  padding:0 !important;
  box-shadow:none !important;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
.gpce-mini-cart-item__qtybox .gpce-mini-cart-item__qtybtn:hover{
  background:rgba(255,255,255,.12) !important;
  color:#fff !important;
  transform:scale(1.03);
}
.gpce-mini-cart-item__qtybox .gpce-mini-cart-item__qtyinput{
  width:46px !important;
  min-width:46px !important;
  height:36px !important;
  border:none !important;
  background:transparent !important;
  color:#fff !important;
  text-align:center !important;
  font-weight:700 !important;
  font-size:15px !important;
  line-height:1 !important;
  padding:0 !important;
  box-shadow:none !important;
  appearance:textfield;
}
.gpce-mini-cart-item__qtybox .gpce-mini-cart-item__qtyinput::-webkit-outer-spin-button,
.gpce-mini-cart-item__qtybox .gpce-mini-cart-item__qtyinput::-webkit-inner-spin-button{
  -webkit-appearance:none;
  margin:0;
}
@media (max-width:640px){
  .gpce-mini-cart-item__qtybox{
    width:100%;
    min-width:0;
  }
}


.gpce-account-page .gpce-account-preference-card{
  margin-top:18px !important;
  padding:16px !important;
  border-radius:18px !important;
  border:1px solid rgba(116,177,255,.14) !important;
  background:linear-gradient(180deg, rgba(9,27,48,.88) 0%, rgba(5,19,35,.96) 100%) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.03), 0 10px 30px rgba(0,0,0,.18) !important;
}
.gpce-account-page .gpce-account-preference-head{
  display:flex !important;
  flex-direction:column !important;
  gap:4px !important;
  margin-bottom:12px !important;
}
.gpce-account-page .gpce-account-preference-label{
  color:#ffffff !important;
  font-size:13px !important;
  font-weight:800 !important;
  letter-spacing:.04em !important;
  text-transform:uppercase !important;
}
.gpce-account-page .gpce-account-preference-note{
  color:#afbdd2 !important;
  font-size:13px !important;
  line-height:1.45 !important;
}
.gpce-account-page .gpce-account-mode-toggle{
  display:flex !important;
  gap:8px !important;
  flex-wrap:wrap !important;
  padding:6px !important;
  border-radius:999px !important;
  border:1px solid rgba(116,177,255,.14) !important;
  background:rgba(255,255,255,.04) !important;
}
.gpce-account-page .gpce-account-mode-btn{
  appearance:none !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border:0 !important;
  min-height:42px !important;
  padding:0 16px !important;
  border-radius:999px !important;
  background:transparent !important;
  color:#cfe0f3 !important;
  font-size:14px !important;
  font-weight:800 !important;
  letter-spacing:.01em !important;
  cursor:pointer !important;
  transition:all .18s ease !important;
}
.gpce-account-page .gpce-account-mode-btn:hover{
  color:#ffffff !important;
  background:rgba(79,156,255,.12) !important;
}
.gpce-account-page .gpce-account-mode-btn.is-active{
  color:#ffffff !important;
  background:linear-gradient(135deg, #10b8ff 0%, #0d8dff 52%, #0b6fff 100%) !important;
  box-shadow:0 10px 24px rgba(10,120,255,.24), inset 0 1px 0 rgba(255,255,255,.18) !important;
}
@media (max-width:767px){
  .gpce-account-page .gpce-account-mode-toggle{border-radius:18px !important;}
  .gpce-account-page .gpce-account-mode-btn{width:100% !important;}
}


/* v1.9.4.5.14.91 pricelist account access pills + user links */
.gpce-account-status-inline.is-disabled{color:#fecaca;background:rgba(220,38,38,.18);border-color:rgba(248,113,113,.28)}
.gpce-account-pricelist-links{grid-column:1/-1;margin-top:-4px;padding:14px 0 4px;border-bottom:1px solid rgba(110,152,214,.16)}
.gpce-account-pricelist-links details{border:1px solid rgba(110,152,214,.18);border-radius:16px;background:rgba(255,255,255,.04);padding:12px 14px}
.gpce-account-pricelist-links summary{cursor:pointer;color:#eaf4ff;font-weight:800}
.gpce-account-pricelist-link-list{display:grid;gap:10px;margin-top:12px}
.gpce-account-pricelist-link-list label{display:grid;gap:6px;color:#c8d8ef;font-weight:700}
.gpce-account-pricelist-link-list input{width:100%;height:42px;border-radius:12px;border:1px solid rgba(110,152,214,.18);background:#061426;color:#eaf4ff;padding:0 12px;font-size:12px}

/* GPCE v1.9.4.5.14.95 - account/pricelist polish */
.gpce-account-page .gpce-account-status-inline,
.gpce-account-status-inline{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:34px!important;
  padding:7px 14px!important;
  border-radius:999px!important;
  font-weight:900!important;
  line-height:1!important;
  letter-spacing:0!important;
  white-space:nowrap!important;
}
.gpce-account-page .gpce-account-status-inline.is-complete,
.gpce-account-status-inline.is-complete{
  color:#d9ffe7!important;
  background:linear-gradient(180deg,rgba(33,142,81,.98),rgba(18,116,64,.98))!important;
  border:1px solid rgba(108,239,159,.24)!important;
  box-shadow:0 10px 24px rgba(13,114,65,.22),inset 0 1px 0 rgba(255,255,255,.12)!important;
}
.gpce-account-page .gpce-account-status-inline.is-disabled,
.gpce-account-status-inline.is-disabled{
  color:#ffe1e1!important;
  background:linear-gradient(180deg,rgba(175,48,48,.98),rgba(130,31,31,.98))!important;
  border:1px solid rgba(255,130,130,.24)!important;
  box-shadow:0 10px 24px rgba(145,29,29,.18),inset 0 1px 0 rgba(255,255,255,.1)!important;
}
.gpce-account-pricelist-links{
  grid-column:1/-1!important;
  margin:14px 0 4px!important;
  padding:0!important;
  border:0!important;
}
.gpce-account-pricelist-links details{
  overflow:hidden!important;
  border:1px solid rgba(110,152,214,.22)!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,rgba(17,39,64,.92),rgba(9,25,44,.92))!important;
  box-shadow:0 18px 45px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.04)!important;
  padding:0!important;
}
.gpce-account-pricelist-links summary{
  list-style:none!important;
  cursor:pointer!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  padding:18px 20px!important;
  color:#f7fbff!important;
  font-weight:900!important;
}
.gpce-account-pricelist-links summary::-webkit-details-marker{display:none!important;}
.gpce-account-pricelist-links summary:after{content:'+';display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:999px;background:rgba(255,255,255,.07);color:#dcecff;font-size:20px;line-height:1;}
.gpce-account-pricelist-links details[open] summary:after{content:'–';}
.gpce-account-pricelist-links summary span{font-size:16px;}
.gpce-account-pricelist-links summary em{font-style:normal;font-size:12px;font-weight:700;color:#9fb5d4;margin-left:auto;}
.gpce-account-pricelist-link-list{display:grid!important;gap:12px!important;margin:0!important;padding:0 20px 20px!important;}
.gpce-pricelist-group-title{margin:10px 0 0!important;color:#75a7ff!important;text-transform:uppercase!important;font-size:12px!important;font-weight:900!important;letter-spacing:.08em!important;}
.gpce-pricelist-link-card{display:grid!important;gap:10px!important;padding:14px!important;border:1px solid rgba(110,152,214,.16)!important;border-radius:16px!important;background:rgba(3,16,32,.44)!important;}
.gpce-pricelist-link-meta{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;color:#eaf4ff!important;}
.gpce-pricelist-link-meta strong{font-size:14px!important;color:#eaf4ff!important;line-height:1.25!important;text-align:left!important;}
.gpce-pricelist-link-meta small{color:#9fb5d4!important;font-weight:800!important;white-space:nowrap!important;}
.gpce-pricelist-copy-row{display:grid!important;grid-template-columns:1fr auto!important;gap:8px!important;align-items:center!important;}
.gpce-pricelist-copy-row input{width:100%!important;height:42px!important;min-width:0!important;border-radius:12px!important;border:1px solid rgba(110,152,214,.16)!important;background:#071426!important;color:#dcecff!important;padding:0 12px!important;font-size:12px!important;font-weight:700!important;}
.gpce-pricelist-copy-row button{height:42px!important;border:0!important;border-radius:12px!important;background:#2f7df0!important;color:#fff!important;font-weight:900!important;padding:0 16px!important;cursor:pointer!important;}
.gpce-pricelist-copy-row button:hover{filter:brightness(1.08)!important;}
.gpce-account-menu-icon{display:inline-flex;align-items:center;gap:8px;color:inherit;text-decoration:none!important;font:inherit;line-height:1;}
.gpce-account-menu-icon__symbol{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;background:rgba(255,255,255,.08);color:currentColor;}
.gpce-account-menu-icon__symbol svg{width:18px;height:18px;fill:currentColor;display:block;}
.gpce-account-menu-icon__label{font-weight:inherit;color:inherit;}
@media (max-width:767px){
  .gpce-pricelist-copy-row{grid-template-columns:1fr!important;}
  .gpce-pricelist-copy-row button{width:100%!important;}
  .gpce-pricelist-link-meta{align-items:flex-start!important;flex-direction:column!important;gap:4px!important;}
  .gpce-account-pricelist-links summary{align-items:flex-start!important;flex-direction:column!important;}
  .gpce-account-pricelist-links summary em{margin-left:0;}
}


/* v1.9.4.5.14.97 - Cart desktop polish for large B2B carts */
@media (min-width: 1181px){
  .gpce-cart-table-wrap{
    max-height: 760px;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    scrollbar-width: thin;
  }
  .gpce-cart-table thead th{
    position: sticky;
    top: 0;
    z-index: 5;
  }
  .gpce-cart-table td,
  .gpce-cart-table th{
    vertical-align: middle;
  }
  .gpce-cart-product-name{
    white-space: normal !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.35 !important;
    max-height: 2.7em;
    word-break: break-word;
  }
  .gpce-cart-table tbody td{
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
}

/* GPCE v1.9.4.5.18.90 - Special offer prices in cart */
.gpce-cart-special-price,
.gpce-mass-special-price{
  display:inline-flex;
  align-items:center;
  justify-content:flex-end;
  gap:6px;
  flex-wrap:wrap;
  line-height:1.25;
}
.gpce-cart-special-price del,
.gpce-mass-special-price del{
  color:#94a3b8;
  font-size:12px;
  font-weight:700;
}
.gpce-cart-special-price strong,
.gpce-mass-special-price strong{
  color:#dc2626;
  font-weight:950;
}
.gpce-cart-special-price em,
.gpce-mass-special-price em{
  font-style:normal;
  color:#92400e;
  background:#fffbeb;
  border:1px solid #fde68a;
  border-radius:999px;
  padding:2px 7px;
  font-size:10px;
  font-weight:900;
  text-transform:uppercase;
}
.gpce-cart-special-price small,
.gpce-mass-special-price small{
  width:100%;
  color:#64748b;
  font-size:10px;
  font-weight:800;
}
.gpce-mini-special-price{justify-content:flex-start;}

/* GPCE v1.9.4.5.22.75 - special offer cart visual alignment */
.gpce-cart-special-price,
.gpce-mass-special-price{
  display:inline-grid!important;
  grid-template-columns:auto auto auto;
  align-items:center!important;
  justify-content:start!important;
  justify-items:start!important;
  gap:4px 8px!important;
  line-height:1.15!important;
  text-align:left!important;
  max-width:100%!important;
}
.gpce-cart-table .gpce-cart-special-price,
.gpce-cart-table .gpce-mass-special-price{
  min-width:210px!important;
}
.gpce-cart-special-price del,
.gpce-mass-special-price del{white-space:nowrap!important;}
.gpce-cart-special-price strong,
.gpce-mass-special-price strong{white-space:nowrap!important;font-size:18px!important;}
.gpce-cart-special-price em,
.gpce-mass-special-price em{white-space:nowrap!important;align-self:center!important;}
.gpce-cart-special-price small,
.gpce-mass-special-price small{
  grid-column:1/-1!important;
  width:auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  margin-top:2px!important;
  color:#93a9c7!important;
  font-size:11px!important;
  font-weight:800!important;
  line-height:1.2!important;
  text-transform:none!important;
}
.gpce-mini-special-price{min-width:0!important;}
@media(max-width:760px){
  .gpce-cart-special-price,
  .gpce-mass-special-price{grid-template-columns:auto auto!important;gap:4px 7px!important;}
  .gpce-cart-special-price em,
  .gpce-mass-special-price em{grid-column:1/-1!important;}
}

/* GPCE v1.9.4.5.22.76 - final compact special offer layout in cart */
.gpce-cart-table .gpce-cart-special-price,
.gpce-cart-table .gpce-mass-special-price{
  display:grid!important;
  grid-template-columns:max-content max-content max-content!important;
  align-items:center!important;
  justify-content:start!important;
  justify-items:start!important;
  column-gap:8px!important;
  row-gap:5px!important;
  min-width:240px!important;
  max-width:100%!important;
  text-align:left!important;
  line-height:1.05!important;
}
.gpce-cart-table .gpce-cart-special-price del,
.gpce-cart-table .gpce-mass-special-price del{grid-column:1!important;grid-row:1!important;font-size:13px!important;line-height:1!important;}
.gpce-cart-table .gpce-cart-special-price strong,
.gpce-cart-table .gpce-mass-special-price strong{grid-column:2!important;grid-row:1!important;font-size:18px!important;line-height:1!important;color:#ef4444!important;}
.gpce-cart-table .gpce-cart-special-price em,
.gpce-cart-table .gpce-mass-special-price em{grid-column:3!important;grid-row:1!important;align-self:center!important;font-size:10px!important;line-height:1!important;padding:4px 8px!important;}
.gpce-cart-table .gpce-cart-special-price small,
.gpce-cart-table .gpce-mass-special-price small{grid-column:1/-1!important;grid-row:2!important;width:max-content!important;max-width:100%!important;margin:0!important;font-size:11px!important;line-height:1.2!important;color:#93a9c7!important;white-space:nowrap!important;}
.gpce-mini-cart .gpce-cart-special-price,
.gpce-mini-cart .gpce-mass-special-price{min-width:0!important;}
@media(max-width:760px){
  .gpce-cart-table .gpce-cart-special-price,
  .gpce-cart-table .gpce-mass-special-price{grid-template-columns:max-content max-content!important;min-width:0!important;}
  .gpce-cart-table .gpce-cart-special-price em,
  .gpce-cart-table .gpce-mass-special-price em{grid-column:1/-1!important;grid-row:2!important;}
  .gpce-cart-table .gpce-cart-special-price small,
  .gpce-cart-table .gpce-mass-special-price small{grid-column:1/-1!important;grid-row:3!important;}
}

/* Stock Items module polish — aligned with Fast Movers / Design System */
.gpce-stock-items-page .gpce-stock-hero{margin:0 0 18px;padding:26px 28px;border-radius:24px;background:var(--gpce-card-bg,#fff);border:1px solid var(--gpce-border,rgba(15,23,42,.10));box-shadow:var(--gpce-card-shadow,0 18px 48px rgba(15,23,42,.08));}
.gpce-stock-items-page .gpce-stock-eyebrow{display:inline-flex;align-items:center;margin:0 0 8px;padding:5px 10px;border-radius:999px;background:var(--gpce-primary-soft,rgba(59,130,246,.10));color:var(--gpce-primary,#2563eb);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;}
.gpce-stock-items-page .gpce-stock-title{margin:0 0 8px;color:var(--gpce-heading,#0f172a);font-size:clamp(28px,3vw,44px);line-height:1.05;font-weight:900;}
.gpce-stock-items-page .gpce-stock-description{margin:0;max-width:840px;color:var(--gpce-muted,#64748b);font-size:16px;line-height:1.6;}
.gpce-stock-items-page .gpce-stock-toolbar{display:flex;gap:14px;align-items:stretch;justify-content:space-between;flex-wrap:wrap;margin:0 0 18px;}
.gpce-stock-items-page .gpce-stock-toolbar .gpce-stock-filters{flex:1 1 540px;margin:0;}
.gpce-stock-items-page .gpce-stock-search-wrap{display:flex;align-items:center;min-width:min(100%,320px);flex:0 1 360px;}
.gpce-stock-items-page .gpce-stock-search{width:100%;min-height:46px;border-radius:16px;border:1px solid var(--gpce-border,rgba(15,23,42,.14));background:var(--gpce-input-bg,#fff);color:var(--gpce-text,#0f172a);padding:0 16px;font-weight:700;box-shadow:inset 0 1px 0 rgba(255,255,255,.4);outline:none;}
.gpce-stock-items-page .gpce-stock-search:focus{border-color:var(--gpce-primary,#2563eb);box-shadow:0 0 0 3px var(--gpce-primary-soft,rgba(37,99,235,.14));}
.gpce-stock-items-page .gpce-stock-brand-pill{display:inline-flex;align-items:center;justify-content:center;padding:5px 10px;border-radius:999px;background:var(--gpce-primary-soft,rgba(59,130,246,.10));color:var(--gpce-primary,#2563eb);font-size:12px;font-weight:900;letter-spacing:.03em;}
.gpce-stock-items-page .gpce-stock-ref-text{color:inherit!important;text-decoration:none!important;}
.gpce-stock-items-page .gpce-stock-local-empty{margin-top:14px;border-radius:16px;border:1px dashed var(--gpce-border,rgba(15,23,42,.16));background:var(--gpce-card-bg,#fff);}
@media (max-width:767px){.gpce-stock-items-page .gpce-stock-hero{padding:20px 18px;border-radius:18px}.gpce-stock-items-page .gpce-stock-toolbar{display:block}.gpce-stock-items-page .gpce-stock-search-wrap{margin-top:12px;min-width:100%;width:100%}.gpce-stock-items-page .gpce-stock-search{min-height:44px}}


/* ======================================================================
   v1.9.4.5.22.492 - Cart preset bridge phase 1
   Scope: Cart page only. No cart logic/layout rewrite.
   Uses GPCE Design System variables and safe Woodmart content background.
   ====================================================================== */
body.gpce-cart-body .main-page-wrapper,
body.gpce-cart-body .site-content,
body.gpce-cart-body .wd-content-layout,
body.gpce-cart-body .wd-page-content,
body.gpce-cart-body .content-area,
body.gpce-cart-body .wd-content-area,
body.gpce-cart-body .site-main,
body.gpce-cart-body article.page,
body.gpce-cart-body article.page .entry-content,
body.gpce-cart-body .entry-content{
  background:var(--gpce-page-bg,#001020)!important;
  background-color:var(--gpce-page-bg,#001020)!important;
}
body.gpce-cart-body .main-page-wrapper > .container,
body.gpce-cart-body .main-page-wrapper > .container-fluid,
body.gpce-cart-body article.page > .container,
body.gpce-cart-body .entry-content > .wpb-content-wrapper,
body.gpce-cart-body .gpce-cart-page-wrap{
  background:transparent!important;
  background-color:transparent!important;
}
body.gpce-cart-body .site-header,
body.gpce-cart-body header,
body.gpce-cart-body .whb-header,
body.gpce-cart-body .whb-main-header,
body.gpce-cart-body .wd-header,
body.gpce-cart-body .wd-tools-element,
body.gpce-cart-body .wd-nav,
body.gpce-cart-body .main-nav,
body.gpce-cart-body .mobile-nav,
body.gpce-cart-body .wd-search-form,
body.gpce-cart-body .searchform{
  color:revert!important;
}
body.gpce-cart-body .gpce-cart-page-wrap{
  --gpce-cart-bg:var(--gpce-page-bg,#001020);
  --gpce-cart-panel:var(--gpce-panel-bg,var(--gpce-surface,#0b1a2e));
  --gpce-cart-panel-2:var(--gpce-card-bg,var(--gpce-soft-surface,#101a2c));
  --gpce-cart-soft:var(--gpce-soft-surface,#101a2c);
  --gpce-cart-border:var(--gpce-border,#233246);
  --gpce-cart-text:var(--gpce-text,#e0eef7);
  --gpce-cart-muted:var(--gpce-muted,#b7c6d8);
  --gpce-cart-primary:var(--gpce-primary,#2060d0);
  --gpce-cart-primary-dark:var(--gpce-primary-dark,var(--gpce-primary-2,#1050b0));
  --gpce-cart-danger:var(--gpce-danger,#e55353);
  color:var(--gpce-cart-text)!important;
}
body.gpce-cart-body .gpce-cart-shell{
  background:var(--gpce-cart-panel)!important;
  background-color:var(--gpce-cart-panel)!important;
  border:1px solid color-mix(in srgb,var(--gpce-cart-border) 86%,transparent)!important;
  box-shadow:var(--gpce-card-shadow,0 24px 70px rgba(2,12,28,.28))!important;
}
body.gpce-cart-body .gpce-cart-card,
body.gpce-cart-body .gpce-cart-table-wrap,
body.gpce-cart-body .gpce-cart-total-box,
body.gpce-cart-body .gpce-cart-mobile-card,
body.gpce-cart-body .gpce-cart-empty-state{
  background:var(--gpce-cart-panel-2)!important;
  background-color:var(--gpce-cart-panel-2)!important;
  border-color:var(--gpce-cart-border)!important;
  color:var(--gpce-cart-text)!important;
}
body.gpce-cart-body .gpce-cart-title,
body.gpce-cart-body .gpce-cart-product-name,
body.gpce-cart-body .gpce-cart-money,
body.gpce-cart-body .gpce-cart-money--total,
body.gpce-cart-body .gpce-cart-total-box strong,
body.gpce-cart-body .gpce-cart-table th,
body.gpce-cart-body .gpce-cart-table td{
  color:var(--gpce-cart-text)!important;
}
body.gpce-cart-body .gpce-cart-subtitle,
body.gpce-cart-body .gpce-cart-total-box span,
body.gpce-cart-body .gpce-cart-reference-brand,
body.gpce-cart-body .gpce-cart-mobile-label{
  color:var(--gpce-cart-muted)!important;
}
body.gpce-cart-body .gpce-cart-table thead th{
  background:color-mix(in srgb,var(--gpce-cart-soft) 86%,transparent)!important;
  color:var(--gpce-cart-text)!important;
  border-color:var(--gpce-cart-border)!important;
}
body.gpce-cart-body .gpce-cart-table th,
body.gpce-cart-body .gpce-cart-table td,
body.gpce-cart-body .gpce-cart-table tbody td{
  border-color:color-mix(in srgb,var(--gpce-cart-border) 72%,transparent)!important;
}
body.gpce-cart-body .gpce-cart-table tbody tr:hover,
body.gpce-cart-body .gpce-cart-mobile-card:hover{
  background:color-mix(in srgb,var(--gpce-cart-primary) 8%,var(--gpce-cart-panel-2))!important;
}
body.gpce-cart-body .gpce-cart-back-link,
body.gpce-cart-body .gpce-cart-link,
body.gpce-cart-body .gpce-cart-btn{
  border-radius:var(--gpce-button-radius,18px)!important;
  border-color:color-mix(in srgb,var(--gpce-cart-primary) 34%,var(--gpce-cart-border))!important;
  box-shadow:var(--gpce-button-shadow,0 14px 32px rgba(15,74,163,.18))!important;
}
body.gpce-cart-body .gpce-cart-btn,
body.gpce-cart-body .gpce-cart-btn--primary,
body.gpce-cart-body .gpce-cart-btn--update{
  background:linear-gradient(180deg,var(--gpce-cart-primary) 0%,var(--gpce-cart-primary-dark) 100%)!important;
  color:var(--gpce-button-text,#fff)!important;
  border-color:color-mix(in srgb,var(--gpce-cart-primary) 60%,#fff 12%)!important;
}
body.gpce-cart-body .gpce-cart-back-link,
body.gpce-cart-body .gpce-cart-link,
body.gpce-cart-body .gpce-cart-btn--ghost{
  background:color-mix(in srgb,var(--gpce-cart-soft) 88%,var(--gpce-cart-primary) 12%)!important;
  color:var(--gpce-cart-text)!important;
  border-color:var(--gpce-cart-border)!important;
}
body.gpce-cart-body .gpce-cart-link-danger,
body.gpce-cart-body button.gpce-cart-link.gpce-cart-link-danger.gpce-cart-btn--ghost{
  background:color-mix(in srgb,var(--gpce-cart-danger) 11%,var(--gpce-cart-soft))!important;
  color:color-mix(in srgb,var(--gpce-cart-danger) 45%,#fff 55%)!important;
  border-color:color-mix(in srgb,var(--gpce-cart-danger) 38%,var(--gpce-cart-border))!important;
}
body.gpce-cart-body .gpce-cart-link-danger:hover,
body.gpce-cart-body button.gpce-cart-link.gpce-cart-link-danger.gpce-cart-btn--ghost:hover{
  background:color-mix(in srgb,var(--gpce-cart-danger) 28%,var(--gpce-cart-soft))!important;
  color:#fff!important;
  border-color:var(--gpce-cart-danger)!important;
}
body.gpce-cart-body .gpce-cart-remove-btn{
  background:color-mix(in srgb,var(--gpce-cart-danger) 12%,var(--gpce-cart-soft))!important;
  color:color-mix(in srgb,var(--gpce-cart-danger) 42%,#fff 58%)!important;
  border-color:color-mix(in srgb,var(--gpce-cart-danger) 36%,var(--gpce-cart-border))!important;
}
body.gpce-cart-body .gpce-cart-remove-btn:hover{
  background:var(--gpce-cart-danger)!important;
  color:#fff!important;
  border-color:var(--gpce-cart-danger)!important;
}
body.gpce-cart-body .gpce-cart-reference,
body.gpce-cart-body .gpce-cart-brand-badge,
body.gpce-cart-body .gpce-cart-reference-stack .gpce-cart-reference{
  background:color-mix(in srgb,var(--gpce-cart-primary) 42%,var(--gpce-cart-soft))!important;
  color:var(--gpce-cart-text)!important;
  border-color:color-mix(in srgb,var(--gpce-cart-primary) 42%,var(--gpce-cart-border))!important;
}
body.gpce-cart-body .gpce-cart-qty-box{
  background:var(--gpce-cart-soft)!important;
  border-color:var(--gpce-cart-border)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important;
}
body.gpce-cart-body .gpce-cart-qty-btn{
  background:color-mix(in srgb,var(--gpce-cart-soft) 80%,var(--gpce-cart-primary) 20%)!important;
  color:var(--gpce-cart-text)!important;
  border-color:var(--gpce-cart-border)!important;
}
body.gpce-cart-body .gpce-cart-qty-btn:hover{
  background:var(--gpce-cart-primary)!important;
  color:#fff!important;
}
body.gpce-cart-body .gpce-cart-qty-input,
body.gpce-cart-body .gpce-cart-inline input[type="number"]{
  background:transparent!important;
  color:var(--gpce-cart-text)!important;
  border-color:var(--gpce-cart-border)!important;
}
body.gpce-cart-body .gpce-cart-special-price strong,
body.gpce-cart-body .gpce-cart-special-price em{
  color:var(--gpce-cart-primary)!important;
}
body.gpce-cart-body .gpce-cart-special-price small{
  color:var(--gpce-cart-muted)!important;
}
body.gpce-cart-body .gpce-cart-notice.is-success{background:color-mix(in srgb,var(--gpce-success,#16a34a) 15%,var(--gpce-cart-soft))!important;color:var(--gpce-cart-text)!important;border-color:color-mix(in srgb,var(--gpce-success,#16a34a) 45%,var(--gpce-cart-border))!important}
body.gpce-cart-body .gpce-cart-notice.is-error{background:color-mix(in srgb,var(--gpce-cart-danger) 15%,var(--gpce-cart-soft))!important;color:var(--gpce-cart-text)!important;border-color:color-mix(in srgb,var(--gpce-cart-danger) 45%,var(--gpce-cart-border))!important}


/* v1.9.4.5.22.492 - legacy cart toast fallback uses Design System colors when global toast is not available. */
.gpce-toast{
  background:linear-gradient(135deg,var(--gpce-primary-dark,#1050b0),var(--gpce-primary,#2060d0))!important;
  color:#fff!important;
  border-color:color-mix(in srgb,var(--gpce-primary,#2060d0) 42%,#fff 18%)!important;
  border-radius:var(--gpce-notice-radius,18px)!important;
  box-shadow:var(--gpce-toast-shadow,0 18px 45px rgba(15,23,42,.22))!important;
}
.gpce-toast.is-error{
  background:linear-gradient(135deg,color-mix(in srgb,var(--gpce-danger,#e55353) 70%,#111 30%),var(--gpce-danger,#e55353))!important;
  border-color:color-mix(in srgb,var(--gpce-danger,#e55353) 58%,#fff 14%)!important;
}
.gpce-toast__action,
.gpce-toast__action--button{
  background:rgba(255,255,255,.16)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.22)!important;
  border-radius:var(--gpce-button-radius,999px)!important;
}
.gpce-toast__action:hover,
.gpce-toast__action--button:hover{
  background:rgba(255,255,255,.26)!important;
  color:#fff!important;
}

/* v1.9.4.5.22.494 - Cart phase 1 polish: totals, mobile actions, preset card tint */
body.gpce-cart-body .gpce-cart-card{
  background:color-mix(in srgb,var(--gpce-cart-panel-2) 88%,var(--gpce-cart-primary) 12%)!important;
  background-color:color-mix(in srgb,var(--gpce-cart-panel-2) 88%,var(--gpce-cart-primary) 12%)!important;
}
body.gpce-cart-body .gpce-cart-footer{
  align-items:stretch!important;
}
body.gpce-cart-body .gpce-cart-footer-meta{
  display:flex!important;
  gap:16px!important;
  flex-wrap:wrap!important;
  align-items:stretch!important;
  min-width:0!important;
}
body.gpce-cart-body .gpce-cart-total-box{
  flex:1 1 230px!important;
  min-width:220px!important;
  max-width:none!important;
  background:color-mix(in srgb,var(--gpce-cart-panel-2) 84%,var(--gpce-cart-primary) 16%)!important;
  background-color:color-mix(in srgb,var(--gpce-cart-panel-2) 84%,var(--gpce-cart-primary) 16%)!important;
  border-color:color-mix(in srgb,var(--gpce-cart-primary) 26%,var(--gpce-cart-border))!important;
}
body.gpce-cart-body .gpce-cart-total-box--qty{
  flex:0 1 230px!important;
}
body.gpce-cart-body .gpce-cart-total-box--amount{
  flex:1 1 320px!important;
}
body.gpce-cart-body .gpce-cart-total-box small{
  display:block;
  margin-top:4px;
  color:var(--gpce-cart-muted)!important;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.10em;
}
body.gpce-cart-body .gpce-cart-total-box--qty strong{
  font-size:42px!important;
}
body.gpce-cart-body .gpce-cart-total-box--amount strong{
  font-size:clamp(34px,4vw,48px)!important;
}
@media (max-width:991px){
  body.gpce-cart-body .gpce-cart-footer{
    width:100%!important;
  }
  body.gpce-cart-body .gpce-cart-footer-meta,
  body.gpce-cart-body .gpce-cart-footer-actions{
    width:100%!important;
    min-width:0!important;
  }
  body.gpce-cart-body .gpce-cart-total-box,
  body.gpce-cart-body .gpce-cart-total-box--qty,
  body.gpce-cart-body .gpce-cart-total-box--amount{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
  }
}
@media (max-width:767px){
  body.gpce-cart-body .gpce-cart-back-link,
  body.gpce-cart-body .gpce-cart-footer-actions .gpce-cart-btn,
  body.gpce-cart-body .gpce-cart-footer-actions .gpce-cart-link,
  body.gpce-cart-body .gpce-cart-footer-actions button{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    display:flex!important;
  }
  body.gpce-cart-body .gpce-cart-footer-actions{
    gap:12px!important;
  }
  body.gpce-cart-body .gpce-cart-footer-meta{
    gap:12px!important;
  }
  body.gpce-cart-body .gpce-cart-total-box{
    padding:22px 20px!important;
    border-radius:22px!important;
  }
  body.gpce-cart-body .gpce-cart-total-box--qty strong{
    font-size:38px!important;
  }
}


/* v1.9.4.5.22.495 - Red Commerce cart shell tint
   Keep phase 1 responsive/layout. Only visual preset polish for the cart outer shell. */
body.gpce-cart-body .gpce-cart-shell{
  background:linear-gradient(145deg,
    color-mix(in srgb,var(--gpce-cart-panel-2,#fff5f6) 82%,var(--gpce-cart-primary,#c1121f) 9%) 0%,
    color-mix(in srgb,var(--gpce-cart-panel-2,#fff5f6) 72%,var(--gpce-cart-primary,#c1121f) 15%) 58%,
    color-mix(in srgb,var(--gpce-cart-panel-2,#fff5f6) 78%,var(--gpce-cart-primary-dark,#8f0d17) 11%) 100%
  )!important;
  background-color:color-mix(in srgb,var(--gpce-cart-panel-2,#fff5f6) 78%,var(--gpce-cart-primary,#c1121f) 12%)!important;
  border-color:color-mix(in srgb,var(--gpce-cart-primary,#c1121f) 18%,var(--gpce-cart-border,#ead5d8))!important;
}
body.gpce-cart-body .gpce-cart-card{
  background:linear-gradient(145deg,
    color-mix(in srgb,var(--gpce-cart-panel-2,#fff5f6) 86%,var(--gpce-cart-primary,#c1121f) 8%) 0%,
    color-mix(in srgb,var(--gpce-cart-panel-2,#fff5f6) 76%,var(--gpce-cart-primary,#c1121f) 14%) 55%,
    color-mix(in srgb,var(--gpce-cart-panel-2,#fff5f6) 80%,var(--gpce-cart-primary-dark,#8f0d17) 9%) 100%
  )!important;
  background-color:color-mix(in srgb,var(--gpce-cart-panel-2,#fff5f6) 82%,var(--gpce-cart-primary,#c1121f) 10%)!important;
  border-color:color-mix(in srgb,var(--gpce-cart-primary,#c1121f) 20%,var(--gpce-cart-border,#ead5d8))!important;
}
body.gpce-cart-body .gpce-cart-table-wrap,
body.gpce-cart-body .gpce-cart-mobile-card{
  background:color-mix(in srgb,var(--gpce-cart-panel-2,#fff5f6) 94%,#ffffff 6%)!important;
  background-color:color-mix(in srgb,var(--gpce-cart-panel-2,#fff5f6) 94%,#ffffff 6%)!important;
}

/* v1.9.4.5.22.496 - Cart red preset depth + hero totals */
body.gpce-cart-body .gpce-cart-shell{
  background:radial-gradient(circle at 18% 0%,
    color-mix(in srgb,var(--gpce-cart-primary,#c1121f) 16%,transparent) 0%,
    transparent 34%),
    linear-gradient(145deg,
      color-mix(in srgb,var(--gpce-cart-panel-2,#fff5f6) 72%,var(--gpce-cart-primary,#c1121f) 17%) 0%,
      color-mix(in srgb,var(--gpce-cart-panel-2,#fff5f6) 62%,var(--gpce-cart-primary,#c1121f) 24%) 58%,
      color-mix(in srgb,var(--gpce-cart-panel-2,#fff5f6) 68%,var(--gpce-cart-primary-dark,#8f0d17) 17%) 100%)!important;
  border-color:color-mix(in srgb,var(--gpce-cart-primary,#c1121f) 22%,var(--gpce-cart-border,#ead5d8))!important;
}
body.gpce-cart-body .gpce-cart-card{
  background:radial-gradient(circle at 12% 0%,
    color-mix(in srgb,#fff 42%,transparent) 0%,
    transparent 36%),
    linear-gradient(145deg,
      color-mix(in srgb,var(--gpce-cart-panel-2,#fff5f6) 90%,#fff 10%) 0%,
      color-mix(in srgb,var(--gpce-cart-panel-2,#fff5f6) 83%,var(--gpce-cart-primary,#c1121f) 8%) 58%,
      color-mix(in srgb,var(--gpce-cart-panel-2,#fff5f6) 86%,var(--gpce-cart-primary-dark,#8f0d17) 6%) 100%)!important;
  background-color:color-mix(in srgb,var(--gpce-cart-panel-2,#fff5f6) 88%,#fff 12%)!important;
  border-color:color-mix(in srgb,var(--gpce-cart-primary,#c1121f) 18%,var(--gpce-cart-border,#ead5d8))!important;
}
body.gpce-cart-body .gpce-cart-table-wrap,
body.gpce-cart-body .gpce-cart-mobile-card{
  background:color-mix(in srgb,#fff 84%,var(--gpce-cart-panel-2,#fff5f6) 16%)!important;
  background-color:color-mix(in srgb,#fff 84%,var(--gpce-cart-panel-2,#fff5f6) 16%)!important;
}
body.gpce-cart-body .gpce-cart-hero-banner{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(390px,.92fr) auto!important;
  gap:18px!important;
  align-items:stretch!important;
  margin:0 0 24px!important;
  padding:22px!important;
  border-radius:28px!important;
  background:radial-gradient(circle at 10% 0%,color-mix(in srgb,#fff 52%,transparent) 0%,transparent 34%),
    linear-gradient(135deg,
      color-mix(in srgb,var(--gpce-cart-primary,#c1121f) 11%,var(--gpce-cart-panel-2,#fff5f6)) 0%,
      color-mix(in srgb,var(--gpce-cart-primary,#c1121f) 18%,var(--gpce-cart-panel-2,#fff5f6)) 62%,
      color-mix(in srgb,var(--gpce-cart-primary-dark,#8f0d17) 13%,var(--gpce-cart-panel-2,#fff5f6)) 100%)!important;
  border:1px solid color-mix(in srgb,var(--gpce-cart-primary,#c1121f) 20%,var(--gpce-cart-border,#ead5d8))!important;
  box-shadow:0 22px 55px color-mix(in srgb,var(--gpce-cart-primary,#c1121f) 12%,transparent)!important;
}
body.gpce-cart-body .gpce-cart-hero-copy{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  min-width:0!important;
}
body.gpce-cart-body .gpce-cart-kicker{
  display:inline-flex!important;
  align-self:flex-start!important;
  margin:0 0 8px!important;
  color:var(--gpce-cart-muted,#65758f)!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}
body.gpce-cart-body .gpce-cart-title{
  margin:0 0 8px!important;
}
body.gpce-cart-body .gpce-cart-subtitle{
  max-width:560px!important;
  margin:0!important;
  color:var(--gpce-cart-muted,#65758f)!important;
}
body.gpce-cart-body .gpce-cart-hero-stats{
  display:grid!important;
  grid-template-columns:1fr 1.45fr!important;
  gap:12px!important;
  align-items:stretch!important;
  min-width:0!important;
}
body.gpce-cart-body .gpce-cart-hero-stat{
  display:flex!important;
  min-width:0!important;
  min-height:112px!important;
  flex-direction:column!important;
  justify-content:center!important;
  padding:16px 18px!important;
  border-radius:22px!important;
  background:color-mix(in srgb,var(--gpce-cart-panel-2,#fff5f6) 76%,#fff 24%)!important;
  border:1px solid color-mix(in srgb,var(--gpce-cart-primary,#c1121f) 18%,var(--gpce-cart-border,#ead5d8))!important;
  box-shadow:0 14px 34px color-mix(in srgb,var(--gpce-cart-primary,#c1121f) 8%,transparent)!important;
}
body.gpce-cart-body .gpce-cart-hero-stat span{
  color:var(--gpce-cart-muted,#65758f)!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.10em!important;
  text-transform:uppercase!important;
}
body.gpce-cart-body .gpce-cart-hero-stat strong{
  margin-top:8px!important;
  color:var(--gpce-cart-text,#081526)!important;
  font-size:clamp(28px,3vw,42px)!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:-.04em!important;
  white-space:nowrap!important;
}
body.gpce-cart-body .gpce-cart-hero-stat small{
  margin-top:7px!important;
  color:var(--gpce-cart-muted,#65758f)!important;
  font-size:12px!important;
  font-weight:900!important;
  letter-spacing:.10em!important;
  text-transform:uppercase!important;
}
body.gpce-cart-body .gpce-cart-hero-banner .gpce-cart-back-link{
  align-self:center!important;
  min-width:180px!important;
  height:56px!important;
}
body.gpce-cart-body .gpce-cart-footer{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(220px,300px)!important;
  gap:18px!important;
  align-items:stretch!important;
}
body.gpce-cart-body .gpce-cart-footer-meta{
  display:grid!important;
  grid-template-columns:minmax(200px,280px) minmax(0,1fr)!important;
  gap:16px!important;
  align-items:stretch!important;
}
body.gpce-cart-body .gpce-cart-total-box--qty,
body.gpce-cart-body .gpce-cart-total-box--amount{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
}
body.gpce-cart-body .gpce-cart-total-box span{
  white-space:nowrap!important;
}
@media (max-width:1180px){
  body.gpce-cart-body .gpce-cart-hero-banner{
    grid-template-columns:1fr!important;
  }
  body.gpce-cart-body .gpce-cart-hero-banner .gpce-cart-back-link{
    width:100%!important;
    max-width:none!important;
  }
}
@media (max-width:991px){
  body.gpce-cart-body .gpce-cart-footer{
    grid-template-columns:1fr!important;
  }
  body.gpce-cart-body .gpce-cart-footer-meta{
    grid-template-columns:1fr 1fr!important;
  }
  body.gpce-cart-body .gpce-cart-total-box,
  body.gpce-cart-body .gpce-cart-total-box--qty,
  body.gpce-cart-body .gpce-cart-total-box--amount{
    width:auto!important;
    max-width:none!important;
    min-width:0!important;
  }
}
@media (max-width:767px){
  body.gpce-cart-body .gpce-cart-hero-banner{
    padding:18px!important;
    border-radius:24px!important;
    gap:14px!important;
  }
  body.gpce-cart-body .gpce-cart-hero-stats,
  body.gpce-cart-body .gpce-cart-footer-meta{
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
  }
  body.gpce-cart-body .gpce-cart-hero-stat,
  body.gpce-cart-body .gpce-cart-total-box{
    min-height:128px!important;
    padding:16px 14px!important;
    border-radius:20px!important;
  }
  body.gpce-cart-body .gpce-cart-hero-stat span,
  body.gpce-cart-body .gpce-cart-total-box span{
    font-size:10px!important;
    letter-spacing:.08em!important;
    white-space:normal!important;
  }
  body.gpce-cart-body .gpce-cart-hero-stat strong,
  body.gpce-cart-body .gpce-cart-total-box--qty strong{
    font-size:34px!important;
  }
  body.gpce-cart-body .gpce-cart-hero-stat--amount strong,
  body.gpce-cart-body .gpce-cart-total-box--amount strong{
    font-size:clamp(24px,6vw,32px)!important;
    white-space:normal!important;
  }
}

/* v1.9.4.5.22.498 - Premium Navy B2B scoped cart table row injection
   Applies only when the Premium Navy B2B global design preset is active.
   Keeps cart logic/AJAX/send order unchanged. */
body.gpce-cart-body.gpce-ds-preset-premium_navy_b2b .gpce-cart-table tbody tr.gpce-cart-row:nth-child(odd){
  background:#B8C4D2!important;
}
body.gpce-cart-body.gpce-ds-preset-premium_navy_b2b .gpce-cart-table tbody tr.gpce-cart-row:nth-child(even){
  background:#D3D7DC!important;
}
body.gpce-cart-body.gpce-ds-preset-premium_navy_b2b .gpce-cart-table tbody tr.gpce-cart-row .gpce-cart-col--product,
body.gpce-cart-body.gpce-ds-preset-premium_navy_b2b .gpce-cart-table tbody tr.gpce-cart-row .gpce-cart-col--product *,
body.gpce-cart-body.gpce-ds-preset-premium_navy_b2b .gpce-cart-table tbody tr.gpce-cart-row .gpce-cart-col--unit-price,
body.gpce-cart-body.gpce-ds-preset-premium_navy_b2b .gpce-cart-table tbody tr.gpce-cart-row .gpce-cart-col--unit-price *,
body.gpce-cart-body.gpce-ds-preset-premium_navy_b2b .gpce-cart-table tbody tr.gpce-cart-row .gpce-cart-col--total,
body.gpce-cart-body.gpce-ds-preset-premium_navy_b2b .gpce-cart-table tbody tr.gpce-cart-row .gpce-cart-col--total *,
body.gpce-cart-body.gpce-ds-preset-premium_navy_b2b .gpce-cart-table tbody tr.gpce-cart-row .gpce-cart-money,
body.gpce-cart-body.gpce-ds-preset-premium_navy_b2b .gpce-cart-table tbody tr.gpce-cart-row .gpce-cart-money *,
body.gpce-cart-body.gpce-ds-preset-premium_navy_b2b .gpce-cart-table tbody tr.gpce-cart-row .gpce-cart-price,
body.gpce-cart-body.gpce-ds-preset-premium_navy_b2b .gpce-cart-table tbody tr.gpce-cart-row .gpce-cart-price *{
  color:#020814!important;
}
body.gpce-cart-body.gpce-ds-preset-premium_navy_b2b .gpce-cart-table tbody tr.gpce-cart-row .gpce-cart-money,
body.gpce-cart-body.gpce-ds-preset-premium_navy_b2b .gpce-cart-table tbody tr.gpce-cart-row .gpce-cart-price,
body.gpce-cart-body.gpce-ds-preset-premium_navy_b2b .gpce-cart-table tbody tr.gpce-cart-row .gpce-cart-col--total{
  font-weight:900!important;
}
body.gpce-cart-body.gpce-ds-preset-premium_navy_b2b .gpce-cart-table tbody tr.gpce-cart-row .gpce-cart-old-price,
body.gpce-cart-body.gpce-ds-preset-premium_navy_b2b .gpce-cart-table tbody tr.gpce-cart-row .gpce-cart-old-price *{
  color:#6B7788!important;
  font-weight:700!important;
}
body.gpce-cart-body.gpce-ds-preset-premium_navy_b2b .gpce-cart-table tbody tr.gpce-cart-row .gpce-cart-reference-brand{
  color:#5F6F83!important;
  font-weight:800!important;
}
body.gpce-cart-body.gpce-ds-preset-premium_navy_b2b .gpce-cart-table tbody tr.gpce-cart-row:hover{
  background:#233246!important;
  color:#E0EEF7!important;
}
body.gpce-cart-body.gpce-ds-preset-premium_navy_b2b .gpce-cart-table tbody tr.gpce-cart-row:hover .gpce-cart-col--product,
body.gpce-cart-body.gpce-ds-preset-premium_navy_b2b .gpce-cart-table tbody tr.gpce-cart-row:hover .gpce-cart-col--product *,
body.gpce-cart-body.gpce-ds-preset-premium_navy_b2b .gpce-cart-table tbody tr.gpce-cart-row:hover .gpce-cart-col--unit-price,
body.gpce-cart-body.gpce-ds-preset-premium_navy_b2b .gpce-cart-table tbody tr.gpce-cart-row:hover .gpce-cart-col--unit-price *,
body.gpce-cart-body.gpce-ds-preset-premium_navy_b2b .gpce-cart-table tbody tr.gpce-cart-row:hover .gpce-cart-col--total,
body.gpce-cart-body.gpce-ds-preset-premium_navy_b2b .gpce-cart-table tbody tr.gpce-cart-row:hover .gpce-cart-col--total *,
body.gpce-cart-body.gpce-ds-preset-premium_navy_b2b .gpce-cart-table tbody tr.gpce-cart-row:hover .gpce-cart-money,
body.gpce-cart-body.gpce-ds-preset-premium_navy_b2b .gpce-cart-table tbody tr.gpce-cart-row:hover .gpce-cart-money *,
body.gpce-cart-body.gpce-ds-preset-premium_navy_b2b .gpce-cart-table tbody tr.gpce-cart-row:hover .gpce-cart-price,
body.gpce-cart-body.gpce-ds-preset-premium_navy_b2b .gpce-cart-table tbody tr.gpce-cart-row:hover .gpce-cart-price *{
  color:#E0EEF7!important;
}
body.gpce-cart-body.gpce-ds-preset-premium_navy_b2b .gpce-cart-table tbody tr.gpce-cart-row:hover .gpce-cart-old-price,
body.gpce-cart-body.gpce-ds-preset-premium_navy_b2b .gpce-cart-table tbody tr.gpce-cart-row:hover .gpce-cart-old-price *{
  color:rgba(224,238,247,.65)!important;
}
body.gpce-cart-body.gpce-ds-preset-premium_navy_b2b .gpce-cart-table tbody tr.gpce-cart-row:hover .gpce-cart-reference-brand{
  color:rgba(224,238,247,.72)!important;
}
