.s2a-cart-page,
.s2a-cart-page *{box-sizing:border-box}
.s2a-cart-page{position:relative;width:100%;overflow:hidden;isolation:isolate;background:#fff;color:#071326;font-family:inherit}
.s2a-cart-page button,.s2a-cart-page input,.s2a-cart-page a{font:inherit}
.s2a-cart-page button{appearance:none;-webkit-appearance:none}
.s2a-cart-page__ambient{display:none!important}
.s2a-cart-page__ambient--one{width:420px;height:420px;left:-140px;top:-180px;background:radial-gradient(circle,rgba(56,189,248,.17),rgba(56,189,248,0) 72%)}
.s2a-cart-page__ambient--two{width:520px;height:520px;right:-180px;bottom:-260px;background:radial-gradient(circle,rgba(37,99,235,.13),rgba(37,99,235,0) 72%)}
.s2a-cart-page__inner{position:relative;width:100%;margin:0 auto}
.s2a-cart-page__grid{display:grid;grid-template-columns:minmax(0,64%) minmax(0,1fr);gap:26px;align-items:start}
.s2a-cart-page__cart-panel,.s2a-cart-page__summary-panel,.s2a-cart-page__empty-card{position:relative;border:1px solid rgba(210,232,247,.95);box-shadow:0 18px 50px rgba(50,91,128,.10),inset 0 1px 0 rgba(255,255,255,.9);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.s2a-cart-page__cart-panel{padding:30px;border-radius:22px;background:rgba(255,255,255,.86)}
.s2a-cart-page__summary-panel{padding:25px 23px 24px;border-radius:22px;background:rgba(236,249,255,.78);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.s2a-cart-page__cart-header{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:24px}
.s2a-cart-page__title-wrap{display:flex;align-items:baseline;gap:7px;min-width:0}
.s2a-cart-page__title{margin:0;color:#071326;font-size:28px;line-height:1.15;font-weight:500;letter-spacing:-.035em}
.s2a-cart-page__count{color:#94a3b8;font-size:11px;line-height:1.2;font-weight:500;white-space:nowrap}
.s2a-cart-page__clear{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:36px;padding:7px 12px;border:0;border-radius:10px;background:rgba(255,255,255,.44);color:#ff6b6b;font-size:13px;line-height:1;font-weight:500;cursor:pointer;transition:color .2s ease,background .2s ease,transform .2s ease}
.s2a-cart-page__clear:hover{color:#ef4444;background:rgba(255,255,255,.82);transform:translateY(-1px)}
.s2a-cart-page__clear:focus-visible,.s2a-cart-page__remove:focus-visible,.s2a-cart-page__qty button:focus-visible,.s2a-cart-page__coupon button:focus-visible,.s2a-cart-page__checkout:focus-visible,.s2a-cart-page__continue:focus-visible,.s2a-cart-page__empty-button:focus-visible{outline:2px solid #2f80ed;outline-offset:2px}
.s2a-cart-page__columns{display:grid;grid-template-columns:minmax(0,1fr) 118px 120px;gap:16px;padding:0 15px 9px;color:#94a3b8;font-size:10px;line-height:1.2;font-weight:500;text-transform:uppercase;letter-spacing:.06em}
.s2a-cart-page__columns span:nth-child(2){text-align:center}.s2a-cart-page__columns span:nth-child(3){text-align:right;padding-right:18px}
.s2a-cart-page__items{display:flex;flex-direction:column;gap:12px}
.s2a-cart-page__item{display:grid;grid-template-columns:minmax(0,1fr) 118px 120px;gap:16px;align-items:center;padding:13px 16px 13px 13px;border:1px solid #dcecf7;border-radius:17px;background:rgba(248,252,255,.78);min-width:0;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease,background .22s ease}
.s2a-cart-page__item:hover{border-color:#c8e3f7;background:rgba(255,255,255,.90);box-shadow:0 11px 30px rgba(37,99,235,.07);transform:translateY(-1px)}
.s2a-cart-page__product-cell{display:flex;align-items:center;gap:14px;min-width:0}
.s2a-cart-page__image{display:block;flex:0 0 auto;width:74px;height:74px;overflow:hidden;border:1px solid #dbeaf6;border-radius:12px;background:#fff;text-decoration:none}
.s2a-cart-page__image img{display:block;width:100%!important;height:100%!important;margin:0!important;padding:0!important;border:0!important;object-fit:contain;object-position:center}
.s2a-cart-page__product-copy{min-width:0}
.s2a-cart-page__product-name{display:block;color:#172033;text-decoration:none;font-size:14px;line-height:1.35;font-weight:500;overflow-wrap:anywhere}
.s2a-cart-page__product-name:hover{color:#2677f3}
.s2a-cart-page__meta{margin-top:4px;color:#64748b;font-size:10px;line-height:1.45}
.s2a-cart-page__meta dl,.s2a-cart-page__meta p{margin:0}
.s2a-cart-page__meta dt,.s2a-cart-page__meta dd{display:inline;margin:0 5px 0 0}
.s2a-cart-page__qty{justify-self:center;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;width:106px;height:44px;border:1px solid #d7e7fb;border-radius:22px;background:rgba(255,255,255,.72);overflow:hidden;color:#183153}
.s2a-cart-page__qty button,.s2a-cart-page__qty input{width:100%;height:100%;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;color:inherit;text-align:center;font-size:15px;line-height:1;font-weight:500}
.s2a-cart-page__qty button{cursor:pointer;transition:background .2s ease,color .2s ease}
.s2a-cart-page__qty button:hover{background:#edf6ff!important;color:#2677f3}
.s2a-cart-page__qty input{-moz-appearance:textfield;appearance:textfield;min-width:0}
.s2a-cart-page__qty input::-webkit-outer-spin-button,.s2a-cart-page__qty input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.s2a-cart-page__price-cell{display:flex;align-items:center;justify-content:flex-end;gap:11px;min-width:0}
.s2a-cart-page__price{color:#071326;font-size:15px;line-height:1.25;font-weight:500;white-space:nowrap}
.s2a-cart-page__price .amount{color:inherit!important}
.s2a-cart-page__remove{flex:0 0 auto;display:grid;place-items:center;width:28px;height:28px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.55);color:#ff6b6b;font-size:19px;line-height:1;cursor:pointer;transition:background .2s ease,transform .2s ease,color .2s ease}
.s2a-cart-page__remove:hover{background:rgba(255,107,107,.10);transform:scale(1.05);color:#ef4444}
.s2a-cart-page__continue{display:inline-flex;align-items:center;gap:7px;margin-top:16px;color:#0ea5e9;text-decoration:none;font-size:12px;line-height:1.2;font-weight:500;transition:gap .2s ease,color .2s ease}
.s2a-cart-page__continue:hover{gap:10px;color:#2563eb}.s2a-cart-page__continue svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.s2a-cart-page__promo-title{display:flex;align-items:center;gap:10px;margin:0 0 16px}
.s2a-cart-page__promo-title h3{margin:0;color:#172033;font-size:18px;line-height:1.2;font-weight:500;letter-spacing:-.02em}
.s2a-cart-page__promo-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:rgba(56,189,248,.14);color:#38bdf8}
.s2a-cart-page__promo-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.s2a-cart-page__coupon{display:flex;align-items:stretch;gap:8px;min-height:52px;padding:4px;border:1px solid #cbe9fb;border-radius:12px;background:rgba(255,255,255,.72);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}
.s2a-cart-page__coupon:focus-within{border-color:#7cc6f6;box-shadow:0 0 0 3px rgba(14,165,233,.08)}
.s2a-cart-page__coupon input{flex:1 1 auto;min-width:0;width:100%;height:auto!important;margin:0!important;padding:0 10px!important;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;color:#334155;font-size:12px;line-height:1.2;font-weight:400}
.s2a-cart-page__coupon input::placeholder{color:#9aa9bc;opacity:1}
.s2a-cart-page__coupon button{flex:0 0 auto;min-width:86px;margin:0!important;padding:0 16px!important;border:0!important;border-radius:10px;background:#179bea;color:#fff;box-shadow:0 6px 16px rgba(23,155,234,.18);font-size:12px;line-height:1;font-weight:500;cursor:pointer;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}
.s2a-cart-page__coupon button:hover{background:#087fd0;transform:translateY(-1px);box-shadow:0 8px 20px rgba(23,155,234,.23)}
.s2a-cart-page__applied-coupons{display:flex;flex-wrap:wrap;gap:7px;margin:10px 0 0}
.s2a-cart-page__applied-coupons>span{display:inline-flex;align-items:center;gap:7px;min-height:28px;padding:4px 5px 4px 10px;border:1px solid #c8e7f8;border-radius:999px;background:rgba(255,255,255,.65);color:#1878b6;font-size:10px;font-weight:500}
.s2a-cart-page__applied-coupons button{display:grid;place-items:center;width:19px;height:19px;padding:0;border:0;border-radius:999px;background:#e7f4fd;color:#5f7e94;font-size:14px;line-height:1;cursor:pointer}
.s2a-cart-page__summary-divider{width:100%;height:1px;margin:20px 0 16px;background:#d9ebf5}.s2a-cart-page__summary-divider--total{margin:15px 0}
.s2a-cart-page__totals{display:flex;flex-direction:column;gap:10px;color:#7890a8;font-size:11px;line-height:1.25;font-weight:400}
.s2a-cart-page__totals>div,.s2a-cart-page__grand-total{display:flex;align-items:center;justify-content:space-between;gap:18px}
.s2a-cart-page__totals strong{color:#6b7f93;font-weight:500}.s2a-cart-page__totals .amount,.s2a-cart-page__grand-total .amount{color:inherit!important}
.s2a-cart-page__grand-total{color:#172033;font-size:18px;line-height:1.2;font-weight:500}.s2a-cart-page__grand-total strong{color:#071326;font-size:18px;font-weight:500}
.s2a-cart-page__checkout{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:52px;margin-top:20px;padding:10px 18px;border:0;border-radius:12px;background:linear-gradient(100deg,#14a6e7 0%,#2677f3 100%);box-shadow:0 10px 25px rgba(37,119,243,.22);color:#fff;text-decoration:none;font-size:13px;line-height:1.2;font-weight:500;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.s2a-cart-page__checkout:hover{background:#146ee8;color:#fff;transform:translateY(-1px);box-shadow:0 14px 30px rgba(37,119,243,.27)}
.s2a-cart-page__checkout svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.s2a-cart-page__secure{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:12px;color:#94a3b8;font-size:9px;line-height:1.25;font-weight:400;text-align:center}
.s2a-cart-page__secure svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;color:#35c98f;stroke-linecap:round;stroke-linejoin:round}
.s2a-cart-page__empty-card{max-width:760px;margin:0 auto;padding:58px 28px;border-radius:24px;background:rgba(255,255,255,.86);text-align:center}
.s2a-cart-page__empty-icon{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 18px;border-radius:18px;background:linear-gradient(145deg,#e5f5ff,#eef4ff);color:#2677f3}
.s2a-cart-page__empty-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.s2a-cart-page__empty-card h2{margin:0 0 9px;color:#071326;font-size:28px;line-height:1.15;font-weight:500;letter-spacing:-.03em}
.s2a-cart-page__empty-card p{max-width:460px;margin:0 auto 20px;color:#64748b;font-size:14px;line-height:1.65;font-weight:400}
.s2a-cart-page__empty-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:10px 22px;border-radius:12px;background:#2677f3;color:#fff;text-decoration:none;font-size:13px;font-weight:500;box-shadow:0 10px 22px rgba(38,119,243,.20)}
.s2a-cart-page__loader{position:fixed;z-index:999999;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:11px;min-width:190px;padding:14px 17px;border:1px solid rgba(209,228,244,.95);border-radius:16px;background:rgba(255,255,255,.92);box-shadow:0 18px 50px rgba(22,57,92,.18);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);color:#172033;font-size:13px;font-weight:500}
.s2a-cart-page__loader[hidden]{display:none!important}.s2a-cart-page__loader span{width:20px;height:20px;border:2px solid #dcecff;border-top-color:#2677f3;border-radius:999px;animation:s2a-cart-spin .65s linear infinite}
@keyframes s2a-cart-spin{to{transform:rotate(360deg)}}
.s2a-cart-page__dynamic.is-loading{pointer-events:none;opacity:.72;transition:opacity .16s ease}
.s2a-cart-page__toast{position:fixed;z-index:1000000;right:24px;bottom:24px;display:flex;align-items:center;gap:10px;max-width:min(360px,calc(100vw - 28px));padding:12px 15px;border:1px solid #cfe7f8;border-radius:14px;background:rgba(255,255,255,.94);box-shadow:0 18px 48px rgba(38,70,105,.18);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);color:#183153;font-size:12px;font-weight:500}
.s2a-cart-page__toast[hidden]{display:none!important}.s2a-cart-page__toast>span{display:grid;place-items:center;width:26px;height:26px;border-radius:9px;background:#eaf8f3;color:#25a979}.s2a-cart-page__toast svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.s2a-cart-page button:disabled,.s2a-cart-page input:disabled{cursor:not-allowed;opacity:.55}

@media(max-width:1024px){
.s2a-cart-page__columns,.s2a-cart-page__item{grid-template-columns:minmax(0,1fr) 100px 110px;gap:12px}
.s2a-cart-page__title{font-size:25px}.s2a-cart-page__summary-panel{position:sticky;top:20px}
}
@media(max-width:767px){
.s2a-cart-page{overflow:visible}
.s2a-cart-page__grid{grid-template-columns:1fr!important;gap:14px!important}
.s2a-cart-page__summary-panel{position:relative;top:auto}
.s2a-cart-page__cart-header{align-items:flex-start;gap:10px;margin-bottom:18px}
.s2a-cart-page__title-wrap{display:block}.s2a-cart-page__title{font-size:24px}.s2a-cart-page__count{display:block;margin-top:4px;font-size:10px}
.s2a-cart-page__clear{min-height:34px;padding:6px 9px;font-size:11px}
.s2a-cart-page__columns{display:none}
.s2a-cart-page__item{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"product price" "product qty";gap:8px 10px;align-items:center}
.s2a-cart-page__product-cell{grid-area:product;align-self:stretch;gap:10px}
.s2a-cart-page__price-cell{grid-area:price;align-self:start;justify-content:flex-end;gap:7px}.s2a-cart-page__price{font-size:13px}
.s2a-cart-page__qty{grid-area:qty;justify-self:end;width:98px!important;height:38px!important}
.s2a-cart-page__qty button,.s2a-cart-page__qty input{font-size:13px}
.s2a-cart-page__product-name{font-size:13px}.s2a-cart-page__meta{font-size:9px}
.s2a-cart-page__remove{width:25px;height:25px;font-size:17px}
.s2a-cart-page__continue{font-size:11px}
.s2a-cart-page__promo-title h3{font-size:17px}.s2a-cart-page__coupon{min-height:50px}.s2a-cart-page__coupon button{min-width:80px;padding:0 13px!important}
.s2a-cart-page__grand-total,.s2a-cart-page__grand-total strong{font-size:17px}
.s2a-cart-page__loader{min-width:176px;padding:12px 14px;font-size:12px}
.s2a-cart-page__toast{right:14px;bottom:14px}
}
@media(max-width:420px){
.s2a-cart-page__cart-header{flex-direction:column}.s2a-cart-page__clear{align-self:flex-end;margin-top:-40px}
.s2a-cart-page__item{grid-template-columns:minmax(0,1fr);grid-template-areas:"product" "qty" "price";gap:10px}
.s2a-cart-page__price-cell{justify-content:space-between;width:100%;align-self:center}.s2a-cart-page__qty{justify-self:start}
.s2a-cart-page__coupon{display:grid;grid-template-columns:1fr auto}.s2a-cart-page__coupon button{min-width:74px}
}

/* v1.11.1 — compact primary clear-cart control */
.s2a-cart-page__clear{
  flex:0 0 auto;
  min-height:34px;
  height:34px;
  padding:0 12px!important;
  gap:6px;
  border:1px solid rgba(255,255,255,.22)!important;
  border-radius:9px!important;
  background:#2677f3;
  color:#fff;
  box-shadow:0 7px 18px rgba(38,119,243,.18);
  font-size:12px;
  line-height:1;
  font-weight:500;
}
.s2a-cart-page__clear:hover{background:#1268e6;color:#fff;transform:translateY(-1px);box-shadow:0 9px 22px rgba(38,119,243,.24)}
.s2a-cart-page__clear-icon{display:grid;place-items:center;width:14px;height:14px;flex:0 0 14px}
.s2a-cart-page__clear-icon svg{display:block;width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:767px){.s2a-cart-page__clear{height:32px;min-height:32px;padding:0 10px!important;font-size:11px}}
