:root{--ink:#10182c;--muted:#697386;--line:#e5e9f0;--soft:#f6f8fc;--brand:#2557d6;--brand2:#173ea5;--accent:#2f6df6;--navy:#0f1d3a;--white:#fff;--danger:#b3261e;--shadow:0 14px 38px rgba(18,32,63,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{width:min(1180px,calc(100% - 36px));margin:auto}.header-container{width:min(1380px,calc(100% - 36px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 7px 24px rgba(15,29,58,.045)}.topbar{background:var(--navy);color:#dce5f6;font-size:12px}.topbar-inner{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar a{color:#fff;font-weight:750}.main-header{background:#fff}.header-row{min-height:88px;display:flex;align-items:center;gap:18px}.brand{display:flex;align-items:center;gap:10px;min-width:max-content;font-weight:950}.brand-mark{width:44px;height:44px;display:grid;place-items:center;color:var(--brand);filter:drop-shadow(0 5px 10px rgba(37,87,214,.18))}.brand-mark svg{width:40px;height:40px}.brand-name{font-size:20px;letter-spacing:-.025em;color:var(--navy)}.category-menu-wrap{position:relative}.category-menu-btn{height:50px;display:flex;align-items:center;gap:9px;border:0;border-radius:10px;background:var(--brand);color:#fff;padding:0 15px;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.025em;cursor:pointer;box-shadow:0 8px 18px rgba(37,87,214,.18);white-space:nowrap}.category-menu-btn>svg:first-child{width:19px;height:19px}.category-menu-btn .chevron{width:16px;height:16px;margin-left:3px;transition:transform .2s}.category-menu-btn.open .chevron{transform:rotate(180deg)}.category-dropdown{display:none;position:absolute;top:calc(100% + 10px);left:0;width:270px;padding:8px;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:0 20px 50px rgba(15,29,58,.15);z-index:70}.category-dropdown.open{display:block}.category-dropdown a{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:11px 12px;border-radius:8px;font-size:13px;font-weight:650;color:#35405a}.category-dropdown a:hover{background:#f3f6ff;color:var(--brand)}.category-dropdown .category-dropdown-all{color:var(--brand);font-weight:850;border-bottom:1px solid var(--line);border-radius:8px 8px 0 0;margin-bottom:4px}.header-search{height:50px;flex:1;min-width:260px;display:grid;grid-template-columns:minmax(180px,1fr) 160px 54px;border:1px solid #dfe4ec;border-radius:25px;overflow:hidden;background:#fff;box-shadow:inset 0 0 0 1px rgba(22,55,126,.015)}.header-search input,.header-search select{min-width:0;border:0;outline:0;background:#fff;color:var(--ink)}.header-search input{padding:0 22px}.header-search input::placeholder{color:#929bab}.header-search select{border-left:1px solid var(--line);padding:0 34px 0 16px;font-size:12px;color:#697386;appearance:auto}.search-submit{border:0;background:var(--brand);color:#fff;display:grid;place-items:center;cursor:pointer}.search-submit:hover{background:var(--brand2)}.search-submit svg{width:22px;height:22px}.header-actions{display:flex;align-items:center;gap:18px;margin-left:4px}.header-action{display:flex;align-items:center;gap:9px;min-width:max-content}.action-icon{width:34px;height:34px;display:grid;place-items:center;color:var(--navy);position:relative}.action-icon svg{width:28px;height:28px}.action-copy{display:flex;flex-direction:column;line-height:1.2}.action-copy strong{font-size:12px;color:var(--navy)}.action-copy small{font-size:10.5px;color:var(--muted);margin-top:3px;max-width:112px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.badge-wrap{position:relative}.action-badge{position:absolute;right:-5px;top:-4px;display:grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--brand);color:#fff;border:2px solid #fff;font-size:9px;font-weight:900}.menu-btn{display:none;border:1px solid var(--line);background:#fff;color:var(--navy);border-radius:10px;width:42px;height:42px;font-size:26px;line-height:1;cursor:pointer}.mobile-nav{display:none}.flash{width:min(1180px,calc(100% - 36px));margin:16px auto 0;padding:13px 16px;border-radius:12px}.flash.success{background:#e8f6ef;color:#135d42}.flash.error{background:#fff0ef;color:#9e261e}.hero{padding:68px 0;background:linear-gradient(135deg,#eff8f4 0,#fff 58%,#fff7e7 100%);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:54px}.eyebrow{display:inline-block;font-size:12px;letter-spacing:.14em;font-weight:900;color:var(--brand);margin-bottom:8px}.eyebrow.light{color:#d8fff2}.hero h1{font-size:clamp(42px,6vw,76px);line-height:.98;letter-spacing:-.055em;margin:10px 0 22px;max-width:760px}.hero p{font-size:19px;color:var(--muted);line-height:1.7;max-width:650px}.hero-actions{display:flex;gap:12px;margin-top:28px}.btn{display:inline-flex;justify-content:center;align-items:center;border:1px solid transparent;border-radius:12px;padding:12px 18px;font-weight:800;cursor:pointer;transition:.2s}.btn.primary{background:var(--brand);color:#fff}.btn.primary:hover{background:var(--brand2);transform:translateY(-1px)}.btn.ghost{border-color:var(--line);background:#fff}.btn.white{background:#fff;color:var(--brand2)}.btn.full{width:100%}.trust{display:flex;flex-wrap:wrap;gap:18px;margin-top:28px;color:#48565c;font-size:13px}.hero-card{height:440px;border-radius:34px;background:linear-gradient(145deg,#0d6b55,#102a26);position:relative;overflow:hidden;box-shadow:0 32px 70px rgba(13,107,85,.22)}.hero-orb{position:absolute;border-radius:50%;background:rgba(255,255,255,.12)}.hero-orb.one{width:260px;height:260px;right:-70px;top:-50px}.hero-orb.two{width:170px;height:170px;left:-40px;bottom:-20px;background:rgba(243,180,63,.22)}.hero-product{position:absolute;left:38px;right:38px;bottom:38px;padding:30px;border:1px solid rgba(255,255,255,.2);border-radius:24px;background:rgba(255,255,255,.12);backdrop-filter:blur(12px);color:#fff;display:flex;flex-direction:column;gap:12px}.hero-product strong{font-size:32px;line-height:1.08}.hero-product span{color:#dbebe6}.section{padding:74px 0}.section.muted{background:var(--soft)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-head h1,.section-head h2{font-size:clamp(30px,4vw,46px);letter-spacing:-.03em;margin:3px 0 8px}.section-head p{margin:0;color:var(--muted)}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.category-card{border:1px solid var(--line);border-radius:18px;padding:13px;background:#fff;transition:.2s}.category-card:hover,.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.category-image{aspect-ratio:1;border-radius:14px;background:linear-gradient(135deg,#e8f2ef,#f8eee0);overflow:hidden;display:grid;place-items:center;margin-bottom:12px}.category-image img,.product-image img,.detail-image img{width:100%;height:100%;object-fit:cover}.category-image span{font-size:44px;font-weight:900;color:rgba(13,107,85,.5)}.category-card strong,.category-card small{display:block}.category-card small{color:var(--muted);margin-top:3px}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.product-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:.2s}.product-image{display:grid;place-items:center;aspect-ratio:1/1.02;background:linear-gradient(135deg,#f2f4f4,#ebf4f0);position:relative;color:#879095;font-size:12px;font-weight:900;letter-spacing:.1em}.product-image em{position:absolute;top:12px;left:12px;background:var(--ink);color:#fff;border-radius:999px;padding:5px 9px;font-size:10px;font-style:normal}.product-body{padding:15px}.product-body>small{color:var(--muted)}.product-body h3{font-size:16px;margin:6px 0 10px;min-height:40px}.price{display:flex;align-items:center;gap:8px;margin-bottom:12px}.price strong{font-size:18px}.price del,.big-price del{color:#9aa3a6;font-weight:500}.membership{padding:60px 0;background:linear-gradient(120deg,var(--brand2),var(--brand));color:#fff}.membership-grid{display:flex;justify-content:space-between;align-items:center;gap:25px}.membership h2{font-size:42px;margin:4px 0 10px}.membership p{color:#d7ebe5;max-width:740px}.member-badge{padding:14px 18px;border:1px solid rgba(255,255,255,.3);border-radius:12px}.filters{display:flex;gap:10px;margin:20px 0 28px}.filters input,.filters select{border:1px solid var(--line);border-radius:10px;padding:11px 13px;min-width:220px;background:#fff}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:start}.detail-image{aspect-ratio:1;background:var(--soft);border-radius:24px;overflow:hidden;display:grid;place-items:center;color:#97a0a3}.product-detail h1{font-size:48px;letter-spacing:-.04em;margin:7px 0 15px}.lead{font-size:19px;color:var(--muted);line-height:1.6}.big-price{font-size:30px;font-weight:900;margin:20px 0}.add-line{display:flex;gap:10px;margin-top:24px}.add-line input,.qty{width:85px;border:1px solid var(--line);border-radius:10px;padding:11px}.top-gap{margin-top:65px}.auth-section{min-height:620px;display:grid;place-items:center;padding:60px 18px;background:linear-gradient(135deg,#f4f8f7,#fff9ee)}.auth-card{width:min(460px,100%);background:#fff;border:1px solid var(--line);border-radius:22px;padding:32px;box-shadow:var(--shadow)}.auth-card h1{font-size:34px;margin:5px 0 10px}.auth-card p{color:var(--muted);line-height:1.6}.auth-card label,.panel label{display:flex;flex-direction:column;gap:7px;font-weight:700;font-size:13px;margin:15px 0}.auth-card input,.panel input,.panel select,.panel textarea{width:100%;border:1px solid #dce2e3;border-radius:10px;padding:12px;background:#fff;outline:0}.auth-card input:focus,.panel input:focus,.panel select:focus,.panel textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(13,107,85,.08)}.check{flex-direction:row!important;align-items:center!important}.check input{width:auto!important}.auth-links{display:flex;justify-content:space-between;gap:12px;margin-top:18px;font-size:13px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:14px 12px;border-bottom:1px solid var(--line);vertical-align:middle}th{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:#718087}td small{display:block;color:var(--muted);margin-top:3px}.cart-summary{display:flex;justify-content:space-between;align-items:start;margin-top:24px}.cart-summary>div{display:grid;grid-template-columns:auto auto;gap:12px 28px;align-items:center}.cart-summary strong{font-size:24px}.cart-summary .btn{grid-column:1/-1}.empty{text-align:center;padding:70px 20px;border:1px dashed #ccd5d7;border-radius:18px}.checkout-grid{display:grid;grid-template-columns:1.4fr .75fr;gap:25px;align-items:start}.panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:24px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}.wide{grid-column:1/-1}.order-summary>div{display:flex;justify-content:space-between;gap:15px;padding:10px 0}.summary-total{font-size:21px}.order-success{text-align:center;margin-bottom:30px}.order-success>span{display:inline-grid;place-items:center;width:60px;height:60px;border-radius:50%;background:#e9f7f0;color:var(--brand);font-size:28px}.order-meta{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:20px}.order-meta div{background:var(--soft);border-radius:12px;padding:14px}.order-meta small,.order-meta strong{display:block}.pagination{margin-top:24px}.pagination nav>div:first-child{display:none}.pagination nav>div:last-child{display:flex;justify-content:space-between;align-items:center}.pagination svg{width:18px}.pagination span[aria-current="page"] span,.pagination a{display:inline-flex;padding:7px 10px;border:1px solid var(--line);border-radius:8px;margin:2px}footer{background:#12201d;color:#dbe3e1;padding-top:55px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}.footer-grid p{color:#9fb0ac;max-width:500px}.footer-grid a{display:block;color:#b8c5c2;margin:8px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:45px;padding:18px;text-align:center;color:#899a96;font-size:12px}.admin-body{background:#f4f6f6}.admin-side{position:fixed;left:0;top:0;bottom:0;width:245px;padding:24px 16px;background:#12201d;color:#dce7e4;z-index:50;display:flex;flex-direction:column;gap:5px}.admin-brand{margin-bottom:24px}.admin-side>a:not(.brand),.admin-side .link-btn{display:block;width:100%;text-align:left;padding:11px 12px;border-radius:9px;color:#c9d5d2}.admin-side>a:not(.brand):hover{background:rgba(255,255,255,.07);color:#fff}.admin-main{margin-left:245px;min-height:100vh}.admin-top{height:68px;background:#fff;border-bottom:1px solid var(--line);display:flex;justify-content:flex-end;align-items:center;padding:0 28px}.admin-top strong,.admin-top small{display:block;text-align:right}.admin-top small{color:var(--muted)}.admin-page{padding:30px;max-width:1400px;margin:auto}.admin-page.narrow{max-width:800px}.page-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}.page-head h1{font-size:34px;margin:3px 0}.page-head h2{margin:0}.stats{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:22px}.stat{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px}.stat small,.stat strong{display:block}.stat small{color:var(--muted)}.stat strong{font-size:30px;margin-top:6px}.actions{display:flex;gap:12px;align-items:center}.actions form{margin:0}.checkbox-row{display:flex;gap:20px;flex-wrap:wrap}.section-manager{display:grid;gap:12px;margin-bottom:20px}.section-row{display:grid;grid-template-columns:160px 1.2fr 1.6fr 100px 100px;gap:12px;align-items:center;padding:14px 18px}.section-row label{margin:0}.section-type{font-weight:900;font-size:12px;color:var(--brand)}hr{border:0;border-top:1px solid var(--line);margin:20px 0}@media(max-width:1050px){.category-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.stats{grid-template-columns:repeat(3,1fr)}.section-row{grid-template-columns:1fr 1fr}.section-type{grid-column:1/-1}.search{display:none}}@media(max-width:780px){.menu-btn{display:block;margin-left:auto}.nav-wrap{min-height:64px}.nav{display:none;position:absolute;top:100%;left:15px;right:15px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.nav.open{display:flex}.nav a,.nav .link-btn{padding:9px 7px}.hero{padding:45px 0}.hero-grid,.product-detail,.checkout-grid{grid-template-columns:1fr}.hero-card{height:330px}.hero h1{font-size:48px}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.membership-grid{align-items:flex-start;flex-direction:column}.membership h2{font-size:34px}.filters{flex-direction:column}.filters input,.filters select{min-width:0;width:100%}.form-grid{grid-template-columns:1fr}.wide{grid-column:auto}.footer-grid{grid-template-columns:1fr}.admin-side{transform:translateX(-100%);transition:.2s}.admin-side.open{transform:none}.admin-main{margin-left:0}.admin-top{justify-content:space-between}.admin-toggle{display:block;margin:0}.admin-page{padding:20px}.stats{grid-template-columns:1fr 1fr}.section-row{grid-template-columns:1fr}.section-type{grid-column:auto}.order-meta{grid-template-columns:1fr}.cart-summary{flex-direction:column;gap:20px;align-items:stretch}}@media(max-width:500px){.container{width:min(100% - 24px,1180px)}.category-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-body{padding:12px}.product-body h3{font-size:14px}.section{padding:50px 0}.hero h1{font-size:40px}.hero-card{height:280px}.hero-product{left:20px;right:20px;bottom:20px;padding:20px}.hero-product strong{font-size:24px}.hero-actions{flex-direction:column}.stats{grid-template-columns:1fr}.auth-card{padding:24px}.admin-page{padding:15px}.panel{padding:17px}}

/* Storefront header responsive overrides */
@media(max-width:1180px){.header-row{gap:12px}.brand-name{display:none}.header-actions{gap:10px}.account-action .action-copy{display:none}.header-search{grid-template-columns:minmax(150px,1fr) 145px 52px}.category-menu-btn{padding:0 12px}}
@media(max-width:920px){.topbar{display:none}.header-row{min-height:72px}.category-menu-wrap{display:none}.header-search{grid-template-columns:minmax(140px,1fr) 135px 50px}.cart-action .action-copy{display:none}.menu-btn{display:block}.mobile-nav{position:absolute;top:100%;left:18px;right:18px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:9px;box-shadow:0 20px 50px rgba(15,29,58,.14);z-index:80}.mobile-nav.open{display:block}.mobile-nav>a,.mobile-nav .mobile-logout{display:flex;width:100%;align-items:center;justify-content:space-between;padding:12px 13px;border:0;border-radius:9px;background:#fff;color:var(--navy);font-weight:750;text-align:left;cursor:pointer}.mobile-nav>a:hover,.mobile-nav .mobile-logout:hover{background:#f3f6ff;color:var(--brand)}.mobile-nav form{margin:0}.mobile-nav span{background:var(--brand);color:#fff;border-radius:999px;min-width:20px;height:20px;display:grid;place-items:center;padding:0 5px;font-size:10px}}
@media(max-width:650px){.header-container{width:min(100% - 22px,1380px)}.header-row{gap:8px}.brand-mark{width:38px;height:38px}.brand-mark svg{width:34px;height:34px}.header-search{height:44px;grid-template-columns:1fr 46px;border-radius:22px}.header-search select{display:none}.header-search input{padding:0 15px;font-size:13px}.header-actions{gap:4px}.account-action{display:none}.action-icon{width:35px;height:35px}.action-icon svg{width:26px;height:26px}.menu-btn{width:38px;height:38px;border:0;font-size:25px}.mobile-nav{left:11px;right:11px}.site-header{position:sticky}}
@media(max-width:390px){.header-search{min-width:0}.brand-mark{width:34px}.brand-mark svg{width:31px}.cart-action{display:none}}


/* =========================================================
   Product detail v2 — gallery, reviews and related products
   ========================================================= */
.product-page-v2{padding:26px 0 72px;background:#fff}
.product-page-shell{max-width:1180px}
.product-breadcrumb{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:4px 0 22px;color:#7a8496;font-size:13px}
.product-breadcrumb a:hover{color:var(--brand)}
.product-hero-v2{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:54px;align-items:start}
.product-gallery-v2{display:grid;grid-template-columns:82px minmax(0,1fr);gap:14px;min-width:0}
.product-thumbnails-v2{display:flex;flex-direction:column;gap:10px}
.product-thumb-v2{width:82px;height:82px;padding:0;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;background:#fff;cursor:pointer;transition:.18s}
.product-thumb-v2:hover,.product-thumb-v2.active{border-color:var(--brand);box-shadow:0 0 0 2px rgba(37,87,214,.1)}
.product-thumb-v2 img{width:100%;height:100%;object-fit:cover}
.product-main-image-v2{position:relative;aspect-ratio:1/1;display:grid;place-items:center;overflow:hidden;border:1px solid #e6ebf2;border-radius:20px;background:#f7f9fc}
.product-main-image-v2 img{width:100%;height:100%;object-fit:contain;background:#fff;transition:opacity .15s}
.product-image-empty-v2{color:#94a3b8;font-size:12px;font-weight:800;letter-spacing:.12em}
.product-sale-chip{position:absolute;left:15px;top:15px;z-index:2;background:#0f172a;color:#fff;border-radius:999px;padding:7px 11px;font-size:11px;font-weight:850}
.product-summary-v2{padding:8px 0}
.product-category-pill{display:inline-flex;align-items:center;border-radius:999px;padding:7px 11px;background:#eef4ff;color:var(--brand);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}
.product-summary-v2 h1{font-size:clamp(32px,4vw,48px);line-height:1.08;letter-spacing:-.045em;margin:15px 0 12px;color:#0f172a}
.product-rating-line{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:0 0 16px;font-size:13px}
.product-rating-line>a{color:var(--brand);font-weight:700}
.stars-display{display:inline-flex;gap:2px;color:#cbd5e1}
.stars-display span.filled{color:#f5a623}
.stars-display.large{font-size:20px}
.stars-display.small{font-size:13px;margin-top:3px}
.product-summary-lead{font-size:17px;line-height:1.65;color:#64748b;margin:0 0 18px}
.product-price-v2{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:19px 0;border-top:1px solid #edf1f5;border-bottom:1px solid #edf1f5}
.product-price-v2 strong{font-size:34px;letter-spacing:-.035em;color:#0f172a}
.product-price-v2 del{color:#94a3b8;font-size:17px}
.product-price-v2 span{padding:5px 9px;border-radius:8px;background:#ecfdf3;color:#128044;font-size:12px;font-weight:850}
.product-meta-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}
.product-meta-v2>div{padding:13px;border:1px solid #e7ecf2;border-radius:12px;background:#fbfcfe}
.product-meta-v2 span,.product-meta-v2 strong{display:block}
.product-meta-v2 span{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;margin-bottom:4px}
.product-meta-v2 strong{font-size:13px}
.product-meta-v2 .in-stock{color:#168447}
.product-meta-v2 .out-stock{color:#b42318}
.product-buy-box-v2{display:grid;grid-template-columns:100px 1fr;gap:12px;margin-top:18px}
.quantity-field-v2 label{display:block;font-size:12px;font-weight:800;margin-bottom:7px}
.quantity-field-v2 input{width:100%;height:48px;padding:0 12px;border:1px solid #dce3eb;border-radius:10px;background:#fff}
.product-add-btn-v2{height:48px;align-self:end}
.product-confidence-v2{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}
.product-confidence-v2>div{display:flex;gap:8px;align-items:flex-start;padding:11px;border:1px solid #edf1f5;border-radius:12px;background:#fff}
.product-confidence-v2>div>span{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#e9f7ef;color:#158447;font-size:12px;font-weight:900}
.product-confidence-v2 p{margin:0}
.product-confidence-v2 strong,.product-confidence-v2 small{display:block}
.product-confidence-v2 strong{font-size:11px}
.product-confidence-v2 small{margin-top:2px;color:#94a3b8;font-size:10px;line-height:1.35}
.product-information-v2{display:grid;grid-template-columns:minmax(0,1fr);gap:22px;margin-top:44px}
.product-description-card-v2,.reviews-card-v2{border:1px solid #e6ebf2;border-radius:20px;padding:28px;background:#fff}
.section-kicker-v2{font-size:11px;font-weight:900;letter-spacing:.09em;color:var(--brand);margin-bottom:5px}
.product-description-card-v2 h2,.reviews-card-v2 h2,.related-heading-v2 h2{margin:0;color:#0f172a;font-size:28px;letter-spacing:-.025em}
.product-description-copy-v2{margin-top:18px;color:#4b5565;line-height:1.8;font-size:15px}
.muted-copy-v2{color:#94a3b8}
.reviews-summary-v2{display:grid;grid-template-columns:190px minmax(0,430px);gap:34px;align-items:center;padding:24px 0;border-bottom:1px solid #edf1f5}
.reviews-score-v2>strong{display:block;font-size:48px;line-height:1;color:#0f172a}
.reviews-score-v2>small{display:block;margin-top:8px;color:#7b8798}
.rating-bars-v2{display:grid;gap:7px}
.rating-bar-row-v2{display:grid;grid-template-columns:36px 1fr 25px;gap:9px;align-items:center;font-size:12px;color:#64748b}
.rating-bar-row-v2>div{height:8px;border-radius:999px;background:#edf1f5;overflow:hidden}
.rating-bar-row-v2 i{display:block;height:100%;border-radius:999px;background:#f5a623}
.review-form-wrap-v2{padding:24px 0;border-bottom:1px solid #edf1f5}
.review-form-wrap-v2 h3{margin:0 0 15px;font-size:19px}
.review-form-v2{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.review-form-v2>div,.review-form-v2>label:first-of-type{grid-column:auto}
.review-form-v2>label:last-of-type{grid-column:1/-1}
.review-form-v2 label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:750}
.review-form-v2 input[type="text"],.review-form-v2 textarea{width:100%;border:1px solid #dce3eb;border-radius:10px;padding:12px;outline:none;background:#fff}
.review-form-v2 input[type="text"]:focus,.review-form-v2 textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(37,87,214,.08)}
.rating-input-v2{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:3px}
.rating-input-v2 input{position:absolute;opacity:0;pointer-events:none}
.rating-input-v2 label{font-size:28px;color:#d8dee7;cursor:pointer;line-height:1}
.rating-input-v2 input:checked~label,.rating-input-v2 label:hover,.rating-input-v2 label:hover~label{color:#f5a623}
.review-login-note-v2{padding:15px;border-radius:12px;background:#f8fafc;color:#64748b;font-size:14px}
.review-login-note-v2 a{color:var(--brand);font-weight:800}
.review-list-v2{display:grid}
.review-item-v2{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:20px 0;border-bottom:1px solid #edf1f5}
.review-item-v2:last-child{border-bottom:0}
.review-avatar-v2{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#eef4ff;color:var(--brand);font-weight:900}
.review-head-v2{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.review-head-v2 small{color:#94a3b8}
.review-item-v2 h4{margin:9px 0 5px;font-size:15px}
.review-item-v2 p{margin:0;color:#596579;line-height:1.65;font-size:14px}
.no-reviews-v2{padding:24px 0;color:#94a3b8}
.related-products-v2{max-width:980px;margin:46px auto 0}
.related-heading-v2{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:16px}
.related-heading-v2 p{margin:5px 0 0;color:#8490a2;font-size:14px}
.related-heading-v2>a{color:var(--brand);font-size:13px;font-weight:850;white-space:nowrap}
.related-grid-v2{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.related-card-v2{min-width:0;border:1px solid #e3e9f0;border-radius:16px;overflow:hidden;background:#fff;transition:.18s}
.related-card-v2:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(15,23,42,.08)}
.related-image-v2{position:relative;display:grid;place-items:center;aspect-ratio:1/1;background:#f6f8fb;overflow:hidden;color:#9aa4b2;font-size:10px;font-weight:900;letter-spacing:.1em}
.related-image-v2 img{width:100%;height:100%;object-fit:cover}
.related-image-v2 em{position:absolute;left:9px;top:9px;padding:4px 7px;border-radius:999px;background:#0f172a;color:#fff;font-style:normal;font-size:9px}
.related-body-v2{padding:13px}
.related-body-v2>small{color:#94a3b8;font-size:10px;text-transform:uppercase;letter-spacing:.05em}
.related-body-v2 h3{height:40px;overflow:hidden;margin:6px 0 8px;font-size:14px;line-height:1.4}
.related-price-v2{display:flex;align-items:center;gap:7px;margin-bottom:10px}
.related-price-v2 strong{font-size:16px}
.related-price-v2 del{font-size:11px;color:#94a3b8}
.related-body-v2 .btn{padding:9px 10px;font-size:12px;border-radius:9px}
@media(max-width:900px){
  .product-hero-v2{grid-template-columns:1fr;gap:30px}
  .product-gallery-v2{max-width:680px;margin:auto;width:100%}
  .product-confidence-v2{grid-template-columns:1fr 1fr 1fr}
  .related-grid-v2{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:620px){
  .product-page-v2{padding-top:14px}
  .product-gallery-v2{grid-template-columns:1fr}
  .product-thumbnails-v2{order:2;flex-direction:row;overflow-x:auto}
  .product-thumb-v2{flex:0 0 68px;width:68px;height:68px}
  .product-main-image-v2{order:1}
  .product-summary-v2 h1{font-size:32px}
  .product-meta-v2{grid-template-columns:1fr 1fr}
  .product-buy-box-v2{grid-template-columns:90px 1fr}
  .product-confidence-v2{grid-template-columns:1fr}
  .product-description-card-v2,.reviews-card-v2{padding:20px}
  .reviews-summary-v2{grid-template-columns:1fr;gap:18px}
  .review-form-v2{grid-template-columns:1fr}
  .review-form-v2>label:last-of-type{grid-column:auto}
  .related-products-v2{margin-top:34px}
  .related-heading-v2{align-items:flex-start;flex-direction:column}
  .related-grid-v2{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .related-body-v2{padding:10px}
}


/* Phase 2A: account, addresses, checkout, quotations */
.account-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;flex-wrap:wrap;margin-bottom:22px}
.account-head h1,.account-form-panel h1,.checkout-head h1{font-size:34px;margin:4px 0 7px;color:#0f172a}
.account-head p,.account-form-panel>p,.checkout-head p{color:#64748b;margin:0}
.account-kicker{display:block;font-size:11px;font-weight:900;letter-spacing:.1em;color:#2563eb}
.account-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.account-card{padding:20px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;text-decoration:none;color:#0f172a}
.account-card strong,.account-card span{display:block}.account-card span{margin-top:6px;color:#64748b;font-size:13px}
.account-columns{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:24px}
.account-panel{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:22px}
.account-panel-head{display:flex;justify-content:space-between;align-items:center;gap:14px}.account-panel-head h2{margin:0}.account-panel-head a{color:#2563eb;font-weight:800}
.account-row{display:flex;justify-content:space-between;gap:20px;padding:14px 0;border-bottom:1px solid #eef2f6;text-decoration:none;color:#0f172a}.account-row:last-child{border-bottom:0}.account-row span:last-child{text-align:right}.account-row small{display:block;color:#94a3b8;margin-top:3px}
.account-empty{color:#94a3b8}.account-narrow{max-width:860px;padding:34px 0 70px}.account-back{display:inline-block;margin-bottom:18px;color:#2563eb;font-weight:800}
.account-form-panel{padding:28px}.account-form{display:grid;gap:15px;margin-top:22px}.account-form.two-col{grid-template-columns:1fr 1fr}.account-form label{display:flex;flex-direction:column;gap:7px;font-weight:750;font-size:13px}.account-form input,.account-form textarea,.account-form select{border:1px solid #dbe3ec;border-radius:10px;padding:12px;background:#fff}.account-form .wide{grid-column:1/-1}.account-form small{color:#94a3b8;font-weight:400}
.address-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.address-card{border:1px solid #e2e8f0;border-radius:16px;padding:20px;background:#fff}.address-card-head{display:flex;justify-content:space-between}.address-card-head span{background:#eef4ff;color:#2563eb;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:800}.address-card h3{margin:14px 0 6px}.address-card p{margin:5px 0;color:#64748b}.address-card>a{display:inline-block;margin-top:8px;color:#2563eb;font-weight:800}.address-actions{display:flex;gap:12px;margin-top:16px;padding-top:14px;border-top:1px solid #eef2f6}.address-actions a,.address-actions button{border:0;background:none;color:#2563eb;font-weight:800;padding:0;cursor:pointer}.address-actions button{color:#dc2626}
.address-map{height:360px;border:1px solid #dbe3ec;border-radius:14px;overflow:hidden}.check-line{flex-direction:row!important;align-items:center}.check-line input{width:auto}
.table-panel{overflow-x:auto}.account-table{width:100%;border-collapse:collapse}.account-table th,.account-table td{padding:13px;text-align:left;border-bottom:1px solid #eef2f6}.account-table th{font-size:11px;color:#64748b;text-transform:uppercase}.account-table a{color:#2563eb;font-weight:800}
.checkout-shell{max-width:1120px;padding:34px 0 70px}.checkout-head{margin-bottom:22px}.checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:20px;align-items:start}.checkout-main{display:grid;gap:16px}.checkout-main h2,.checkout-summary h2{margin-top:0}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.choice-card,.saved-address-choice{display:flex;gap:12px;padding:15px;border:1px solid #dfe6ee;border-radius:14px;cursor:pointer}.choice-card:has(input:checked),.saved-address-choice:has(input:checked){border-color:#2563eb;background:#f7faff}.choice-card input,.saved-address-choice input{margin-top:3px}.choice-card strong,.choice-card small,.saved-address-choice strong,.saved-address-choice small{display:block}.choice-card small,.saved-address-choice small{margin-top:4px;color:#64748b;font-size:12px}.saved-address-choice{margin-top:10px}.saved-address-choice em{font-style:normal;background:#eef4ff;color:#2563eb;border-radius:999px;padding:3px 6px;font-size:9px}.checkout-empty-address{text-align:center;padding:20px;background:#f8fafc;border-radius:12px}.checkout-main textarea{width:100%;border:1px solid #dbe3ec;border-radius:10px;padding:12px}.checkout-summary{position:sticky;top:20px}.checkout-line{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px solid #eef2f6}.checkout-line small{color:#94a3b8}.checkout-total{display:flex;justify-content:space-between;padding:16px 0;font-size:18px}
.order-status-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:20px 0}.order-status-grid>div{padding:13px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.order-status-grid span,.order-status-grid strong{display:block}.order-status-grid span{font-size:10px;color:#94a3b8;text-transform:uppercase}.delivery-box,.quote-result{margin:18px 0;padding:16px;border-radius:14px;background:#f8fafc}.delivery-box h3,.quote-result h2{margin-top:0}.delivery-box a{color:#2563eb;font-weight:800}.order-items>div,.admin-order-line{display:flex;justify-content:space-between;gap:15px;padding:12px 0;border-bottom:1px solid #eef2f6}.order-items small{display:block;color:#94a3b8}.order-grand,.admin-order-total{display:flex;justify-content:space-between;padding-top:18px;font-size:20px}
.quote-product-strip{display:flex;gap:15px;align-items:center;padding:14px;background:#f8fafc;border-radius:14px;margin:18px 0}.quote-product-strip img{width:84px;height:84px;object-fit:cover;border-radius:10px}.quote-product-strip strong,.quote-product-strip small,.quote-product-strip span{display:block}.quote-product-strip small,.quote-product-strip span{color:#64748b;margin-top:4px}
.product-quote-btn-v2{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:12px;padding:13px 15px;border:1px solid #bfd0ff;border-radius:11px;background:#f7faff;color:#1d4ed8;font-weight:850;text-decoration:none}.product-quote-btn-v2 span{font-size:11px;color:#64748b;font-weight:600}
@media(max-width:800px){.account-grid{grid-template-columns:1fr 1fr}.account-columns,.address-grid,.checkout-layout{grid-template-columns:1fr}.checkout-summary{position:static}.order-status-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.account-grid,.choice-grid,.account-form.two-col{grid-template-columns:1fr}.account-form .wide{grid-column:auto}.address-map{height:300px}}


/* Product variants */
.product-variant-selector{margin:18px 0;padding:16px;border:1px solid #e2e8f0;border-radius:14px;background:#fbfcfe}
.variant-selector-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:11px}
.variant-selector-head strong{font-size:13px}.variant-selector-head span{font-size:11px;color:#64748b}
.variant-choice-grid{display:flex;gap:9px;flex-wrap:wrap}
.variant-choice-btn{min-width:118px;padding:10px 12px;border:1px solid #dbe3ec;border-radius:10px;background:#fff;text-align:left;cursor:pointer;transition:.15s}
.variant-choice-btn strong,.variant-choice-btn small,.variant-choice-btn em{display:block}
.variant-choice-btn strong{font-size:12px;color:#0f172a}.variant-choice-btn small{margin-top:3px;color:#64748b;font-size:9.5px}.variant-choice-btn em{margin-top:5px;color:#168447;font-size:9px;font-style:normal}
.variant-choice-btn:hover,.variant-choice-btn.active{border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.08)}
.variant-choice-btn.active{background:#f5f8ff}
.variant-choice-btn.sold-out{opacity:.5;cursor:not-allowed}.variant-choice-btn.sold-out em{color:#b91c1c}


/* =========================================================
   PRODUCT CARD BUTTON ALIGNMENT ONLY
   ========================================================= */
.product-grid{align-items:stretch}
.product-card{display:flex;flex-direction:column;height:100%}
.product-card .product-image{flex:0 0 auto}
.product-card .product-body{display:flex;flex-direction:column;flex:1 1 auto}
.product-card .product-body>small{
    display:block;min-height:18px;line-height:18px;
    overflow:hidden;white-space:nowrap;text-overflow:ellipsis
}
.product-card .product-body>h3{
    height:44px;min-height:44px;max-height:44px;line-height:22px;
    margin:6px 0 10px;display:-webkit-box;-webkit-box-orient:vertical;
    -webkit-line-clamp:2;overflow:hidden
}
.product-card .product-body>.price{
    min-height:28px;height:28px;margin-bottom:12px;
    display:flex;align-items:center;flex-wrap:nowrap;overflow:hidden
}
.product-card .product-body>.price strong,
.product-card .product-body>.price del{white-space:nowrap}
.product-card .product-body>form{width:100%;margin-top:auto;margin-bottom:0}
.product-card .product-body>form .btn,
.product-card .product-body>form button{
    width:100%;min-height:42px;height:42px;
    display:inline-flex;align-items:center;justify-content:center
}

/* Product detail title: slightly reduced only */
.product-summary-v2 h1{
    /* font-size:clamp(29px,3.35vw,42px); */
    font-size:clamp(26px,3vw,36px);
    line-height:1.08;
}

/* Mobile: retain card alignment and keep product title comfortable */
@media(max-width:620px){
    .product-summary-v2 h1{font-size:25px}
}
@media(max-width:500px){
    .product-card .product-body>h3{
        height:40px;min-height:40px;max-height:40px;line-height:20px
    }
    .product-card .product-body>.price{min-height:26px;height:26px}
    .product-card .product-body>form .btn,
    .product-card .product-body>form button{min-height:40px;height:40px}
}

/* =========================================================
   CASH ON DELIVERY TOP BAR NOTICE
   ========================================================= */

.topbar {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.topbar-delivery-notice {
    width: 100%;
    min-height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 6px 20px;

    color: #ffffff;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
    text-align: center;

    box-sizing: border-box;
}

.topbar-delivery-notice strong {
    font-weight: 800;
}

/* Tablet */
@media (max-width: 900px) {
    .topbar-delivery-notice {
        font-size: 12px;
        padding: 6px 15px;
    }
}

/* Mobile */
@media (max-width: 620px) {
    .topbar-delivery-notice {
        min-height: 38px;
        padding: 6px 12px;

        font-size: 10px;
        line-height: 1.3;

        flex-wrap: wrap;
    }
}

/* =========================================================
   FOOTER ACCOUNT / LOGOUT FIX
   ========================================================= */

.footer-logout-form {
    margin: 0;
    padding: 0;
}

.footer-logout-link {
    display: block;

    margin: 8px 0;
    padding: 0;

    border: 0;
    outline: 0;
    background: transparent;

    color: #b8c5c2;

    font: inherit;
    font-size: inherit;
    font-weight: 400;
    text-align: left;

    cursor: pointer;
}

.footer-logout-link:hover {
    color: #ffffff;
}