/* GoJD unified cart popup layout — same inner design on mobile and desktop */
.cart-checkout-label-mobile{display:inline!important}
.cart-checkout-label-desktop{display:none!important}
.cart-sidebar .cart-footer{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:12px!important;
  padding:14px 20px calc(14px + env(safe-area-inset-bottom,0px))!important;
  background:#fff!important;
}
.cart-sidebar .cart-subtotal-row{display:block!important;min-width:0!important;margin:0!important}
.cart-sidebar .cart-subtotal-row>span:not(.subtotal-value){display:none!important}
.cart-sidebar .subtotal-value{display:block!important;font-size:21px!important;line-height:1.15!important;font-weight:800!important;color:#111827!important;text-align:left!important;white-space:nowrap!important}
.cart-sidebar .cart-taxes-note{display:none!important}
.cart-sidebar .cart-footer>.btn-outline.btn-full{display:none!important}
.cart-sidebar .cart-actions{display:block!important;margin:0!important}
.cart-sidebar .cart-actions>.btn-outline{display:none!important}
.cart-sidebar .cart-actions>.btn-primary{width:auto!important;min-width:116px!important;min-height:48px!important;margin:0!important;padding:12px 22px!important;border-radius:14px!important;font-size:16px!important;font-weight:800!important;white-space:nowrap!important}
@media(max-width:500px){.cart-sidebar{width:100%!important;right:-100%!important}.cart-sidebar.open{right:0!important}}

/* GoJD cart item price isolation: prevent ProductPage .price-current from inflating desktop cart */
  .cart-sidebar .mini-cart-price .price-current{
    font-size:16px!important;
    line-height:1.25!important;
    font-weight:700!important;
    letter-spacing:0!important;
    white-space:nowrap!important;
  }
  .cart-sidebar .mini-cart-price .price-old{
    font-size:12px!important;
    line-height:1.2!important;
    letter-spacing:0!important;
  }
