:root{
  --bg:#f5f8fc;
  --card:#ffffff;
  --text:#16354d;
  --muted:#6f8497;
  --line:#dbe6ef;
  --brand:#165a86;
  --brand-2:#2d86bf;
  --brand-dark:#113754;
  --soft:#edf7ff;
  --soft-2:#f8fbfe;
  --success:#e8fff3;
  --warn:#fff8e8;
  --danger:#fff1f1;
  --shadow:0 16px 40px rgba(16,47,74,.07);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:linear-gradient(180deg,#f9fbfd 0%,var(--bg) 35%,#f4f7fb 100%);color:var(--text);font-family:Tahoma,Arial,sans-serif;transition:padding .22s ease}
body.popup-open{overflow:hidden}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.container{width:min(1240px,calc(100% - 28px));margin:auto}
.store-shell{min-height:100vh}
.top-strip{background:var(--brand-dark);color:#e5f2fb;font-size:13px}
.top-strip-inner{display:flex;gap:18px;justify-content:center;flex-wrap:wrap;padding:8px 0}
.top-strip-inner.single{justify-content:center;text-align:center;font-weight:800}
.store-topbar{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(219,230,239,.9);box-shadow:0 8px 25px rgba(18,53,82,.04)}
.header-main{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;padding:16px 0 14px}
.brand-mark{display:flex;align-items:center;gap:12px;min-width:0}
.brand-badge,.brand-logo-wrap{width:50px;height:50px;border-radius:18px;background:linear-gradient(135deg,var(--brand),var(--brand-2));display:grid;place-items:center;color:#fff;font-weight:900;font-size:20px;box-shadow:0 12px 30px rgba(22,90,134,.22);overflow:hidden;flex:0 0 50px}
.brand-logo-wrap{background:#fff;border:1px solid var(--line)}
.brand-logo{width:100%;height:100%;object-fit:contain;padding:6px;background:#fff}
.brand-mark strong{display:block;font-size:18px}
.brand-mark small{display:block;color:var(--muted);margin-top:2px}
.header-search{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:8px;box-shadow:0 8px 20px rgba(19,53,80,.05)}
.header-search input{border:0;background:transparent;outline:none;padding:8px 10px;flex:1;min-width:0;color:var(--text)}
.header-search button{border:0;background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;font-weight:800;border-radius:14px;padding:12px 18px;cursor:pointer}
.header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.header-action{display:flex;align-items:center;gap:8px;padding:11px 14px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--muted);font-weight:800;min-height:46px}
.header-action strong{display:grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--soft);color:var(--brand);font-size:12px}
.header-action.active,.header-action:hover{border-color:#b8d7ec;background:var(--soft);color:var(--brand)}
.nav-row{display:grid;gap:10px;padding:0 0 14px}
.store-nav,.quick-links{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.store-nav a,.quick-links a{padding:10px 14px;border-radius:999px;color:var(--muted);font-weight:800}
.store-nav a.active,.store-nav a:hover{background:var(--soft);color:var(--brand)}
.quick-links a{padding:8px 12px;background:#fff;border:1px solid var(--line);font-size:13px}
.quick-links a:hover{background:var(--soft);color:var(--brand)}
.pill{display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--brand);color:#fff;font-size:12px;margin-inline-start:6px}
.main-space{padding:24px 0 42px}
.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#123956 0%,#1a537a 52%,#347eb2 100%);color:#fff;border-radius:30px;padding:30px;box-shadow:0 24px 60px rgba(14,42,66,.18);margin-bottom:22px}
.hero:after{content:'';position:absolute;left:-60px;bottom:-80px;width:220px;height:220px;border-radius:50%;background:rgba(255,255,255,.08)}
.hero > *{position:relative;z-index:1}
.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:22px;align-items:center}
.hero h1{margin:8px 0 12px;font-size:clamp(28px,4vw,42px);line-height:1.2}
.hero p{margin:0;color:#dceaf6;max-width:720px}
.hero small{opacity:.86;font-weight:700}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.btn,.btn-secondary,.btn-light,.btn-danger,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;border:0;cursor:pointer;padding:13px 18px;border-radius:16px;font-weight:800;transition:.18s ease;min-height:48px}
.btn{background:linear-gradient(135deg,var(--brand),var(--brand-2));color:#fff;box-shadow:0 10px 24px rgba(22,90,134,.24)}
.btn:hover{transform:translateY(-1px)}
.btn-secondary,.btn-soft-dark{background:var(--brand-dark);color:#fff}
.btn-light{background:#fff;color:var(--brand)}
.btn-danger{background:#c94d4d;color:#fff}
.btn-ghost{border:1px solid var(--line);background:#fff;color:var(--brand)}
.btn-ghost:hover{background:var(--soft)}
.btn-block{width:100%}
.grid-4,.grid-3,.grid-2{display:grid;gap:18px}
.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.card{background:var(--card);border:1px solid rgba(214,227,236,.95);border-radius:28px;padding:20px;box-shadow:var(--shadow)}
.section-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}
.section-head h1,.section-head h2,.section-head h3{margin:0}
.muted{color:var(--muted)}
.mini{font-size:12px}
.helper{font-size:13px;color:var(--muted);line-height:1.6}
.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}
.product-card{display:grid;grid-template-rows:auto 1fr auto;gap:14px;background:#fff;border-radius:26px;padding:14px;border:1px solid var(--line);box-shadow:0 14px 34px rgba(12,41,65,.05);transition:.18s ease}
.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(12,41,65,.1)}
.product-image-wrap{position:relative}
.product-image{aspect-ratio:1/1;border-radius:22px;background:linear-gradient(180deg,#fff,#f4f8fb);overflow:hidden;display:grid;place-items:center;padding:12px;border:1px solid #eef3f7}
.product-image img{width:100%;height:100%;object-fit:contain;object-position:center;mix-blend-mode:multiply}
.product-badge-row{position:absolute;right:10px;left:10px;bottom:10px;display:flex;gap:8px;flex-wrap:wrap}
.badge{display:inline-flex;padding:6px 10px;border-radius:999px;background:#dff1ff;color:#155885;font-weight:800;font-size:12px;backdrop-filter:blur(6px)}
.badge.neutral{background:rgba(255,255,255,.95);color:#47667f;border:1px solid rgba(208,223,234,.95)}
.wishlist-fab-form{position:absolute;top:10px;left:10px;z-index:2}
.wishlist-fab{width:42px;height:42px;border-radius:50%;border:1px solid rgba(219,230,239,.95);background:rgba(255,255,255,.98);color:#6e7f90;font-size:20px;font-weight:900;cursor:pointer;box-shadow:0 8px 18px rgba(0,0,0,.08)}
.wishlist-fab.active{color:#c74464}
.product-copy{display:grid;gap:8px}
.product-brand{font-size:12px;font-weight:900;color:var(--brand);letter-spacing:.2px}
.product-title{margin:0;font-size:15px;line-height:1.6;min-height:48px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.product-title a:hover{color:var(--brand)}
.price-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.old-price{color:#9aaab7;text-decoration:line-through}
.price{font-size:20px;font-weight:900;color:#0f3048}
.product-actions,.mini-actions{display:grid;gap:10px}
.quick-cart-form{margin:0}
.field{display:grid;gap:8px}
.field label{font-weight:800;color:#26455d}
.field input,.field textarea,.field select{width:100%;border:1px solid var(--line);background:#fff;border-radius:16px;padding:13px 14px;color:var(--text);outline:none;transition:.15s ease}
.field textarea{min-height:110px;resize:vertical}
.field input:focus,.field textarea:focus,.field select:focus,.header-search:focus-within{border-color:#9dd0f0;box-shadow:0 0 0 4px rgba(108,174,218,.14)}
.inline-form{display:flex;gap:10px;flex-wrap:wrap;align-items:end}
.flash{padding:15px 18px;border-radius:18px;margin-bottom:18px;font-weight:800;border:1px solid transparent;box-shadow:var(--shadow)}
.flash-success{background:var(--success);border-color:#bfe9cf}
.flash-error{background:var(--danger);border-color:#f0c8c8}
.flash-warning{background:var(--warn);border-color:#efd598}
.customer-chip{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;background:#fff;border:1px solid var(--line);padding:14px 16px;border-radius:20px;margin-bottom:18px;box-shadow:var(--shadow)}
.customer-chip-main{display:grid;gap:3px}
.customer-chip-main small{color:var(--muted)}
.customer-chip-links{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.customer-chip a{color:var(--brand);font-weight:800}
.summary-list{display:grid;gap:10px}
.summary-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 0;border-bottom:1px dashed var(--line)}
.summary-row.total{font-size:20px;font-weight:900;border-bottom:0;padding-top:14px}
.cart-line{display:grid;grid-template-columns:108px 1fr auto;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line)}
.cart-thumb,.line-item-thumb{width:108px;height:108px;border-radius:22px;overflow:hidden;background:linear-gradient(180deg,#fff,#f4f8fb);display:grid;place-items:center;padding:10px}
.cart-thumb img,.line-item-thumb img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.qty-input{width:92px}
.stack{display:grid;gap:10px}
.offer-note,.chips,.address-actions,.top-actions{display:flex;gap:8px;flex-wrap:wrap}
.tag{padding:6px 10px;background:#f1f6fa;border-radius:999px;font-size:12px;font-weight:800;color:#45637a}
.store-footer{border-top:1px solid var(--line);padding:34px 0;background:#fff;margin-top:40px}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:24px}
.footer-brand p{margin:10px 0 14px;color:var(--muted);line-height:1.8}
.footer-links{display:flex;gap:12px;flex-wrap:wrap;color:var(--muted)}
.footer-links a:hover{color:var(--brand)}
.footer-badges{display:flex;gap:8px;flex-wrap:wrap}
.empty{padding:36px;text-align:center;background:#fff;border:1px dashed var(--line);border-radius:24px}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.stat,.icon-stat{background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.18);border-radius:20px;padding:16px}
.stat strong,.icon-stat strong{display:block;font-size:26px;margin-top:8px}
.icon-stat{background:#f8fbff;border-color:var(--line)}
.table{width:100%;border-collapse:collapse}
.table th,.table td{padding:13px 10px;border-bottom:1px solid var(--line);text-align:right;vertical-align:top}
.notice,.notice-soft{padding:13px 15px;border-radius:16px;background:#fff8db;color:#6e5614;border:1px solid #f0df9e}
.notice-soft{background:#eef7ff;color:#1c5a86;border-color:#b9daf4}
.split{display:grid;grid-template-columns:1.1fr .9fr;gap:18px}
.soft-card,.summary-box,.payment-instructions-card,.payment-proof-card,.payment-form,.subtle{background:#f8fbff;border-radius:20px;padding:15px;border:1px solid var(--line)}
.table-wrap{overflow:auto}
.check-row{display:flex;align-items:center;gap:10px;font-weight:800;background:#f8fbff;border:1px solid var(--line);padding:12px 14px;border-radius:16px}
.check-row input{width:18px;height:18px}
.status-badge{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:999px;font-size:12px;font-weight:800;background:#eef4f8;color:#35526b}
.status-pending,.payment-unpaid,.payment-pending_confirmation,.payment-pending{background:#fff7e8;color:#8b6300}
.status-confirmed,.status-ready{background:#eef7ff;color:#0d5c8a}
.status-processing,.status-out_for_delivery{background:#eef5ff;color:#2354a3}
.status-delivered,.payment-paid,.payment-confirmed{background:#e8fff3;color:#146b3d}
.status-cancelled,.status-returned,.payment-failed,.payment-refunded,.payment-rejected{background:#fff1f1;color:#a63e3e}
.order-grid,.timeline,.notification-list{display:grid;gap:14px}
.order-card,.notification-item{background:#fff;border:1px solid var(--line);border-radius:24px;padding:16px;box-shadow:0 10px 25px rgba(0,0,0,.04)}
.order-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:12px}
.order-meta{display:grid;gap:6px}
.timeline-item{position:relative;padding:0 20px 0 0;border-right:2px solid var(--line)}
.timeline-item:before{content:'';position:absolute;right:-7px;top:3px;width:12px;height:12px;border-radius:50%;background:var(--brand)}
.timeline-item small{display:block;color:var(--muted);margin-bottom:4px}
.notification-item.unread{border-color:#9fd1ff;background:#f5fbff}
.mono{font-family:Consolas,monospace}
.line-item{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding:12px 0;border-bottom:1px dashed var(--line)}
.line-item:last-child{border-bottom:0}
.line-item-main{display:flex;gap:12px;align-items:flex-start;flex:1}
.loyalty-card{display:grid;gap:8px;align-content:start}
.loyalty-card strong{font-size:34px}
.points-up{color:#146b3d;font-weight:900}.points-down{color:#a63e3e;font-weight:900}
.payment-form textarea{min-height:92px}
.loyalty-mini-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.auth-card{width:min(720px,100%);margin:0 auto}
.page-intro{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:18px}
.page-intro h1{margin:0;font-size:30px}
.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:14px}
.category-card{display:grid;gap:12px;padding:16px;border-radius:24px;background:linear-gradient(180deg,#fff,#f8fbfe);border:1px solid var(--line);box-shadow:var(--shadow)}
.category-thumb{aspect-ratio:1/1;border-radius:18px;overflow:hidden;background:linear-gradient(180deg,#fff,#eef5fb);display:grid;place-items:center;padding:10px;font-weight:900;color:var(--brand);font-size:30px}
.category-thumb img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.category-card h3{margin:0;font-size:16px}
.category-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.7;min-height:44px}
.feature-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:20px}
.feature-item{background:#fff;border:1px solid var(--line);border-radius:22px;padding:16px;box-shadow:var(--shadow)}
.feature-item strong{display:block;margin-bottom:6px}
.compact-actions{display:flex;gap:10px;flex-wrap:wrap}
.product-layout{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:24px;align-items:start}
.product-panel{position:sticky;top:118px}
.product-figure{aspect-ratio:1/1;max-width:680px;margin:auto;border-radius:28px;background:linear-gradient(180deg,#fff,#f4f8fb);overflow:hidden;padding:18px;border:1px solid var(--line);display:grid;place-items:center}
.product-figure img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}
.product-specs{display:grid;gap:12px}
.product-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.product-kpis .tag{display:flex;justify-content:center;align-items:center;padding:12px;background:#f8fbff;border:1px solid var(--line)}
@media (max-width:1100px){
  .header-main{grid-template-columns:1fr}
  .header-actions{justify-content:flex-start}
  .footer-grid,.hero-grid,.product-layout,.split,.grid-4,.grid-3,.grid-2,.feature-strip{grid-template-columns:1fr}
  .stats,.product-kpis,.loyalty-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-panel{position:static}
}
@media (max-width:760px){
  .container{width:min(100% - 18px,1240px)}
  .main-space{padding-top:18px}
  .store-nav,.quick-links,.header-actions,.customer-chip-links,.hero-actions,.compact-actions{display:flex;overflow:auto;flex-wrap:nowrap;padding-bottom:4px}
  .store-nav a,.quick-links a,.header-action{white-space:nowrap}
  .hero,.card{border-radius:24px;padding:18px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .product-card{border-radius:20px;padding:10px;gap:10px}
  .product-image{border-radius:16px;padding:10px}
  .product-title{font-size:14px;min-height:44px}
  .price{font-size:17px}
  .cart-line{grid-template-columns:1fr}
  .cart-thumb,.line-item-thumb{width:100%;height:auto;aspect-ratio:1/1}
  .stats{grid-template-columns:1fr}
  .feature-strip{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr}
}

/* === UX uplift: ajax cart, quick variants, mobile flow === */
.header-action strong,
.mobile-dock strong{
  display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:rgba(14,92,138,.12);color:var(--brand);font-size:11px;font-weight:900
}
.category-grid{align-items:start}
.category-card.compact{display:flex;align-items:center;gap:12px;padding:14px 16px;min-height:auto}
.category-card.compact .category-thumb{width:58px;min-width:58px;padding:0;font-size:24px}
.category-card.compact h3{font-size:14px;margin-bottom:2px}
.category-card.compact p{display:none}
.quick-variant-panel{display:grid;gap:10px;background:#f8fbff;border:1px solid var(--line);border-radius:18px;padding:12px}
.quick-variant-actions{display:grid;gap:8px}
.compact-field label{font-size:12px}
.product-card.variant-open{box-shadow:0 16px 30px rgba(0,0,0,.08);border-color:#b7d8ef}
.checkout-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.checkout-step{padding:12px 10px;border-radius:16px;background:#f5f9fd;border:1px solid var(--line);text-align:center;font-weight:800;color:#688196}
.checkout-step.active{background:#eaf6ff;color:var(--brand);border-color:#b7daf2}
.checkout-step.done{background:#edf9f1;color:#1e7a46;border-color:#bfe3cb}
.top-toast{position:fixed;top:14px;left:50%;transform:translate(-50%,-18px);min-width:min(92vw,420px);max-width:min(92vw,520px);background:rgba(17,55,84,.96);color:#fff;border-radius:16px;padding:14px 18px;box-shadow:0 18px 40px rgba(0,0,0,.18);z-index:120;text-align:center;font-weight:900;opacity:0;pointer-events:none;transition:opacity .22s ease, transform .22s ease}
.top-toast.show{opacity:1;transform:translate(-50%,0)}
.top-toast.success{background:rgba(17,55,84,.96)}
.top-toast.error{background:rgba(166,62,62,.96)}
.mobile-dock{display:none}
.mobile-sticky-checkout{display:none}
@media (max-width:760px){
  body{padding-bottom:84px}
  .site-header{position:sticky;top:0;z-index:60;transition:transform .24s ease,box-shadow .24s ease}
  .site-header.is-compact .store-topbar{box-shadow:0 10px 24px rgba(18,53,82,.08)}
  .site-header.is-scrolling-down .nav-row{max-height:0;opacity:0;transform:translateY(-12px);padding-bottom:0;margin-top:-6px;overflow:hidden}
  .site-header.is-scrolling-down .header-search{max-height:0;opacity:0;transform:translateY(-10px);padding:0;border-width:0;margin:0;overflow:hidden}
  .site-header.is-compact .header-main{padding:10px 0}
  .site-header.is-compact .brand-mark strong{font-size:16px}
  .site-header.is-compact .brand-logo-wrap,.site-header.is-compact .brand-badge{width:40px;height:40px;border-radius:12px;flex-basis:40px}
  .top-strip{display:none}
  .header-main{gap:10px;padding:12px 0}
  .brand-mark{width:100%;justify-content:space-between}
  .brand-mark small{display:none}
  .brand-badge,.brand-logo-wrap{width:42px;height:42px;border-radius:13px;flex-basis:42px}
  .header-actions{display:none}
  .header-search{order:3;width:100%;transition:max-height .24s ease,opacity .24s ease,transform .24s ease,padding .24s ease,border-width .24s ease,margin .24s ease;max-height:72px}
  .header-search input{padding:7px 8px;font-size:14px}
  .header-search button{padding:10px 14px;border-radius:12px}
  .nav-row{gap:8px;transition:max-height .24s ease,opacity .24s ease,transform .24s ease,padding .24s ease}
  .store-nav{padding-bottom:0;gap:8px}
  .store-nav a{padding:8px 12px;font-size:13px}
  .quick-links{display:none}
  .customer-chip{padding:12px 14px;border-radius:18px}
  .hero{border-radius:22px;padding:18px 16px;margin-bottom:16px}
  .hero h1{font-size:26px;margin:6px 0 10px}
  .hero p{font-size:14px;line-height:1.8}
  .hero-actions{gap:8px;margin-top:16px}
  .hero-actions a{padding:10px 12px;font-size:13px}
  .stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
  .stat{padding:12px 8px;border-radius:16px}
  .stat strong{font-size:18px}
  .section-head{gap:8px;align-items:flex-start}
  .section-head h2{font-size:20px}
  .section-head .btn-ghost{padding:9px 12px;font-size:12px}
  .category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .category-card.compact{padding:12px;border-radius:18px;align-items:center}
  .category-card.compact .category-thumb{width:46px;min-width:46px;height:46px;border-radius:14px}
  .feature-strip{display:grid;grid-auto-flow:column;grid-auto-columns:84%;overflow:auto;scroll-snap-type:x proximity;gap:10px;padding-bottom:4px}
  .feature-item{scroll-snap-align:start;min-height:100%}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .product-card{padding:10px;border-radius:18px}
  .product-actions{gap:8px}
  .product-actions .btn,.product-actions .btn-ghost{padding:11px 12px;font-size:13px}
  .quick-variant-panel{padding:10px;border-radius:16px}
  .checkout-steps{gap:8px}
  .checkout-step{font-size:12px;padding:10px 8px}
  .mobile-dock{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));position:fixed;right:10px;left:10px;bottom:10px;background:rgba(255,255,255,.98);border:1px solid rgba(208,223,234,.95);border-radius:22px;box-shadow:0 14px 34px rgba(0,0,0,.12);padding:8px;z-index:70}
  .mobile-dock a{display:grid;gap:4px;justify-items:center;align-items:center;text-align:center;padding:8px 6px;border-radius:14px;color:#5d7184;font-size:12px;font-weight:800}
  .mobile-dock a.active{background:#eef7ff;color:var(--brand)}
  .mobile-dock strong{min-width:18px;height:18px;font-size:10px}
  .mobile-sticky-checkout{display:flex;align-items:center;justify-content:space-between;gap:12px;position:fixed;right:10px;left:10px;bottom:82px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:12px 14px;box-shadow:0 12px 32px rgba(0,0,0,.12);z-index:65}
  .mobile-sticky-checkout small{display:block;color:var(--muted);margin-bottom:3px}
  .mobile-sticky-checkout strong{font-size:18px}
  .mobile-sticky-checkout .btn{white-space:nowrap}
  .top-toast{top:10px;min-width:calc(100vw - 24px);border-radius:14px;padding:13px 14px;font-size:14px}
}

.home-popup-backdrop{position:fixed;inset:0;background:rgba(7,16,28,.56);display:flex;align-items:center;justify-content:center;padding:20px;z-index:140;opacity:0;pointer-events:none;transition:opacity .2s ease}
.home-popup-backdrop.show{opacity:1;pointer-events:auto}
.home-popup-card{position:relative;width:min(92vw,460px);background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border:1px solid rgba(205,223,237,.95);border-radius:28px;padding:26px 22px 22px;box-shadow:0 30px 70px rgba(0,0,0,.24);text-align:center;transform:translateY(18px) scale(.98);transition:transform .22s ease}
.home-popup-backdrop.show .home-popup-card{transform:translateY(0) scale(1)}
.home-popup-pill{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:999px;background:#edf7ff;color:var(--brand);font-weight:900;font-size:12px;margin-bottom:12px}
.home-popup-card h2{margin:0 0 10px;font-size:28px;color:var(--brand-dark)}
.home-popup-card p{margin:0;color:#4a6172;line-height:1.95;font-size:15px}
.home-popup-actions{margin-top:18px;display:flex;justify-content:center}
.home-popup-close{position:absolute;top:12px;left:12px;width:38px;height:38px;border:none;background:#eff6fb;color:#123c5a;border-radius:999px;font-size:22px;cursor:pointer}
@media (max-width:768px){.home-popup-card{padding:22px 16px 18px;border-radius:22px}.home-popup-card h2{font-size:23px}.home-popup-card p{font-size:14px}}


/* === Sephora-inspired homepage refresh === */
:root{
  --header-ink: var(--brand-dark);
  --accent: var(--brand-2);
  --paper:#ffffff;
  --paper-2:#fbf8f7;
  --ink:#111111;
  --ink-soft:#5c5c63;
  --border-soft:#e9e0e3;
}
body{background:linear-gradient(180deg,#fbf8f7 0%,var(--bg) 38%,#f8f5f3 100%);color:var(--ink)}
.main-space{padding-top:18px}
.promo-strip{background:var(--header-ink);color:#fff;font-size:13px;font-weight:800}
.promo-strip-inner{padding:9px 0;justify-content:center;text-align:center}
.utility-bar{background:#fff;border-bottom:1px solid var(--border-soft)}
.utility-inner{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:9px 0}
.utility-links{display:flex;align-items:center;gap:16px;flex-wrap:wrap;color:var(--ink-soft);font-size:12px}
.utility-links a{color:var(--ink-soft)}
.utility-links a:hover{color:var(--brand)}
.main-header-shell{background:#fff;border-bottom:1px solid var(--border-soft)}
.main-header-grid{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;padding:18px 0}
.brand-centered{justify-self:center;text-align:center;gap:10px}
.brand-centered strong{font-size:22px;letter-spacing:.4px}
.brand-centered small{font-size:12px;color:var(--ink-soft)}
.brand-badge,.brand-logo-wrap{border-radius:50%;width:64px;height:64px;flex-basis:64px;box-shadow:none;background:var(--header-ink);border:0}
.brand-logo-wrap{background:#fff;border:1px solid var(--border-soft)}
.seph-search{max-width:440px;width:100%;border-radius:999px;padding:7px;border-color:#dad3d6;box-shadow:none}
.seph-search input{padding:10px 14px;color:var(--ink)}
.seph-search button{padding:11px 18px;border-radius:999px;background:var(--header-ink)}
.seph-actions{justify-content:flex-end;gap:12px}
.header-icon-link{display:inline-flex;align-items:center;gap:8px;color:var(--ink-soft);font-size:13px;font-weight:800;min-height:46px}
.header-icon-link strong{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;border-radius:999px;background:var(--soft);color:var(--brand)}
.header-icon-circle{display:inline-grid;place-items:center;width:40px;height:40px;border-radius:50%;border:1px solid var(--border-soft);background:#fff;font-size:16px}
.header-icon-link:hover .header-icon-circle,.header-icon-link.active .header-icon-circle{border-color:var(--brand);background:var(--soft)}
.category-nav-shell{background:#fff;border-bottom:1px solid var(--border-soft)}
.category-nav-track{padding:0}
.seph-nav{display:flex;align-items:center;gap:4px;overflow:auto;white-space:nowrap;padding:0}
.seph-nav a{padding:14px 16px;border-radius:0;color:#24242a;font-weight:800;font-size:14px;position:relative}
.seph-nav a:hover,.seph-nav a.active{background:transparent;color:var(--brand)}
.seph-nav a:hover:after,.seph-nav a.active:after{content:'';position:absolute;right:14px;left:14px;bottom:0;height:3px;border-radius:999px;background:var(--brand)}
.seph-customer-chip{background:#fff;border-color:var(--border-soft);box-shadow:none}
.home-section{margin-bottom:26px}
.seph-section-head h2{font-size:28px}
.brand-orbit-section{background:#fff;border:1px solid var(--border-soft);border-radius:30px;padding:24px;box-shadow:0 12px 28px rgba(17,17,17,.04)}
.brand-orbit-rail{display:flex;gap:18px;overflow-x:auto;padding:4px 0 8px;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}
.brand-orbit-item{flex:0 0 auto;width:104px;text-align:center;display:grid;gap:10px;justify-items:center;scroll-snap-align:start}
.brand-orbit-thumb{width:86px;height:86px;border-radius:50%;background:linear-gradient(180deg,#fff,#f3edef);border:1px solid var(--border-soft);display:grid;place-items:center;padding:14px;overflow:hidden}
.brand-orbit-thumb img{width:100%;height:100%;object-fit:contain}
.brand-orbit-thumb span{font-size:28px;font-weight:900;color:var(--brand)}
.brand-orbit-item strong{font-size:13px;line-height:1.45;color:#222}
.hero-shell{margin-top:6px}
.hero-showcase-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.85fr);gap:18px}
.hero-showcase-card,.hero-mini-card,.story-card{border-radius:30px;overflow:hidden;position:relative}
.hero-main-card{display:grid;grid-template-columns:1fr minmax(220px,34%);align-items:center;min-height:430px;padding:34px;background:linear-gradient(135deg,#141416 0%,#2a2025 54%,var(--brand-2) 100%);color:#fff}
.hero-copy{display:grid;gap:14px}
.hero-eyebrow,.hero-mini-tag,.story-pill{display:inline-flex;align-items:center;width:max-content;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.14);font-size:12px;font-weight:900}
.hero-main-card h1{font-size:clamp(34px,4vw,52px);line-height:1.08;margin:0;max-width:620px}
.hero-main-card p{margin:0;max-width:600px;color:rgba(255,255,255,.84);line-height:1.85}
.hero-visual{display:grid;place-items:center;height:100%}
.hero-visual img{width:100%;max-width:320px;max-height:360px;object-fit:contain;filter:drop-shadow(0 28px 44px rgba(0,0,0,.28))}
.hero-placeholder{display:grid;place-items:center;width:220px;height:220px;border-radius:50%;background:rgba(255,255,255,.1);font-size:94px;font-weight:900}
.hero-side-stack{display:grid;gap:18px}
.hero-mini-card{display:grid;grid-template-columns:1fr 112px;align-items:center;gap:14px;padding:22px;border:1px solid var(--border-soft);background:#fff;color:#19191d;min-height:206px}
.hero-mini-card img{width:100%;height:112px;object-fit:contain}
.hero-mini-card strong{font-size:23px;line-height:1.15;display:block;margin:8px 0}
.hero-mini-card p{margin:0;color:var(--ink-soft);line-height:1.75;font-size:14px}
.hero-mini-card.pale-card{background:#f7ecef}
.hero-mini-card.dark-card{background:#17171a;color:#fff;border-color:#17171a}
.hero-mini-card.dark-card p{color:rgba(255,255,255,.75)}
.quick-guidance-section{background:#fff;border:1px solid var(--border-soft);border-radius:30px;padding:24px}
.soft-links-rail{display:flex;gap:14px;overflow-x:auto;padding-bottom:4px}
.soft-link-card{flex:0 0 auto;min-width:130px;display:grid;gap:12px;justify-items:center;text-align:center;padding:12px 10px;color:#24242a}
.soft-link-icon{display:grid;place-items:center;width:82px;height:82px;border-radius:24px;background:linear-gradient(180deg,#fff,#f3edef);border:1px solid var(--border-soft);font-size:28px;font-weight:900;color:var(--brand)}
.soft-link-card strong{font-size:14px}
.product-rail-section{background:#fff;border:1px solid var(--border-soft);border-radius:30px;padding:24px}
.product-rail{display:flex;gap:18px;overflow-x:auto;padding:4px 2px 8px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}
.product-rail-item{flex:0 0 min(320px,82vw);scroll-snap-align:start}
.product-rail .product-card{height:100%;border-color:var(--border-soft);box-shadow:none;border-radius:24px}
.product-rail .product-card:hover{transform:none;box-shadow:0 12px 26px rgba(17,17,17,.06)}
.product-rail .product-image{background:#faf7f6;border-color:#f0e8ea}
.product-rail .product-brand{color:var(--ink-soft);font-weight:800}
.product-rail .price{color:#121216}
.product-rail .btn{background:var(--header-ink)}
.promo-story-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.story-card{padding:24px;border:1px solid var(--border-soft);min-height:210px;display:grid;align-content:end;gap:12px}
.story-card h3{margin:0;font-size:24px;line-height:1.2}
.story-card p{margin:0;line-height:1.8;color:var(--ink-soft)}
.story-card-light{background:linear-gradient(180deg,#f7e8ed,#fff)}
.story-card-dark{background:#17171a;color:#fff;border-color:#17171a}
.story-card-dark p{color:rgba(255,255,255,.74)}
.story-card-dark .story-pill{background:rgba(255,255,255,.12)}
.story-card-soft{background:linear-gradient(180deg,#f4efef,#f9f6f5)}
.home-search-card{border-color:var(--border-soft)}
.footer-top-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding-bottom:18px}
.footer-promise-card{background:#fff;border:1px solid var(--border-soft);border-radius:24px;padding:18px}
.footer-promise-card strong{display:block;margin-bottom:8px;font-size:18px}
.footer-promise-card p{margin:0;color:var(--ink-soft);line-height:1.75}
.seph-footer{background:#fbf8f7;border-top:1px solid var(--border-soft)}
.enhanced-footer-grid{grid-template-columns:1.2fr repeat(3,minmax(0,1fr));gap:22px;padding-top:10px}
.footer-brand strong{font-size:28px}
.footer-brand p{color:var(--ink-soft);line-height:1.9}
.footer-links a{color:#303037}
.footer-links a:hover{color:var(--brand)}
.footer-badges .tag{background:#fff;border:1px solid var(--border-soft)}
@media (max-width:1100px){
  .main-header-grid{grid-template-columns:1fr;justify-items:center}
  .seph-search{order:2;max-width:none}
  .seph-actions{order:3;justify-content:center}
  .brand-centered{order:1}
  .hero-showcase-grid,.promo-story-grid,.footer-top-grid,.enhanced-footer-grid{grid-template-columns:1fr}
}
@media (max-width:760px){
  .utility-bar{display:none}
  .main-header-grid{gap:12px;padding:12px 0}
  .brand-centered strong{font-size:18px}
  .brand-centered small{display:none}
  .brand-badge,.brand-logo-wrap{width:48px;height:48px;flex-basis:48px}
  .seph-actions{display:flex;overflow:auto;justify-content:flex-start;width:100%;padding-bottom:4px}
  .header-icon-link{white-space:nowrap}
  .header-icon-circle{width:36px;height:36px}
  .seph-nav a{padding:12px 14px;font-size:13px}
  .brand-orbit-section,.quick-guidance-section,.product-rail-section{padding:18px;border-radius:24px}
  .brand-orbit-item{width:92px}
  .brand-orbit-thumb{width:74px;height:74px}
  .hero-main-card{grid-template-columns:1fr;min-height:auto;padding:22px;gap:18px;border-radius:24px}
  .hero-main-card h1{font-size:30px}
  .hero-mini-card{grid-template-columns:1fr 88px;min-height:auto;border-radius:24px}
  .hero-mini-card strong{font-size:18px}
  .soft-link-card{min-width:108px}
  .soft-link-icon{width:72px;height:72px;border-radius:20px}
  .product-rail-item{flex-basis:80vw}
  .promo-story-grid{gap:14px}
  .story-card{min-height:180px;border-radius:24px}
}


/* === Global language alignment across remaining pages === */
.hero{background:linear-gradient(135deg,var(--brand-dark) 0%, #181519 46%, var(--brand-2) 100%);border-radius:30px;box-shadow:0 18px 42px rgba(17,17,17,.10)}
.stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.stat,.icon-stat{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);border-radius:22px;padding:16px;backdrop-filter:blur(8px)}
.stat small,.icon-stat small{display:block;color:rgba(255,255,255,.72);margin-bottom:8px;font-size:12px}
.stat strong{font-size:28px;line-height:1.2;color:#fff}
.icon-stat{background:#fff;border-color:var(--border-soft);box-shadow:none}
.icon-stat small{color:var(--ink-soft)}
.icon-stat strong{font-size:20px;color:#18181c}
.card,.soft-card,.summary-box,.payment-instructions-card,.payment-proof-card,.payment-form,.subtle,.order-card,.notification-item{border-color:var(--border-soft)}
.soft-card,.summary-box,.payment-instructions-card,.payment-proof-card,.payment-form,.subtle{background:#fcfaf9}
.order-card,.notification-item{box-shadow:0 10px 24px rgba(17,17,17,.04)}
.notice{background:#faf5f7;border:1px solid #e9dce0;border-radius:18px;padding:14px 16px;color:#534b52}
.notice-soft{background:#f9f4f2;border-color:#eadedf}
.table-wrap{overflow:auto;border:1px solid var(--border-soft);border-radius:22px}
.table{width:100%;border-collapse:collapse;background:#fff}
.table th,.table td{padding:14px 16px;border-bottom:1px solid #efe7e8;text-align:right;vertical-align:top}
.table thead th{background:#fbf7f6;font-size:13px;color:#6b6468}
.table tbody tr:last-child td{border-bottom:0}
.auth-card{width:min(760px,100%);padding:26px;border-radius:30px}
.auth-card form{gap:14px}
.order-meta strong,.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace}
.order-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}
.filters{display:flex;gap:12px;flex-wrap:wrap;align-items:end}
.filters .field{min-width:240px;flex:1}
.payment-form .grid-2,.payment-form .grid-3,.split,.product-layout{align-items:start}
.payment-proof-card img{border-radius:18px;border:1px solid var(--border-soft)}
.choice-card{display:grid;gap:8px;padding:16px;border:1px solid var(--border-soft);border-radius:20px;background:#fff;cursor:pointer;transition:.18s ease}
.choice-card input{margin:0}
.choice-card.is-selected,.choice-card:has(input:checked){border-color:var(--brand);background:#f8f1f4;box-shadow:inset 0 0 0 1px rgba(0,0,0,.02)}
.choice-card-title{font-weight:900;color:#1f1f24}
.option-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}
.addon-choice{background:#fff;transition:.18s ease}
.addon-choice:has(input:checked){border-color:var(--brand);background:#faf3f6}
.checkout-step{background:#fbf7f6;border-color:var(--border-soft);color:#6b6468}
.checkout-step.active{background:#f7eef2;border-color:#dac5cd;color:#231f23}
.checkout-step.done{background:#f3f1ef;border-color:#ddd3d5;color:#423d41}
.product-panel .soft-card,.line-item,.cart-line,.soft-card{background:#fff}
.line-item{display:grid;grid-template-columns:1fr auto;gap:16px;padding:16px;border:1px solid var(--border-soft);border-radius:22px}
.line-item-main{display:flex;gap:14px;align-items:center}
.footer-links{display:grid;gap:10px}
.mobile-dock{border-top:1px solid var(--border-soft);background:rgba(255,255,255,.96);backdrop-filter:blur(10px)}
.mobile-dock a{color:#5f5a5e}
.mobile-dock a.active{color:var(--brand-dark)}
@media (max-width:760px){
  .hero{padding:22px;border-radius:24px}
  .stats{grid-template-columns:1fr 1fr}
  .stat strong{font-size:18px}
  .split,.product-layout,.grid-2,.grid-3{grid-template-columns:1fr !important}
  .filters .field{min-width:100%}
  .line-item{grid-template-columns:1fr}
  .line-item-main{align-items:flex-start}
  .table th,.table td{padding:12px}
}


.header-search-shell{position:relative;width:100%}
.search-suggest-panel{position:absolute;top:calc(100% + 8px);right:0;left:0;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 18px 42px rgba(15,23,42,.12);padding:8px;z-index:90}
.search-suggest-item{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:12px 14px;border-radius:14px;text-decoration:none;color:var(--text)}
.search-suggest-item:hover{background:#f8fafc}
.search-suggest-item strong{font-size:14px}
.search-suggest-item small{color:var(--muted);font-size:12px}
.search-suggest-empty{padding:14px;color:var(--muted);font-size:13px}
@media (max-width: 760px){
  .search-suggest-panel{border-radius:16px}
  .search-suggest-item{padding:11px 12px}
}

/* === UX close pass: pricing, badges, homepage polish === */
.product-card-v2{padding:12px;gap:12px;border-radius:26px;background:linear-gradient(180deg,#fff 0%,#fcfaf9 100%);border:1px solid var(--border-soft);box-shadow:0 14px 30px rgba(17,17,17,.05)}
.product-card-v2:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgba(17,17,17,.08)}
.product-card-v2 .product-image{padding:14px;border-radius:22px;background:linear-gradient(180deg,#fff,#f7f2f1);border:1px solid #f1e7e9}
.product-card-v2 .product-badge-row{top:10px;right:10px;left:10px;bottom:auto;align-items:flex-start}
.product-card-v2 .wishlist-fab{box-shadow:0 10px 22px rgba(17,17,17,.08);border-color:#eee3e5}
.product-card-v2 .product-copy{gap:9px}
.product-card-v2 .product-brand{font-size:11px;letter-spacing:.35px;text-transform:uppercase;color:#7a6871}
.product-card-v2 .product-title{min-height:46px;font-size:15px;line-height:1.55}
.price-stack{display:grid;gap:4px}
.price-prefix{font-size:12px;font-weight:900;color:#8b7881}
.price-row{display:flex;align-items:flex-end;gap:8px;flex-wrap:wrap}
.price-row .price{font-size:22px;line-height:1;color:#121216}
.price-row .old-price{font-size:14px;text-decoration:line-through;color:#9e8d95}
.price-note{font-size:12px;font-weight:800;color:#0f6b56}
.price-stack-lg{gap:7px}
.price-row-lg .price{font-size:30px}
.price-row-lg .old-price{font-size:18px}
.product-inline-note{font-size:12px;line-height:1.7;color:#6d5f67;background:#faf4f5;border:1px solid #eee3e6;padding:9px 11px;border-radius:14px}
.product-inline-note.is-locked{background:#fff4f4;border-color:#efd7d7;color:#8f4040}
.product-inline-note.is-stock{background:#fff8ea;border-color:#f0e0b1;color:#886400}
.badge{background:#f3eef0;color:#4b3b43;border:1px solid #e8dfe2;font-weight:900}
.badge.neutral{background:rgba(255,255,255,.95);color:#6a5861;border-color:#e8dfe2}
.badge.sale{background:#e9fff3;color:#0f6b56;border-color:#ccead9}
.badge.soldout{background:#fff1f1;color:#a03d3d;border-color:#f2d3d3}
.badge.preorder{background:#eef6ff;color:#245f95;border-color:#cfe0f2}
.badge.locked{background:#fff7e8;color:#8a5d00;border-color:#efdcaa}
.badge.spotlight{background:#17171a;color:#fff;border-color:#17171a}
.badge.info{background:#f6f0ff;color:#5b4294;border-color:#e2d7ff}
.product-card-v2 .quick-variant-panel{background:#fcf8f7;border-color:#eee3e6;border-radius:18px}
.product-card-v2 .field label{font-size:12px;color:#6a5961}
.product-card-v2 .field select,.product-card-v2 .field input{border-color:#eadfe2;background:#fff}
.product-card-v2.is-locked{border-color:#ead9c0}

.banner-stage-card{background:linear-gradient(180deg,#fff 0%,#fcfaf9 100%);border-color:var(--border-soft)}
.banner-rail-item{flex-basis:min(380px,88vw)}
.banner-card{height:100%;display:grid;gap:0;background:#fff;border:1px solid var(--border-soft);border-radius:26px;overflow:hidden}
.banner-card-image{width:100%;aspect-ratio:16/10;object-fit:cover;display:block;background:#f8f3f1}
.banner-card-copy{padding:16px}
.hero-main-card-v2{min-height:460px}
.hero-stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:6px}
.hero-stat-card{background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.16);border-radius:20px;padding:14px 12px;display:grid;gap:6px}
.hero-stat-card small{color:rgba(255,255,255,.72);font-size:12px}
.hero-stat-card strong{font-size:24px;color:#fff}
.hero-visual-v2{position:relative}
.hero-product-card{position:absolute;left:14px;right:14px;bottom:10px;background:rgba(255,255,255,.96);color:#17171a;border-radius:18px;padding:12px 14px;display:grid;gap:4px;box-shadow:0 16px 30px rgba(0,0,0,.18)}
.hero-product-card strong{font-size:14px;line-height:1.5}
.hero-product-card span{font-size:13px;font-weight:900;color:var(--brand)}
.hero-mini-price{margin-top:10px;font-size:13px;font-weight:900;color:inherit}
.quick-shop-panel{background:#fff;border:1px solid var(--border-soft);border-radius:30px;padding:24px}
.quick-shop-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
.quick-shop-card{display:grid;gap:8px;align-content:start;justify-items:start;padding:16px;border:1px solid var(--border-soft);border-radius:24px;background:linear-gradient(180deg,#fff,#fbf7f6);transition:.18s ease}
.quick-shop-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(17,17,17,.05)}
.quick-shop-icon{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;background:#f5ecef;color:var(--brand-dark);font-size:24px;font-weight:900}
.quick-shop-card strong{font-size:15px;color:#1f1f24}
.quick-shop-card small{font-size:12px;color:#7a6a72}
.quick-shop-link .quick-shop-icon{background:#f3f0ff;color:#5b4294}
.promo-story-grid-v2 .story-card{min-height:230px}
.product-layout-v2{grid-template-columns:minmax(0,1fr) 460px;gap:26px}
.product-gallery-card,.product-panel-v2{border-radius:30px}
.product-figure-v2{background:linear-gradient(180deg,#fff,#f8f3f1);border-color:#efe3e6;max-width:none}
.product-panel-v2{top:110px;gap:14px}
.product-main-title{margin:4px 0 0;line-height:1.35;font-size:32px}
.product-intro-note{background:#fcf8f7;border-color:#ede1e4}
.product-kpis-v2{grid-template-columns:repeat(3,minmax(0,1fr))}
.product-kpis-v2 .tag{padding:13px 10px;background:#faf5f4;border:1px solid #eee3e6;color:#5d4f56}
.product-specs-v2{gap:14px}
.product-specs-v2 .field input,.product-specs-v2 .field select{border-color:#eadfe2;background:#fff}
.product-mini-actions .btn-ghost,.product-mini-actions .btn-secondary{min-height:46px}
.chips-wrap{display:flex;gap:8px;flex-wrap:wrap}

@media (max-width:1100px){
  .quick-shop-grid,.product-layout-v2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-layout-v2{grid-template-columns:1fr}
  .product-panel-v2{position:static}
}
@media (max-width:760px){
  .product-card-v2{padding:10px;border-radius:20px}
  .product-card-v2 .product-image{border-radius:18px;padding:12px}
  .price-row .price{font-size:18px}
  .hero-stat-grid{grid-template-columns:1fr 1fr 1fr;gap:8px}
  .hero-stat-card{padding:10px;border-radius:16px}
  .hero-stat-card strong{font-size:17px}
  .hero-product-card{position:static;margin-top:10px}
  .quick-shop-panel,.banner-stage-card{padding:18px;border-radius:24px}
  .quick-shop-grid{grid-template-columns:1fr 1fr;gap:10px}
  .quick-shop-card{padding:14px;border-radius:18px}
  .quick-shop-icon{width:44px;height:44px;border-radius:14px;font-size:20px}
  .product-main-title{font-size:24px}
  .price-row-lg .price{font-size:24px}
  .price-row-lg .old-price{font-size:15px}
  .product-kpis-v2{grid-template-columns:1fr}
}

/* === Final website cleanup pass === */
.card{border-radius:30px;box-shadow:0 18px 44px rgba(16,47,74,.07)}
.hero{border-radius:34px;box-shadow:0 28px 68px rgba(14,42,66,.18)}
.page-intro h1,.section-head h2{letter-spacing:-.2px}
.section-head{margin-bottom:18px}
.section-head .badge{background:#eef7ff;color:var(--brand);border:1px solid #d6e9f6}
.product-card{border-radius:28px;padding:15px;box-shadow:0 16px 36px rgba(12,41,65,.06)}
.product-card:hover{transform:translateY(-5px);box-shadow:0 24px 48px rgba(12,41,65,.11)}
.product-image{border-radius:24px;background:linear-gradient(180deg,#fff,#f6fafc)}
.price-stack{display:grid;gap:6px}
.price-prefix{font-size:12px;font-weight:800;color:var(--muted)}
.price-note{font-size:12px;color:var(--brand);font-weight:800}
.product-inline-note{padding:10px 12px;border-radius:14px;background:#f8fbfe;border:1px solid #e4eef5;color:#4c677a;font-size:12px;line-height:1.7}
.product-inline-note.is-stock{background:#fff9e8;border-color:#f0df9e;color:#8a6615}
.product-inline-note.is-locked{background:#fff1f1;border-color:#f1cccc;color:#9a3737}
.quick-variant-panel{border-radius:20px;background:linear-gradient(180deg,#fbfdff,#f5faff)}
.btn,.btn-secondary,.btn-light,.btn-danger,.btn-ghost{border-radius:18px}
.order-card,.notification-item{border-radius:26px;padding:18px;box-shadow:0 16px 38px rgba(12,41,65,.06)}
.order-card-head{margin-bottom:14px}
.order-meta strong.mono{font-size:18px;color:var(--brand-dark)}
.icon-stat{border-radius:18px;background:linear-gradient(180deg,#fbfdff,#f5f9fd)}
.summary-box,.payment-instructions-card,.payment-proof-card,.payment-form,.subtle{border-radius:22px;background:linear-gradient(180deg,#fbfdff,#f6fbff)}
.summary-row{padding:13px 0}
.summary-row.total{margin-top:4px;padding-top:16px;border-top:1px solid var(--line)}
.cart-line{grid-template-columns:118px 1fr auto;gap:18px;padding:18px 0}
.cart-thumb,.line-item-thumb{width:118px;height:118px;border-radius:24px}
.filters{background:#f8fbfe;border:1px solid var(--line);padding:14px;border-radius:20px}
.notice,.notice-soft{border-radius:18px;line-height:1.9}
.empty{border-radius:28px;background:linear-gradient(180deg,#ffffff,#fbfdff);box-shadow:0 10px 24px rgba(12,41,65,.04)}
.timeline-item{padding:0 24px 0 0}
.timeline-item:before{width:14px;height:14px;right:-8px;box-shadow:0 0 0 6px rgba(45,134,191,.12)}
.home-section{margin-bottom:28px}
.home-search-card,.banner-stage-card,.brand-orbit-section{box-shadow:0 16px 38px rgba(17,17,17,.05)}
.hero-mini-card,.story-card,.hero-showcase-card{box-shadow:0 18px 42px rgba(17,17,17,.08)}
.footer-promise-card{box-shadow:0 12px 28px rgba(17,17,17,.04)}
@media (max-width:760px){
  .card{border-radius:24px}
  .hero{border-radius:26px;padding:20px 16px}
  .product-card{border-radius:20px;padding:11px}
  .product-image{border-radius:18px}
  .cart-line{grid-template-columns:88px 1fr;gap:12px}
  .cart-thumb,.line-item-thumb{width:88px;height:88px;border-radius:18px}
  .cart-line > .stack:last-child{grid-column:1/-1}
  .order-card,.notification-item{border-radius:22px;padding:14px}
  .filters{padding:12px;border-radius:18px}
  .summary-box,.payment-instructions-card,.payment-proof-card,.payment-form,.subtle{border-radius:18px}
}
