:root{--navy:#071426;--navy2:#0f2337;--teal:#0d9488;--teal2:#0f766e;--gold:#fbbf24;--slate:#475569;--muted:#64748b;--light:#f8fafc;--soft:#eef6f5;--border:#e2e8f0;--white:#fff;--danger:#b91c1c}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--light);color:#1e293b;font-family:Arial,Helvetica,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select{font:inherit}.container{width:min(1120px,calc(100% - 32px));margin:auto}.offer-banner{display:block;background:var(--teal);color:#fff;text-align:center;padding:.65rem 1rem;font-weight:900;font-size:.86rem}.site-header{position:sticky;top:0;z-index:50;background:rgba(7,20,38,.98);color:#fff;border-bottom:1px solid rgba(255,255,255,.08)}.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{display:flex;flex-direction:column;font-weight:900}.brand small{color:#94a3b8;font-size:.68rem;letter-spacing:.18em;text-transform:uppercase}.desktop-nav{display:flex;align-items:center;gap:1.15rem;font-weight:800;font-size:.92rem}.desktop-nav a:hover{color:#5eead4}.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:9px;font-weight:900;cursor:pointer;min-height:50px;padding:.82rem 1.1rem}.nav-cta,.btn-primary{background:var(--teal);color:#fff}.nav-cta:hover,.btn-primary:hover{background:var(--teal2)}.btn-dark{background:var(--navy);color:#fff}.btn-outline{border:1px solid var(--border);background:#fff;color:var(--navy)}.menu-toggle{display:none;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.25);border-radius:999px;width:44px;height:44px}.mobile-nav{display:none;padding:.6rem 0 1rem}.mobile-nav.open{display:block}.mobile-nav a{display:block;padding:.85rem;font-weight:800}.cart-link{position:relative}.cart-count{position:absolute;top:-10px;right:-12px;background:var(--gold);color:var(--navy);border-radius:999px;min-width:21px;height:21px;display:grid;place-items:center;font-size:.72rem}.shop-hero{background:linear-gradient(90deg,rgba(7,20,38,.98),rgba(7,20,38,.76)),radial-gradient(circle at 80% 30%,rgba(13,148,136,.35),transparent 35rem);color:#fff;padding:6.5rem 0}.eyebrow{color:#99f6e4;font-size:.78rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.shop-hero h1,.product-info h1{font-size:clamp(2.7rem,6vw,5.2rem);line-height:.96;letter-spacing:-.05em;margin:.9rem 0 1rem}.shop-hero p{max-width:660px;color:#dbeafe;font-size:1.15rem}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.5rem}.section{padding:4.5rem 0}.section-soft{background:var(--soft)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.6rem}.section-head h2{font-size:clamp(2rem,4vw,3.2rem);margin:0;color:var(--navy)}.section-head p{margin:0;color:var(--muted)}.category-grid,.product-grid,.trust-grid{display:grid;gap:1.2rem}.category-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(4,1fr)}.trust-grid{grid-template-columns:repeat(4,1fr)}.category-card,.product-card,.trust-card,.panel{background:#fff;border:1px solid var(--border);border-radius:20px;overflow:hidden;box-shadow:0 12px 35px rgba(15,23,42,.06)}.category-card{padding:2rem}.category-card strong{font-size:1.35rem;color:var(--navy)}.category-card p{color:var(--muted)}.product-image{aspect-ratio:1/1;background:#eaf2f1;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-card-body{padding:1rem}.product-meta{color:var(--teal2);font-weight:900;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.product-card h3{margin:.35rem 0;font-size:1.12rem;color:var(--navy)}.product-price{font-weight:900;font-size:1.12rem}.product-card p{font-size:.9rem;color:var(--muted);min-height:2.7em}.product-actions{display:flex;gap:.55rem;margin-top:.9rem}.product-actions .btn{min-height:42px;padding:.65rem .8rem;flex:1}.trust-card{padding:1.4rem}.trust-card strong{display:block;color:var(--navy);margin-bottom:.3rem}.trust-card span{color:var(--muted);font-size:.9rem}.breadcrumbs{padding:1rem 0;color:var(--muted);font-size:.88rem}.product-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:start;padding-bottom:4rem}.gallery-main{background:#fff;border:1px solid var(--border);border-radius:24px;overflow:hidden}.gallery-main img{width:100%;aspect-ratio:1/1;object-fit:cover}.thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.7rem;margin-top:.7rem}.thumb{border:1px solid var(--border);background:#fff;border-radius:12px;overflow:hidden;padding:0;cursor:pointer}.thumb img{aspect-ratio:1/1;object-fit:cover}.product-info{position:sticky;top:105px}.product-info h1{font-size:clamp(2.4rem,4vw,4rem)}.tagline{font-size:1.15rem;color:var(--slate)}.price{font-size:2rem;font-weight:900;color:var(--navy);margin:1rem 0}.select-row{display:grid;gap:.45rem;margin:1rem 0}.select-row label{font-weight:900;color:var(--navy)}select,.qty{width:100%;border:1px solid #cbd5e1;border-radius:10px;padding:.9rem;background:#fff}.buy-row{display:grid;grid-template-columns:90px 1fr;gap:.7rem;margin-top:1rem}.buy-row .btn{width:100%}.accelerated{margin-top:.7rem;background:#111827;color:#fff;width:100%}.microcopy{font-size:.82rem;color:var(--muted);margin-top:.75rem}.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;margin:1.3rem 0;padding:0;list-style:none}.feature-list li{background:var(--soft);border-radius:10px;padding:.7rem;font-weight:800;font-size:.9rem}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.panel{padding:1.5rem}.panel h2{color:var(--navy);margin-top:0}.spec-table{width:100%;border-collapse:collapse}.spec-table td{padding:.8rem 0;border-bottom:1px solid var(--border)}.spec-table td:first-child{font-weight:900;color:var(--navy)}.cart-layout{display:grid;grid-template-columns:1.4fr .6fr;gap:1.5rem;padding:3rem 0 5rem}.cart-item{display:grid;grid-template-columns:100px 1fr auto;gap:1rem;align-items:center;border-bottom:1px solid var(--border);padding:1rem 0}.cart-item img{width:100px;height:100px;object-fit:cover;border-radius:12px}.summary{position:sticky;top:105px}.summary-row{display:flex;justify-content:space-between;padding:.6rem 0}.summary-total{font-size:1.25rem;font-weight:900;border-top:1px solid var(--border);margin-top:.5rem;padding-top:1rem}.empty{text-align:center;padding:4rem 1rem}.notice{background:#fffbeb;border:1px solid #fde68a;padding:1rem;border-radius:12px;color:#92400e}.success{max-width:760px;margin:5rem auto;text-align:center}.success-icon{width:72px;height:72px;border-radius:50%;background:#ccfbf1;color:var(--teal2);display:grid;place-items:center;margin:auto;font-size:2rem;font-weight:900}footer{background:var(--navy);color:#cbd5e1;padding:3.5rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:1.4fr .6fr;gap:2rem}.footer-brand{color:#fff;font-weight:900;font-size:1.2rem}.footer-links{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:2rem;padding-top:1rem;display:flex;justify-content:space-between;gap:1rem}.sticky-buy{display:none}@media(max-width:900px){.desktop-nav{display:none}.menu-toggle{display:block}.product-grid{grid-template-columns:repeat(2,1fr)}.category-grid,.trust-grid{grid-template-columns:repeat(2,1fr)}.product-layout,.cart-layout,.content-grid{grid-template-columns:1fr}.product-info{position:static}.summary{position:static}.footer-grid{grid-template-columns:1fr}.sticky-buy{display:grid;grid-template-columns:1fr 1.5fr;gap:.6rem;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--border);padding:.7rem 1rem;z-index:60;box-shadow:0 -14px 32px rgba(15,23,42,.14)}body.product-page{padding-bottom:76px}}@media(max-width:560px){.shop-hero{padding:4.5rem 0}.product-grid,.category-grid,.trust-grid{grid-template-columns:1fr}.section{padding:3rem 0}.product-actions{flex-direction:column}.feature-list{grid-template-columns:1fr}.buy-row{grid-template-columns:76px 1fr}.footer-bottom{display:block}.cart-item{grid-template-columns:76px 1fr}.cart-item img{width:76px;height:76px}.cart-item>div:last-child{grid-column:2}.section-head{display:block}.section-head p{margin-top:.5rem}}
