*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font:400 15px/1.5 -apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;padding-bottom:0}body.is-locked{overflow:hidden}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img,svg{display:block;max-width:100%}svg{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.06;letter-spacing:-.035em}h1{font-size:clamp(2.4rem,6vw,5.7rem)}h2{font-size:clamp(1.8rem,3.5vw,3.7rem)}h3{font-size:1rem}.container{width:min(calc(100% - 32px),var(--container));margin-inline:auto}.section{padding:clamp(48px,7vw,100px) 0}.section-header{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-header h2{margin:0}.section-header a{font-weight:650;border-bottom:1px solid}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.69rem;font-weight:750;color:var(--muted)}.rte{color:var(--muted)}.rte>*:last-child{margin-bottom:0}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:8px;left:8px;z-index:1000;background:var(--text);color:var(--surface);padding:10px;transform:translateY(-150%)}.skip-link:focus{transform:none}.button{display:inline-flex;justify-content:center;align-items:center;gap:10px;min-height:50px;padding:0 24px;background:var(--accent);border:1px solid var(--accent);border-radius:999px;color:var(--accent-text);font-weight:700;transition:transform var(--motion),opacity var(--motion),background var(--motion)}.button:hover{transform:translateY(-2px)}.button:active{transform:scale(.97)}.button--secondary{background:transparent;color:var(--text);border-color:var(--border)}.button--full{width:100%}.icon-button{display:grid;place-items:center;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:transparent}.icon-button svg,.header-action svg,.bottom-nav svg{width:22px;height:22px}.announcement{background:var(--announce-bg);color:var(--announce-text);font-size:.76rem;text-align:center;padding:7px 0}.site-header{height:70px;background:color-mix(in srgb,var(--bg) 90%,transparent);border-bottom:1px solid color-mix(in srgb,var(--border) 70%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:50}.site-header--sticky{position:sticky;top:0}.header__inner{height:100%;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.logo{font-size:1.25rem;font-weight:800;letter-spacing:-.04em}.logo img{width:auto}.header__menu{justify-self:start}.desktop-menu{display:none;gap:30px;font-size:.88rem;font-weight:620}.desktop-menu a{position:relative}.desktop-menu a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:currentColor;transition:right var(--motion)}.desktop-menu a:hover:after{right:0}.header__actions{justify-self:end;display:flex;align-items:center}.header-action{position:relative;display:grid;place-items:center;min-width:44px;height:44px;padding:0;border:0;background:transparent;font-size:.78rem}.header-action>span{display:none}.header-action b,.bottom-nav b{position:absolute;top:1px;right:0;display:grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:var(--accent);color:var(--accent-text);font-size:.62rem}.desktop-only{display:none!important}.scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:79;background:#080c0a61;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);opacity:0;transition:opacity var(--motion)}.scrim.is-open{opacity:1}.drawer{position:fixed;top:0;bottom:0;z-index:80;width:min(90vw,430px);display:flex;flex-direction:column;background:var(--surface);box-shadow:var(--shadow);visibility:hidden;transition:transform .32s cubic-bezier(.22,.8,.2,1),visibility .32s}.drawer--menu{left:0;transform:translate(-102%);border-radius:0 var(--radius) var(--radius) 0}.drawer--cart{right:0;transform:translate(102%);border-radius:var(--radius) 0 0 var(--radius)}.drawer.is-open{transform:none;visibility:visible}.drawer__header{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 20px;border-bottom:1px solid var(--border)}.drawer__body{flex:1;overflow:auto;padding:18px 20px}.drawer__footer{padding:18px 20px calc(18px + env(safe-area-inset-bottom));border-top:1px solid var(--border)}.mobile-menu>a,.mobile-menu summary{display:flex;align-items:center;justify-content:space-between;padding:15px 2px;border-bottom:1px solid var(--border);font-size:1.1rem;font-weight:670;list-style:none}.mobile-menu summary svg{width:18px}.mobile-submenu{display:grid;padding:8px 0 12px 18px}.mobile-submenu a{padding:9px 0;color:var(--muted)}.drawer__footer>a,.drawer__footer>button{display:flex;align-items:center;gap:12px;width:100%;padding:10px 0;border:0;background:none}.drawer__footer svg{width:20px}.social-links{display:flex;gap:15px;margin-top:14px;font-size:.78rem;color:var(--muted)}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:var(--bg);visibility:hidden;opacity:0;transform:translateY(10px);transition:all var(--motion)}.search-overlay.is-open{visibility:visible;opacity:1;transform:none}.search-overlay__top{padding:12px 16px;border-bottom:1px solid var(--border);background:var(--surface)}.search-field{max-width:850px;margin:auto;display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:10px;background:var(--bg);border-radius:999px;padding:0 15px}.search-field svg{width:21px}.search-field input{height:52px;border:0;outline:0;background:transparent}.search-field button{border:0;background:none;font-weight:650}.search-overlay__body{padding-top:42px}.search-chips{display:flex;gap:9px;flex-wrap:wrap}.search-chips button{padding:10px 16px;border:1px solid var(--border);border-radius:999px;background:var(--surface)}.search-results{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.search-result img{aspect-ratio:1/1.2;width:100%;object-fit:cover;border-radius:calc(var(--radius) - 5px);background:#eee}.search-result h3{margin:8px 0 3px}.bottom-nav{position:fixed;left:16px;right:16px;bottom:calc(12px + env(safe-area-inset-bottom));z-index:60;height:68px;display:grid;grid-template-columns:repeat(5,1fr);background:color-mix(in srgb,var(--surface) 92%,transparent);border:1px solid color-mix(in srgb,var(--border) 75%,transparent);border-radius:24px;box-shadow:0 10px 35px #14141424;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:transform .28s,opacity .28s}.bottom-nav.is-hidden{transform:translateY(calc(120% + env(safe-area-inset-bottom)));opacity:0}.bottom-nav a,.bottom-nav button{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border:0;background:none;font-size:.62rem}.bottom-nav .is-active{color:var(--accent)}.bottom-nav .is-active:before{content:"";position:absolute;top:5px;width:22px;height:3px;border-radius:3px;background:var(--accent)}.bottom-nav b{right:calc(50% - 19px);top:7px}.toast{position:fixed;left:50%;bottom:105px;z-index:100;max-width:calc(100% - 40px);padding:11px 18px;border-radius:999px;background:var(--text);color:var(--surface);box-shadow:var(--shadow);opacity:0;transform:translate(-50%,10px);pointer-events:none;transition:all var(--motion)}.toast.is-visible{opacity:1;transform:translate(-50%)}.hero{padding:12px 0}.hero__card{position:relative;min-height:min(78vh,760px);display:flex;align-items:end;overflow:hidden;border-radius:clamp(20px,3vw,36px);background:#d8ddd8}.hero__media,.hero__media img,.hero__media video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.58))}.hero__content{position:relative;z-index:1;max-width:720px;padding:clamp(25px,6vw,70px);color:#fff}.hero__content h1{margin:7px 0 16px}.hero__content p{max-width:550px;font-size:clamp(1rem,2vw,1.2rem)}.hero__content .button{background:#fff;border-color:#fff;color:#111}.category-scroller{display:grid;grid-auto-flow:column;grid-auto-columns:72%;gap:14px;overflow:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:8px}.category-card{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:var(--radius);scroll-snap-align:start;background:#e6e8e2}.category-card img,.category-card svg{width:100%;height:100%;object-fit:cover;transition:transform .45s}.category-card:hover img{transform:scale(1.035)}.category-card__label{position:absolute;left:14px;right:14px;bottom:14px;padding:14px 17px;border-radius:14px;background:color-mix(in srgb,#fff 90%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-weight:750}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 12px}.product-card__media{position:relative;overflow:hidden;border-radius:var(--radius);background:#ecece8}.media--portrait{aspect-ratio:4/5}.media--square{aspect-ratio:1}.media>a,.product-card__image,.placeholder-svg{width:100%;height:100%}.product-card__image{object-fit:cover;transition:opacity .3s,transform .5s}.product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.badge{position:absolute;top:10px;left:10px;padding:5px 9px;border-radius:999px;background:var(--surface);font-size:.65rem;font-weight:750}.badge--sale{background:var(--accent);color:var(--accent-text)}.wishlist-button{position:absolute;top:7px;right:7px;background:color-mix(in srgb,var(--surface) 88%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.wishlist-button.is-active{color:#c13750}.wishlist-button.is-active svg{fill:currentColor;animation:heart .35s}.quick-add{position:absolute;right:9px;bottom:9px;display:flex;align-items:center;justify-content:center;gap:7px;min-width:42px;height:42px;padding:0 12px;border:0;border-radius:999px;background:var(--surface);box-shadow:0 5px 18px #0000001f;font-weight:700;font-size:.75rem}.quick-add span{display:none}.quick-add svg{width:18px}.product-card__content{padding:11px 3px}.product-card__content h3{margin:0 0 6px;font-weight:600}.price{display:flex;align-items:center;gap:8px;font-size:.88rem}.price__compare{color:var(--muted)}.price--sale .price__current{color:var(--accent);font-weight:750}.variant-count{display:block;margin-top:4px;color:var(--muted);font-size:.72rem}.placeholder-svg{background:#e5e6e2;color:#aaa}.empty-state{text-align:center;padding:60px 20px}.cart-item{display:grid;grid-template-columns:82px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--border)}.cart-item img{width:82px;aspect-ratio:4/5;object-fit:cover;border-radius:12px}.cart-item h3{margin:2px 0 5px}.cart-item p{font-size:.75rem;color:var(--muted)}.quantity{display:flex;align-items:center;width:max-content;border:1px solid var(--border);border-radius:999px}.quantity button{width:34px;height:34px;border:0;background:none}.quantity input{width:30px;border:0;background:none;text-align:center}.cart-remove{border:0;background:none;color:var(--muted);font-size:.75rem}.shipping-progress{margin-bottom:18px}.progress-track{height:5px;border-radius:3px;background:var(--border);overflow:hidden}.progress-track i{display:block;height:100%;background:var(--accent);border-radius:inherit}.shipping-progress p{margin:0 0 8px;font-size:.78rem}.cart-total{display:flex;justify-content:space-between;margin-bottom:14px;font-size:1.05rem}.cart-drawer__footer small{display:block;text-align:center;color:var(--muted);margin-top:9px}.site-footer{margin-top:70px;padding:60px 0 105px;background:var(--text);color:var(--surface)}.footer-grid{display:grid;gap:30px}.footer-brand p,.footer-newsletter p{max-width:380px;color:color-mix(in srgb,var(--surface) 65%,transparent)}.footer-column{border-bottom:1px solid rgba(255,255,255,.15)}.footer-column summary{display:flex;justify-content:space-between;padding:14px 0;list-style:none;font-weight:700}.footer-column summary svg{width:18px}.footer-column ul{list-style:none;margin:0;padding:0 0 14px}.footer-column li{padding:5px 0;color:#ffffffb3}.newsletter-form{display:flex;border-bottom:1px solid rgba(255,255,255,.5)}.newsletter-form input{flex:1;height:50px;border:0;background:transparent;color:#fff;outline:0}.newsletter-form button{width:45px;border:0;background:none;color:#fff}.newsletter-form svg{width:22px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:50px;padding-top:20px;border-top:1px solid rgba(255,255,255,.15);font-size:.72rem;color:#fff9}.reveal{transition:opacity .5s,transform .5s}.has-motion .reveal:not(.is-visible){opacity:0;transform:translateY(18px)}@keyframes heart{50%{transform:scale(1.28)}}@media(min-width:600px){.container{width:min(calc(100% - 48px),var(--container))}.category-scroller{grid-auto-columns:38%}.product-grid{grid-template-columns:repeat(3,1fr);gap:36px 18px}.search-results{grid-template-columns:repeat(3,1fr)}}@media(min-width:990px){body{padding-bottom:0}.header__inner{grid-template-columns:auto 1fr auto;gap:55px}.header__menu{display:none}.desktop-menu{display:flex}.desktop-only{display:grid!important}.header-action{display:flex;gap:7px;padding:0 9px}.header-action>span{display:inline}.bottom-nav{display:none}.search-overlay{inset:8% 8% auto;border-radius:30px;max-height:84vh;box-shadow:0 25px 100px #0003}.search-results{grid-template-columns:repeat(5,1fr)}.category-scroller{grid-auto-flow:initial;grid-template-columns:repeat(4,1fr);overflow:visible}.product-grid{grid-template-columns:repeat(4,1fr);gap:45px 22px}.product-card__media:hover .product-card__image--primary:has(+.product-card__image--secondary){opacity:0}.product-card__media:hover .product-card__image--secondary{opacity:1}.quick-add{opacity:0;transform:translateY(7px);transition:all var(--motion)}.quick-add span{display:inline}.product-card__media:hover .quick-add{opacity:1;transform:none}.footer-grid{grid-template-columns:1.5fr repeat(2,1fr) 1.5fr}.footer-column{border:0}.footer-column summary{pointer-events:none}.footer-column summary svg{display:none}.site-footer{padding-bottom:35px}.footer-bottom{margin-top:70px}}@media(min-width:1280px){.product-grid{grid-template-columns:repeat(5,1fr)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}.has-motion .reveal:not(.is-visible){opacity:1;transform:none}}.narrow{max-width:820px}.breadcrumbs{display:flex;gap:8px;margin-bottom:24px;color:var(--muted);font-size:.78rem}.page-header{margin-bottom:42px}.page-header h1{font-size:clamp(2.5rem,6vw,5rem);margin:8px 0 14px}.collection-header{position:relative;display:grid;align-items:end;min-height:240px;margin-bottom:25px;padding:clamp(24px,5vw,60px);overflow:hidden;border-radius:var(--radius);background:var(--surface)}.collection-header>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.collection-header>img+div{position:relative;z-index:1;padding:18px;border-radius:16px;background:color-mix(in srgb,var(--surface) 88%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.collection-header h1{margin:0;font-size:clamp(2.3rem,5vw,4.5rem)}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:25px}.collection-toolbar form{display:flex;align-items:center;gap:8px}.collection-toolbar select,.contact-form input,.contact-form textarea,.form-card input,.page-search input,.price-range input{min-height:46px;padding:10px 14px;border:1px solid var(--border);border-radius:13px;background:var(--surface);outline:0}.collection-layout{display:grid;gap:35px}.desktop-filters{display:none}.filter-form details{padding:15px 0;border-bottom:1px solid var(--border)}.filter-form summary,.faq-list summary,.product-accordions summary{display:flex;align-items:center;justify-content:space-between;list-style:none;font-weight:700}.filter-form summary svg,.faq-list summary svg,.product-accordions summary svg{width:18px}.filter-values{display:grid;gap:9px;padding-top:13px}.filter-values label{display:grid;grid-template-columns:20px 1fr auto;gap:8px;align-items:center}.filter-values input{accent-color:var(--accent)}.filter-values small{color:var(--muted)}.price-range{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding-top:12px}.price-range label{font-size:.72rem}.price-range input{width:100%;margin-top:5px}.filter-form .button{margin-top:18px}.clear-filters{display:block;text-align:center;padding:12px}.drawer--filter{right:0;transform:translate(102%);border-radius:var(--radius) 0 0 var(--radius)}.drawer--filter.is-open{transform:none;visibility:visible}.pagination{display:flex;align-items:center;justify-content:center;gap:25px;margin-top:55px}.pagination a{font-weight:700}.page-search{display:flex;max-width:650px;gap:8px}.page-search input{flex:1}.cart-page{display:grid;gap:30px}.cart-line{display:grid;grid-template-columns:100px 1fr auto;gap:18px;padding:18px 0;border-bottom:1px solid var(--border)}.cart-line img{width:100px;aspect-ratio:4/5;object-fit:cover;border-radius:14px}.cart-line p{color:var(--muted)}.cart-summary{margin-left:auto;width:min(100%,420px);padding:24px;border-radius:var(--radius);background:var(--surface)}.cart-summary>div{display:flex;justify-content:space-between;font-size:1.15rem}.cart-summary p{color:var(--muted);font-size:.8rem}.contact-form,.form-card form{display:grid;gap:18px}.contact-form label,.form-card label{display:grid;gap:7px;font-size:.78rem;font-weight:700}.field-row{display:grid;gap:18px}.form-card{max-width:480px;padding:clamp(24px,6vw,55px);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.form-card h1{font-size:3rem}.form-card form>a,.form-card>p a{text-decoration:underline}.faq-list details,.product-accordions details{padding:20px 0;border-bottom:1px solid var(--border)}.faq-list details .rte,.product-accordions details .rte{padding-top:14px}.article-grid{display:grid;gap:35px}.article-card img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius)}.article-card h2{font-size:1.6rem;margin:8px 0}.article-card>p{color:var(--muted)}.article-page{max-width:1000px}.article-page header{max-width:800px;margin:0 auto 35px}.article-page header h1{font-size:clamp(2.5rem,6vw,5.2rem);margin:16px 0}.article-page>img{width:100%;max-height:700px;object-fit:cover;border-radius:var(--radius)}.article-body{max-width:720px;margin:50px auto;font-size:1.05rem}.article-body img{height:auto;border-radius:var(--radius)}.account-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:55px}.account-card{padding:20px;text-align:left;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}button.account-card{width:100%}.account-card p{margin:0;color:var(--muted);font-size:.8rem}.order-list{display:grid}.order-list a{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;padding:18px 0;border-bottom:1px solid var(--border)}.product-page{padding-top:18px}.product-layout{display:grid;gap:25px}.product-gallery__stage{position:relative;overflow:hidden;border-radius:var(--radius);background:#ecece8}.product-media{display:none;aspect-ratio:4/5}.product-media.is-active{display:block}.product-media img,.product-media video,.product-media iframe,.product-media model-viewer{width:100%;height:100%;object-fit:cover}.gallery-thumbs{display:grid;grid-auto-flow:column;grid-auto-columns:64px;gap:8px;overflow:auto;margin-top:10px;scroll-snap-type:x mandatory}.gallery-thumbs button{width:64px;height:78px;padding:0;overflow:hidden;border:2px solid transparent;border-radius:10px;background:none}.gallery-thumbs button.is-active{border-color:var(--accent)}.gallery-thumbs img{width:100%;height:100%;object-fit:cover}.product-info h1{margin:5px 0 12px;font-size:clamp(2rem,4vw,3.6rem)}.product-info .price{font-size:1.2rem}.reviews-placeholder{margin:12px 0;font-size:.78rem;letter-spacing:.08em}.reviews-placeholder a{text-decoration:underline;letter-spacing:0}.product-intro{margin:22px 0}.product-option{margin:20px 0;padding:0;border:0}.product-option legend{display:flex;gap:10px;width:100%;margin-bottom:10px}.product-option legend b{font-weight:400;color:var(--muted)}.option-values{display:flex;flex-wrap:wrap;gap:8px}.option-pill input{position:absolute;opacity:0}.option-pill span{display:grid;place-items:center;min-width:48px;height:46px;padding:0 15px;border:1px solid var(--border);border-radius:999px;background:var(--surface);font-size:.82rem}.option-pill input:checked+span{border-color:var(--text);box-shadow:inset 0 0 0 1px var(--text)}.option-pill input:disabled+span{opacity:.35;text-decoration:line-through}.option-color span:before{content:"";width:17px;height:17px;margin-right:7px;border:1px solid var(--border);border-radius:50%;background:var(--swatch);box-shadow:inset 0 0 0 2px #fff}.option-color span{display:flex}.purchase-row{display:grid;grid-template-columns:auto 1fr;gap:10px;margin-top:25px}.purchase-row .quantity{height:50px}.product-submit{width:100%}.shopify-payment-button{margin-top:9px}.product-wishlist{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:13px;border:0;background:none}.product-wishlist svg{width:20px}.product-assurances{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin:13px 0;padding:15px;border-radius:14px;background:var(--surface);font-size:.68rem;text-align:center}.mobile-atc{position:fixed;left:12px;right:12px;bottom:calc(89px + env(safe-area-inset-bottom));z-index:55;display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:9px 10px 9px 15px;border:1px solid var(--border);border-radius:20px;background:color-mix(in srgb,var(--surface) 94%,transparent);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.mobile-atc div{display:grid}.mobile-atc small{max-width:125px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:var(--muted)}.mobile-atc .button{min-height:46px}.rich-text-section{text-align:center}.rich-text-section h2{max-width:850px;margin-inline:auto}.rich-text-section .rte{max-width:650px;margin:0 auto 25px}@media(min-width:700px){.field-row{grid-template-columns:1fr 1fr}.article-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.collection-layout{grid-template-columns:230px 1fr}.desktop-filters{display:block}.filter-trigger{display:none}.product-layout{grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr);gap:clamp(40px,6vw,90px)}.product-info__sticky{position:sticky;top:110px}.product-gallery__stage{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;overflow:visible;background:none}.product-media,.product-media.is-active{display:block;border-radius:var(--radius);overflow:hidden;background:#ecece8}.product-media:first-child{grid-column:span 2}.gallery-thumbs,.mobile-atc{display:none}.article-grid{grid-template-columns:repeat(3,1fr)}.account-actions{grid-template-columns:repeat(4,1fr)}}.drawer--menu,.drawer--cart{width:100%;max-width:none;border-radius:0;box-shadow:none}.drawer--menu .drawer__header,.drawer--cart .drawer__header{padding-top:env(safe-area-inset-top);height:calc(72px + env(safe-area-inset-top))}.drawer--menu .drawer__body,.drawer--cart .drawer__body{padding-inline:max(20px,env(safe-area-inset-left)) max(20px,env(safe-area-inset-right))}@media(min-width:990px){.drawer--menu,.drawer--cart{width:100%;max-width:none}}.site-header{height:68px;background:#fff;border-color:#ededed;-webkit-backdrop-filter:none;backdrop-filter:none}.site-header .logo img{width:118px;height:auto}.site-footer .logo img{width:190px;height:auto;filter:invert(1)}.desktop-menu a:last-child{color:#b01717}.drawer-menu-logo{display:flex;align-items:center;width:128px}.drawer-menu-logo img{display:block;width:100%;height:auto}.template-product .product-page{padding-bottom:110px}.template-product .mobile-atc{bottom:calc(12px + env(safe-area-inset-bottom))}.template-product .mobile-atc{display:grid;grid-template-columns:1fr;gap:0;padding:0;overflow:hidden}.template-product .mobile-atc__main{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:9px 10px 9px 15px}.template-product .mobile-atc__options{max-height:min(62svh,430px);overflow-y:auto;padding:14px 15px 12px;border-bottom:1px solid var(--border);background:var(--surface)}.template-product .mobile-atc__options[hidden]{display:none!important}.template-product .mobile-atc__options-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;font-size:.9rem}.template-product [data-mobile-options-close]{width:32px;height:32px;border:0;border-radius:50%;background:#f1f1ef;font-size:1.4rem;line-height:1}.template-product .mobile-option-group{margin:15px 0 0;padding:0;border:0}.template-product .mobile-option-group legend{margin-bottom:8px;font-size:.8rem;font-weight:700}.template-product .mobile-option-values{display:flex;flex-wrap:wrap;gap:8px}.template-product .mobile-option-pill input{position:absolute;opacity:0}.template-product .mobile-option-pill span{display:grid;place-items:center;min-width:48px;height:42px;padding:0 14px;border:1px solid var(--border);border-radius:999px;background:var(--surface);font-size:.8rem}.template-product .mobile-option-pill input:checked+span{border-color:var(--text);box-shadow:inset 0 0 0 1px var(--text)}.template-product .mobile-option-pill input:disabled+span{opacity:.35;text-decoration:line-through}.product-card__media>.quick-add{width:auto;height:42px}.template-product .product-page{padding-bottom:42px}.template-product product-recommendations .section{padding-top:30px}.cart-drawer__body{display:grid;grid-template-rows:minmax(0,2fr) minmax(165px,1fr);overflow:hidden;padding:0}.cart-drawer__items-scroll{min-height:0;overflow-y:auto;padding:8px 20px 20px}.cart-drawer__mystery{min-height:0;overflow-y:auto;padding:16px 20px 18px;border-top:1px solid var(--border);background:transparent;color:var(--text)}.cart-drawer__mystery .eyebrow{margin:0 0 2px}.cart-drawer__mystery h3{margin:0 0 12px;font-size:1rem;letter-spacing:-.02em}.cart-drawer__mystery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.cart-mystery-card{display:grid;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:7px}.cart-mystery-card>span{font-size:1.05rem}.cart-mystery-card strong,.cart-mystery-card small{display:block;line-height:1.2}.cart-mystery-card strong{font-size:.74rem}.cart-mystery-card small{margin-top:2px;color:var(--muted);font-size:.64rem}.cart-mystery-card button{padding:0;border:0;border-bottom:1px solid currentColor;background:transparent;font-size:.68rem;font-weight:750}.cart-mystery-card button[aria-disabled=true]{opacity:.38;cursor:not-allowed}.mystery-picker{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;display:grid;place-items:center;padding:18px;background:#11111157;opacity:0;transition:opacity .18s ease}.mystery-picker.is-open{opacity:1}.mystery-picker__panel{position:relative;width:min(100%,420px);padding:34px;background:#fff;box-shadow:0 24px 70px #0003;transform:translateY(14px) scale(.98);transition:transform .26s cubic-bezier(.2,0,0,1)}.mystery-picker.is-open .mystery-picker__panel{transform:none}.mystery-picker__close{position:absolute;right:10px;top:10px}.mystery-picker__panel .eyebrow{margin:0 0 8px}.mystery-picker__panel h2{margin:0 0 8px;font-size:2rem}.mystery-picker__panel>p:not(.eyebrow){margin:0 0 22px;color:var(--muted)}.mystery-picker__panel select{width:100%;min-height:48px;margin-bottom:10px;padding:0 12px;border:1px solid var(--border);background:#fff}.mystery-picker__panel .button:disabled{opacity:.45}.mystery-picker[hidden]{display:none!important}@media(max-width:599px){.collection-page.section{padding-top:24px}.collection-page .collection-header{min-height:168px;padding:22px 18px;margin-bottom:18px}.collection-page .collection-header>img+div{padding:12px}.collection-page .collection-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-bottom:20px}.collection-page .collection-toolbar>span{font-size:.78rem;white-space:nowrap}.collection-page .collection-toolbar .filter-trigger{grid-column:1;grid-row:2;justify-self:start;min-height:42px;padding-inline:20px}.collection-page .collection-toolbar form{grid-column:2;grid-row:2;gap:0;margin-left:auto}.collection-page .collection-toolbar form label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.collection-page .collection-toolbar select{min-width:142px;min-height:42px;padding:8px 10px;font-size:.82rem}.template-product product-recommendations .section{padding-top:24px}}.template-product .product-layout,.template-product .product-gallery,.template-product .product-info{min-width:0}.template-product .product-gallery{outline:none}.template-product .product-gallery__stage{touch-action:pan-y;isolation:isolate}.template-product .product-media{width:100%;background:#f1f1ef}.template-product .product-media img{width:100%;height:100%;object-fit:cover}.template-product .gallery-arrow{position:absolute;top:50%;z-index:4;display:grid;place-items:center;width:46px;height:46px;padding:0;border:1px solid rgba(0,0,0,.08);border-radius:50%;background:#ffffffe6;box-shadow:0 6px 20px #0000001f;transform:translateY(-50%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.template-product .gallery-arrow svg{width:20px;height:20px}.template-product .gallery-arrow--prev{left:14px}.template-product .gallery-arrow--prev svg{transform:rotate(180deg)}.template-product .gallery-arrow--next{right:14px}.template-product .gallery-counter{position:absolute;right:14px;bottom:14px;z-index:4;padding:7px 11px;border-radius:999px;background:#ffffffe6;font-size:.75rem;box-shadow:0 4px 14px #0000001a}.template-product .gallery-counter b{font-weight:750}.template-product .gallery-thumbs{padding:10px 2px 4px;scrollbar-width:thin}.template-product .gallery-thumbs button{scroll-snap-align:center;transition:border-color .2s,opacity .2s}.template-product .gallery-thumbs button:not(.is-active){opacity:.62}.template-product .gallery-thumbs button.is-active{opacity:1}.template-product .product-submit:not(:disabled),.template-product [data-mobile-atc]:not(:disabled){background-image:linear-gradient(110deg,#111 0% 42%,#3e3e3e 50%,#111 58% 100%);background-size:250% 100%;box-shadow:0 8px 18px #00000021;transition:transform .16s cubic-bezier(.2,0,0,1),box-shadow .26s cubic-bezier(.2,0,0,1),background-color .18s ease;animation:jayda-cart-sheen 5s cubic-bezier(.4,0,.2,1) infinite}.template-product .product-submit:not(:disabled):hover,.template-product [data-mobile-atc]:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 13px 25px #0003;animation-duration:2.4s}.template-product .product-submit:not(:disabled):active,.template-product [data-mobile-atc]:not(:disabled):active{transform:scale(.98);box-shadow:0 4px 10px #0000001f}@keyframes jayda-cart-sheen{0%,68%,to{background-position:100% 50%}84%{background-position:0 50%}}.icon-button,.header-action,.bottom-nav button,.bottom-nav a,.quick-add,.gallery-arrow{transform-origin:center;transition:transform .18s cubic-bezier(.2,0,0,1),box-shadow .22s cubic-bezier(.2,0,0,1),background-color .18s ease}.is-icon-pressed{animation:jayda-icon-press .34s cubic-bezier(.175,.885,.32,1.275)}.is-icon-pressed svg{animation:jayda-icon-turn .32s cubic-bezier(.2,0,0,1)}.button.is-loading,.button.is-success{gap:9px;min-width:132px;pointer-events:none}.button.is-loading{background:#1d1d1d!important;background-image:none!important;animation:none!important}.button.is-success{background:#1f5b43!important;border-color:#1f5b43!important;background-image:none!important;animation:jayda-success-pop .36s cubic-bezier(.175,.885,.32,1.275)}.button-spinner{width:17px;height:17px;border:2px solid rgba(255,255,255,.32);border-top-color:#fff;border-radius:50%;animation:jayda-spinner .7s linear infinite}.button-check{display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#fff;color:#1f5b43;font-size:.75rem;font-weight:900;animation:jayda-check-in .28s cubic-bezier(.175,.885,.32,1.275)}@keyframes jayda-icon-press{0%{transform:scale(1)}42%{transform:scale(.84)}to{transform:scale(1)}}@keyframes jayda-icon-turn{0%{transform:rotate(0)}55%{transform:rotate(-14deg)}to{transform:rotate(0)}}@keyframes jayda-spinner{to{transform:rotate(360deg)}}@keyframes jayda-success-pop{0%{transform:scale(.96)}55%{transform:scale(1.035)}to{transform:scale(1)}}@keyframes jayda-check-in{0%{transform:scale(0) rotate(-45deg)}to{transform:scale(1) rotate(0)}}@media(prefers-reduced-motion:reduce){.template-product .product-submit:not(:disabled),.template-product [data-mobile-atc]:not(:disabled),.is-icon-pressed,.is-icon-pressed svg,.button-spinner,.button.is-success,.button-check{animation:none}}@media(max-width:599px){.template-product .product-page{padding-top:10px}.template-product .product-layout{gap:22px}.template-product .product-info h1{font-size:clamp(2rem,11vw,3rem)}.template-product .product-intro{margin:16px 0}.template-product .purchase-row{grid-template-columns:108px minmax(0,1fr)}.template-product .quantity input{width:28px}.template-product .product-assurances{font-size:.62rem;padding:12px 7px}.template-product .gallery-arrow{width:40px;height:40px}.template-product .gallery-thumbs{grid-auto-columns:58px}.template-product .gallery-thumbs button{width:58px;height:70px}.template-product .mobile-atc{left:8px;right:8px;padding:8px 8px 8px 13px;border-radius:16px}}@media(min-width:990px){.header__inner{grid-template-columns:1fr auto 1fr;gap:32px}.site-header .logo{justify-self:start}.site-header .logo img{width:150px}.desktop-menu{justify-self:center}.header__actions{min-width:150px}.template-product .product-page{padding-bottom:clamp(48px,7vw,100px)}.template-product .product-info{position:sticky;top:88px;align-self:start;height:max-content;z-index:2}.template-product .product-info__sticky{position:static}.template-product .product-gallery__stage{display:block;overflow:hidden;background:#ecece8}.template-product .product-media,.template-product .product-media.is-active{display:none;border-radius:var(--radius);overflow:hidden}.template-product .product-media.is-active{display:block}.template-product .product-media:first-child{grid-column:auto}.template-product .gallery-thumbs{display:grid;grid-auto-flow:column;grid-auto-columns:78px;overflow-x:auto}.template-product .gallery-thumbs button{width:78px;height:96px}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/base.css.map */
