:root{--black:#050505;--white:#fff;--soft:#f5f5f5;--line:#e8e8e8;--muted:#6c6c6c}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;background:var(--white);color:#0b0b0b}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1380px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.header-inner{min-height:86px;display:grid;grid-template-columns:180px 1fr auto;align-items:center;gap:28px}.brand-logo{width:150px;height:64px;object-fit:contain;background:#000;border-radius:8px}.search,.big-search{display:flex;border:1px solid #ddd;border-radius:999px;overflow:hidden;background:#fafafa}.search input,.big-search input{width:100%;border:0;outline:0;background:transparent;padding:15px 20px;font-size:15px}.search button{border:0;background:#000;color:#fff;padding:0 22px;font-weight:700}.header-actions{display:flex;gap:18px;font-size:14px;font-weight:700}.cart-count{display:inline-grid;place-items:center;background:#000;color:#fff;border-radius:50%;min-width:20px;height:20px;font-size:11px}.nav{display:flex;gap:24px;overflow:auto;white-space:nowrap;padding:0 0 14px;font-size:13px}.nav a:first-child{font-weight:800}.hero{background:#000;color:#fff;min-height:620px;display:flex;align-items:center}.hero-inner{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px;padding:72px 0}.eyebrow{font-size:12px;letter-spacing:.25em;font-weight:800}.eyebrow.dark{color:#666}.hero h1{font-size:clamp(50px,7vw,100px);line-height:.92;letter-spacing:-.055em;margin:18px 0 25px;max-width:850px}.hero p{color:#bdbdbd;font-size:18px;line-height:1.6;max-width:620px}.hero-buttons{display:flex;gap:12px;margin-top:34px}.btn{display:inline-flex;justify-content:center;align-items:center;border-radius:999px;padding:15px 24px;border:1px solid transparent;font-weight:800;cursor:pointer}.btn-light{background:#fff;color:#000}.btn-dark{background:#000;color:#fff}.btn-outline{border-color:#555;color:#fff}.full{width:100%}.hero-mark{display:flex;justify-content:center}.hero-mark img{width:min(520px,100%);filter:drop-shadow(0 30px 70px rgba(255,255,255,.08))}.section{padding:80px 0}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:30px}.section-head h2,.collection-head h1{font-size:clamp(34px,4vw,58px);letter-spacing:-.04em;margin:8px 0 0}.section-head>a{font-weight:700;border-bottom:1px solid}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.category-card{min-height:120px;background:#f5f5f5;border-radius:18px;padding:22px;display:flex;justify-content:space-between;align-items:flex-end;font-size:18px;font-weight:800;transition:.25s}.category-card:hover{background:#000;color:#fff;transform:translateY(-4px)}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{min-width:0}.product-image-wrap{position:relative;aspect-ratio:1/1.1;background:#f4f4f4;border-radius:20px;overflow:hidden}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .35s}.product-card:hover .product-image{transform:scale(1.035)}.placeholder{display:grid;place-items:center;color:#aaa;font-weight:800}.badge{position:absolute;top:14px;left:14px;background:#000;color:#fff;border-radius:999px;padding:8px 10px;font-size:11px;font-weight:800}.product-meta{padding:14px 4px}.product-meta h3{font-size:16px;margin:0 0 8px}.price{display:flex;gap:10px;font-weight:800}.price s{color:#999;font-weight:500}.promo{margin-top:30px;margin-bottom:30px;background:#000;color:#fff;border-radius:26px;padding:50px;display:flex;justify-content:space-between;align-items:center;gap:30px}.promo h2{font-size:clamp(34px,4vw,60px);letter-spacing:-.04em;margin:10px 0}.promo p{color:#aaa}.footer{background:#070707;color:#fff;padding:60px 0 24px;margin-top:60px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}.footer-logo{width:140px;background:#000;border-radius:8px}.footer-grid h3{font-size:14px}.footer-grid a{display:block;color:#aaa;margin:12px 0}.footer-bottom{border-top:1px solid #222;margin-top:40px;padding-top:20px;color:#777;font-size:13px}.wa-float{position:fixed;right:22px;bottom:22px;z-index:30;width:58px;height:58px;border-radius:50%;background:#000;color:#fff;display:grid;place-items:center;font-weight:900;box-shadow:0 8px 30px #0004}.product-page{display:grid;grid-template-columns:1.2fr .8fr;gap:56px}.product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-page-image{width:100%;border-radius:18px;background:#f5f5f5}.product-info{position:sticky;top:130px;align-self:start}.product-info h1{font-size:48px;letter-spacing:-.04em;margin:12px 0}.product-price{font-size:25px;font-weight:800;display:flex;gap:12px}.product-price s{color:#999;font-weight:400}.rte{color:#555;line-height:1.7}.product-info select,.product-info .qty{width:100%;padding:14px;border:1px solid #ddd;border-radius:12px;margin:8px 0 18px;background:#fff}.product-info label{display:block;font-size:13px;font-weight:700;margin-top:22px}.shopify-payment-button{margin-top:10px}.collection-head{margin-bottom:32px}.cart-list{display:grid;gap:16px}.cart-item{display:grid;grid-template-columns:150px 1fr;gap:20px;padding:18px;border:1px solid #eee;border-radius:16px}.cart-item img{border-radius:12px}.cart-summary{margin-top:30px;padding-top:30px;border-top:1px solid #ddd;display:flex;align-items:center;gap:12px;justify-content:flex-end}.cart-summary h2{margin-right:auto}.checkout{background:#fff;color:#000;border-color:#000}.big-search{max-width:760px;margin:20px 0 30px}.big-search .btn{border-radius:0}.pagination{grid-column:1/-1;margin-top:20px}@media(max-width:900px){.container{width:min(100% - 24px,1380px)}.header-inner{grid-template-columns:110px 1fr;gap:14px;min-height:72px}.brand-logo{width:100px;height:50px}.header-actions{display:none}.search button{display:none}.hero{min-height:auto}.hero-inner{grid-template-columns:1fr;padding:50px 0}.hero-mark{order:-1;justify-content:flex-start}.hero-mark img{width:220px}.hero h1{font-size:56px}.category-grid{grid-template-columns:1fr 1fr}.products-grid{grid-template-columns:1fr 1fr}.product-page{grid-template-columns:1fr;gap:30px}.product-info{position:static}.promo{padding:32px;align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}@media(max-width:520px){.section{padding:52px 0}.hero h1{font-size:46px}.hero p{font-size:16px}.hero-buttons{flex-direction:column}.btn{width:100%}.category-grid{grid-template-columns:1fr 1fr}.category-card{min-height:98px;font-size:15px}.products-grid{gap:10px}.product-image-wrap{border-radius:13px}.product-meta h3{font-size:14px}.product-gallery{grid-template-columns:1fr}.product-info h1{font-size:36px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.cart-item{grid-template-columns:90px 1fr}.cart-summary{align-items:stretch;flex-direction:column}.cart-summary h2{margin-right:0}}
