:root{--background: #fdfdfd;--foreground: #1c1d23;--muted: #f5f5f6;--muted-foreground: #6f7079;--border: #e8e8eb;--hairline: #dfdfe2;--radius: .5rem;--font-display: "Inter", -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;--ease-soft: cubic-bezier(.22, 1, .36, 1)}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{margin:0;font-family:var(--font-display);background:var(--background);color:var(--foreground);letter-spacing:-.01em;font-feature-settings:"ss01","cv11";text-rendering:optimizeLegibility}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:0;background:none;color:inherit}h1,h2,h3,h4{font-weight:500;letter-spacing:-.025em;margin:0}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:1rem;top:1rem;background:var(--foreground);color:var(--background);padding:.5rem 1rem;border-radius:9999px;z-index:100}.container{max-width:80rem;margin:0 auto;padding:0 1.5rem}@media(min-width:1024px){.container{padding:0 2.5rem}}.eyebrow{font-size:.7rem;text-transform:uppercase;letter-spacing:.2em;color:var(--muted-foreground)}.btn{display:inline-flex;align-items:center;gap:.5rem;height:3rem;padding:0 1.75rem;border-radius:9999px;font-size:.875rem;font-weight:500;transition:opacity .3s var(--ease-soft)}.btn-primary{background:var(--foreground);color:var(--background)}.btn-primary:hover{opacity:.9}.btn-ghost{color:var(--foreground)}.sk-link{position:relative;transition:color .3s var(--ease-soft)}.sk-link:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .4s var(--ease-soft)}.sk-link:hover:after,.sk-link.active:after{transform:scaleX(1);transform-origin:left}.site-header{position:fixed;top:0;left:0;right:0;z-index:50;transition:background .4s var(--ease-soft),border-color .4s var(--ease-soft);border-bottom:1px solid transparent;padding-top:env(safe-area-inset-top)}.site-header.scrolled{background:#fdfdfdd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom-color:var(--border)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:4rem}.site-header__logo{font-weight:500;font-size:15px;letter-spacing:-.02em}.site-header__nav{display:none;gap:2.5rem;font-size:13px;color:#1c1d23b3}@media(min-width:768px){.site-header__nav{display:flex}}.site-header__actions{display:flex;align-items:center;gap:.5rem}.cart-toggle{display:inline-flex;align-items:center;justify-content:center;height:2.25rem;width:2.25rem;border-radius:9999px;transition:background .2s;position:relative}.cart-toggle:hover{background:var(--muted)}.cart-count{position:absolute;top:0;right:0;min-width:1rem;height:1rem;padding:0 4px;background:var(--foreground);color:var(--background);border-radius:9999px;font-size:10px;line-height:1rem;text-align:center}.menu-toggle{display:inline-flex;align-items:center;justify-content:center;height:2.25rem;width:2.25rem;border-radius:9999px}@media(min-width:768px){.menu-toggle{display:none}}.mobile-nav{display:none;border-top:1px solid var(--border);background:#fdfdfdf2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mobile-nav.open{display:block}.mobile-nav nav{display:flex;flex-direction:column;padding:1.5rem;gap:1.25rem;font-size:14px}main{padding-top:4rem}.hero{overflow:hidden}.hero__inner{display:grid;gap:4rem;align-items:center;padding:5rem 0 6rem}@media(min-width:1024px){.hero__inner{grid-template-columns:1fr 1fr;padding:7rem 0 6rem}}.hero__copy>*+*{margin-top:2rem}.hero__title{font-size:clamp(3rem,6vw,4.5rem);line-height:.95}.hero__sub{color:var(--muted-foreground);max-width:28rem;line-height:1.6;font-size:1.0625rem}.hero__media{aspect-ratio:5/4;border-radius:1rem;overflow:hidden;background:var(--muted)}@media(min-width:1024px){.hero__media{aspect-ratio:6/7}}.hero__media img{width:100%;height:100%;object-fit:cover}section.block{padding:5rem 0}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:3rem}.section-head h2{font-size:clamp(1.75rem,3vw,2.25rem)}.product-grid{display:grid;gap:1.5rem 1.5rem;row-gap:3rem;grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}}.product-card a{display:block}.product-card__media{aspect-ratio:1/1;border-radius:.75rem;overflow:hidden;background:var(--muted);transition:transform .6s var(--ease-soft)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease-soft)}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__title{margin-top:.85rem;font-size:13.5px;font-weight:500}.product-card__price{margin-top:.25rem;font-size:13px;color:var(--muted-foreground)}.benefits{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#f5f5f666}.benefits__grid{display:grid;gap:2.5rem;padding:5rem 0;grid-template-columns:repeat(2,1fr)}@media(min-width:1024px){.benefits__grid{grid-template-columns:repeat(4,1fr)}}.benefit__icon{width:1.25rem;height:1.25rem}.benefit h3{font-size:14px;margin-top:.75rem}.benefit p{color:var(--muted-foreground);font-size:14px;line-height:1.6;margin:.75rem 0 0}.about-grid{display:grid;gap:4rem;align-items:center;padding:6rem 0}@media(min-width:1024px){.about-grid{grid-template-columns:1fr 1fr}}.about-grid__media{aspect-ratio:4/5;border-radius:1rem;overflow:hidden;background:var(--muted);order:2}@media(min-width:1024px){.about-grid__media{order:1}}.about-grid__media img{width:100%;height:100%;object-fit:cover}.about-grid__copy{max-width:28rem}.about-grid__copy>*+*{margin-top:1.5rem}.about-grid__copy p{color:var(--muted-foreground);line-height:1.7}.pdp{padding:6rem 0 5rem;display:grid;gap:3rem}@media(min-width:900px){.pdp{grid-template-columns:1.1fr 1fr;gap:5rem}}.pdp__gallery{display:grid;gap:1rem}.pdp__gallery .main{aspect-ratio:4/5;background:var(--muted);border-radius:1rem;overflow:hidden}.pdp__gallery .main img{width:100%;height:100%;object-fit:cover}.pdp__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.pdp__thumbs button{aspect-ratio:1/1;border-radius:.5rem;overflow:hidden;background:var(--muted);border:1px solid transparent}.pdp__thumbs button.active{border-color:var(--foreground)}.pdp__thumbs img{width:100%;height:100%;object-fit:cover}.pdp__info>*+*{margin-top:1.5rem}.pdp__title{font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.05}.pdp__price{font-size:1.125rem}.pdp__desc{color:var(--muted-foreground);line-height:1.75;font-size:15px}.option{display:grid;gap:.5rem;margin-top:1.25rem}.option__label{font-size:12px;text-transform:uppercase;letter-spacing:.15em;color:var(--muted-foreground)}.option__values{display:flex;flex-wrap:wrap;gap:.5rem}.option__values label{display:inline-flex;align-items:center;padding:.5rem .9rem;border:1px solid var(--border);border-radius:9999px;font-size:13px;cursor:pointer;transition:all .2s}.option__values input{display:none}.option__values label:has(input:checked){background:var(--foreground);color:var(--background);border-color:var(--foreground)}.add-to-cart{width:100%;height:3rem;border-radius:9999px;background:var(--foreground);color:var(--background);font-size:14px;font-weight:500;margin-top:1.5rem;transition:opacity .2s}.add-to-cart:hover{opacity:.9}.add-to-cart[disabled]{opacity:.5;cursor:not-allowed}.collection-head{padding:5rem 0 2rem}.collection-head h1{font-size:clamp(2rem,4vw,3rem)}.collection-head p{color:var(--muted-foreground);margin-top:1rem;max-width:38rem;line-height:1.6}.collection-grid{padding-bottom:5rem}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;pointer-events:none}.cart-drawer.open{pointer-events:auto}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d;opacity:0;transition:opacity .3s}.cart-drawer.open .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;right:0;top:0;bottom:0;width:100%;max-width:26rem;background:var(--background);transform:translate(100%);transition:transform .35s var(--ease-soft);display:flex;flex-direction:column}.cart-drawer.open .cart-drawer__panel{transform:translate(0)}.cart-drawer__head{padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.cart-drawer__head h2{font-size:16px}.cart-drawer__items{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-line{display:grid;grid-template-columns:64px 1fr auto;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border)}.cart-line__media{aspect-ratio:1/1;background:var(--muted);border-radius:.5rem;overflow:hidden}.cart-line__media img{width:100%;height:100%;object-fit:cover}.cart-line__title{font-size:14px;font-weight:500}.cart-line__variant{font-size:12px;color:var(--muted-foreground);margin-top:2px}.cart-line__qty{display:inline-flex;align-items:center;gap:.5rem;margin-top:.5rem;font-size:13px}.cart-line__qty button{width:1.5rem;height:1.5rem;border-radius:9999px;background:var(--muted)}.cart-line__price{font-size:13px;font-weight:500}.cart-drawer__foot{padding:1.25rem 1.5rem;border-top:1px solid var(--border)}.cart-drawer__total{display:flex;justify-content:space-between;font-size:14px;margin-bottom:1rem}.cart-drawer__checkout{display:flex;align-items:center;justify-content:center;width:100%;height:3rem;border-radius:9999px;background:var(--foreground);color:var(--background);font-weight:500;font-size:14px}.cart-empty{text-align:center;padding:3rem 1rem;color:var(--muted-foreground);font-size:14px}.site-footer{border-top:1px solid var(--border);margin-top:8rem;padding-bottom:env(safe-area-inset-bottom)}.site-footer__top{display:grid;gap:3rem;padding:4rem 0;grid-template-columns:1fr}@media(min-width:768px){.site-footer__top{grid-template-columns:2fr 1fr 1fr}}.site-footer h4{color:#1c1d2380;font-size:11px;text-transform:uppercase;letter-spacing:.15em;font-weight:500}.site-footer ul{list-style:none;padding:0;margin:.75rem 0 0;display:grid;gap:.5rem;font-size:14px}.site-footer ul a{color:#1c1d23cc}.site-footer ul a:hover{color:var(--foreground)}.site-footer__brand p{color:var(--muted-foreground);font-size:14px;line-height:1.7;max-width:22rem;margin:.75rem 0}.newsletter{display:flex;gap:.5rem;margin-top:1rem;max-width:22rem}.newsletter input{flex:1;height:2.5rem;padding:0 1rem;border-radius:9999px;border:1px solid var(--border);background:var(--background);font-size:14px}.newsletter input:focus{outline:none;border-color:var(--foreground)}.newsletter button{height:2.5rem;padding:0 1rem;border-radius:9999px;background:var(--foreground);color:var(--background);font-size:13px;font-weight:500}.site-footer__bottom{border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding:1.5rem 0;font-size:12px;color:var(--muted-foreground);flex-wrap:wrap}.rte{max-width:44rem;padding:5rem 0}.rte h1{font-size:clamp(2rem,4vw,3rem)}.rte h2{font-size:1.125rem;margin-top:2rem;margin-bottom:.5rem}.rte p,.rte li{color:#1c1d23d9;line-height:1.75;font-size:15px}.rte ul{padding-left:1.25rem}.rte a{text-decoration:underline;text-underline-offset:3px}@keyframes sk-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes sk-fade-in{0%{opacity:0}to{opacity:1}}.fade-up{animation:sk-fade-up .9s var(--ease-soft) both}.fade-in{animation:sk-fade-in 1.2s var(--ease-soft) both}.delay-200{animation-delay:.2s}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
