/* GXD off-canvas basket — globally cached, checkout-safe and independent of page content. */
:root{
  --gxd-cart-cyan:#45e6f0;
  --gxd-cart-blue:#2f6bff;
  --gxd-cart-bg:#06111f;
  --gxd-cart-panel:#081728;
  --gxd-cart-border:rgba(69,230,240,.22);
}
body.gxd-cart-open{overflow:hidden!important;overscroll-behavior:none;}
[data-gxd-cart-toggle]{transition:border-color .22s ease,box-shadow .22s ease,background-color .22s ease,transform .22s ease!important;}
[data-gxd-cart-toggle]:hover,
[data-gxd-cart-toggle]:focus-visible{
  border-color:rgba(69,230,240,.72)!important;
  background:rgba(69,230,240,.07)!important;
  box-shadow:0 0 0 3px rgba(69,230,240,.08),0 0 20px rgba(69,230,240,.16)!important;
  outline:none!important;
  transform:translateY(-1px) scale(1.035)!important;
}

[data-gxd-cart-toggle] svg path{transition:fill .22s ease!important;}
[data-gxd-cart-toggle]:hover svg path,[data-gxd-cart-toggle]:focus-visible svg path{fill:var(--gxd-cart-cyan)!important;}

.gxd-cart-layer{
  position:fixed;
  inset:0;
  z-index:99990;
  display:block;
  pointer-events:none;
  opacity:0;
  visibility:hidden;
  transition:opacity .26s ease,visibility 0s linear .3s;
}
.gxd-cart-layer[hidden]{display:none!important;}
.gxd-cart-layer.is-open{
  pointer-events:auto;
  opacity:1;
  visibility:visible;
  transition:opacity .26s ease,visibility 0s linear 0s;
}
.gxd-cart-backdrop{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  border:0;
  background:rgba(1,7,13,.71);
  -webkit-backdrop-filter:blur(5px);
  backdrop-filter:blur(5px);
  cursor:default;
  opacity:0;
  transition:opacity .28s ease;
}
.gxd-cart-layer.is-open .gxd-cart-backdrop{opacity:1;}
.gxd-cart-drawer{
  position:absolute;
  top:0;
  right:0;
  display:flex;
  flex-direction:column;
  width:min(620px,100vw);
  height:100%;
  height:100dvh;
  max-height:100dvh;
  overflow:hidden;
  color:#eef8ff;
  background:
    radial-gradient(circle at 100% 0,rgba(47,107,255,.17),transparent 34%),
    radial-gradient(circle at 15% 35%,rgba(69,230,240,.055),transparent 30%),
    linear-gradient(180deg,#081727 0%,#06111f 100%);
  border-left:1px solid rgba(69,230,240,.25);
  box-shadow:-26px 0 80px rgba(0,0,0,.48),inset 1px 0 rgba(255,255,255,.025);
  transform:translate3d(105%,0,0);
  transition:transform .34s cubic-bezier(.22,.82,.22,1);
  will-change:transform;
  outline:none;
}
.gxd-cart-layer.is-open .gxd-cart-drawer{transform:translate3d(0,0,0);}
.gxd-cart-drawer-accent{
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:3;
  height:2px;
  background:linear-gradient(90deg,transparent 0%,var(--gxd-cart-cyan) 35%,var(--gxd-cart-blue) 72%,transparent 100%);
  box-shadow:0 0 18px rgba(69,230,240,.48);
  pointer-events:none;
}
.gxd-cart-header{
  position:relative;
  z-index:2;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:20px;
  flex:0 0 auto;
  padding:30px 28px 24px;
  background:linear-gradient(180deg,rgba(7,20,36,.99),rgba(7,20,36,.91));
  border-bottom:1px solid rgba(69,230,240,.13);
}
.gxd-cart-heading-wrap{min-width:0;}
.gxd-cart-kicker,
.gxd-cart-mini-kicker{
  display:block;
  margin:0 0 7px;
  color:var(--gxd-cart-cyan);
  font-family:Inter,ui-sans-serif,system-ui,sans-serif;
  font-size:.68rem;
  font-weight:900;
  line-height:1;
  letter-spacing:.145em;
  text-transform:uppercase;
}
.gxd-cart-header h2{
  margin:0 0 7px;
  color:#fff;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:2.34rem;
  font-weight:900;
  line-height:1.1;
  letter-spacing:-.025em;
}
.gxd-cart-header p{
  margin:0;
  color:rgba(210,226,240,.68);
  font-family:Inter,ui-sans-serif,system-ui,sans-serif;
  font-size:1.08rem;
  line-height:1.45;
}
.gxd-cart-close{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 46px;
  width:46px;
  height:46px;
  margin:0;
  padding:0;
  color:#c6d8e7;
  background:rgba(255,255,255,.035);
  border:1px solid rgba(146,178,202,.20);
  border-radius:11px;
  box-shadow:none;
  cursor:pointer;
  transition:color .2s ease,border-color .2s ease,background-color .2s ease,transform .2s ease,box-shadow .2s ease;
}
.gxd-cart-close:hover,
.gxd-cart-close:focus-visible{
  color:#fff;
  background:rgba(69,230,240,.09);
  border-color:rgba(69,230,240,.55);
  box-shadow:0 0 18px rgba(69,230,240,.12);
  transform:rotate(3deg);
  outline:none;
}
.gxd-cart-trust{
  display:flex;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
  padding:14px 28px;
  overflow-x:auto;
  scrollbar-width:none;
  color:rgba(213,230,242,.72);
  background:rgba(2,10,19,.58);
  border-bottom:1px solid rgba(255,255,255,.05);
  font:760 .86rem/1.28 Inter,ui-sans-serif,system-ui,sans-serif;
  white-space:nowrap;
}
.gxd-cart-trust::-webkit-scrollbar{display:none;}
.gxd-cart-trust span{display:inline-flex;align-items:center;gap:6px;}
.gxd-cart-trust span+span::before{content:"";width:1px;height:12px;margin-right:2px;background:rgba(255,255,255,.10);}
.gxd-cart-trust i{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--gxd-cart-cyan);box-shadow:0 0 8px rgba(69,230,240,.82);}
.gxd-cart-scroll{
  flex:1 1 auto;
  min-height:0;
  padding:26px 26px 30px;
  overflow-x:hidden;
  overflow-y:auto;
  overscroll-behavior:contain;
  scrollbar-color:rgba(69,230,240,.35) transparent;
  scrollbar-width:thin;
}
.gxd-cart-scroll::-webkit-scrollbar{width:6px;}
.gxd-cart-scroll::-webkit-scrollbar-track{background:transparent;}
.gxd-cart-scroll::-webkit-scrollbar-thumb{background:rgba(69,230,240,.28);border-radius:999px;}
.gxd-cart-items{display:flex;flex-direction:column;gap:11px;}
.gxd-cart-item{
  position:relative;
  display:grid;
  grid-template-columns:126px minmax(0,1fr) 50px;
  align-items:center;
  gap:18px;
  min-width:0;
  padding:17px;
  background:linear-gradient(135deg,rgba(11,29,47,.94),rgba(6,18,31,.94));
  border:1px solid rgba(110,157,190,.17);
  border-radius:14px;
  box-shadow:0 9px 26px rgba(0,0,0,.15),inset 0 1px rgba(255,255,255,.025);
  transition:transform .22s ease,border-color .22s ease,background-color .22s ease,box-shadow .22s ease;
}
@media (hover:hover){
  .gxd-cart-item:hover{
    transform:translateX(-3px);
    border-color:rgba(69,230,240,.37);
    box-shadow:0 12px 30px rgba(0,0,0,.21),0 0 20px rgba(69,230,240,.055);
  }
}
.gxd-cart-item-media{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:126px;
  aspect-ratio:16/11;
  overflow:hidden;
  color:var(--gxd-cart-cyan);
  background:linear-gradient(135deg,#0a1b2c,#07121f);
  border:1px solid rgba(69,230,240,.17);
  border-radius:10px;
  font:900 .75rem/1 Inter,system-ui,sans-serif;
  text-decoration:none;
}
.gxd-cart-item-media::after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);pointer-events:none;}
.gxd-cart-item-media img{display:block;width:100%;height:100%;object-fit:cover;transform:none;transition:filter .22s ease;}
.gxd-cart-item-media img.gxd-cart-item-logo{object-fit:contain;padding:17px;background:rgba(2,10,18,.82);}
.gxd-cart-item:hover .gxd-cart-item-media img{filter:brightness(1.045);}
.gxd-cart-item-copy{min-width:0;}
.gxd-cart-item-name{
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
  margin:0 0 6px;
  color:#f6fbff;
  font:800 1.16rem/1.32 Inter,ui-sans-serif,system-ui,sans-serif;
  text-decoration:none;
  transition:color .18s ease;
}
.gxd-cart-item-name:hover{color:var(--gxd-cart-cyan);}
.gxd-cart-item-meta{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 7px;color:rgba(188,208,224,.60);font:700 .86rem/1.28 Inter,system-ui,sans-serif;text-transform:uppercase;letter-spacing:.055em;}
.gxd-cart-item-meta span+span::before{content:"•";margin-right:6px;color:rgba(69,230,240,.55);}
.gxd-cart-item-price{color:var(--gxd-cart-cyan);font:900 1.14rem/1.2 Inter,system-ui,sans-serif;}
.gxd-cart-remove{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:50px;
  height:54px;
  color:rgba(205,220,232,.72);
  background:rgba(255,255,255,.025);
  border:1px solid rgba(146,178,202,.17);
  border-radius:9px;
  text-decoration:none;
  transition:color .18s ease,border-color .18s ease,background-color .18s ease,transform .18s ease;
}
.gxd-cart-remove:hover,
.gxd-cart-remove:focus-visible{color:#ff9da8;background:rgba(255,65,84,.08);border-color:rgba(255,99,114,.42);transform:scale(1.04);outline:none;}
.gxd-cart-code{
  margin-top:20px;
  padding:22px;
  background:linear-gradient(135deg,rgba(9,27,45,.78),rgba(5,17,29,.82));
  border:1px solid rgba(69,230,240,.14);
  border-radius:14px;
}
.gxd-cart-code-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px;}
.gxd-cart-code-heading h3{margin:0;color:#f4f9ff;font:800 1.22rem/1.2 Inter,system-ui,sans-serif;}
.gxd-cart-code-applied{display:inline-flex;align-items:center;min-height:25px;padding:0 9px;color:#96f4c4;background:rgba(38,190,118,.10);border:1px solid rgba(73,221,146,.31);border-radius:999px;font:850 .66rem/1 Inter,system-ui,sans-serif;text-transform:uppercase;letter-spacing:.07em;}
.gxd-cart-code-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;}
.gxd-cart-code-form input{
  width:100%;
  min-width:0;
  height:54px;
  padding:0 13px;
  color:#f4f9ff!important;
  background:rgba(1,9,17,.75)!important;
  border:1px solid rgba(124,159,185,.23)!important;
  border-radius:9px!important;
  box-shadow:none!important;
  font:700 1rem/1 Inter,system-ui,sans-serif!important;
  outline:none!important;
  transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease;
}
.gxd-cart-code-form input::placeholder{color:rgba(190,210,225,.48);}
.gxd-cart-code-form input:focus{border-color:rgba(69,230,240,.58)!important;box-shadow:0 0 0 3px rgba(69,230,240,.08)!important;background:rgba(3,14,25,.90)!important;}
.gxd-cart-code-form input:disabled{color:#9df2f5!important;opacity:1;cursor:not-allowed;}
.gxd-cart-code-action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:108px;
  height:54px;
  padding:0 14px;
  color:#fff!important;
  background:linear-gradient(135deg,var(--gxd-cart-cyan),var(--gxd-cart-blue))!important;
  border:0!important;
  border-radius:9px!important;
  box-shadow:0 8px 20px rgba(47,107,255,.18)!important;
  font:800 .96rem/1 Inter,system-ui,sans-serif!important;
  text-decoration:none!important;
  cursor:pointer;
  transition:filter .18s ease,transform .18s ease,box-shadow .18s ease;
}
.gxd-cart-code-action:hover,.gxd-cart-code-action:focus-visible{filter:brightness(1.06);transform:translateY(-1px);box-shadow:0 10px 24px rgba(47,107,255,.26)!important;outline:none;}
.gxd-cart-code-remove{color:#ffd4d8!important;background:rgba(255,73,91,.10)!important;border:1px solid rgba(255,101,116,.34)!important;box-shadow:none!important;}
.gxd-cart-code p{margin:10px 0 0;color:rgba(190,210,224,.53);font:650 .86rem/1.55 Inter,system-ui,sans-serif;}
.gxd-cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:430px;padding:32px 18px;text-align:center;}
.gxd-cart-empty-icon{display:flex;align-items:center;justify-content:center;width:72px;height:72px;margin-bottom:18px;color:var(--gxd-cart-cyan);background:rgba(69,230,240,.07);border:1px solid rgba(69,230,240,.20);border-radius:22px;box-shadow:0 0 34px rgba(69,230,240,.08);}
.gxd-cart-empty h3{margin:0 0 8px;color:#fff;font:900 1.36rem/1.2 Inter,system-ui,sans-serif;}
.gxd-cart-empty p{max-width:300px;margin:0 0 20px;color:rgba(201,218,231,.63);font:650 .95rem/1.55 Inter,system-ui,sans-serif;}
.gxd-cart-browse{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 17px;color:#05131f!important;background:var(--gxd-cart-cyan);border-radius:9px;font:900 .9rem/1 Inter,system-ui,sans-serif;text-decoration:none!important;transition:filter .18s ease,transform .18s ease;}
.gxd-cart-browse:hover{filter:brightness(1.06);transform:translateY(-1px);}
.gxd-cart-summary{
  position:relative;
  z-index:2;
  flex:0 0 auto;
  padding:24px 28px max(24px,env(safe-area-inset-bottom));
  background:linear-gradient(180deg,rgba(5,16,28,.95),rgba(4,13,23,.995));
  border-top:1px solid rgba(69,230,240,.14);
  box-shadow:0 -14px 34px rgba(0,0,0,.18);
}
.gxd-cart-total-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:14px;}
.gxd-cart-total-row>div{min-width:0;}
.gxd-cart-total-row span{display:block;margin-bottom:3px;color:#fff;font:900 1.14rem/1.2 Inter,system-ui,sans-serif;}
.gxd-cart-total-row small{display:block;color:rgba(186,204,219,.50);font:650 .82rem/1.42 Inter,system-ui,sans-serif;}
.gxd-cart-total-row strong{flex:0 0 auto;color:var(--gxd-cart-cyan);font:950 1.62rem/1.1 Inter,system-ui,sans-serif;white-space:nowrap;}
.gxd-cart-total-row strong em{color:rgba(198,220,235,.62);font-size:.82rem;font-style:normal;letter-spacing:.06em;}
.gxd-cart-discount-note{margin:-4px 0 12px;padding:8px 10px;color:#9af1c4;background:rgba(43,182,113,.08);border:1px solid rgba(73,210,139,.20);border-radius:8px;font:750 .84rem/1.34 Inter,system-ui,sans-serif;}
.gxd-cart-checkout{
  position:relative;
  isolation:isolate;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  width:100%;
  min-height:64px;
  margin:0;
  padding:12px 18px;
  overflow:hidden;
  color:#fff!important;
  background:linear-gradient(105deg,var(--gxd-cart-blue),#268bdc 48%,var(--gxd-cart-cyan))!important;
  border:1px solid rgba(255,255,255,.19)!important;
  border-radius:11px!important;
  box-shadow:0 13px 28px rgba(47,107,255,.24),inset 0 1px rgba(255,255,255,.18)!important;
  font:900 1.08rem/1 Inter,ui-sans-serif,system-ui,sans-serif!important;
  letter-spacing:.01em;
  cursor:pointer;
  transition:transform .2s ease,filter .2s ease,box-shadow .2s ease;
}
.gxd-cart-checkout::before{content:"";position:absolute;z-index:-1;top:-80%;left:-28%;width:25%;height:260%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.35),transparent);transform:rotate(18deg) translateX(-240%);transition:transform .55s ease;}
.gxd-cart-checkout:hover,.gxd-cart-checkout:focus-visible{filter:brightness(1.07);transform:translateY(-1px);box-shadow:0 16px 34px rgba(47,107,255,.31),0 0 24px rgba(69,230,240,.11)!important;outline:none;}
.gxd-cart-checkout:hover::before{transform:rotate(18deg) translateX(620%);}
.gxd-cart-checkout:active{transform:translateY(0) scale(.992);}
.gxd-cart-checkout[aria-busy="true"]{cursor:wait;opacity:.78;}
.gxd-cart-checkout-muted{color:#dceaf5!important;background:rgba(255,255,255,.045)!important;border-color:rgba(122,157,183,.22)!important;box-shadow:none!important;}
.gxd-cart-payment-note{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:10px;color:rgba(186,206,222,.50);font:650 .82rem/1.38 Inter,system-ui,sans-serif;text-align:center;}

@media (max-width:540px){
  .gxd-cart-drawer{width:100vw;border-left:0;border-radius:0;}
  .gxd-cart-header{padding:21px 18px 17px;}
  .gxd-cart-header h2{font-size:1.92rem;}
  .gxd-cart-trust{padding-inline:18px;}
  .gxd-cart-scroll{padding:14px 13px 20px;}
  .gxd-cart-item{grid-template-columns:78px minmax(0,1fr) 32px;gap:14px;padding:10px;}
  .gxd-cart-item-media{width:96px;}
  .gxd-cart-item-name{font-size:1.02rem;}
  .gxd-cart-summary{padding-inline:18px;}
  .gxd-cart-code{padding:14px;}
}
@media (max-width:365px){
  .gxd-cart-item{grid-template-columns:88px minmax(0,1fr) 38px;}
  .gxd-cart-item-media{width:96px;}
  .gxd-cart-code-form{grid-template-columns:1fr;}
  .gxd-cart-code-action{width:100%;}
}
@media (prefers-reduced-motion:reduce){
  .gxd-cart-layer,.gxd-cart-backdrop,.gxd-cart-drawer,.gxd-cart-item,.gxd-cart-close,.gxd-cart-remove,.gxd-cart-code-action,.gxd-cart-checkout,[data-gxd-cart-toggle]{transition:none!important;animation:none!important;}
  .gxd-cart-checkout::before{display:none!important;}
}

@media (max-width:700px),(prefers-reduced-transparency:reduce){
  .gxd-cart-backdrop{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:rgba(1,7,13,.82);}
}


/* v3 drawer polish: rounded floating panel, hover preview, and clearer readable typography. */
:root{--gxd-cart-inset:clamp(12px,1.6vw,22px);}
@media (min-width:701px){
  .gxd-cart-drawer{
    top:var(--gxd-cart-inset);
    right:var(--gxd-cart-inset);
    bottom:var(--gxd-cart-inset);
    width:min(500px,calc(100vw - (var(--gxd-cart-inset) * 2)));
    height:auto;
    max-height:calc(100dvh - (var(--gxd-cart-inset) * 2));
    border:1px solid rgba(69,230,240,.24);
    border-radius:28px;
    box-shadow:-10px 18px 80px rgba(0,0,0,.52),0 0 0 1px rgba(255,255,255,.03),inset 0 1px rgba(255,255,255,.03);
    transform:translate3d(calc(100% + var(--gxd-cart-inset)),0,0) scale(.985);
  }
  .gxd-cart-layer.is-open .gxd-cart-drawer{transform:translate3d(0,0,0) scale(1);}
  .gxd-cart-drawer-accent{left:18px;right:18px;top:0;border-radius:999px;}
  .gxd-cart-header{padding:28px 26px 20px;}
  .gxd-cart-header h2{font-size:1.98rem;}
  .gxd-cart-header p{font-size:.95rem;line-height:1.5;color:rgba(214,229,242,.8);}
  .gxd-cart-kicker,.gxd-cart-mini-kicker{font-size:.74rem;letter-spacing:.17em;}
  .gxd-cart-close{width:46px;height:46px;flex-basis:46px;border-radius:14px;}
  .gxd-cart-trust{padding:14px 26px;font-size:.82rem;gap:14px;}
  .gxd-cart-scroll{padding:18px 20px 24px;}
  .gxd-cart-item{grid-template-columns:104px minmax(0,1fr) 40px;gap:15px;padding:14px;border-radius:18px;}
  .gxd-cart-item-media{width:104px;border-radius:13px;}
  .gxd-cart-item-name{font-size:1.08rem;line-height:1.3;margin-bottom:7px;}
  .gxd-cart-item-meta{font-size:.72rem;gap:7px;margin-bottom:8px;}
  .gxd-cart-item-price{font-size:1.08rem;}
  .gxd-cart-remove{width:46px;height:46px;border-radius:12px;}
  .gxd-cart-code{margin-top:18px;padding:22px;border-radius:18px;}
  .gxd-cart-code-heading h3{font-size:1.08rem;}
  .gxd-cart-code-applied{min-height:28px;padding:0 11px;font-size:.72rem;}
  .gxd-cart-code-form{gap:14px;}
  .gxd-cart-code-form input{height:48px;padding:0 15px;font-size:.92rem!important;border-radius:12px!important;}
  .gxd-cart-code-action{height:48px;min-width:126px;padding:0 18px;font-size:.86rem!important;border-radius:12px!important;}
  .gxd-cart-code p{font-size:.77rem;line-height:1.5;color:rgba(196,213,226,.65);}
  .gxd-cart-summary{padding:20px 22px max(20px,env(safe-area-inset-bottom));}
  .gxd-cart-total-row span{font-size:1.08rem;}
  .gxd-cart-total-row small{font-size:.74rem;line-height:1.4;}
  .gxd-cart-total-row strong{font-size:1.38rem;}
  .gxd-cart-total-row strong em{font-size:.72rem;}
  .gxd-cart-discount-note{font-size:.77rem;padding:10px 12px;border-radius:10px;}
  .gxd-cart-checkout{min-height:58px;font-size:.97rem!important;border-radius:16px!important;}
  .gxd-cart-payment-note{font-size:.74rem;gap:7px;margin-top:12px;}
}

.gxd-cart-hover-preview{
  position:fixed;
  top:0;left:0;
  z-index:99986;
  width:min(540px,calc(100vw - 24px));
  opacity:0;visibility:hidden;pointer-events:none;
  transform:translate3d(0,8px,0) scale(.985);
  transition:opacity .2s ease,transform .24s ease,visibility 0s linear .24s;
}
.gxd-cart-hover-preview[hidden]{display:none!important;}
.gxd-cart-hover-preview.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translate3d(0,0,0) scale(1);transition:opacity .2s ease,transform .24s ease,visibility 0s linear 0s;}
.gxd-cart-hover-card{
  overflow:hidden;cursor:pointer;
  border-radius:22px;
  background:linear-gradient(180deg,rgba(8,24,41,.985),rgba(6,18,31,.985));
  border:1px solid rgba(69,230,240,.22);
  box-shadow:0 24px 54px rgba(0,0,0,.36),0 0 0 1px rgba(255,255,255,.02);
}
.gxd-cart-hover-card:focus-visible{outline:none;box-shadow:0 24px 54px rgba(0,0,0,.36),0 0 0 2px rgba(69,230,240,.38);}
.gxd-cart-hover-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:20px 20px 17px;border-bottom:1px solid rgba(255,255,255,.05);}
.gxd-cart-hover-kicker{display:block;margin:0 0 6px;color:var(--gxd-cart-cyan);font:900 .8rem/1 Inter,system-ui,sans-serif;letter-spacing:.15em;text-transform:uppercase;}
.gxd-cart-hover-head h3{margin:0;color:#fff;font:900 1.26rem/1.25 Inter,system-ui,sans-serif;}
.gxd-cart-hover-head strong{color:var(--gxd-cart-cyan);font:900 1.2rem/1.1 Inter,system-ui,sans-serif;white-space:nowrap;}
.gxd-cart-hover-head strong em{color:rgba(198,220,235,.62);font-size:.82rem;font-style:normal;letter-spacing:.05em;}
.gxd-cart-hover-items{display:flex;flex-direction:column;gap:14px;padding:16px 18px 12px;}
.gxd-cart-hover-item{display:grid;grid-template-columns:104px minmax(0,1fr);gap:16px;align-items:center;}
.gxd-cart-hover-media{display:flex;align-items:center;justify-content:center;width:104px;aspect-ratio:16/11;overflow:hidden;background:linear-gradient(135deg,#0a1b2c,#07121f);border:1px solid rgba(69,230,240,.14);border-radius:14px;pointer-events:none;line-height:0;flex-shrink:0;}
.gxd-cart-hover-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:inherit;flex:1 1 auto;}
.gxd-cart-hover-copy{min-width:0;}
.gxd-cart-hover-type{display:block;margin:0 0 6px;color:rgba(173,196,214,.7);font:800 .76rem/1 Inter,system-ui,sans-serif;letter-spacing:.12em;text-transform:uppercase;}
.gxd-cart-hover-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#eef8ff;font:800 1.1rem/1.32 Inter,system-ui,sans-serif;}
.gxd-cart-hover-price-wrap{display:flex;align-items:center;gap:10px;margin-top:7px;flex-wrap:wrap;}
.gxd-cart-hover-price-label{display:inline-block;color:rgba(173,196,214,.72);font:750 .78rem/1 Inter,system-ui,sans-serif;letter-spacing:.1em;text-transform:uppercase;}
.gxd-cart-hover-price{margin-top:0;color:rgba(69,230,240,.92);font:850 1.02rem/1.2 Inter,system-ui,sans-serif;}
.gxd-cart-hover-more{padding:0 18px 14px;color:rgba(195,214,228,.72);font:750 .9rem/1.34 Inter,system-ui,sans-serif;}
.gxd-cart-hover-foot{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 18px 18px;border-top:1px solid rgba(255,255,255,.05);color:rgba(195,214,228,.72);font:750 .86rem/1.35 Inter,system-ui,sans-serif;}
.gxd-cart-hover-open{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 18px;color:#fff;background:linear-gradient(135deg,rgba(69,230,240,.18),rgba(47,107,255,.28));border:1px solid rgba(69,230,240,.24);border-radius:999px;font:850 .94rem/1 Inter,system-ui,sans-serif;white-space:nowrap;}
.gxd-cart-hover-empty{padding:14px 16px 18px;color:rgba(198,214,228,.72);font:750 .96rem/1.5 Inter,system-ui,sans-serif;}
@media (max-width:700px){.gxd-cart-hover-preview{display:none!important;}}

@media (min-width:701px){
  .gxd-cart-drawer{width:min(640px,calc(100vw - (var(--gxd-cart-inset) * 2)));}
  .gxd-cart-header h2{font-size:2.38rem;line-height:1.06;}
  .gxd-cart-header p{font-size:1.08rem;line-height:1.55;max-width:40ch;}
  .gxd-cart-trust{font-size:.9rem;padding:15px 28px;gap:12px;}
  .gxd-cart-scroll{padding:28px 28px 30px;}
  .gxd-cart-item{grid-template-columns:134px minmax(0,1fr) 54px;gap:18px;padding:18px;border-radius:20px;}
  .gxd-cart-item-media{width:134px;border-radius:14px;}
  .gxd-cart-item-name{font-size:1.18rem;line-height:1.34;}
  .gxd-cart-item-meta{font-size:.9rem;gap:8px;}
  .gxd-cart-item-price{font-size:1.16rem;}
  .gxd-cart-remove{width:54px;height:54px;border-radius:14px;}
  .gxd-cart-code{padding:24px;border-radius:20px;}
  .gxd-cart-code-heading h3{font-size:1.28rem;}
  .gxd-cart-code-form input{height:56px;font-size:1.02rem!important;}
  .gxd-cart-code-action{height:56px;min-width:116px;font-size:1rem!important;}
  .gxd-cart-code p{font-size:.9rem;}
  .gxd-cart-total-row span{font-size:1.16rem;}
  .gxd-cart-total-row small{font-size:.84rem;line-height:1.45;}
  .gxd-cart-total-row strong{font-size:1.74rem;}
  .gxd-cart-checkout{min-height:66px;font-size:1.12rem!important;border-radius:18px!important;}
  .gxd-cart-payment-note{font-size:.84rem;}
  .gxd-cart-hover-preview{width:min(580px,calc(100vw - 24px));}
  .gxd-cart-hover-head h3{font-size:1.34rem;}
  .gxd-cart-hover-head strong{font-size:1.3rem;}
  .gxd-cart-hover-items{padding:18px 20px 14px;gap:14px;}
  .gxd-cart-hover-item{grid-template-columns:116px minmax(0,1fr);gap:16px;}
  .gxd-cart-hover-media{width:116px;border-radius:14px;}
  .gxd-cart-hover-type{font-size:.78rem;}
  .gxd-cart-hover-name{font-size:1.16rem;}
  .gxd-cart-hover-price-label{font-size:.8rem;}
  .gxd-cart-hover-price{font-size:1.06rem;}
  .gxd-cart-hover-more{font-size:.92rem;}
  .gxd-cart-hover-foot{font-size:.9rem;}
  .gxd-cart-hover-open{min-height:48px;padding:0 18px;font-size:.95rem;}
}


/* v9: anchor the hover preview beneath the basket icon and keep actions on the same page. */
.gxd-cart-hover-preview{transform-origin:top right;}
.gxd-cart-hover-preview::before{
  content:"";
  position:absolute;
  z-index:2;
  top:-7px;
  right:calc(var(--gxd-cart-preview-arrow-right,24px) - 7px);
  width:14px;
  height:14px;
  background:#081829;
  border-left:1px solid rgba(69,230,240,.22);
  border-top:1px solid rgba(69,230,240,.22);
  transform:rotate(45deg);
  pointer-events:none;
}
.gxd-cart-remove.is-busy,
a[href*="/checkout/packages/remove/"].is-busy,
.gxd-cart-code-action.is-busy{
  pointer-events:none!important;
  cursor:wait!important;
  opacity:.72!important;
  filter:saturate(.65)!important;
}
.gxd-cart-remove.is-busy svg,
a[href*="/checkout/packages/remove/"].is-busy svg{animation:gxd-cart-spin .8s linear infinite;}
.gxd-cart-remove.has-error,
a[href*="/checkout/packages/remove/"].has-error,
.gxd-cart-code-action.has-error{animation:gxd-cart-action-error .32s ease 2;}
@keyframes gxd-cart-spin{to{transform:rotate(360deg);}}
@keyframes gxd-cart-action-error{0%,100%{transform:translateX(0)}35%{transform:translateX(-4px)}70%{transform:translateX(4px)}}


/* v11 readability: larger secondary copy with lighter weights. */
.gxd-cart-kicker,
.gxd-cart-mini-kicker{font-size:.82rem!important;font-weight:720!important;letter-spacing:.135em!important;}
.gxd-cart-trust{
  gap:12px!important;
  padding:16px 28px!important;
  font-size:1rem!important;
  font-weight:560!important;
  line-height:1.35!important;
  color:rgba(218,232,244,.82)!important;
}
.gxd-cart-trust span{gap:8px!important;}
.gxd-cart-trust i{width:6px!important;height:6px!important;}
.gxd-cart-item-meta{font-size:.9rem!important;font-weight:580!important;line-height:1.35!important;}
.gxd-cart-code p{font-size:.92rem!important;font-weight:500!important;line-height:1.55!important;color:rgba(202,218,230,.72)!important;}
.gxd-cart-code-applied{font-size:.8rem!important;font-weight:650!important;}
.gxd-cart-total-row small{font-size:.88rem!important;font-weight:500!important;line-height:1.45!important;}
.gxd-cart-total-row strong em{font-size:.86rem!important;font-weight:600!important;}
.gxd-cart-payment-note{font-size:.88rem!important;font-weight:500!important;line-height:1.45!important;color:rgba(198,215,228,.68)!important;}
.gxd-cart-hover-kicker{font-size:.84rem!important;font-weight:700!important;}
.gxd-cart-hover-type,
.gxd-cart-hover-price-label{font-size:.86rem!important;font-weight:620!important;}
.gxd-cart-hover-foot{font-size:.94rem!important;font-weight:560!important;line-height:1.4!important;}
.gxd-cart-hover-more{font-size:.94rem!important;font-weight:560!important;}
.gxd-cart-hover-empty{font-size:1rem!important;font-weight:540!important;}

@media (max-width:700px){
  .gxd-cart-trust{padding:14px 18px!important;font-size:.9rem!important;}
  .gxd-cart-item-meta{font-size:.84rem!important;}
  .gxd-cart-code p,
  .gxd-cart-total-row small,
  .gxd-cart-payment-note{font-size:.84rem!important;}
}


/* V12 authentication hand-off notice shown only while a package add is awaiting login. */
.gxd-login-flow-notice{
  width:min(720px,calc(100% - 28px));
  margin:18px auto 24px;
  padding:16px 18px;
  color:#eaf8ff;
  background:linear-gradient(135deg,rgba(7,29,47,.97),rgba(8,18,32,.97));
  border:1px solid rgba(69,230,240,.26);
  border-radius:16px;
  box-shadow:0 16px 34px rgba(0,0,0,.22);
  font:620 .98rem/1.5 Inter,ui-sans-serif,system-ui,sans-serif;
  text-align:left;
}
.gxd-login-flow-notice strong{color:#fff;font-weight:820;}
.gxd-login-flow-notice span{color:var(--gxd-cart-cyan);font-weight:760;}


/* V15: ensure basket package images fully fill the rounded media boxes. */
.gxd-cart-item-media,
.gxd-cart-hover-media{
  padding:0!important;
  line-height:0!important;
  flex-shrink:0;
}
.gxd-cart-item-media img,
.gxd-cart-hover-media img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-width:100%!important;
  min-height:100%!important;
  object-fit:cover!important;
  object-position:center center!important;
  border-radius:inherit!important;
  flex:1 1 auto;
}
.gxd-cart-item-media img.gxd-cart-item-logo,
.gxd-cart-hover-media img.gxd-cart-item-logo{
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  object-fit:contain!important;
  object-position:center center!important;
  padding:16px!important;
  border-radius:inherit!important;
  background:rgba(2,10,18,.82);
}


/* GXD V23: guarantee package thumbnails fill both hover and full basket media shells. */
.gxd-cart-item-media,
.gxd-cart-hover-media{
    position:relative!important;
    padding:0!important;
    overflow:hidden!important;
    border-radius:14px!important;
    background:#06111f!important;
}
.gxd-cart-item-media>img[data-gxd-cart-image]:not(.gxd-cart-item-logo),
.gxd-cart-hover-media>img[data-gxd-cart-image]:not(.gxd-cart-item-logo){
    position:absolute!important;
    inset:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-width:0!important;
    min-height:0!important;
    max-width:none!important;
    max-height:none!important;
    margin:0!important;
    padding:0!important;
    object-fit:cover!important;
    object-position:center!important;
    border:0!important;
    border-radius:inherit!important;
}
.gxd-cart-item-media>img.gxd-cart-item-logo,
.gxd-cart-hover-media>img.gxd-cart-item-logo{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    padding:16px!important;
    object-fit:contain!important;
    background:rgba(3,12,20,.92)!important;
}


/* V24.2.11 checkout image fill guarantee */
.gxd-cart-item-media,.gxd-cart-hover-media{background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;}
.gxd-cart-item-media img[data-gxd-cart-image],.gxd-cart-hover-media img[data-gxd-cart-image]{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;margin:0!important;padding:0!important;display:block!important;object-fit:cover!important;object-position:center!important;border-radius:inherit!important;}
.gxd-cart-item-media img.gxd-cart-item-logo,.gxd-cart-hover-media img.gxd-cart-item-logo{object-fit:contain!important;padding:16px!important;}


/* V24.2.12 basket interaction hardening */
.gxd-cart-layer{position:fixed!important;inset:0!important;z-index:2147483200!important;}
.gxd-cart-hover-preview{position:fixed!important;z-index:2147483100!important;}
[data-gxd-cart-toggle]{pointer-events:auto!important;touch-action:manipulation!important;cursor:pointer!important;}
