:root{
  --mc-primary:#16a34a;
  --mc-primary-dark:#0f7a37;
  --mc-accent:#f97316;
  --mc-dark:#0f172a;
  --mc-muted:#64748b;
  --mc-border:#e5e7eb;
  --mc-soft:#f8fafc;
  --mc-card:#ffffff;
  --mc-shadow:0 18px 50px rgba(15,23,42,.10);
  --mc-radius:26px;
}
html,body{overflow-x:hidden;}
.modern-cart-checkout-page{background:linear-gradient(180deg,#f8fafc 0%,#eefdf4 48%,#ffffff 100%);color:var(--mc-dark);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;}
.modern-cart-checkout-page a{text-decoration:none;}
.modern-store-header{background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(226,232,240,.9);z-index:1020;}
.modern-store-header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px;}
.modern-brand{display:flex;align-items:center;gap:10px;color:var(--mc-dark);font-weight:900;font-size:1.25rem;letter-spacing:-.03em;}
.modern-brand img{max-width:170px;max-height:52px;width:auto;height:auto;object-fit:contain;display:block;}
.modern-main-nav{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end;}
.modern-main-nav a{color:#334155;font-weight:800;padding:10px 15px;border-radius:999px;transition:.2s ease;}
.modern-main-nav a:hover,.modern-main-nav a.active{background:#dcfce7;color:#166534;}
.modern-main-nav a span{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;margin-left:4px;border-radius:999px;background:var(--mc-primary);color:#fff;font-size:.75rem;}
.modern-cart-wrap{padding-top:36px;padding-bottom:70px;}
.checkout-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;position:relative;overflow:hidden;margin-bottom:26px;padding:36px;border-radius:32px;background:radial-gradient(circle at 10% 20%,rgba(34,197,94,.26),transparent 28%),linear-gradient(135deg,#052e16,#14532d 52%,#064e3b);box-shadow:var(--mc-shadow);color:#fff;}
.checkout-hero:after{content:"";position:absolute;right:-70px;top:-95px;width:250px;height:250px;border-radius:50%;background:rgba(255,255,255,.12);}
.checkout-hero>*{position:relative;z-index:1;}
.checkout-hero h1{font-size:clamp(2rem,4vw,3.4rem);font-weight:950;letter-spacing:-.06em;margin:8px 0 8px;}
.checkout-hero p{max-width:680px;margin:0;color:rgba(255,255,255,.82);font-size:1.02rem;}
.mini-badge{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.14);padding:8px 14px;border-radius:999px;font-size:.82rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;}
.cart-hero-stats{display:grid;grid-template-columns:repeat(2,minmax(105px,1fr));gap:12px;min-width:260px;}
.cart-hero-stats div{background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.20);border-radius:22px;padding:16px;text-align:center;backdrop-filter:blur(12px);}
.cart-hero-stats strong{display:block;font-size:1.35rem;font-weight:950;}
.cart-hero-stats span{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.74);font-weight:800;}
.modern-alert{border:0;border-radius:18px;box-shadow:0 10px 30px rgba(15,23,42,.07);font-weight:700;}
.modern-panel{background:rgba(255,255,255,.96);border:1px solid rgba(226,232,240,.94);border-radius:var(--mc-radius);box-shadow:var(--mc-shadow);}
.cart-items-panel,.checkout-section-card,.summary-panel{padding:24px;}
.panel-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px;}
.panel-title-row h2,.section-card-title h2{font-size:1.32rem;font-weight:950;margin:0;letter-spacing:-.03em;color:#0f172a;}
.panel-title-row p,.section-card-title p{margin:4px 0 0;color:var(--mc-muted);font-size:.94rem;}
.soft-link{font-weight:900;color:var(--mc-primary-dark);background:#dcfce7;padding:10px 14px;border-radius:999px;white-space:nowrap;}
.cart-item-list{display:flex;flex-direction:column;gap:14px;}
.modern-cart-item{display:grid;grid-template-columns:104px minmax(0,1fr) 118px 140px 125px 36px;align-items:center;gap:16px;padding:14px;border:1px solid #eef2f7;background:#fff;border-radius:24px;transition:.22s ease;}
.modern-cart-item:hover{transform:translateY(-2px);box-shadow:0 18px 34px rgba(15,23,42,.08);border-color:#bbf7d0;}
.cart-item-image-box{width:104px;aspect-ratio:1/1;border-radius:20px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid #eef2f7;}
.cart-item-image-box img{width:100%;height:100%;object-fit:contain;display:block;padding:8px;}
.cart-item-image-box span,.mini-item-image span{font-weight:950;font-size:2rem;color:#16a34a;}
.cart-item-name{display:block;font-size:1.02rem;font-weight:950;color:#0f172a;line-height:1.25;}
.cart-item-name:hover{color:var(--mc-primary-dark);}
.cart-item-meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:9px;}
.cart-item-meta span{font-size:.78rem;font-weight:800;color:#64748b;background:#f1f5f9;border-radius:999px;padding:5px 9px;}
.cart-price-box small,.cart-line-total small{display:block;color:#94a3b8;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;}
.cart-price-box strong,.cart-line-total strong{font-size:1.02rem;font-weight:950;color:#0f172a;}
.cart-line-total strong{color:#15803d;}
.cart-mobile-price{display:none;color:#15803d;font-weight:950;margin-top:8px;}
.qty-control{height:46px;display:grid;grid-template-columns:40px 1fr 40px;border:1px solid #dcfce7;border-radius:999px;background:#f0fdf4;overflow:hidden;}
.qty-control button{border:0;background:transparent;font-size:1.2rem;font-weight:950;color:#166534;line-height:1;}
.qty-control button:hover{background:#dcfce7;}
.qty-control input{border:0;background:#fff;text-align:center;font-weight:950;color:#0f172a;min-width:0;outline:0;}
.qty-control input::-webkit-outer-spin-button,.qty-control input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}
.cart-remove-btn{width:36px;height:36px;border:0;border-radius:50%;background:#fee2e2;color:#b91c1c;font-size:1.35rem;font-weight:900;line-height:1;transition:.2s ease;}
.cart-remove-btn:hover{background:#dc2626;color:#fff;transform:rotate(90deg);}
.cart-action-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:22px;}
.primary-pill,.outline-pill,.checkout-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border-radius:999px;font-weight:950;border:0;transition:.22s ease;}
.primary-pill,.checkout-button{background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff!important;box-shadow:0 14px 28px rgba(22,163,74,.25);}
.primary-pill:hover,.checkout-button:hover{transform:translateY(-2px);box-shadow:0 18px 38px rgba(22,163,74,.32);}
.outline-pill{color:#0f172a!important;border:1px solid #dbeafe;background:#fff;}
.outline-pill:hover{background:#f8fafc;transform:translateY(-2px);}
.sticky-summary{position:sticky;top:105px;}
.summary-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;}
.summary-heading span{font-size:1.2rem;font-weight:950;color:#0f172a;}
.summary-heading strong,.summary-heading a{font-size:.85rem;font-weight:900;color:#15803d;background:#dcfce7;border-radius:999px;padding:7px 11px;}
.summary-line{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;color:#475569;font-weight:800;}
.summary-line strong{color:#0f172a;}
.summary-divider{height:1px;background:#e2e8f0;margin:10px 0 14px;}
.summary-total{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:1.18rem;font-weight:950;color:#0f172a;}
.summary-total strong{font-size:1.45rem;color:#15803d;}
.checkout-button{width:100%;margin-top:22px;font-size:1.02rem;}
.checkout-button:disabled{background:#94a3b8;box-shadow:none;cursor:not-allowed;}
.trust-list{display:grid;gap:8px;margin-top:18px;color:#64748b;font-weight:800;font-size:.9rem;}
.free-delivery-box{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:20px;padding:14px;margin-bottom:12px;color:#166534;}
.free-delivery-box strong{display:block;font-weight:950;margin-bottom:9px;}
.progress{height:9px;background:#dcfce7;border-radius:999px;overflow:hidden;}
.progress span{display:block;height:100%;background:linear-gradient(90deg,#16a34a,#86efac);border-radius:999px;}
.empty-cart-card{background:#fff;border:1px solid #e2e8f0;border-radius:34px;box-shadow:var(--mc-shadow);text-align:center;padding:70px 24px;}
.empty-cart-icon{width:88px;height:88px;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#dcfce7;font-size:2.3rem;}
.empty-cart-card h2{font-size:2rem;font-weight:950;letter-spacing:-.04em;margin-bottom:10px;}
.empty-cart-card p{color:var(--mc-muted);max-width:520px;margin:0 auto 24px;}
.checkout-progress-box{display:flex;align-items:center;gap:10px;min-width:340px;}
.checkout-step{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:9px 12px;color:rgba(255,255,255,.74);font-weight:900;}
.checkout-step span{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.18);}
.checkout-step.active,.checkout-step.done{color:#fff;background:rgba(255,255,255,.20);}
.checkout-step.done span,.checkout-step.active span{background:#22c55e;color:#fff;}
.checkout-section-card{margin-bottom:18px;}
.section-card-title{display:flex;align-items:flex-start;gap:13px;margin-bottom:20px;}
.section-card-title>span{width:38px;height:38px;min-width:38px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#dcfce7;color:#166534;font-weight:950;}
.modern-input{min-height:50px;border-radius:16px!important;border:1px solid #dbe3ef;background:#fff;font-weight:700;color:#0f172a;box-shadow:none!important;}
.modern-input:focus{border-color:#22c55e;box-shadow:0 0 0 4px rgba(34,197,94,.13)!important;}
.modern-input.textarea{border-radius:20px!important;}
.form-label{font-weight:900;color:#334155;font-size:.88rem;}
.option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.checkout-option-card{position:relative;display:block;min-height:132px;padding:16px 16px 16px 48px;border:1px solid #e2e8f0;background:#fff;border-radius:22px;cursor:pointer;transition:.22s ease;}
.checkout-option-card:hover{transform:translateY(-2px);border-color:#86efac;box-shadow:0 16px 28px rgba(15,23,42,.07);}
.checkout-option-card input{position:absolute;opacity:0;pointer-events:none;}
.option-check{position:absolute;left:16px;top:18px;width:22px;height:22px;border-radius:50%;border:2px solid #cbd5e1;background:#fff;}
.checkout-option-card input:checked + .option-check{border-color:#16a34a;background:#16a34a;box-shadow:inset 0 0 0 5px #fff;}
.checkout-option-card:has(input:checked){border-color:#22c55e;background:#f0fdf4;}
.checkout-option-card strong{display:block;font-size:1rem;font-weight:950;color:#0f172a;line-height:1.25;}
.checkout-option-card strong i{display:inline-flex;font-style:normal;font-size:.7rem;color:#fff;background:#16a34a;border-radius:999px;padding:4px 8px;margin-left:4px;vertical-align:middle;}
.checkout-option-card em{display:block;margin-top:7px;font-style:normal;font-weight:950;color:#15803d;}
.checkout-option-card small{display:block;margin-top:8px;color:#64748b;font-size:.82rem;line-height:1.35;}
.checkout-note{grid-column:1/-1;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;border-radius:18px;padding:14px;font-weight:800;}
.checkout-note.warning{background:#fef2f2;border-color:#fecaca;color:#991b1b;}
.checkout-items-list{display:flex;flex-direction:column;gap:12px;margin-bottom:18px;}
.checkout-mini-item{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:12px;align-items:center;padding:10px;border:1px solid #eef2f7;border-radius:18px;background:#fff;}
.mini-item-image{width:58px;aspect-ratio:1/1;border-radius:15px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f8fafc;border:1px solid #eef2f7;}
.mini-item-image img{width:100%;height:100%;object-fit:contain;padding:5px;display:block;}
.checkout-mini-item strong{display:block;font-size:.92rem;font-weight:950;color:#0f172a;line-height:1.25;}
.checkout-mini-item small{display:block;color:#64748b;font-weight:700;margin-top:4px;}
.checkout-mini-item b{font-weight:950;color:#15803d;white-space:nowrap;}
.coupon-box{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:20px;padding:14px;margin-bottom:14px;}
.coupon-box small{display:block;color:#64748b;font-weight:700;margin-top:7px;}
.checkout-trust{grid-template-columns:repeat(1,1fr);}
.site-topbar{background:var(--topbar-bg,#0f172a);color:var(--topbar-color,#fff);font-size:.88rem;}
.site-topbar a{color:inherit;text-decoration:none;}
.site-topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:40px;}
.site-topbar-left,.site-topbar-right{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
.site-topbar-badge{background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:4px 9px;font-weight:900;text-transform:uppercase;font-size:.72rem;letter-spacing:.06em;}
.site-topbar-cta{background:#fff;color:#0f172a!important;border-radius:999px;padding:5px 10px;font-weight:900;}
.live-search-bar{background:var(--live-search-bg,#fff);border-bottom:1px solid #e2e8f0;position:relative;z-index:1030;}
.live-search-inner{display:grid;grid-template-columns:auto minmax(280px,1fr) auto;gap:18px;align-items:center;padding:14px 0;}
.live-search-label{display:flex;align-items:center;gap:10px;color:#0f172a;}
.live-search-label strong{display:block;font-weight:950;}
.live-search-label small{display:block;color:#64748b;font-weight:700;}
.live-search-icon{width:42px;height:42px;border-radius:16px;background:#dcfce7;color:#15803d;display:flex;align-items:center;justify-content:center;font-weight:950;font-size:1.3rem;}
.live-search-form{position:relative;display:grid;grid-template-columns:1fr auto;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;padding:5px;}
.live-search-input{border:0;background:transparent;padding:0 16px;font-weight:800;outline:0;min-height:42px;}
.live-search-button{border:0;border-radius:999px;background:#16a34a;color:#fff;font-weight:950;padding:0 20px;}
.live-search-results{display:none;position:absolute;left:0;right:0;top:calc(100% + 8px);background:#fff;border:1px solid #e2e8f0;border-radius:22px;box-shadow:0 20px 50px rgba(15,23,42,.14);padding:10px;z-index:9999;max-height:430px;overflow:auto;}
.live-search-results.show{display:block;}
.live-search-empty{padding:16px;text-align:center;color:#64748b;font-weight:800;}
.live-search-result-title{font-weight:950;color:#0f172a;padding:8px 10px;font-size:.85rem;text-transform:uppercase;letter-spacing:.06em;}
.live-search-item{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:12px;align-items:center;padding:9px;border-radius:16px;color:#0f172a;}
.live-search-item:hover{background:#f8fafc;}
.live-search-thumb{width:54px;height:54px;border-radius:14px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;overflow:hidden;font-weight:950;color:#16a34a;}
.live-search-thumb img{width:100%;height:100%;object-fit:contain;padding:4px;}
.live-search-item-text strong{display:block;font-size:.92rem;font-weight:950;line-height:1.2;}
.live-search-item-text small{display:block;color:#64748b;font-weight:700;margin-top:4px;}
.live-search-price{font-weight:950;color:#15803d;white-space:nowrap;}
.live-search-category-row{display:flex;flex-wrap:wrap;gap:8px;padding:8px;}
.live-search-category-row a,.live-search-chips a{background:#f0fdf4;color:#166534;border-radius:999px;padding:6px 10px;font-weight:900;font-size:.82rem;}
.live-search-chips{display:flex;align-items:center;gap:8px;flex-wrap:wrap;}
.live-search-chips span{color:#64748b;font-weight:900;font-size:.82rem;}
@media (max-width:1199.98px){
  .modern-cart-item{grid-template-columns:92px minmax(0,1fr) 132px 36px;}
  .cart-price-box,.cart-line-total{display:none;}
  .cart-mobile-price{display:block;}
  .cart-item-image-box{width:92px;}
}
@media (max-width:991.98px){
  .checkout-hero{flex-direction:column;align-items:flex-start;padding:28px;}
  .cart-hero-stats,.checkout-progress-box{width:100%;min-width:0;}
  .sticky-summary{position:static;}
  .live-search-inner{grid-template-columns:1fr;gap:10px;}
  .live-search-chips{display:none;}
}
@media (max-width:767.98px){
  .modern-store-header-inner{min-height:auto;padding-top:12px;padding-bottom:12px;align-items:flex-start;flex-direction:column;}
  .modern-main-nav{width:100%;overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start;padding-bottom:2px;}
  .modern-main-nav a{white-space:nowrap;padding:9px 12px;font-size:.9rem;}
  .modern-cart-wrap{padding-top:20px;}
  .checkout-hero{border-radius:24px;padding:24px 20px;}
  .checkout-hero h1{font-size:2rem;}
  .cart-hero-stats{grid-template-columns:1fr 1fr;}
  .cart-items-panel,.checkout-section-card,.summary-panel{padding:18px;}
  .panel-title-row{flex-direction:column;align-items:flex-start;}
  .modern-cart-item{grid-template-columns:84px minmax(0,1fr) 34px;gap:12px;padding:12px;border-radius:20px;}
  .cart-item-image-box{width:84px;border-radius:16px;}
  .qty-control{grid-column:2/4;max-width:150px;}
  .cart-remove-btn{grid-column:3;grid-row:1;align-self:start;}
  .cart-action-row{align-items:stretch;}
  .cart-action-row .outline-pill,.cart-action-row .primary-pill{width:100%;}
  .option-grid{grid-template-columns:1fr;}
  .checkout-progress-box{gap:7px;overflow-x:auto;}
  .checkout-step{white-space:nowrap;font-size:.85rem;}
  .checkout-mini-item{grid-template-columns:52px minmax(0,1fr);}
  .checkout-mini-item b{grid-column:2;}
  .site-topbar-inner{align-items:flex-start;flex-direction:column;padding-top:8px;padding-bottom:8px;}
  .site-topbar-hide-mobile{display:none;}
  .live-search-hide-mobile{display:none;}
  .live-search-form{grid-template-columns:1fr;gap:6px;border-radius:20px;padding:8px;}
  .live-search-button{min-height:42px;}
}
@media (max-width:480px){
  .cart-hero-stats{grid-template-columns:1fr;}
  .modern-brand img{max-width:145px;}
  .summary-total{font-size:1rem;}
  .summary-total strong{font-size:1.25rem;}
}
