/* =========================================
   GGC CART
   Cleaned consolidated cart stylesheet
   Source of truth for classic cart only
   ========================================= */

/* ---------- Empty cart ---------- */
.woocommerce-cart .wc-empty-cart-message,
.woocommerce-cart .return-to-shop{
  display:none !important;
}

.ggc-empty-cart-wrap{
  width:min(1120px, calc(100vw - 16px));
  max-width:1120px;
  margin:0 auto;
  padding:26px 0 10px;
  box-sizing:border-box;
}

.ggc-empty-cart-hero{
  max-width:920px;
  margin:0 auto 34px;
  padding:34px 22px 30px;
  text-align:center;
  background:
    radial-gradient(circle at top center, rgba(57,255,20,.08) 0%, rgba(57,255,20,.02) 24%, rgba(0,0,0,0) 60%),
    linear-gradient(180deg, rgba(10,10,10,.98) 0%, rgba(5,5,5,.98) 100%);
  border:1px solid rgba(212,175,55,.18);
  border-radius:18px;
  box-shadow:
    0 0 0 1px rgba(57,255,20,.04) inset,
    0 16px 40px rgba(0,0,0,.40);
}

.ggc-empty-cart-icon{
  width:84px;
  height:84px;
  margin:0 auto 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  font-size:36px;
  line-height:1;
  color:#39ff14;
  background:radial-gradient(circle at center, rgba(57,255,20,.18) 0%, rgba(57,255,20,.06) 60%, rgba(57,255,20,.01) 100%);
  border:1px solid rgba(57,255,20,.2);
  box-shadow:0 0 20px rgba(57,255,20,.12);
}

.ggc-empty-cart-title{
  margin:0 0 10px;
  color:#39ff14;
  font-size:clamp(28px, 4vw, 42px);
  line-height:1.12;
}

.ggc-empty-cart-text{
  max-width:640px;
  margin:0 auto 22px;
  color:#d4af37;
  font-size:16px;
  line-height:1.65;
}

.ggc-empty-cart-actions{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
}

.ggc-empty-cart-products{
  margin-top:0;
}

.ggc-empty-cart-products .container{
  max-width:100%;
}

.ggc-empty-cart-products-grid ul.products{
  margin-top:0;
}

.woocommerce-cart .ggc-empty-cart-products .ggc-card{
  height:100%;
}

/* ---------- Main cart shell ---------- */
.woocommerce-cart{
  --ggc-cart-shell-width:min(1240px, calc(100vw - 8px));
}

.woocommerce-cart .site,
.woocommerce-cart .site-content,
.woocommerce-cart .content-area,
.woocommerce-cart .site-main,
.woocommerce-cart .inside-article,
.woocommerce-cart .entry-content,
.woocommerce-cart .woocommerce{
  width:100% !important;
  max-width:none !important;
  box-sizing:border-box !important;
}

.woocommerce-cart .inside-article,
.woocommerce-cart .entry-content{
  padding-left:3px !important;
  padding-right:3px !important;
}

.woocommerce-cart .woocommerce{
  display:block;
}

.woocommerce-cart form.woocommerce-cart-form,
.woocommerce-cart .cart-collaterals{
  width:var(--ggc-cart-shell-width) !important;
  max-width:1240px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  box-sizing:border-box !important;
}

.woocommerce-cart form.woocommerce-cart-form{
  display:flex;
  flex-direction:column;
  gap:14px;
  margin-top:0;
  margin-bottom:22px;
}

.woocommerce-cart .cart-collaterals{
  margin-top:16px !important;
}

/* ---------- Coupon toolbar ---------- */
.woocommerce-cart .ggc-cart-toolbar{
  width:100% !important;
  max-width:none !important;
  min-height:70px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between;
  gap:16px;
  padding:14px 16px;
  box-sizing:border-box !important;
  border:1px solid rgba(57,255,20,.18);
  border-radius:18px !important;
  background:linear-gradient(180deg, #0d0d0d 0%, #080808 100%);
  box-shadow:
    0 10px 24px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.02) !important;
}

.woocommerce-cart .ggc-cart-toolbar__left,
.woocommerce-cart .ggc-cart-toolbar__right{
  display:flex;
  align-items:center;
}

.woocommerce-cart .ggc-cart-toolbar__left{
  flex:1 1 auto;
  min-width:0;
}

.woocommerce-cart .ggc-cart-toolbar__right{
  position:absolute !important;
  left:-9999px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
}

.woocommerce-cart .ggc-cart-toolbar .coupon{
  display:flex !important;
  align-items:stretch !important;
  flex-wrap:nowrap !important;
  gap:18px !important;
  width:100% !important;
  max-width:720px !important;
}

.woocommerce-cart .ggc-cart-toolbar .coupon label{
  display:none !important;
}

.woocommerce-cart .ggc-cart-toolbar .coupon .input-text{
  float:none !important;
  flex:1 1 auto !important;
  width:0 !important;
  min-width:0 !important;
  min-height:46px !important;
  margin:0 !important;
  padding:0 14px !important;
  background:#111111 !important;
  color:var(--ggc-neon) !important;
  -webkit-text-fill-color:var(--ggc-neon) !important;
  caret-color:var(--ggc-gold) !important;
  border:1px solid rgba(57,255,20,.42) !important;
  border-radius:12px !important;
  box-shadow:
    inset 0 1px 2px rgba(0,0,0,.45),
    0 0 0 1px rgba(57,255,20,.04) !important;
}

.woocommerce-cart .ggc-cart-toolbar .coupon .input-text::placeholder{
  color:rgba(212,175,55,.72) !important;
  opacity:1 !important;
}

.woocommerce-cart .ggc-cart-toolbar .coupon .input-text:focus{
  outline:none !important;
  border-color:var(--ggc-gold) !important;
  box-shadow:
    0 0 0 2px rgba(212,175,55,.18),
    0 0 14px rgba(212,175,55,.08) !important;
}

.woocommerce-cart .ggc-cart-toolbar .coupon .button,
.woocommerce-cart .ggc-cart-toolbar .coupon button.button,
.woocommerce-cart .ggc-cart-toolbar .coupon input.button{
  flex:0 0 auto !important;
  width:auto !important;
  min-width:190px !important;
  margin:0 !important;
  float:none !important;
  white-space:nowrap !important;
}

/* ---------- Buttons ---------- */
.woocommerce-cart .ggc-cart-toolbar .button,
.woocommerce-cart .ggc-cart-toolbar button.button,
.woocommerce-cart .ggc-cart-toolbar input.button,
.woocommerce-cart .cart_totals .button,
.woocommerce-cart .cart_totals button.button,
.woocommerce-cart .cart_totals a.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px !important;
  padding:0 18px !important;
  background:linear-gradient(180deg, #39ff14 0%, #24d60a 100%) !important;
  color:#000 !important;
  border:1px solid #39ff14 !important;
  border-radius:12px !important;
  box-shadow:
    0 8px 18px rgba(57,255,20,.16),
    inset 0 1px 0 rgba(255,255,255,.18) !important;
  font-weight:800 !important;
  letter-spacing:.2px;
  text-decoration:none !important;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

.woocommerce-cart .ggc-cart-toolbar .button:hover,
.woocommerce-cart .ggc-cart-toolbar button.button:hover,
.woocommerce-cart .ggc-cart-toolbar input.button:hover,
.woocommerce-cart .cart_totals .button:hover,
.woocommerce-cart .cart_totals button.button:hover,
.woocommerce-cart .cart_totals a.button:hover{
  background:linear-gradient(180deg, #e0bc4a 0%, #c89d24 100%) !important;
  border-color:var(--ggc-gold) !important;
  color:#000 !important;
  box-shadow:
    0 10px 22px rgba(212,175,55,.20),
    inset 0 1px 0 rgba(255,255,255,.18) !important;
  transform:translateY(-1px);
}

/* ---------- Main cart table ---------- */
.woocommerce-cart table.shop_table,
.woocommerce-cart table.shop_table_responsive{
  width:100% !important;
  max-width:100% !important;
  border-collapse:separate;
  border-spacing:0;
  box-sizing:border-box !important;
  background:linear-gradient(180deg, #0d0d0d 0%, #080808 100%);
  border:1px solid rgba(57,255,20,.18);
  border-radius:18px !important;
  overflow:hidden;
  box-shadow:
    0 10px 24px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.02) !important;
}

.woocommerce-cart table.shop_table thead th{
  background:rgba(255,255,255,.02);
  color:var(--ggc-gold);
  font-weight:800;
  font-size:.95rem;
  letter-spacing:.02em;
  border-bottom:1px solid rgba(212,175,55,.14) !important;
}

.woocommerce-cart table.shop_table th,
.woocommerce-cart table.shop_table td{
  padding-top:18px;
  padding-bottom:18px;
  padding-left:14px !important;
  padding-right:14px !important;
  vertical-align:middle;
  border-color:rgba(57,255,20,.12) !important;
  color:var(--ggc-neon);
}

.woocommerce-cart table.shop_table td.product-thumbnail{
  width:94px !important;
}

.woocommerce-cart table.shop_table td.product-thumbnail img{
  width:68px !important;
  max-width:none;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.08);
  background:#0b0b0b;
}

.woocommerce-cart table.shop_table td.product-name a{
  color:var(--ggc-neon);
  font-weight:800;
  line-height:1.35;
}

.woocommerce-cart table.shop_table td.product-name a:hover{
  color:var(--ggc-gold);
}

.woocommerce-cart table.shop_table td.product-price,
.woocommerce-cart table.shop_table td.product-price .amount,
.woocommerce-cart table.shop_table td.product-subtotal,
.woocommerce-cart table.shop_table td.product-subtotal .amount{
  color:var(--ggc-gold) !important;
  font-weight:800;
}

.woocommerce-cart td.product-price,
.woocommerce-cart td.product-price .amount{
  white-space:nowrap !important;
}

.woocommerce-cart td.product-price .ggc-gift-badge{
  display:block !important;
  margin:5px 0 0 0 !important;
  white-space:nowrap !important;
  font-size:.80em !important;
  line-height:1.2 !important;
  color:var(--ggc-gold) !important;
  font-weight:700 !important;
}

.woocommerce-cart table.shop_table td.product-remove{
  width:54px;
  text-align:center;
}

.woocommerce-cart table.shop_table td.product-remove a.remove,
.woocommerce-cart table.shop_table td.product-remove a.ggc-cart-remove-btn{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border-radius:999px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(57,255,20,.12);
  color:rgba(255,255,255,.75) !important;
  text-decoration:none;
  font-size:0 !important;
  line-height:1 !important;
}

.woocommerce-cart table.shop_table td.product-remove a.remove:hover,
.woocommerce-cart table.shop_table td.product-remove a.ggc-cart-remove-btn:hover{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.16);
  color:#ff6b6b !important;
}

.woocommerce-cart table.shop_table td.product-remove a.remove svg,
.woocommerce-cart table.shop_table td.product-remove a.ggc-cart-remove-btn svg{
  width:18px;
  height:18px;
  display:block;
  fill:currentColor;
}

/* ---------- Quantity controls ---------- */
.woocommerce-cart td.product-quantity .quantity.ggc-cart-qty-ready,
.woocommerce-cart td.product-quantity .quantity.ggc-cart-qty-static{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  padding:3px 6px !important;
  border:1px solid rgba(255,255,255,.10) !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.02) !important;
}

.woocommerce-cart td.product-quantity .quantity.ggc-cart-qty-ready input.qty{
  width:34px;
  min-width:34px;
  height:32px;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  color:var(--ggc-neon) !important;
  -webkit-text-fill-color:var(--ggc-neon) !important;
  box-shadow:none !important;
  text-align:center;
  font-weight:800;
  -moz-appearance:textfield !important;
  appearance:textfield !important;
}

.woocommerce-cart td.product-quantity .quantity.ggc-cart-qty-ready input.qty::-webkit-outer-spin-button,
.woocommerce-cart td.product-quantity .quantity.ggc-cart-qty-ready input.qty::-webkit-inner-spin-button{
  -webkit-appearance:none !important;
  margin:0 !important;
}

.woocommerce-cart td.product-quantity .quantity.ggc-cart-qty-ready input.qty:focus{
  outline:none !important;
  box-shadow:none !important;
}

.woocommerce-cart .ggc-cart-qty-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  border-radius:999px;
  border:1px solid rgba(57,255,20,.18);
  background:transparent;
  color:var(--ggc-neon);
  font-size:18px;
  line-height:1;
  padding:0;
  cursor:pointer;
}

.woocommerce-cart .ggc-cart-qty-btn:hover{
  border-color:rgba(57,255,20,.34);
  background:rgba(57,255,20,.10);
  color:#d4af37;
}

.woocommerce-cart td.product-quantity .quantity.ggc-cart-qty-static .ggc-cart-qty-btn{
  pointer-events:none !important;
  opacity:.48 !important;
  filter:saturate(.4);
}

.woocommerce-cart td.product-quantity .quantity.ggc-cart-qty-static .ggc-cart-qty-static-value{
  width:34px;
  min-width:34px;
  text-align:center;
  font-weight:800;
  color:var(--ggc-neon);
}

.woocommerce-cart td.product-quantity .quantity .ggc-cart-remove-btn{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  order:-1 !important;
  width:28px;
  height:28px;
  margin:0 6px 0 0 !important;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.03);
  color:rgba(255,255,255,.75) !important;
  text-decoration:none;
  font-size:0 !important;
  line-height:1 !important;
}

.woocommerce-cart td.product-quantity .quantity .ggc-cart-remove-btn:hover{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.16);
  color:#ff6b6b !important;
}

.woocommerce-cart td.product-quantity .quantity .ggc-cart-remove-btn svg{
  width:16px;
  height:16px;
  display:block;
  fill:currentColor;
}

.woocommerce-cart tr.ggc-cart-actions-row{
  display:none !important;
}

.woocommerce-cart form.woocommerce-cart-form.ggc-cart-inline-remove-ready table.shop_table thead th.product-remove,
.woocommerce-cart form.woocommerce-cart-form.ggc-cart-inline-remove-ready table.shop_table td.product-remove{
  display:none !important;
}

/* ---------- Totals stack ---------- */
.woocommerce-cart .cart_totals{
  float:none !important;
  width:100% !important;
  margin:0 !important;
  box-sizing:border-box !important;
  background:linear-gradient(180deg, #0d0d0d 0%, #111111 100%);
  border:1px solid rgba(57,255,20,.18);
  border-radius:18px !important;
  box-shadow:
    0 10px 24px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.02) !important;
  padding:24px 16px 22px !important;
}

.woocommerce-cart .cart_totals h2,
.woocommerce-cart .cart_totals h2 *{
  margin:0 0 16px;
  color:var(--ggc-neon) !important;
  -webkit-text-fill-color:var(--ggc-neon) !important;
  font-size:1.15rem;
  font-weight:800;
}

.woocommerce-cart .cart_totals table{
  width:100% !important;
  margin:0 0 18px !important;
  border-collapse:collapse;
  table-layout:fixed;
}

.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td{
  padding:16px 14px !important;
  border-color:rgba(212,175,55,.14) !important;
}

.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table th *,
.woocommerce-cart .cart_totals table tbody th,
.woocommerce-cart .cart_totals table tbody th *{
  color:var(--ggc-neon) !important;
  -webkit-text-fill-color:var(--ggc-neon) !important;
  font-weight:700 !important;
  text-align:left !important;
}

.woocommerce-cart .cart_totals table td,
.woocommerce-cart .cart_totals table td *,
.woocommerce-cart .cart_totals table tbody td,
.woocommerce-cart .cart_totals table tbody td *{
  color:#d7d7d7 !important;
  -webkit-text-fill-color:#d7d7d7 !important;
}

.woocommerce-cart .cart_totals table td{
  text-align:right !important;
}

.woocommerce-cart .cart_totals table td::before,
.woocommerce-cart .cart_totals table td[data-title]::before{
  color:var(--ggc-neon) !important;
  -webkit-text-fill-color:var(--ggc-neon) !important;
  font-weight:700 !important;
}

.woocommerce-cart .cart_totals .amount,
.woocommerce-cart .cart_totals .amount *,
.woocommerce-cart .cart_totals td .amount,
.woocommerce-cart .cart_totals td .amount *,
.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total th *,
.woocommerce-cart .cart_totals .order-total td,
.woocommerce-cart .cart_totals .order-total td *{
  color:var(--ggc-gold) !important;
  -webkit-text-fill-color:var(--ggc-gold) !important;
  font-weight:800 !important;
}

.woocommerce-cart .cart_totals a{
  color:var(--ggc-neon);
  font-weight:700;
}

.woocommerce-cart .cart_totals a:hover{
  color:var(--ggc-gold);
}

/* ---------- Coupon summary rows ---------- */
.woocommerce-cart .cart_totals tr.cart-discount th,
.woocommerce-cart .cart_totals tr.cart-discount td{
  vertical-align:top !important;
}

.woocommerce-cart .cart_totals tr.cart-discount th,
.woocommerce-cart .cart_totals tr.cart-discount th *{
  white-space:pre-line !important;
  text-align:left !important;
  color:var(--ggc-neon) !important;
  -webkit-text-fill-color:var(--ggc-neon) !important;
}

.woocommerce-cart .cart_totals tr.cart-discount td,
.woocommerce-cart .cart_totals tr.cart-discount td *,
.woocommerce-cart .cart_totals .ggc-coupon-amount,
.woocommerce-cart .cart_totals .ggc-coupon-amount *{
  color:var(--ggc-gold) !important;
  -webkit-text-fill-color:var(--ggc-gold) !important;
}

.woocommerce-cart .cart_totals tr.cart-discount td{
  text-align:right !important;
  white-space:nowrap !important;
}

.woocommerce-cart .cart_totals .ggc-coupon-value{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:12px !important;
  width:100% !important;
}

.woocommerce-cart .cart_totals .ggc-coupon-amount{
  display:inline-block !important;
  min-width:72px;
  text-align:right !important;
}

.woocommerce-cart .cart_totals .ggc-coupon-value--freegift .ggc-coupon-amount{
  display:none !important;
}

.woocommerce-cart .cart_totals .ggc-coupon-remove-inline{
  display:inline-block !important;
  margin-left:8px !important;
  white-space:nowrap !important;
}

/* ---------- Plugin boxes ---------- */
.woocommerce-cart .cart_totals .wc-proceed-to-checkout{
  width:100%;
  max-width:100%;
  padding:10px 0 0 !important;
  display:flex;
  flex-direction:column;
  gap:18px !important;
  align-items:stretch;
}

.woocommerce-cart .cart_totals .wc-proceed-to-checkout > #bees-free-gift-choice-cart,
.woocommerce-cart .cart_totals .wc-proceed-to-checkout > .bees-free-gift-choice-wrapper{
  order:10;
}

.woocommerce-cart .cart_totals .wc-proceed-to-checkout > .bees-clr-rewards-wallet{
  order:20;
}

.woocommerce-cart .cart_totals .wc-proceed-to-checkout > a.checkout-button{
  order:30;
}

.woocommerce-cart .cart_totals .bees-free-gift-choice-wrapper,
.woocommerce-cart .cart_totals .bees-clr-rewards-wallet,
.woocommerce-cart .cart_totals #bees-free-gift-choice-cart,
.woocommerce-cart .cart_totals .bees-free-gift-choice,
.woocommerce-cart .cart_totals .bees-free-gift-choice-selector{
  width:100% !important;
  max-width:100% !important;
  box-sizing:border-box !important;
  margin:0 auto !important;
  overflow:hidden;
}

.woocommerce-cart .cart_totals .bees-free-gift-choice-wrapper,
.woocommerce-cart .cart_totals .bees-clr-rewards-wallet{
  padding:16px !important;
  border:1px solid rgba(57,255,20,.18) !important;
  border-radius:16px !important;
  background:linear-gradient(180deg, rgba(10,10,10,.96) 0%, rgba(6,6,6,.96) 100%) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.02);
}

.woocommerce-cart .cart_totals .bees-free-gift-choice-wrapper h3,
.woocommerce-cart .cart_totals .bees-clr-rewards-wallet h3{
  margin:0 0 10px 0 !important;
  color:var(--ggc-neon) !important;
  font-size:1rem;
}

.woocommerce-cart .cart_totals .bees-clr-selection-current{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 10px;
}

.woocommerce-cart .cart_totals .bees-clr-selection-current img{
  width:52px;
  height:52px;
  border-radius:10px;
}

.woocommerce-cart .cart_totals .bees-clr-wallet-grid{
  display:flex !important;
  flex-wrap:wrap;
  gap:8px;
}

.woocommerce-cart .cart_totals .bees-clr-rewards-wallet p,
.woocommerce-cart .cart_totals .bees-clr-rewards-wallet strong,
.woocommerce-cart .cart_totals .bees-clr-rewards-wallet span,
.woocommerce-cart .cart_totals .bees-free-gift-choice-wrapper p,
.woocommerce-cart .cart_totals .bees-free-gift-choice-wrapper strong,
.woocommerce-cart .cart_totals .bees-free-gift-choice-wrapper span{
  color:inherit;
}

.woocommerce-cart .cart_totals .wc-proceed-to-checkout > p.description{
  margin:14px 0 0 0 !important;
  padding:0 16px !important;
  text-align:left !important;
  max-width:none !important;
  box-sizing:border-box;
}

.woocommerce-cart .cart_totals .bees-free-gift-choice-wrapper > p.description,
.woocommerce-cart .cart_totals .bees-free-gift-choice-wrapper p.description,
.woocommerce-cart .cart_totals .ggc-freegift-helper-inside{
  margin:12px 0 0 0 !important;
  padding:0 !important;
  text-align:left !important;
  max-width:none !important;
  box-sizing:border-box;
  color:inherit !important;
}

/* ---------- Checkout CTA ---------- */
.woocommerce-cart .cart_totals .wc-proceed-to-checkout > a.checkout-button,
.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .cart_totals a.checkout-button.button.alt{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  align-self:stretch !important;
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  min-height:50px !important;
  height:auto !important;
  padding:0 24px !important;
  line-height:1.2 !important;
  text-align:center !important;
  margin:18px 0 0 !important;
  box-sizing:border-box !important;
  border:1px solid #39ff14 !important;
  border-radius:16px !important;
  background:linear-gradient(135deg, #39ff14 0%, #2de20f 100%) !important;
  color:#000 !important;
  font-weight:800 !important;
  font-size:1rem !important;
  letter-spacing:.3px;
  box-shadow:
    0 0 0 1px rgba(57,255,20,.28),
    0 0 18px rgba(57,255,20,.18),
    0 0 42px rgba(57,255,20,.14),
    0 14px 28px rgba(57,255,20,.16) !important;
  animation:ggcCartCheckoutGlow 3s ease-in-out infinite;
  transition:transform .18s ease, box-shadow .22s ease, filter .22s ease;
}

.woocommerce-cart .cart_totals .wc-proceed-to-checkout > a.checkout-button:hover,
.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .cart_totals a.checkout-button.button.alt:hover,
.woocommerce-cart .cart_totals .wc-proceed-to-checkout > a.checkout-button:focus,
.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-cart .cart_totals a.checkout-button.button.alt:focus{
  transform:translateY(-2px);
  filter:brightness(1.05);
  box-shadow:
    0 0 0 1px rgba(57,255,20,.38),
    0 0 24px rgba(57,255,20,.24),
    0 0 54px rgba(57,255,20,.18),
    0 18px 34px rgba(57,255,20,.20) !important;
}

@keyframes ggcCartCheckoutGlow{
  0%, 100%{
    box-shadow:
      0 0 0 1px rgba(57,255,20,.28),
      0 0 18px rgba(57,255,20,.18),
      0 0 42px rgba(57,255,20,.14),
      0 14px 28px rgba(57,255,20,.16);
  }
  50%{
    box-shadow:
      0 0 0 1px rgba(57,255,20,.35),
      0 0 24px rgba(57,255,20,.26),
      0 0 48px rgba(57,255,20,.18),
      0 18px 34px rgba(57,255,20,.20);
  }
}

/* ---------- Mobile layout ---------- */
@media (max-width: 767px){
  .woocommerce-cart{
    --ggc-cart-shell-width:calc(100vw - 4px);
  }

  .woocommerce-cart .inside-article,
  .woocommerce-cart .entry-content,
  .woocommerce-cart .woocommerce{
    padding-left:0 !important;
    padding-right:0 !important;
  }

  .ggc-empty-cart-wrap{
    width:calc(100vw - 12px);
    padding-top:18px;
  }

  .ggc-empty-cart-hero{
    margin-bottom:26px;
    padding:28px 16px 24px;
    border-radius:16px;
  }

  .ggc-empty-cart-icon{
    width:72px;
    height:72px;
    font-size:31px;
  }

  .ggc-empty-cart-title{
    font-size:28px;
  }

  .ggc-empty-cart-text{
    font-size:15px;
    line-height:1.55;
  }

  .ggc-empty-cart-actions{
    flex-direction:column;
  }

  .ggc-empty-cart-actions .btn{
    width:100%;
    max-width:320px;
    justify-content:center;
  }

  .woocommerce-cart form.woocommerce-cart-form,
  .woocommerce-cart .cart-collaterals{
    width:calc(100vw - 4px) !important;
    max-width:calc(100vw - 4px) !important;
  }

  .woocommerce-cart .ggc-cart-toolbar{
    padding:14px 12px !important;
  }

  .woocommerce-cart .ggc-cart-toolbar .coupon{
    width:100% !important;
    max-width:100% !important;
    gap:12px !important;
  }

  .woocommerce-cart .ggc-cart-toolbar .coupon .button,
  .woocommerce-cart .ggc-cart-toolbar .coupon button.button,
  .woocommerce-cart .ggc-cart-toolbar .coupon input.button{
    min-width:156px !important;
  }

  .woocommerce-cart table.shop_table_responsive thead{
    display:none !important;
  }

  .woocommerce-cart table.shop_table_responsive tr.cart_item{
    display:grid !important;
    width:100% !important;
    grid-template-columns:78px minmax(0, 1fr) auto auto !important;
    grid-template-areas:
      "thumb name name name"
      "thumb price qty subtotal" !important;
    gap:10px 12px !important;
    align-items:center !important;
    padding:14px 12px !important;
    box-sizing:border-box;
  }

  .woocommerce-cart table.shop_table_responsive tr.cart_item td{
    display:block !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    background:transparent !important;
    text-align:left !important;
  }

  .woocommerce-cart table.shop_table_responsive tr.cart_item td::before,
  .woocommerce-page table.shop_table_responsive tr.cart_item td::before{
    display:none !important;
    content:none !important;
  }

  .woocommerce-cart table.shop_table_responsive tr.cart_item td.product-remove{
    display:none !important;
  }

  .woocommerce-cart table.shop_table_responsive tr.cart_item td.product-thumbnail{
    grid-area:thumb;
    width:auto !important;
  }

  .woocommerce-cart table.shop_table_responsive tr.cart_item td.product-thumbnail img{
    width:78px !important;
    max-width:none !important;
  }

  .woocommerce-cart table.shop_table_responsive tr.cart_item td.product-name{
    grid-area:name;
    min-width:0;
  }

  .woocommerce-cart table.shop_table_responsive tr.cart_item td.product-name a{
    display:block;
    font-size:1.08rem;
    line-height:1.28;
  }

  .woocommerce-cart table.shop_table_responsive tr.cart_item td.product-price{
    grid-area:price;
    justify-self:start !important;
    align-self:center !important;
    margin-top:4px !important;
    white-space:nowrap !important;
  }

  .woocommerce-cart table.shop_table_responsive tr.cart_item td.product-price,
  .woocommerce-cart table.shop_table_responsive tr.cart_item td.product-price .amount{
    color:var(--ggc-gold) !important;
    font-weight:800;
  }

  .woocommerce-cart table.shop_table_responsive tr.cart_item td.product-price .ggc-gift-badge{
    margin-top:4px !important;
    font-size:.78em !important;
  }

  .woocommerce-cart table.shop_table_responsive tr.cart_item td.product-quantity{
    grid-area:qty;
    justify-self:end !important;
    align-self:center !important;
  }

  .woocommerce-cart table.shop_table_responsive tr.cart_item td.product-subtotal{
    grid-area:subtotal;
    justify-self:end !important;
    align-self:center !important;
    white-space:nowrap !important;
  }

  .woocommerce-cart table.shop_table_responsive tr.cart_item td.product-subtotal,
  .woocommerce-cart table.shop_table_responsive tr.cart_item td.product-subtotal .amount{
    color:var(--ggc-gold) !important;
    font-weight:800;
  }

  .woocommerce-cart table.shop_table th,
  .woocommerce-cart table.shop_table td,
  .woocommerce-cart .cart_totals table th,
  .woocommerce-cart .cart_totals table td{
    padding-left:12px !important;
    padding-right:12px !important;
  }

  .woocommerce-cart td.product-quantity .quantity.ggc-cart-qty-ready,
  .woocommerce-cart td.product-quantity .quantity.ggc-cart-qty-static{
    padding:2px 5px !important;
    gap:6px !important;
  }

  .woocommerce-cart .ggc-cart-qty-btn{
    width:26px;
    height:26px;
  }

  .woocommerce-cart .cart_totals{
    padding:20px 12px 20px !important;
  }

  .woocommerce-cart .cart_totals table th,
  .woocommerce-cart .cart_totals table th *,
  .woocommerce-cart .cart_totals table td::before,
  .woocommerce-cart .cart_totals table td[data-title]::before{
    color:var(--ggc-neon) !important;
    -webkit-text-fill-color:var(--ggc-neon) !important;
  }

  .woocommerce-cart .cart_totals .wc-proceed-to-checkout > a.checkout-button,
  .woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-cart .cart_totals a.checkout-button.button.alt{
    min-height:48px !important;
  }
}

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce){
  .woocommerce-cart .cart_totals .wc-proceed-to-checkout > a.checkout-button,
  .woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button,
  .woocommerce-cart .cart_totals a.checkout-button.button.alt{
    animation:none !important;
  }
}
