*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;font-weight:400;font-size:15px;line-height:1.6;color:#1a1a1a;background:#f0ede8;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}:root{--bg: #f0ede8;--bg-card: #e8e4de;--bg-card-2: #dedad3;--bg-dark: #1a1a1a;--text: #1a1a1a;--text-muted: #888880;--text-light: #b8b4ae;--border: rgba(26,26,26,.1);--border-med: rgba(26,26,26,.18);--accent: #c8a97a;--radius: 14px;--radius-sm: 8px;--radius-btn: 10px;--gutter: clamp(20px, 5vw, 60px);--max: 1280px;--header-h: 70px;--ease: cubic-bezier(.4, 0, .2, 1)}.container{max-width:var(--max);margin:0 auto;padding:0 var(--gutter)}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.no-scroll{overflow:hidden}.reveal{opacity:0;transform:translateY(20px);transition:opacity .55s var(--ease),transform .55s var(--ease)}.reveal.visible{opacity:1;transform:none}.reveal-delay-1{transition-delay:.08s}.reveal-delay-2{transition-delay:.16s}.reveal-delay-3{transition-delay:.24s}.reveal-delay-4{transition-delay:.32s}.announcement-bar{background:var(--bg-dark);color:#ffffffa6;text-align:center;padding:9px var(--gutter);font-size:11.5px;letter-spacing:.09em}.announcement-bar a{color:var(--accent)}.announcement-bar--hidden{display:none}.site-header{position:sticky;top:0;z-index:800;height:var(--header-h);background:#f0ede8f0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border);transition:box-shadow .25s var(--ease)}.site-header.scrolled{box-shadow:0 2px 20px #00000012}.header-inner{max-width:var(--max);margin:0 auto;padding:0 var(--gutter);height:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.header-left{display:flex;align-items:center;gap:10px}.header-center{display:flex;justify-content:center}.header-right{display:flex;align-items:center;justify-content:flex-end;gap:6px}.burger-btn{width:44px;height:44px;border-radius:var(--radius-sm);border:1px solid var(--border-med);background:#ffffff8c;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;transition:background .2s}.burger-btn:hover{background:#ffffffd9}.burger-btn span{display:block;width:18px;height:1.5px;background:var(--text);border-radius:2px;transition:transform .28s var(--ease),opacity .18s}.burger-btn.active span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.burger-btn.active span:nth-child(2){opacity:0;transform:scaleX(0)}.burger-btn.active span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.site-logo{font-size:13.5px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--text);transition:opacity .2s}.site-logo img{height:28px;width:auto}.site-logo:hover{opacity:.7}.header-icon{width:40px;height:40px;border-radius:50%;border:none;background:transparent;display:flex;align-items:center;justify-content:center;color:var(--text);position:relative;transition:background .2s}.header-icon:hover{background:#0000000f}.header-icon svg{width:19px;height:19px;stroke:currentColor;stroke-width:1.6;fill:none;stroke-linecap:round;stroke-linejoin:round}.cart-badge{position:absolute;top:5px;right:5px;width:16px;height:16px;border-radius:50%;background:var(--bg-dark);color:#fff;font-size:9px;font-weight:500;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.5);transition:opacity .2s,transform .2s}.cart-badge.show{opacity:1;transform:scale(1)}.header-search-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;background:#f0ede8f7;display:flex;align-items:center;padding:0 var(--gutter);opacity:0;pointer-events:none;transition:opacity .22s}.header-search-wrap.open{opacity:1;pointer-events:all}.header-search-form{flex:1;max-width:560px;margin:0 auto;display:flex;align-items:center;gap:12px;border-bottom:1.5px solid var(--text);padding-bottom:6px}.header-search-form input{flex:1;border:none;background:transparent;font-size:16px;color:var(--text);outline:none}.header-search-form input::placeholder{color:var(--text-light)}.header-search-close{width:36px;height:36px;border:none;background:transparent;display:flex;align-items:center;justify-content:center;color:var(--text)}.header-search-close svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.6;fill:none}.header-nav{display:flex;gap:28px}.header-nav a{font-size:11.5px;letter-spacing:.09em;text-transform:uppercase;color:var(--text-muted);position:relative;transition:color .2s}.header-nav a:after{content:"";position:absolute;bottom:-3px;left:0;right:0;height:1px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .22s var(--ease)}.header-nav a:hover{color:var(--text)}.header-nav a:hover:after{transform:scaleX(1)}@media(max-width:860px){.header-nav{display:none}}@media(max-width:480px){.header-inner{grid-template-columns:auto 1fr auto}}.nd-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;background:#14121080;backdrop-filter:blur(7px) saturate(.75);-webkit-backdrop-filter:blur(7px) saturate(.75);opacity:0;pointer-events:none;transition:opacity .38s var(--ease)}.nd-overlay.is-open{opacity:1;pointer-events:all}.nd-drawer{position:fixed;top:0;left:0;z-index:9001;width:min(52vw,440px);height:100%;background:#f5f2ed;border-radius:0 20px 20px 0;box-shadow:10px 0 50px #00000021;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .42s var(--ease);will-change:transform;overflow:hidden}.nd-drawer.is-open{transform:translate(0)}.nd-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:22px 28px 18px;border-bottom:1px solid rgba(26,26,26,.08);flex-shrink:0}.nd-drawer-logo{font-size:12px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--text)}.nd-close{width:36px;height:36px;border-radius:50%;border:1px solid var(--border-med);background:transparent;display:flex;align-items:center;justify-content:center;color:var(--text);transition:background .18s,transform .22s var(--ease)}.nd-close:hover{background:#0000000f;transform:rotate(90deg)}.nd-close svg{width:15px;height:15px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round}.nd-nav{flex:1;overflow-y:auto;padding:22px 0 20px;scrollbar-width:none}.nd-nav::-webkit-scrollbar{display:none}.nd-section-label{display:block;padding:14px 28px 5px;font-size:9px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--text-light)}.nd-link{display:flex;align-items:center;justify-content:space-between;padding:12px 28px;font-size:14px;font-weight:400;color:var(--text);border-left:2px solid transparent;transition:background .16s,border-color .16s,padding-left .18s var(--ease),color .16s}.nd-link:hover{background:#0000000a;border-left-color:var(--accent);padding-left:36px}.nd-link svg{width:13px;height:13px;stroke:currentColor;stroke-width:1.8;fill:none;opacity:.3;transition:opacity .16s}.nd-link:hover svg{opacity:.65}.nd-divider{height:1px;background:#1a1a1a14;margin:10px 28px}.nd-footer{padding:16px 28px 26px;border-top:1px solid rgba(26,26,26,.08);flex-shrink:0}.nd-footer-links{display:flex;gap:18px;flex-wrap:wrap}.nd-footer-link{font-size:10px;letter-spacing:.09em;text-transform:uppercase;color:var(--text-light);transition:color .16s}.nd-footer-link:hover{color:var(--text)}@keyframes ndIn{0%{opacity:0;transform:translate(-14px)}to{opacity:1;transform:none}}.nd-drawer.is-open .nd-item{animation:ndIn .3s var(--ease) both}.nd-drawer.is-open .nd-item:nth-child(1){animation-delay:.07s}.nd-drawer.is-open .nd-item:nth-child(2){animation-delay:.1s}.nd-drawer.is-open .nd-item:nth-child(3){animation-delay:.13s}.nd-drawer.is-open .nd-item:nth-child(4){animation-delay:.16s}.nd-drawer.is-open .nd-item:nth-child(5){animation-delay:.19s}.nd-drawer.is-open .nd-item:nth-child(6){animation-delay:.22s}.nd-drawer.is-open .nd-item:nth-child(7){animation-delay:.25s}.nd-drawer.is-open .nd-item:nth-child(8){animation-delay:.28s}.nd-drawer.is-open .nd-item:nth-child(9){animation-delay:.31s}.nd-drawer.is-open .nd-item:nth-child(10){animation-delay:.34s}@media(max-width:600px){.nd-drawer{width:84vw;border-radius:0 14px 14px 0}}.hero{padding:clamp(48px,7vw,90px) var(--gutter) clamp(32px,5vw,60px)}.hero-inner{max-width:var(--max);margin:0 auto}.hero-eyebrow{font-size:11px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-bottom:20px}.hero-title{font-size:clamp(2.4rem,6vw,4.2rem);font-weight:400;line-height:1.1;color:var(--text);margin-bottom:24px;max-width:680px}.hero-body{font-size:15px;color:var(--text-muted);line-height:1.75;max-width:420px;margin-bottom:36px}.hero-cta{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1160px;padding:20px 32px;background:var(--bg-dark);color:#fff;border:none;border-radius:var(--radius);font-size:12px;font-weight:500;letter-spacing:.13em;text-transform:uppercase;transition:background .2s,transform .18s;margin-bottom:32px}.hero-cta:hover{background:#2d2d2d}.hero-cta:active{transform:scale(.995)}.hero-cta-arrow{font-size:16px;font-weight:300}.hero-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:1160px}.hero-card{aspect-ratio:4/3;border-radius:var(--radius);background:var(--bg-card);overflow:hidden;position:relative}.hero-card:nth-child(2){background:var(--bg-card-2)}.hero-card:nth-child(3){background:#d8d4cc}.hero-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.hero-card:hover img{transform:scale(1.04)}@media(max-width:700px){.hero-cards{grid-template-columns:repeat(2,1fr)}.hero-card:nth-child(3){display:none}.hero-cta{padding:18px 22px}}.marquee-bar{overflow:hidden;padding:16px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg)}.marquee-track{display:flex;white-space:nowrap;animation:marquee 30s linear infinite}.marquee-bar:hover .marquee-track{animation-play-state:paused}.marquee-item{display:inline-flex;align-items:center;gap:20px;padding:0 20px;font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted)}.marquee-dot{width:3px;height:3px;border-radius:50%;background:var(--accent);flex-shrink:0}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:32px;flex-wrap:wrap;gap:12px}.section-eyebrow{font-size:10px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--text-light);margin-bottom:8px}.section-title{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:400;color:var(--text)}.view-all{font-size:11px;letter-spacing:.09em;text-transform:uppercase;color:var(--text-muted);display:flex;align-items:center;gap:6px;transition:color .2s}.view-all:hover{color:var(--text)}.view-all svg{width:13px;height:13px;stroke:currentColor;stroke-width:1.8;fill:none;transition:transform .2s}.view-all:hover svg{transform:translate(3px)}.products-section{padding:clamp(48px,8vw,90px) var(--gutter)}.products-section .section-head{max-width:var(--max);margin:0 auto 32px}.product-grid{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.product-card{background:var(--bg-card);border-radius:var(--radius);overflow:hidden;position:relative;transition:transform .25s var(--ease)}.product-card:hover{transform:translateY(-3px)}.product-card-img{aspect-ratio:3/4;overflow:hidden;background:var(--bg-card-2);position:relative}.product-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .55s var(--ease)}.product-card:hover .product-card-img img{transform:scale(1.04)}.product-card-badge{position:absolute;top:12px;left:12px;padding:4px 10px;background:var(--bg-dark);color:#fff;font-size:9px;letter-spacing:.1em;text-transform:uppercase;border-radius:5px}.product-card-qa{position:absolute;bottom:12px;left:12px;right:12px;padding:11px 16px;text-align:center;background:#f0ede8f2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--border-med);border-radius:var(--radius-sm);font-size:10.5px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;opacity:0;transform:translateY(6px);transition:opacity .22s,transform .22s var(--ease),background .18s}.product-card:hover .product-card-qa{opacity:1;transform:none}.product-card-qa:hover{background:var(--bg-dark);color:#fff}.product-card-info{padding:14px 16px 18px}.product-card-vendor{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--text-light);margin-bottom:5px}.product-card-title{font-size:14px;font-weight:400;color:var(--text);margin-bottom:8px}.product-card-price{font-size:13px;color:var(--text-muted)}.product-card-price s{color:var(--text-light);margin-right:5px}.editorial{display:grid;grid-template-columns:1fr 1fr;min-height:60vh;overflow:hidden;border-radius:var(--radius);margin:0 var(--gutter) clamp(48px,8vw,90px);max-width:calc(var(--max))}.editorial-img{overflow:hidden;background:var(--bg-card-2)}.editorial-img img{width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}.editorial:hover .editorial-img img{transform:scale(1.03)}.editorial-body{display:flex;flex-direction:column;justify-content:center;padding:clamp(36px,7vw,80px) clamp(32px,6vw,72px);background:var(--bg-dark);color:#fff9}.editorial-eyebrow{font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--accent);margin-bottom:18px}.editorial-title{font-size:clamp(1.6rem,3.5vw,2.6rem);font-weight:400;color:#fff;margin-bottom:20px;line-height:1.2}.editorial-text{font-size:14px;line-height:1.85;max-width:360px;margin-bottom:36px}.editorial-btn{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;border:1px solid rgba(255,255,255,.25);border-radius:var(--radius-btn);font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#fff;transition:border-color .2s,background .2s;align-self:flex-start}.editorial-btn:hover{border-color:#ffffff8c;background:#ffffff14}@media(max-width:800px){.editorial{grid-template-columns:1fr;border-radius:var(--radius)}.editorial-img{height:52vw}}.values{padding:clamp(48px,7vw,80px) var(--gutter);background:var(--bg)}.values-inner{max-width:var(--max);margin:0 auto}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;margin-top:40px}.value-item{display:flex;flex-direction:column;gap:12px}.value-icon{width:44px;height:44px;border-radius:12px;background:var(--bg-card);display:flex;align-items:center;justify-content:center}.value-icon svg{width:20px;height:20px;stroke:var(--text-muted);stroke-width:1.5;fill:none;stroke-linecap:round}.value-title{font-size:13.5px;font-weight:500;color:var(--text)}.value-desc{font-size:13px;color:var(--text-muted);line-height:1.7}.testimonials{padding:clamp(48px,7vw,80px) var(--gutter);background:var(--bg-card)}.testimonials-inner{max-width:var(--max);margin:0 auto}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-top:40px}.testimonial{background:var(--bg);border-radius:var(--radius);padding:28px;display:flex;flex-direction:column;gap:16px}.testimonial-stars{display:flex;gap:3px}.testimonial-stars svg{width:12px;height:12px;fill:var(--accent);stroke:none}.testimonial-quote{font-size:14px;color:var(--text);line-height:1.75;font-style:italic}.testimonial-author{font-size:11px;letter-spacing:.07em;color:var(--text-light)}.newsletter{padding:clamp(48px,7vw,80px) var(--gutter);background:var(--bg)}.newsletter-inner{max-width:520px;margin:0 auto;text-align:center}.newsletter-eyebrow{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-light);margin-bottom:14px}.newsletter-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:400;margin-bottom:12px}.newsletter-body{font-size:14px;color:var(--text-muted);margin-bottom:28px;line-height:1.7}.newsletter-form{display:flex;overflow:hidden;border:1px solid var(--border-med);border-radius:var(--radius-btn);background:#fff9}.newsletter-form input{flex:1;padding:14px 18px;border:none;background:transparent;font-size:13.5px;color:var(--text);outline:none}.newsletter-form input::placeholder{color:var(--text-light)}.newsletter-form button{padding:14px 22px;background:var(--bg-dark);color:#fff;border:none;font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;transition:background .2s}.newsletter-form button:hover{background:#2d2d2d}.site-footer{background:var(--bg-dark);color:#ffffff73;padding:clamp(48px,7vw,80px) var(--gutter) 28px}.footer-top{max-width:var(--max);margin:0 auto 56px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px}.footer-brand-name{font-size:12px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:#fff;margin-bottom:14px}.footer-brand-desc{font-size:13px;line-height:1.8;max-width:240px}.footer-col-title{font-size:9.5px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#ffffff4d;margin-bottom:16px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-col li a{font-size:13px;color:#ffffff73;transition:color .18s}.footer-col li a:hover{color:#fff}.footer-bottom{max-width:var(--max);margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding-top:24px;border-top:1px solid rgba(255,255,255,.08);flex-wrap:wrap;gap:12px}.footer-copy{font-size:11.5px}.footer-social{display:flex;gap:10px}.footer-social a{width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;color:#fff6;transition:border-color .18s,color .18s}.footer-social a:hover{border-color:#fff6;color:#fff}.footer-social svg{width:14px;height:14px;stroke:currentColor;stroke-width:1.6;fill:none}.footer-legal{display:flex;gap:18px;flex-wrap:wrap}.footer-legal a{font-size:11px;color:#ffffff4d;transition:color .18s}.footer-legal a:hover{color:#ffffffa6}@media(max-width:900px){.footer-top{grid-template-columns:1fr 1fr}}@media(max-width:540px){.footer-top{grid-template-columns:1fr;gap:32px}}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:var(--radius-btn);font-size:11.5px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;border:1px solid transparent;transition:background .2s,color .2s,border-color .2s,transform .15s}.btn:active{transform:scale(.98)}.btn-dark{background:var(--bg-dark);color:#fff;border-color:var(--bg-dark)}.btn-dark:hover{background:#2d2d2d}.btn-outline{background:transparent;color:var(--text);border-color:var(--border-med)}.btn-outline:hover{background:#0000000d}.btn-ghost{background:transparent;color:var(--text-muted);border:none;padding-left:0;padding-right:0}.btn-ghost:hover{color:var(--text)}.collection-banner{padding:clamp(40px,6vw,72px) var(--gutter) clamp(28px,4vw,48px);border-bottom:1px solid var(--border)}.collection-banner-inner{max-width:var(--max);margin:0 auto}.collection-banner-eyebrow{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--text-light);margin-bottom:10px}.collection-banner h1{font-size:clamp(1.8rem,4vw,3rem);font-weight:400;margin-bottom:10px}.collection-banner p{color:var(--text-muted);max-width:560px;font-size:14px}.collection-toolbar{padding:18px var(--gutter);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.collection-toolbar-inner{max-width:var(--max);margin:0 auto;width:100%;display:flex;align-items:center;justify-content:space-between}.collection-count{font-size:12px;color:var(--text-light);letter-spacing:.05em}.collection-sort select{padding:8px 14px;border:1px solid var(--border-med);border-radius:var(--radius-sm);background:transparent;font-size:12px;color:var(--text);outline:none;cursor:pointer}.collection-body{padding:clamp(28px,5vw,60px) var(--gutter)}.collection-body .product-grid{margin-top:0}.pagination{display:flex;justify-content:center;gap:8px;margin-top:48px;flex-wrap:wrap}.pagination a,.pagination span{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;border:1px solid var(--border);transition:background .18s,border-color .18s}.pagination a:hover{background:var(--bg-card);border-color:var(--border-med)}.pagination .current{background:var(--bg-dark);color:#fff;border-color:var(--bg-dark)}.pagination .prev-next{width:auto;padding:0 16px;border-radius:var(--radius-btn)}.breadcrumb{padding:14px var(--gutter);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:8px;font-size:11.5px;color:var(--text-light);max-width:var(--max);margin:0 auto}.breadcrumb a:hover{color:var(--text)}.breadcrumb-sep{opacity:.4}.product-page{padding:clamp(32px,5vw,64px) var(--gutter)}.product-page-grid{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:clamp(32px,6vw,72px);align-items:start}.product-gallery-main{aspect-ratio:3/4;border-radius:var(--radius);overflow:hidden;background:var(--bg-card)}.product-gallery-main img{width:100%;height:100%;object-fit:cover}.product-gallery-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:8px}.product-gallery-thumbs button{aspect-ratio:1;border-radius:8px;overflow:hidden;border:2px solid transparent;background:var(--bg-card);padding:0;transition:border-color .18s}.product-gallery-thumbs button.active,.product-gallery-thumbs button:hover{border-color:var(--bg-dark)}.product-gallery-thumbs img{width:100%;height:100%;object-fit:cover}.product-info-vendor{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--text-light);margin-bottom:10px}.product-info-title{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:400;margin-bottom:14px}.product-info-price{font-size:1.15rem;color:var(--text-muted);margin-bottom:28px}.product-info-price s{color:var(--text-light);margin-right:8px}.product-option-label{font-size:10.5px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:10px;display:block}.swatch-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}.swatch{padding:8px 16px;border-radius:var(--radius-sm);border:1px solid var(--border-med);font-size:12.5px;cursor:pointer;transition:border-color .18s,background .18s}.swatch:hover{border-color:var(--text)}.swatch.active{border-color:var(--text);background:var(--bg-card)}.swatch.unavailable{opacity:.4;text-decoration:line-through;cursor:not-allowed}.product-atc{width:100%;padding:16px 24px;margin-bottom:12px;justify-content:center;font-size:12px}.product-atc svg{width:17px;height:17px}.product-wishlist{width:100%;justify-content:center}.product-desc{font-size:14px;color:var(--text-muted);line-height:1.85;margin-top:28px}.product-desc p{margin-bottom:14px}.product-meta{margin-top:24px;padding-top:20px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:10px}.product-meta-row{display:flex;align-items:center;gap:10px;font-size:12.5px;color:var(--text-muted)}.product-meta-row svg{width:15px;height:15px;stroke:currentColor;stroke-width:1.6;fill:none;flex-shrink:0}@media(max-width:800px){.product-page-grid{grid-template-columns:1fr}}.cart-page{padding:clamp(32px,5vw,64px) var(--gutter)}.cart-page-inner{max-width:var(--max);margin:0 auto}.cart-page-title{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:400;margin-bottom:4px}.cart-page-count{font-size:13px;color:var(--text-light);margin-bottom:36px}.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:40px;align-items:start}.cart-item{display:grid;grid-template-columns:88px 1fr auto;gap:18px;padding:22px 0;border-bottom:1px solid var(--border);align-items:start}.cart-item-img{border-radius:10px;overflow:hidden;aspect-ratio:1;background:var(--bg-card)}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-title{font-size:14px;font-weight:400;margin-bottom:5px}.cart-item-variant{font-size:12px;color:var(--text-light);margin-bottom:14px}.cart-qty-row{display:flex;align-items:center;gap:10px}.cart-qty-btn{width:28px;height:28px;border-radius:6px;border:1px solid var(--border-med);background:transparent;font-size:15px;display:flex;align-items:center;justify-content:center;transition:background .18s}.cart-qty-btn:hover{background:var(--bg-card)}.cart-qty-num{font-size:13px;min-width:18px;text-align:center}.cart-item-price{font-size:14px;color:var(--text-muted);text-align:right}.cart-item-remove{font-size:11px;color:var(--text-light);text-decoration:underline;margin-top:8px;display:block;transition:color .18s}.cart-item-remove:hover{color:var(--text)}.cart-summary-box{background:var(--bg-card);border-radius:var(--radius);padding:28px;position:sticky;top:calc(var(--header-h) + 20px)}.cart-summary-title{font-size:15px;font-weight:500;margin-bottom:20px}.cart-summary-row{display:flex;justify-content:space-between;font-size:13px;color:var(--text-muted);margin-bottom:10px}.cart-summary-total{display:flex;justify-content:space-between;font-size:15px;font-weight:500;color:var(--text);margin-top:14px;padding-top:14px;border-top:1px solid var(--border)}.cart-checkout-btn{width:100%;margin-top:18px;justify-content:center;padding:15px}.cart-continue{display:block;text-align:center;font-size:11.5px;color:var(--text-light);letter-spacing:.07em;margin-top:14px;transition:color .18s}.cart-continue:hover{color:var(--text)}.cart-empty{text-align:center;padding:80px 0}.cart-empty-title{font-size:1.5rem;font-weight:400;color:var(--text-muted);margin-bottom:20px}@media(max-width:800px){.cart-layout{grid-template-columns:1fr}}.page-section{padding:clamp(40px,7vw,80px) var(--gutter)}.page-content{max-width:720px;margin:0 auto}.page-content h1{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:400;margin-bottom:28px}.page-content h2{font-size:1.4rem;font-weight:400;margin:32px 0 14px}.page-content p{font-size:14.5px;color:var(--text-muted);line-height:1.9;margin-bottom:18px}.page-content ul,.page-content ol{padding-left:22px;margin-bottom:18px}.page-content li{font-size:14.5px;color:var(--text-muted);line-height:1.9;margin-bottom:6px}.page-content a{color:var(--text);text-decoration:underline;text-underline-offset:3px}.contact-form{display:flex;flex-direction:column;gap:16px;margin-top:32px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-field{display:flex;flex-direction:column;gap:7px}.form-field label{font-size:11px;letter-spacing:.09em;text-transform:uppercase;color:var(--text-muted)}.form-field input,.form-field textarea,.form-field select{padding:12px 16px;border:1px solid var(--border-med);border-radius:var(--radius-sm);background:#ffffff80;font-size:14px;color:var(--text);outline:none;transition:border-color .18s}.form-field input:focus,.form-field textarea:focus{border-color:var(--text)}.form-field textarea{min-height:120px;resize:vertical}@media(max-width:600px){.form-row{grid-template-columns:1fr}}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;margin-top:40px}.blog-card{background:var(--bg-card);border-radius:var(--radius);overflow:hidden;transition:transform .22s var(--ease)}.blog-card:hover{transform:translateY(-3px)}.blog-card-img{aspect-ratio:16/10;overflow:hidden;background:var(--bg-card-2)}.blog-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .55s var(--ease)}.blog-card:hover .blog-card-img img{transform:scale(1.04)}.blog-card-body{padding:20px}.blog-card-date{font-size:10.5px;letter-spacing:.07em;color:var(--text-light);margin-bottom:8px}.blog-card-title{font-size:15px;font-weight:400;color:var(--text);margin-bottom:10px;line-height:1.4}.blog-card-excerpt{font-size:13px;color:var(--text-muted);line-height:1.7}.article-hero{aspect-ratio:21/9;overflow:hidden;border-radius:var(--radius);margin-bottom:40px;background:var(--bg-card)}.article-hero img{width:100%;height:100%;object-fit:cover}.article-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:32px}.article-tag{padding:5px 12px;background:var(--bg-card);border-radius:5px;font-size:11px;letter-spacing:.06em;color:var(--text-muted)}.not-found{min-height:55vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:var(--gutter)}.not-found-code{font-size:clamp(5rem,15vw,10rem);font-weight:300;color:var(--border);line-height:1;margin-bottom:20px}.not-found h1{font-size:1.5rem;font-weight:400;margin-bottom:12px}.not-found p{color:var(--text-muted);max-width:380px;margin-bottom:28px}.search-bar-wrap{padding:clamp(28px,5vw,56px) var(--gutter) 24px;border-bottom:1px solid var(--border)}.search-bar-form{max-width:560px;margin:0 auto;display:flex;border:1px solid var(--border-med);border-radius:var(--radius-btn);overflow:hidden;background:#ffffff80}.search-bar-form input{flex:1;padding:14px 20px;border:none;background:transparent;font-size:15px;color:var(--text);outline:none}.search-bar-form button{padding:14px 22px;background:var(--bg-dark);color:#fff;border:none;font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;transition:background .18s}.search-bar-form button:hover{background:#2d2d2d}.search-results-heading{font-size:13px;color:var(--text-light);padding:18px var(--gutter) 0;max-width:var(--max);margin:0 auto}.account-page{padding:clamp(32px,5vw,64px) var(--gutter)}.account-page-inner{max-width:520px;margin:0 auto}.account-page h1{font-size:clamp(1.5rem,3vw,2rem);font-weight:400;margin-bottom:28px}.account-divider{text-align:center;font-size:12px;color:var(--text-light);margin:18px 0}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--bg-card-2);border-radius:99px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}body.template-password{background:var(--bg);font-family:DM Sans,sans-serif;color:var(--text)}.password-header{background:var(--bg);border-bottom:1px solid var(--border)}.password-header__logo a,.password-header__logo{font-family:DM Sans,sans-serif;font-size:1.25rem;font-weight:500;color:#1a1a1a;letter-spacing:-.02em;text-transform:lowercase}.password-page__hero-container,.password-page__content{background:transparent}.password-page__login-form{background:#e8e4de;border-radius:14px;padding:2rem;border:1px solid rgba(26,26,26,.1)}.password-page__login-form input[type=password],.password-page__login-form input[type=text],.password-page__login-form input[type=email]{font-family:DM Sans,sans-serif;background:#f0ede8;border:1px solid rgba(26,26,26,.18);border-radius:8px;color:#1a1a1a}.password-page__login-form input::placeholder{color:#b8b4ae}.password-page__login-form button,.password-page__login-form input[type=submit]{font-family:DM Sans,sans-serif;background:#1a1a1a;color:#fff;border-radius:10px;border:none}.password-page__title,.password-page__subtext h2{font-family:DM Sans,sans-serif;color:#1a1a1a}.password-page__subtext p{color:#888880}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
