:root{
  --navy:#242548;
  --navy-2:#181936;
  --navy-3:#32345f;
  --orange:#ff8a18;
  --orange-2:#ff9e3d;
  --burgundy:#8d1835;
  --cream:#fff8ef;
  --surface:#ffffff;
  --ink:#202137;
  --muted:#6c6e7f;
  --line:#e8e8ef;
  --soft:#f5f6fa;
  --success:#13885c;
  --warning:#b35c00;
  --shadow:0 12px 34px rgba(28,29,57,.10);
  --radius:18px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f7f7fa;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}a{text-decoration:none;color:inherit}button,input,select{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 32px));margin:auto}.topbar{background:var(--orange);color:#231d18;font-size:13px;font-weight:800}.topbar-inner{display:flex;justify-content:space-between;gap:18px;padding:7px 0}.topbar a{text-decoration:underline;text-underline-offset:2px}.site-header{background:var(--navy);color:white;position:sticky;top:0;z-index:30;box-shadow:0 5px 20px rgba(16,17,41,.18)}.header-main{display:grid;grid-template-columns:188px minmax(240px,1fr) auto;align-items:center;gap:24px;padding:17px 0}.brand{display:flex;align-items:center;gap:10px}.brand img{width:180px;height:46px;object-fit:contain;object-position:left center}.search-shell{display:flex;background:white;border-radius:12px;overflow:hidden;border:2px solid rgba(255,255,255,.22)}.search-shell input{min-width:0;flex:1;padding:12px 15px;border:0;outline:0;color:var(--ink)}.search-shell button{border:0;background:var(--orange);padding:0 18px;font-weight:900;color:#2b2130}.header-actions{display:flex;align-items:center;gap:10px}.header-btn{position:relative;display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.18);border-radius:12px;padding:10px 12px;background:rgba(255,255,255,.07);color:white;font-size:13px;font-weight:800}.header-btn:hover{background:rgba(255,255,255,.14)}.badge{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:20px;background:var(--orange);color:#242548;font-size:11px;font-weight:900}.nav{background:var(--navy-2);color:white}.nav-inner{display:flex;gap:5px;overflow:auto;padding:0}.nav a{white-space:nowrap;padding:12px 15px;font-size:13px;font-weight:750;color:#f4f4ff;border-bottom:3px solid transparent}.nav a:hover,.nav a.active{background:rgba(255,255,255,.06);border-bottom-color:var(--orange)}.hero{padding:25px 0 18px}.hero-grid{display:grid;grid-template-columns:1.48fr .72fr;gap:17px}.hero-main{position:relative;min-height:390px;border-radius:22px;overflow:hidden;background:linear-gradient(130deg,#23244a 0%,#353763 54%,#8d1835 100%);box-shadow:var(--shadow)}.hero-main:before{content:"";position:absolute;inset:auto -100px -130px auto;width:390px;height:390px;border-radius:50%;background:rgba(255,138,24,.95)}.hero-main:after{content:"";position:absolute;inset:38px 40px auto auto;width:210px;height:210px;border-radius:50%;border:32px solid rgba(255,255,255,.10)}.hero-copy{position:relative;z-index:2;max-width:650px;padding:46px 44px;color:white}.eyebrow{display:inline-flex;align-items:center;gap:8px;border-radius:999px;background:rgba(255,255,255,.13);padding:7px 11px;color:#fff2e7;font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.hero h1{margin:14px 0 11px;font-size:clamp(34px,5vw,62px);line-height:1.03;letter-spacing:-.055em}.hero p{max-width:560px;color:#f1f2ff;font-size:16px}.hero-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:24px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:11px;border:1px solid transparent;padding:12px 16px;font-size:14px;font-weight:900}.btn-primary{background:var(--orange);color:#241d26}.btn-primary:hover{background:var(--orange-2)}.btn-light{background:#fff;color:var(--navy)}.btn-ghost{border-color:var(--line);background:white;color:var(--navy)}.btn-dark{background:var(--navy);color:white}.btn-small{padding:9px 12px;font-size:12px}.hero-stack{display:grid;gap:17px}.promo-card{position:relative;min-height:186px;border-radius:20px;padding:25px;overflow:hidden;color:white;box-shadow:var(--shadow)}.promo-orange{background:linear-gradient(140deg,var(--orange),#ffb258);color:#2a2131}.promo-burgundy{background:linear-gradient(140deg,var(--burgundy),#50132a)}.promo-card h3{position:relative;z-index:2;margin:3px 0 7px;font-size:25px;line-height:1.08;letter-spacing:-.04em}.promo-card p{position:relative;z-index:2;margin:0;max-width:245px;font-size:13px}.promo-card .orb{position:absolute;width:165px;height:165px;border-radius:50%;right:-38px;bottom:-45px;border:26px solid rgba(255,255,255,.18)}.trust-strip{margin-top:15px;display:grid;grid-template-columns:repeat(4,1fr);border-radius:16px;background:white;box-shadow:0 8px 24px rgba(28,29,57,.06);overflow:hidden}.trust-item{display:flex;align-items:center;gap:10px;padding:15px 17px;border-right:1px solid var(--line)}.trust-item:last-child{border-right:0}.trust-icon{font-size:25px}.trust-item b{display:block;font-size:13px}.trust-item span{display:block;color:var(--muted);font-size:11px}.section{padding:24px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:14px}.section-head h2{margin:0;color:var(--navy);font-size:27px;letter-spacing:-.04em}.section-head p{margin:2px 0 0;color:var(--muted);font-size:13px}.text-link{color:var(--burgundy);font-size:13px;font-weight:900}.category-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:10px}.category-card{border:1px solid var(--line);border-radius:16px;background:white;padding:15px 9px;text-align:center;transition:.2s}.category-card:hover{transform:translateY(-3px);border-color:#ffb46b;box-shadow:0 10px 24px rgba(36,37,72,.08)}.category-icon{display:grid;place-items:center;width:56px;height:56px;margin:auto auto 8px;border-radius:50%;background:#fff4e8;font-size:28px}.category-card b{display:block;font-size:12px;color:var(--navy)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.product-card{position:relative;display:flex;flex-direction:column;min-width:0;border:1px solid var(--line);border-radius:17px;background:white;overflow:hidden;transition:.2s}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#ffd2a6}.product-image{position:relative;aspect-ratio:1;background:#f6f6fa;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-chip{position:absolute;left:10px;top:10px;border-radius:999px;background:var(--burgundy);padding:5px 8px;color:white;font-size:10px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.wishlist{position:absolute;right:10px;top:10px;display:grid;place-items:center;width:32px;height:32px;border:0;border-radius:50%;background:rgba(255,255,255,.9);color:var(--burgundy);box-shadow:0 4px 10px rgba(0,0,0,.08)}.product-info{display:flex;flex:1;flex-direction:column;padding:13px}.product-category{margin-bottom:4px;color:var(--muted);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.product-title{min-height:44px;margin:0;color:var(--navy);font-size:14px;line-height:1.38}.price-row{display:flex;align-items:baseline;gap:8px;margin:10px 0}.price{color:var(--burgundy);font-size:18px;font-weight:950}.was-price{color:#a0a1ad;font-size:12px;text-decoration:line-through}.product-actions{display:flex;gap:8px;margin-top:auto}.product-actions .btn{flex:1}.deal-banner{display:grid;grid-template-columns:1fr auto;align-items:center;gap:20px;border-radius:20px;background:linear-gradient(100deg,var(--navy),#30325b 74%,var(--burgundy));padding:26px 30px;color:white;box-shadow:var(--shadow)}.deal-banner h2{margin:0 0 4px;font-size:28px;letter-spacing:-.05em}.deal-banner p{margin:0;color:#e8e8f7}.deal-pills{display:flex;flex-wrap:wrap;gap:7px;margin-top:13px}.deal-pills span{border-radius:999px;background:rgba(255,255,255,.12);padding:6px 9px;font-size:11px;font-weight:800}.site-footer{margin-top:30px;background:var(--navy-2);color:white}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:28px;padding:38px 0 27px}.footer-grid h4{margin:0 0 10px;color:var(--orange);font-size:14px}.footer-grid p,.footer-grid a{display:block;margin:5px 0;color:#d7d8e6;font-size:13px}.footer-grid a:hover{color:white}.footer-brand img{width:190px;height:54px;object-fit:contain;object-position:left center;margin-bottom:8px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:13px 0;color:#b8bacd;font-size:12px}.page-hero{background:linear-gradient(110deg,var(--navy),#32345f);padding:35px 0;color:white}.page-hero h1{margin:0;font-size:34px;letter-spacing:-.05em}.page-hero p{margin:5px 0 0;color:#e1e2f0}.content-card{margin:22px auto;border:1px solid var(--line);border-radius:17px;background:white;padding:24px;box-shadow:0 8px 25px rgba(27,28,54,.05)}.notice{border-left:4px solid var(--orange);border-radius:10px;background:#fff6ec;padding:13px 15px;color:#62401d;font-size:13px}.policy h2{margin-top:23px;color:var(--navy);font-size:20px}.policy h3{margin-top:17px;color:var(--navy);font-size:16px}.policy p,.policy li{color:#505263;font-size:14px}.policy ul{padding-left:20px}.layout{display:grid;grid-template-columns:250px 1fr;gap:17px}.filter-card{align-self:start;position:sticky;top:142px;border:1px solid var(--line);border-radius:16px;background:white;padding:16px}.filter-card h3{margin:0 0 10px;color:var(--navy);font-size:16px}.filter-btn{display:block;width:100%;margin:4px 0;border:0;border-radius:8px;background:white;padding:9px 10px;text-align:left;color:#525467;font-size:13px}.filter-btn:hover,.filter-btn.active{background:#fff3e7;color:var(--burgundy);font-weight:900}.sortbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;border:1px solid var(--line);border-radius:14px;background:white;padding:10px 13px}.sortbar span{font-size:13px;color:var(--muted)}.sortbar select{border:1px solid var(--line);border-radius:8px;background:white;padding:7px;color:var(--ink);font-size:12px}.cart-layout{display:grid;grid-template-columns:1fr 330px;gap:17px}.cart-list,.cart-summary{border:1px solid var(--line);border-radius:16px;background:white;padding:16px}.cart-summary{align-self:start;position:sticky;top:142px}.cart-item{display:grid;grid-template-columns:88px 1fr auto;gap:13px;padding:12px 0;border-bottom:1px solid var(--line)}.cart-item:last-child{border-bottom:0}.cart-item img{width:88px;height:88px;border-radius:11px;object-fit:cover;background:#f5f5f8}.cart-item h3{margin:0;color:var(--navy);font-size:14px}.cart-item p{margin:4px 0;color:var(--muted);font-size:12px}.quantity{display:flex;align-items:center;gap:6px;margin-top:9px}.quantity button{display:grid;place-items:center;width:27px;height:27px;border:1px solid var(--line);border-radius:7px;background:white}.quantity span{min-width:25px;text-align:center;font-size:13px;font-weight:900}.remove{margin-top:6px;border:0;background:transparent;color:var(--burgundy);font-size:12px;font-weight:900}.summary-line{display:flex;justify-content:space-between;gap:10px;padding:8px 0;color:#5b5d6e;font-size:13px}.summary-total{margin-top:7px;border-top:1px solid var(--line);padding-top:12px;color:var(--navy);font-size:17px;font-weight:950}.empty{text-align:center;border:1px dashed #d6d7e1;border-radius:14px;padding:34px 18px;background:#fbfbfd}.empty .emoji{font-size:40px}.empty h3{margin:5px 0;color:var(--navy)}.empty p{margin:0 auto 16px;max-width:480px;color:var(--muted);font-size:13px}.track-shell{display:grid;grid-template-columns:1fr auto;gap:8px;max-width:620px;margin-top:17px}.track-shell input{min-width:0;border:1px solid var(--line);border-radius:10px;padding:12px 13px}.modal-backdrop{position:fixed;inset:0;z-index:80;display:none;place-items:center;background:rgba(17,18,42,.65);padding:18px}.modal-backdrop.open{display:grid}.modal{width:min(540px,100%);border-radius:18px;background:white;padding:22px;box-shadow:0 20px 80px rgba(0,0,0,.25)}.modal h2{margin:0 0 5px;color:var(--navy);font-size:24px;letter-spacing:-.04em}.modal p{color:var(--muted);font-size:13px}.modal-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:15px}.modal-close{float:right;border:0;background:#f1f1f5;border-radius:50%;width:31px;height:31px;color:var(--navy);font-weight:900}.toast{position:fixed;right:18px;bottom:18px;z-index:100;max-width:330px;border-radius:12px;background:var(--navy);padding:12px 14px;color:white;box-shadow:var(--shadow);font-size:13px;font-weight:800;transform:translateY(30px);opacity:0;transition:.25s}.toast.show{transform:translateY(0);opacity:1}.mobile-menu{display:none}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:22px}.product-detail img{width:100%;aspect-ratio:1;border-radius:15px;object-fit:cover;background:#f4f4f7}.product-detail h2{margin:0;color:var(--navy);font-size:27px;letter-spacing:-.04em}.product-detail .description{color:var(--muted);font-size:14px}.small{font-size:12px;color:var(--muted)}
@media(max-width:980px){.header-main{grid-template-columns:168px 1fr auto;gap:13px}.header-btn .label{display:none}.hero-grid{grid-template-columns:1fr}.hero-stack{grid-template-columns:1fr 1fr}.promo-card{min-height:150px}.category-grid{grid-template-columns:repeat(4,1fr)}.products-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1.5fr 1fr 1fr}.footer-grid>div:last-child{grid-column:1/-1}.cart-layout{grid-template-columns:1fr 290px}}
@media(max-width:720px){.container{width:min(100% - 22px,1180px)}.topbar-inner{display:block;text-align:center;font-size:11px}.topbar-inner span:last-child{display:none}.site-header{position:relative}.header-main{grid-template-columns:1fr auto;padding:13px 0}.brand img{width:160px;height:42px}.search-shell{grid-column:1/-1;grid-row:2}.header-btn{padding:9px}.nav-inner{padding-bottom:1px}.nav a{padding:10px 11px;font-size:12px}.hero{padding-top:14px}.hero-main{min-height:345px}.hero-copy{padding:31px 24px}.hero h1{font-size:42px}.hero-main:before{width:290px;height:290px}.hero-stack{grid-template-columns:1fr}.trust-strip{grid-template-columns:repeat(2,1fr)}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.section{padding:18px 0}.category-grid{grid-template-columns:repeat(4,1fr);gap:8px}.category-card{padding:12px 5px}.category-icon{width:46px;height:46px;font-size:23px}.products-grid{grid-template-columns:repeat(2,1fr);gap:9px}.product-info{padding:10px}.product-title{font-size:12px;min-height:50px}.price{font-size:15px}.was-price{font-size:10px}.product-actions{display:block}.product-actions .btn{width:100%;padding:9px 6px;font-size:11px}.product-actions .details{display:none}.deal-banner{display:block;padding:21px}.deal-banner h2{font-size:23px}.deal-banner .btn{margin-top:15px}.footer-grid{grid-template-columns:1fr 1fr;gap:19px;padding-top:29px}.footer-brand{grid-column:1/-1}.footer-grid>div:last-child{grid-column:1/-1}.layout,.cart-layout,.product-detail{grid-template-columns:1fr}.filter-card,.cart-summary{position:static}.filter-card{display:flex;gap:6px;overflow:auto;padding:8px}.filter-card h3{display:none}.filter-btn{width:auto;white-space:nowrap;margin:0;padding:8px}.cart-item{grid-template-columns:70px 1fr}.cart-item img{width:70px;height:70px}.cart-item>div:last-child{grid-column:2}.modal{padding:18px}.page-hero{padding:25px 0}.page-hero h1{font-size:28px}}
