:root{--cream: #f5f0e8;--olive: #3d4235;--bronze: #8b7355;--text: #2c2c2c;--text-muted: #6b6b6b;--white: #ffffff;--font-heading: "Cormorant Garamond", serif;--font-body: "DM Sans", sans-serif;--max-width: 90rem;--page-gutter: 1.5rem;--section-pad-y: 5rem;--section-pad-y-lg: 8rem}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;min-height:100vh;background:var(--cream);color:var(--text);font-family:var(--font-body);line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit}.skip-link{position:absolute;left:-9999px;top:0;z-index:calc(var(--gh-z-index, 50) + 10);padding:.75rem 1rem;background:var(--olive);color:var(--cream)}.skip-link:focus{left:1rem;top:1rem}.glass-header{position:relative}.glass-header__fixed{position:fixed;top:var(--gh-offset-top, 16px);left:0;right:0;z-index:var(--gh-z-index, 50);padding-inline:var(--gh-px, 16px);pointer-events:none}.glass-header__fixed *{pointer-events:auto}.glass-header__inner{max-width:var(--gh-inner-max, 1152px);margin-inline:auto}.glass-header__shell{min-height:var(--gh-height-expanded, 80px);padding-inline:1.25rem;border-radius:var(--gh-radius, 16px);border:var(--gh-border-w, 1px) solid var(--gh-shell-border, rgba(255, 255, 255, .1));background:var(--gh-shell-bg, rgba(255, 255, 255, .06));backdrop-filter:blur(var(--gh-blur, 16px));-webkit-backdrop-filter:blur(var(--gh-blur, 16px));transition:min-height var(--gh-transition, .3s) ease,box-shadow var(--gh-transition, .3s) ease}[data-glass-header].is-compact .glass-header__shell{min-height:var(--gh-height-compact, 60px)}[data-glass-header][data-shadow-compact=true].is-compact .glass-header__shell--shadowable{box-shadow:0 10px 15px -3px #00000047,0 4px 6px -4px #0003}.glass-header__row{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:inherit}.glass-header__logo{flex-shrink:0;font-family:var(--font-body);font-size:var(--gh-logo-size, 13px);letter-spacing:var(--gh-logo-tracking, 6px);text-decoration:none;color:var(--gh-logo-color, rgba(250, 248, 245, .9));transition:color .2s ease}.glass-header__logo:hover{text-decoration:none}.glass-header__logo--caps{text-transform:uppercase}.glass-header__logo-img{display:block;max-height:calc(var(--gh-height-expanded, 80px) - 24px);width:auto;height:auto}[data-glass-header].is-compact .glass-header__logo-img{max-height:calc(var(--gh-height-compact, 60px) - 20px)}.glass-header__nav{display:none;align-items:center;justify-content:center;gap:var(--gh-nav-gap, 32px);flex:1;padding-inline:.5rem}@media(min-width:900px){.glass-header__nav{display:flex}}.glass-header__link{position:relative;font-family:var(--font-body);font-size:var(--gh-nav-size, 12px);letter-spacing:var(--gh-nav-tracking, 2px);text-transform:uppercase;text-decoration:none;color:var(--gh-nav-color, rgba(250, 248, 245, .8));transition:color .2s ease}.glass-header__link:hover{text-decoration:none}.glass-header__link:after{content:"";position:absolute;left:0;bottom:-.5rem;height:1px;width:0;transition:width .35s ease}.glass-header__link:hover:after{width:100%}.glass-header__tools{display:flex;align-items:center;gap:1rem;flex-shrink:0;color:var(--gh-nav-color, rgba(250, 248, 245, .8))}.glass-header__icon{display:flex;align-items:center;justify-content:center;color:inherit;text-decoration:none;transition:color .2s ease}.glass-header__icon svg{width:var(--gh-icon-size, 18px);height:var(--gh-icon-size, 18px)}.glass-header__icon--desktop-only{display:none}@media(min-width:640px){.glass-header__icon--desktop-only{display:flex}}.glass-header__cart{position:relative}.glass-header__cart-badge{position:absolute;top:-.35rem;right:-.35rem;min-width:1rem;min-height:1rem;padding:0 .25rem;font-size:10px;line-height:1rem;text-align:center;border-radius:999px;font-weight:500}.glass-header__burger{display:flex;flex-direction:column;justify-content:center;gap:6px;width:2.5rem;height:2.5rem;padding:0;border:none;background:transparent;color:inherit;cursor:pointer}@media(min-width:900px){.glass-header__burger{display:none}}.glass-header__burger-line{display:block;height:1px;width:100%;background:currentColor}.glass-header__spacer{width:100%}.glass-header__mobile{position:fixed;top:0;right:0;bottom:0;left:0;z-index:calc(var(--gh-z-index, 50) + 5);padding:5rem var(--page-gutter) 3rem;display:none;flex-direction:column;gap:2rem}.glass-header__mobile.is-open{display:flex}.glass-header__mobile-close{position:absolute;top:1.5rem;right:var(--page-gutter);border:none;background:transparent;color:inherit;font-family:var(--font-body);font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;cursor:pointer}.glass-header__mobile-link{font-family:var(--font-heading);font-size:var(--gh-mobile-font, clamp(1.75rem, 6vw, 3rem));font-weight:400;text-decoration:none;color:inherit}.glass-header__mobile-link:hover{opacity:.8;text-decoration:none}.page-width{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:var(--page-gutter)}.section-padding{padding-block:5rem}@media(min-width:900px){.section-padding{padding-block:8rem}}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:0 2rem;font-family:var(--font-body);font-size:.6875rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;text-decoration:none;border:1px solid currentColor;background:transparent;color:inherit;transition:background-color .2s ease,color .2s ease}.btn:hover{text-decoration:none}.btn--outline-light{border-color:var(--cream);color:var(--cream);background:transparent}.btn--outline-light:hover{background:var(--cream);color:var(--olive)}.btn--cart{width:100%;border:none;background:var(--celeste-btn-bg, var(--olive));color:var(--celeste-btn-color, var(--cream));border-radius:var(--celeste-btn-radius, 4px);letter-spacing:.18em}.btn--cart:hover:not(:disabled){filter:brightness(1.05);text-decoration:none}.btn--cart:disabled{opacity:.45;cursor:not-allowed}.hero{position:relative;min-height:min(88vh,52rem);display:flex;align-items:flex-end;color:var(--cream);background:var(--olive)}.hero__viewport{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.hero__slides{position:relative;width:100%;height:100%;min-height:min(88vh,52rem)}.hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 1s ease;pointer-events:none;z-index:0}.hero__slide.is-active{opacity:1;pointer-events:auto;z-index:1}.hero__slide .hero__media{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.hero__media img{width:100%;height:100%;object-fit:cover}.hero__video-wrap{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.hero__video-wrap video,.hero__video-wrap iframe{width:100%;height:100%;object-fit:cover;border:0;display:block}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.hero__placeholder{width:100%;height:100%;background:var(--olive)}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#2d302859;z-index:2}.hero__content{position:relative;z-index:3;width:100%;max-width:var(--max-width);margin-inline:auto;padding:8rem var(--page-gutter) 6rem}.hero__dots{position:absolute;bottom:5.5rem;left:50%;transform:translate(-50%);z-index:4;display:flex;gap:.65rem;align-items:center;justify-content:center}.hero__dot{width:.5rem;height:.5rem;padding:0;border:1px solid rgba(245,240,232,.55);border-radius:50%;background:transparent;cursor:pointer;opacity:.55;transition:opacity .25s ease,background-color .25s ease}.hero__dot:hover,.hero__dot.is-active{opacity:1;background:#f5f0e8d9}@media(min-width:900px){.hero__content{padding:10rem var(--page-gutter) 7rem}.hero__dots{bottom:6.5rem}}.hero__title{font-family:var(--font-heading);font-size:clamp(2.75rem,7vw,5.5rem);font-weight:400;letter-spacing:.02em;max-width:20ch;color:var(--cream);margin:0}.hero__cta{margin-top:3.5rem}.editorial{background:var(--cream)}.editorial__grid{display:grid;grid-template-columns:1fr;gap:4rem}@media(min-width:768px){.editorial__grid{grid-template-columns:repeat(3,1fr);gap:clamp(2rem,4vw,4rem)}}.editorial__item{text-align:center}.editorial__link{display:block;text-decoration:none}.editorial__link:hover{text-decoration:none}.editorial__image{aspect-ratio:1 / 1;overflow:hidden;background:var(--white)}.editorial__image img{width:100%;height:100%;object-fit:cover}.editorial__image-empty{width:100%;height:100%;min-height:100%;background:var(--white);border:1px solid rgba(44,44,44,.08)}.editorial__label{margin-top:1.75rem;font-size:.6875rem;font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:var(--text-muted)}.featured-product{background:var(--cream)}.featured-product__grid{display:grid;grid-template-columns:1fr;gap:clamp(3rem,6vw,6rem);align-items:center}@media(min-width:900px){.featured-product__grid{grid-template-columns:1fr 1fr}}.featured-product__media{background:var(--white);aspect-ratio:1 / 1}.featured-product__media img{width:100%;height:100%;object-fit:cover}.featured-product__title{font-family:var(--font-heading);font-size:clamp(2rem,4vw,3rem);font-weight:400;margin:0}.featured-product__title a{text-decoration:none}.featured-product__title a:hover{text-decoration:underline;text-underline-offset:.2em}.featured-product__price{margin-top:1rem;font-size:.9375rem;font-weight:400;color:var(--text-muted)}.featured-product__desc{margin-top:2rem;font-size:.9375rem;color:var(--text-muted);max-width:32ch;line-height:1.8}.featured-product__form{margin-top:2.5rem}.brand-story{background:var(--olive);color:var(--cream);text-align:center}.brand-story__text{font-family:var(--font-heading);font-size:clamp(1.75rem,4vw,2.75rem);font-weight:400;line-height:1.35;max-width:36ch;margin:0 auto;color:var(--cream)}.ugc-grid{background:var(--cream)}.ugc-grid__inner{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}@media(min-width:768px){.ugc-grid__inner{grid-template-columns:repeat(3,1fr);gap:.75rem}}.ugc-grid__cell{aspect-ratio:1 / 1;overflow:hidden;background:var(--white)}.ugc-grid__cell img{width:100%;height:100%;object-fit:cover}.press-logos{background:var(--cream)}.press-logos--muted{background:#f5f0e8a6}.press-logos__inner{text-align:center}.press-logos__kicker{margin:0 0 1rem;font-size:.6875rem;font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:var(--text-muted)}.press-logos__heading{margin:0 0 3.5rem;font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2rem);font-weight:400;color:var(--text)}.press-logos__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:clamp(2rem,5vw,4rem)}.press-logos__link{display:flex;align-items:center;justify-content:center;text-decoration:none}.press-logos__link:hover{opacity:.75;text-decoration:none}.press-logos__img{width:auto;height:auto;max-height:var(--press-logo-h, 32px);object-fit:contain}.press-logos__img--gray{filter:grayscale(1);opacity:.72}.press-logos__link:hover .press-logos__img--gray{opacity:.95}.newsletter-editorial__layout{display:grid;gap:3rem;align-items:end}@media(min-width:900px){.newsletter-editorial__layout{grid-template-columns:1.1fr 1fr;gap:4rem}}.newsletter-editorial--cream{background:var(--cream);color:var(--text)}.newsletter-editorial--olive{background:var(--olive);color:var(--cream)}.newsletter-editorial__kicker{margin:0 0 1rem;font-size:.6875rem;font-weight:500;letter-spacing:.28em;text-transform:uppercase;opacity:.75}.newsletter-editorial__heading{margin:0 0 1.25rem;font-family:var(--font-heading);font-size:clamp(2rem,4vw,2.75rem);font-weight:400;line-height:1.15}.newsletter-editorial__sub{margin:0;max-width:36ch;font-size:.9375rem;line-height:1.8;opacity:.85}.newsletter-editorial__form{display:flex;flex-direction:column;gap:.75rem}@media(min-width:600px){.newsletter-editorial__form{flex-direction:row;align-items:stretch}}.newsletter-editorial__input{flex:1;min-height:3rem;padding:0 1.25rem;border:1px solid rgba(44,44,44,.2);background:var(--white);font-family:var(--font-body);font-size:.9375rem;color:var(--text)}.newsletter-editorial--olive .newsletter-editorial__input{background:#ffffff14;border-color:#f5f0e859;color:var(--cream)}.newsletter-editorial__input::placeholder{color:var(--text-muted)}.newsletter-editorial--olive .newsletter-editorial__input::placeholder{color:#f5f0e88c}.newsletter-editorial__submit{min-height:3rem;padding:0 1.75rem;border:1px solid var(--olive);background:var(--olive);color:var(--cream);font-family:var(--font-body);font-size:.6875rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;cursor:pointer}.newsletter-editorial--olive .newsletter-editorial__submit{border-color:var(--cream);background:transparent;color:var(--cream)}.newsletter-editorial__submit:hover{filter:brightness(1.06)}.newsletter-editorial__status{margin:.75rem 0 0;font-size:.8125rem}.newsletter-editorial__status--ok{color:var(--text-muted)}.newsletter-editorial--olive .newsletter-editorial__status--ok{color:#f5f0e8d9}.newsletter-editorial__status--err{color:#8b4513}.newsletter-editorial--olive .newsletter-editorial__status--err{color:#f0d0a0}.site-footer{background:var(--olive);color:var(--cream);padding-block:5rem}.site-footer a:hover{color:var(--cream);opacity:.8}.site-footer__grid{display:grid;grid-template-columns:1fr;gap:4rem}@media(min-width:600px){.site-footer__grid{grid-template-columns:1fr 1fr;gap:6rem}}.site-footer__heading{font-family:var(--font-heading);font-size:1.25rem;color:var(--cream);margin-bottom:1.5rem}.site-footer__text{font-size:.875rem;color:#f5f0e8d9;line-height:1.8}.site-footer__menu{list-style:none;padding:0;margin:1.5rem 0 0}.site-footer__menu li{margin-bottom:.75rem}.site-footer__copy{margin-top:4rem;font-size:.75rem;opacity:.75;color:#f5f0e8d9}.site-footer .rte p{margin:0 0 1rem}.site-footer .rte p:last-child{margin-bottom:0}.collection-main{background:var(--cream)}.collection-main__header{margin-bottom:4rem}.collection-main__desc{margin-top:1.5rem;max-width:40rem}.product-main{background:var(--cream);padding-block:var(--section-pad-y)}@media(min-width:900px){.product-main{padding-block:var(--section-pad-y-lg)}}.product-main__grid{display:grid;grid-template-columns:1fr;gap:clamp(3rem,5vw,5rem)}@media(min-width:900px){.product-main__grid{grid-template-columns:3fr 2fr;align-items:start}}.product-main__gallery-featured{background:var(--white);aspect-ratio:1 / 1}.product-main__gallery-featured img{width:100%;height:100%;object-fit:cover}.product-main__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-top:.75rem}.product-main__thumb{aspect-ratio:1 / 1;background:var(--white);border:1px solid transparent;padding:0;overflow:hidden;cursor:pointer}.product-main__thumb.is-active{border-color:var(--olive)}.product-main__thumb img{width:100%;height:100%;object-fit:cover}.product-main__title{font-family:var(--font-heading);font-size:clamp(2rem,3.5vw,2.75rem);font-weight:400;margin:0}.product-main__price{margin-top:.75rem;font-size:1rem;font-weight:400;color:var(--text-muted)}.product-main__description{margin-top:2rem;font-size:.9375rem;color:var(--text-muted);line-height:1.8}.product-main__selectors{margin-top:2.5rem;display:flex;flex-direction:column;gap:1.25rem}.product-main__selector-label{font-size:.6875rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem;display:block}.product-main__select{width:100%;padding:.875rem 1rem;border:1px solid rgba(44,44,44,.2);background:var(--cream);font-family:var(--font-body);font-size:.875rem;color:var(--text)}.product-main__form{margin-top:2rem}.product-main__form .btn--cart{margin-top:.5rem}.product-main__shipping-note{margin-top:1.25rem;font-size:.8125rem;color:var(--text-muted)}.product-trust{margin-top:6rem;padding-top:4rem;border-top:1px solid rgba(44,44,44,.1)}.product-trust__grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:700px){.product-trust__grid{grid-template-columns:repeat(3,1fr);gap:2rem}}.product-trust__item{text-align:center}.product-trust__icon{font-size:1.5rem;line-height:1;margin-bottom:1rem}.product-trust__label{font-size:.75rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);margin:0}.product-related{margin-top:6rem}.product-related__title{font-family:var(--font-heading);font-size:1.5rem;font-weight:400;margin-bottom:3rem}.product-related__row{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:600px){.product-related__row{grid-template-columns:repeat(3,1fr)}}.product-card__link{display:block;text-decoration:none}.product-card__link:hover{text-decoration:none}.product-card__image{aspect-ratio:1 / 1;background:var(--white)}.product-card__image img{width:100%;height:100%;object-fit:cover}.product-card__title{margin-top:1.25rem;font-family:var(--font-heading);font-size:1.125rem;font-weight:400;color:var(--text)}.product-card__price{margin-top:.35rem;font-size:.875rem;color:var(--text-muted)}.rte{font-size:.9375rem;color:var(--text-muted);line-height:1.8}.rte>*:first-child{margin-top:0}.rte>*:last-child{margin-bottom:0}.rte p{margin:0 0 1rem}.rte ul,.rte ol{margin:0 0 1rem;padding-left:1.25rem}.main-404{background:var(--cream);color:var(--text);min-height:min(70vh,40rem);display:flex;align-items:center}.main-404__inner{max-width:36rem;margin-inline:auto;text-align:center}.main-404__code{margin:0 0 2rem;font-family:var(--font-body);font-size:.6875rem;font-weight:500;letter-spacing:.35em;text-transform:uppercase;color:var(--text-muted)}.main-404__title{margin:0 0 1.5rem;font-family:var(--font-heading);font-size:clamp(2rem,4vw,2.75rem);font-weight:400;line-height:1.2;color:var(--text)}.main-404__sub{margin:0 0 3rem;font-family:var(--font-body);font-size:.9375rem;line-height:1.85;color:var(--text-muted)}.main-404__search{display:flex;flex-direction:column;gap:.75rem;margin-bottom:3.5rem}@media(min-width:520px){.main-404__search{flex-direction:row;align-items:stretch;max-width:28rem;margin-left:auto;margin-right:auto;margin-bottom:3.5rem}}.main-404__search-input{flex:1;min-height:3rem;padding:0 1.25rem;border:1px solid rgba(44,44,44,.18);background:var(--white);font-family:var(--font-body);font-size:.9375rem;color:var(--text)}.main-404__search-input::placeholder{color:var(--text-muted)}.main-404__search-btn{min-height:3rem;padding:0 1.75rem;border:1px solid var(--olive);background:var(--olive);color:var(--cream);font-family:var(--font-body);font-size:.6875rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;cursor:pointer}.main-404__search-btn:hover{filter:brightness(1.05)}.main-404__nav{font-family:var(--font-body);font-size:.8125rem;letter-spacing:.06em}.main-404__link{color:var(--olive);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease,color .2s ease}.main-404__link:hover{border-bottom-color:var(--bronze);color:var(--bronze)}.main-404__sep{margin:0 .75rem;color:var(--text-muted);font-weight:400}.cart-page{background:var(--cream);color:var(--text)}.cart-page__inner{max-width:var(--max-width);margin-inline:auto}.cart-page__header{margin-bottom:clamp(2rem,4vw,3rem)}.cart-page__title{margin:0 0 .5rem;font-family:var(--font-heading);font-size:clamp(2rem,4vw,2.75rem);font-weight:400;line-height:1.15;color:var(--text)}.cart-page__title--center{text-align:center}.cart-page__count{margin:0;font-family:var(--font-body);font-size:.8125rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.cart-page__form{margin:0}.cart-page__body{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,380px);gap:clamp(2rem,5vw,4rem);align-items:start}.cart-page__items{display:flex;flex-direction:column;gap:0}.cart-item{display:flex;gap:clamp(1rem,3vw,1.5rem);padding:clamp(1.25rem,3vw,1.75rem) 0;border-bottom:1px solid rgba(44,44,44,.1)}.cart-item:first-child{padding-top:0}.cart-item__image-link{flex-shrink:0;display:block;text-decoration:none;border-radius:2px;overflow:hidden;border:1px solid rgba(44,44,44,.08);background:var(--white);width:5.5rem;height:5.5rem}@media(min-width:640px){.cart-item__image-link{width:6rem;height:6rem}}.cart-item__image{width:100%;height:100%;object-fit:cover;display:block}.cart-item__image--placeholder{display:block;width:100%;height:100%;min-height:5.5rem;background:linear-gradient(135deg,#f0ebe3,#e8e4dc)}.cart-item__body{flex:1;min-width:0;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem 1.5rem}.cart-item__main{flex:1;min-width:min(100%,12rem)}.cart-item__title{display:inline-block;margin:0 0 .35rem;font-family:var(--font-heading);font-size:clamp(1.125rem,2.2vw,1.35rem);font-weight:400;line-height:1.25;color:var(--text);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease,color .2s ease}.cart-item__title:hover{border-bottom-color:var(--bronze);color:var(--bronze)}.cart-item__variant{margin:0 0 .5rem;font-family:var(--font-body);font-size:.8125rem;color:var(--text-muted)}.cart-item__unit{margin:0 0 1rem;font-family:var(--font-body);font-size:.875rem;color:var(--text-muted)}.cart-item__unit-label{font-size:.75rem;letter-spacing:.04em;text-transform:lowercase}.cart-item__qty-row{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.25rem}.cart-item__qty{display:inline-flex;align-items:center;gap:0;border:1px solid rgba(44,44,44,.15);background:var(--white)}.cart-item__qty-btn{width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:var(--text);font-family:var(--font-body);font-size:1.125rem;line-height:1;cursor:pointer;transition:background-color .2s ease,color .2s ease}.cart-item__qty-btn:hover{background:#2c2c2c0f}.cart-item__qty-btn:focus-visible{outline:2px solid var(--olive);outline-offset:2px}.cart-item__qty-value{min-width:2rem;padding:0 .25rem;font-family:var(--font-body);font-size:.875rem;font-weight:500;text-align:center;color:var(--text)}.cart-item__remove{font-family:var(--font-body);font-size:.6875rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;color:var(--text-muted);border-bottom:1px solid transparent;transition:border-color .2s ease,color .2s ease}.cart-item__remove:hover{color:var(--bronze);border-bottom-color:var(--bronze)}.cart-item__line-total{margin:0;flex-shrink:0;font-family:var(--font-body);font-size:1rem;font-weight:500;color:var(--text);text-align:right}.cart-page__summary{position:relative}.cart-summary{position:sticky;top:136px;padding:clamp(1.5rem,3vw,2rem);background:#f0ebe3;border:1px solid rgba(44,44,44,.08)}.cart-summary__heading{margin:0}.cart-summary__line{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin:0 0 .75rem;font-family:var(--font-body);font-size:.875rem;color:var(--text-muted)}.cart-summary__line span:last-child{color:var(--text);font-weight:500}.cart-summary__line--discount{color:var(--bronze)}.cart-summary__line--discount span:last-child{color:var(--bronze)}.cart-summary__note{margin:1rem 0 1.25rem;padding-top:1rem;border-top:1px solid rgba(44,44,44,.08);font-family:var(--font-body);font-size:.8125rem;line-height:1.55;color:var(--text-muted)}.cart-summary__total{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin:0 0 1.5rem;padding-top:1rem;border-top:1px solid rgba(44,44,44,.12);font-family:var(--font-heading);font-size:1.35rem;font-weight:400;color:var(--text)}.cart-summary__total span:last-child{font-weight:400}.cart-summary__actions{display:flex;flex-direction:column;gap:1rem}.cart-summary__checkout{width:100%;margin:0;padding:1rem 1.25rem;border:0;border-radius:0;background:var(--olive);color:var(--white);font-family:var(--font-body);font-size:.6875rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;transition:background-color .25s ease,filter .2s ease}.cart-summary__checkout:hover{filter:brightness(1.06)}.cart-summary__update{width:100%;margin:0;padding:.5rem;border:0;background:transparent;font-family:var(--font-body);font-size:.6875rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);text-decoration:underline;text-underline-offset:4px;cursor:pointer;transition:color .2s ease}.cart-summary__update:hover{color:var(--text)}.cart-page__empty{max-width:28rem;margin:clamp(3rem,8vw,5rem) auto;text-align:center}.cart-page__empty-text{margin:0 0 2rem;font-family:var(--font-body);font-size:.9375rem;line-height:1.75;color:var(--text-muted)}.cart-page__empty-link{display:inline-block}@media(max-width:899px){.cart-page__body{grid-template-columns:1fr}.cart-summary{position:static}.cart-item__body{flex-direction:column;align-items:stretch}.cart-item__line-total{text-align:left;padding-top:.25rem;border-top:1px solid rgba(44,44,44,.06);font-size:.9375rem}}@media(max-width:479px){.cart-item{flex-direction:column;align-items:flex-start}.cart-item__image-link{width:100%;max-width:8rem;height:auto;aspect-ratio:1}.cart-item__image--placeholder{min-height:0;aspect-ratio:1}}.search-main{background:var(--cream)}.password-main{background:var(--cream);min-height:100vh;display:flex;align-items:center}.password-main__inner{max-width:22rem;margin-inline:auto;text-align:center}.password-main__logo{max-width:200px;margin:0 auto 2rem;height:auto}.password-main__title{font-family:var(--font-heading);font-size:clamp(1.75rem,4vw,2.25rem);font-weight:400;margin:0 0 2rem}.password-main__msg{margin:0 0 2rem;font-size:.9375rem;line-height:1.75;color:var(--text-muted)}.password-main__form{display:flex;flex-direction:column;gap:.75rem}.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}button,.btn{transition:background-color .3s ease,color .3s ease,transform .2s ease,border-color .3s ease}button:hover,.btn:hover{transform:translateY(-1px)}.reveal{opacity:0;transform:translateY(32px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}.image-wrap{overflow:hidden}.image-wrap img{transition:transform .6s ease}.image-wrap:hover img{transform:scale(1.04)}.tab-content{opacity:0;transition:opacity .35s ease}.tab-content.active,.tabbed-products__panel.is-active.tab-content{opacity:1}.pcard:nth-child(1){transition-delay:0s}.pcard:nth-child(2){transition-delay:.08s}.pcard:nth-child(3){transition-delay:.16s}.pcard:nth-child(4){transition-delay:.24s}.announcement-bar{position:fixed;top:0;left:0;right:0;z-index:110;height:40px;display:flex;align-items:center;justify-content:center;background:#040404;color:#fff;margin:0}.announcement-bar__text{margin:0;padding:0 16px;font-family:var(--font-body);font-size:12px;letter-spacing:.08em;font-weight:400;text-align:center}.celeste-header{position:fixed;top:40px;left:0;right:0;z-index:100;width:100%;min-height:72px;display:flex;align-items:center;padding:0 clamp(24px,4vw,60px);background:linear-gradient(to bottom,rgba(0,0,0,.22) 0%,transparent 100%);transition:background-color .4s ease,background .4s ease}.celeste-header.scrolled{background:#3d4235}.celeste-header__inner{width:100%;max-width:100%;display:flex;align-items:center;justify-content:space-between;gap:32px}.celeste-header__logo{display:flex;align-items:center;color:var(--header-icon-color, var(--cream));text-decoration:none;transition:all .3s ease}.celeste-header__logo-img{display:block;height:auto;max-height:36px;width:auto}.celeste-header__logo-text{font-family:var(--font-body);font-size:13px;letter-spacing:.2em;text-transform:uppercase;color:var(--header-icon-color, var(--cream));font-weight:400}.celeste-header__nav{display:none;flex:1;justify-content:center;gap:clamp(20px,3vw,40px);flex-wrap:wrap}@media(min-width:900px){.celeste-header__nav{display:flex}}.celeste-header__link{font-family:var(--font-body);font-size:13px;letter-spacing:.05em;color:var(--header-icon-color, var(--cream));text-decoration:none;font-weight:400;transition:all .3s ease}.celeste-header__link:hover{opacity:.85}.celeste-header__tools{display:flex;align-items:center;gap:18px}.celeste-header__icon{color:var(--header-icon-color, var(--cream));display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s ease}.celeste-header__icon:hover{opacity:.85}.celeste-header__icon--btn{padding:0;border:0;background:transparent;cursor:pointer;font:inherit}.celeste-header__icon--btn:focus-visible{outline:2px solid var(--header-icon-color, var(--cream));outline-offset:3px}.celeste-header__cart{position:relative}.celeste-header__cart-badge{position:absolute;top:-6px;right:-8px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;font-family:var(--font-body);font-size:10px;line-height:18px;text-align:center;font-weight:500;background:#fff;color:#2c2c2c;transition:background-color .3s ease,color .3s ease}.celeste-header.scrolled .celeste-header__cart-badge{background:#3d4235;color:#fff;border:1px solid rgba(255,255,255,.35)}.celeste-header__burger{display:flex;flex-direction:column;justify-content:center;gap:6px;width:40px;height:40px;padding:0;border:0;background:transparent;cursor:pointer;color:var(--header-icon-color, var(--cream))}@media(min-width:900px){.celeste-header__burger{display:none}}.celeste-header__burger-line{display:block;height:2px;width:22px;background:currentColor}.celeste-header__backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:95;background:#0000006b;cursor:pointer;border:0;padding:0;margin:0;-webkit-appearance:none;appearance:none}.celeste-header__backdrop.is-open{display:block}.celeste-header__mobile{position:fixed;top:0;right:0;bottom:0;width:min(75vw,360px);max-width:100%;z-index:110;background:#3d4235;color:#f5f0e8;transform:translate(100%);transition:transform .4s ease;overflow-y:auto}.celeste-header__mobile.is-open{transform:translate(0)}.celeste-header__mobile-inner{padding:80px 40px 48px;display:flex;flex-direction:column;align-items:center;gap:28px;min-height:100%}.celeste-header__mobile-logo{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;text-decoration:none;color:var(--cream)}.celeste-header__mobile-logo .celeste-header__logo-img{max-height:32px}.celeste-header__mobile-logo .celeste-header__logo-text{color:var(--cream);font-size:11px}.celeste-header__mobile-close{position:absolute;top:24px;right:24px;border:0;background:transparent;color:#f5f0e8;font-size:32px;line-height:1;cursor:pointer;transition:all .3s ease}.celeste-header__mobile-link{font-family:var(--font-heading);font-size:clamp(1.75rem,6vw,2.75rem);font-weight:400;color:#f5f0e8;text-decoration:none;transition:color .3s ease}.celeste-header__mobile-link:hover{color:#fff}.header-search{position:fixed;top:0;right:0;bottom:0;left:0;z-index:110;pointer-events:none}.header-search.is-open{pointer-events:auto}.header-search__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;padding:0;margin:0;background:#14161273;opacity:0;cursor:pointer;transition:opacity .28s ease}.header-search.is-open .header-search__backdrop{opacity:1}.header-search__panel{position:absolute;top:112px;left:0;right:0;max-height:min(70vh,520px);display:flex;flex-direction:column;background:var(--cream, #f5f0e8);color:var(--text, #2a2a24);box-shadow:0 12px 40px #0000001f;transform:translateY(-12px);opacity:0;transition:transform .32s cubic-bezier(.22,1,.36,1),opacity .28s ease}.header-search.is-open .header-search__panel{transform:translateY(0);opacity:1}.header-search__form{display:flex;align-items:center;gap:.75rem;padding:1rem clamp(1rem,4vw,2rem);border-bottom:1px solid rgba(42,42,36,.1);flex-shrink:0}.header-search__input{flex:1;min-width:0;padding:.75rem 0;border:0;border-bottom:1px solid rgba(42,42,36,.2);background:transparent;font-family:var(--font-body);font-size:1rem;color:inherit}.header-search__input:focus{outline:none;border-bottom-color:var(--olive, #3d4235)}.header-search__input::placeholder{color:var(--text-muted, #6b6b60)}.header-search__close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:0;background:transparent;color:inherit;font-size:1.125rem;cursor:pointer;opacity:.65;transition:opacity .2s ease}.header-search__close:hover{opacity:1}.header-search__body{flex:1;overflow-y:auto;padding:.75rem clamp(1rem,4vw,2rem) 1.25rem;-webkit-overflow-scrolling:touch}.header-search__status{margin:0 0 .75rem;font-family:var(--font-body);font-size:.8125rem;color:var(--text-muted, #6b6b60)}.header-search__results{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.header-search__result{display:flex;align-items:center;gap:.875rem;padding:.625rem .5rem;border-radius:4px;text-decoration:none;color:inherit;transition:background .2s ease}.header-search__result:hover{background:#3d423514}.header-search__result-img{flex-shrink:0;width:3.5rem;height:3.5rem;object-fit:cover;border-radius:4px;background:#2a2a240f}.header-search__result-img--empty{display:block}.header-search__result-text{display:flex;flex-direction:column;gap:.2rem;min-width:0}.header-search__result-title{font-family:var(--font-body);font-size:.875rem;font-weight:500;line-height:1.35}.header-search__result-price{font-size:.8125rem;color:var(--text-muted, #6b6b60)}.header-search__view-all{display:inline-block;margin-top:1rem;font-family:var(--font-body);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;text-decoration:underline;text-underline-offset:.2em;color:var(--olive, #3d4235)}.header-search__view-all:hover{color:var(--text, #2a2a24)}@media(min-width:900px){.header-search__panel{left:50%;right:auto;width:min(640px,calc(100% - 3rem));transform:translate(-50%,-12px);border-radius:0 0 8px 8px}.header-search.is-open .header-search__panel{transform:translate(-50%)}}.celeste-header-spacer{height:112px}body.template-index .celeste-header-spacer,body.template-collection .celeste-header-spacer{height:0}body.template-product .celeste-header{background:#3d4235}body.template-product .celeste-header .celeste-header__cart-badge:not([hidden]){background:#3d4235;color:#fff;border:1px solid rgba(255,255,255,.35)}.hero-section{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);min-height:100vh;overflow:hidden;background:#2c2c2c}.hero-section__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero-section__img{width:100%;height:100%;object-fit:cover}.hero-section__video-wrap{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.hero-section__video-file{display:block;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.hero-section__media.image-wrap:hover .hero-section__video-file{transform:scale(1.04)}.hero-section__video-wrap--external .hero-section__embed,.hero-section__video-wrap--external iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0;pointer-events:none}.hero-section__placeholder{width:100%;height:100%;background:#3d4235}.hero-section__content{position:absolute;left:clamp(24px,5vw,60px);bottom:80px;max-width:min(640px,90vw);z-index:2}.hero-section__headline{margin:0;font-family:var(--font-heading);font-size:clamp(2.5rem,6vw,4rem);font-weight:400;font-style:italic;line-height:1.1;color:#fff}.hero-section__subline{margin:12px 0 0;font-family:var(--font-body);font-size:16px;font-weight:400;line-height:1.6;color:#fff;opacity:.85}.hero-section__cta-wrap{margin-top:32px}.hero-section__btn{display:inline-block;padding:var(--hero-cta-py, 16px) var(--hero-cta-px, 36px);background:var(--hero-cta-bg, #ffffff);color:var(--hero-cta-color, #2c2c2c);font-family:var(--font-body);font-size:13px;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border-radius:var(--hero-cta-radius, 0);border:var(--hero-cta-border-w, 0) solid var(--hero-cta-border-color, transparent);font-weight:400;transform:none;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease,filter .2s ease}.hero-section__btn:hover{transform:translateY(-1px);filter:brightness(.97)}@keyframes heroFadeUp{to{opacity:1;transform:translateY(0)}}.hero-section--primary .hero-headline{opacity:0;transform:translateY(20px);animation:heroFadeUp .9s ease .3s forwards}.hero-section--primary .hero-subline{opacity:0;transform:translateY(20px);animation:heroFadeUp .9s ease .55s forwards}.hero-section--primary .hero-btn{opacity:0;transform:translateY(20px);animation:heroFadeUp .9s ease .75s forwards}.hero-section__headline,[data-second-hero] .hero-section__subline,[data-second-hero] .hero-section__cta-wrap{opacity:0;transform:translateY(20px);animation:none}[data-second-hero].is-inview .hero-section__headline{animation:heroFadeUp .9s ease .3s forwards}[data-second-hero].is-inview .hero-section__subline{animation:heroFadeUp .9s ease .55s forwards}[data-second-hero].is-inview .hero-section__cta-wrap{animation:heroFadeUp .9s ease .75s forwards}.hero-headline--second{font-size:clamp(2.5rem,6vw,4rem)}.tabbed-products{background:#fff;padding:80px clamp(24px,4vw,60px)}.tabbed-products__inner{max-width:1400px;margin:0 auto}.tabbed-products__tabs-wrap{margin-bottom:48px}.tabbed-products__tabs{position:relative;display:inline-flex;gap:32px;flex-wrap:wrap}.tabbed-products__tab{position:relative;padding:0 0 12px;border:0;background:none;cursor:pointer;font-family:var(--font-body);font-size:14px;font-weight:400;color:#6b6b6b;letter-spacing:.02em;transition:all .3s ease}.tabbed-products__tab.is-active{color:#2c2c2c}@media(max-width:1024px){.tabbed-products__tabs-wrap{overflow:hidden;margin-bottom:32px}.tabbed-products__tabs{flex-wrap:nowrap;overflow-x:auto;gap:20px;padding-bottom:12px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.tabbed-products__tabs::-webkit-scrollbar{display:none}}.tabbed-products__indicator{position:absolute;bottom:0;left:0;height:2px;background:#2c2c2c;width:0;transition:left .3s ease,width .3s ease}.tabbed-products__panel{opacity:0;transition:opacity .35s ease}.tabbed-products__panel.is-active{opacity:1}.tabbed-products__panel[hidden]{display:none}.tabbed-products__panel.is-active{display:block}.tabbed-products__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}@media(max-width:1024px){.tabbed-products__grid{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:minmax(220px,72vw);overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory;margin-inline:calc(-1*clamp(24px,4vw,60px));padding-inline-start:clamp(24px,4vw,60px);padding-inline-end:clamp(24px,4vw,60px)}.pcard{scroll-snap-align:start}}.tabbed-products__empty{grid-column:1 / -1;font-family:var(--font-body);font-size:14px;color:#6b6b6b}.tabbed-products__voir-tout{margin:2.5rem 0 0;text-align:center}.tabbed-products__voir-tout a{display:inline-block;font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;color:var(--text, #2c2c2c);border-bottom:1px solid currentColor;padding-bottom:.2rem;transition:color .3s ease,opacity .3s ease}.tabbed-products__voir-tout a:hover{color:var(--bronze, #8b7355)}.pcard{display:flex;flex-direction:column;color:var(--text, #2c2c2c);transition:opacity .7s ease}.pcard__frame{position:relative;aspect-ratio:3 / 4;overflow:hidden;border-radius:8px;background:#f0ede8}.pcard__media-link{display:block;width:100%;height:100%;text-decoration:none}.pcard__img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}.pcard:hover .pcard__img,.pcard:focus-within .pcard__img{transform:scale(1.05)}.pcard__img-empty{width:100%;height:100%;background:#0000000f}.pcard__badges{position:absolute;top:12px;left:12px;z-index:2;display:flex;flex-direction:column;gap:6px;pointer-events:none}.pcard__badge{display:inline-block;padding:5px 10px;font-family:var(--font-body);font-size:10px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;background:#fff;color:var(--text, #2c2c2c)}.pcard__badge--sale{background:var(--text, #2c2c2c);color:#fff}.pcard__overlay{position:absolute;inset:auto 0 0;z-index:3;display:flex;flex-direction:column;gap:10px;padding:14px 12px 12px;background:linear-gradient(to top,rgba(44,44,44,.72) 0%,rgba(44,44,44,.35) 55%,transparent 100%);transform:translateY(100%);transition:transform .35s cubic-bezier(.22,1,.36,1)}.pcard:hover .pcard__overlay,.pcard:focus-within .pcard__overlay,.pcard.is-sizes-open .pcard__overlay{transform:translateY(0)}@media(hover:none){.pcard__overlay{transform:translateY(0);background:linear-gradient(to top,rgba(44,44,44,.55) 0%,transparent 100%)}}.pcard__sizes{display:none;flex-direction:column;gap:8px}.pcard__sizes:not([hidden]){display:flex}.pcard__sizes-label{font-family:var(--font-body);font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#ffffffd9}.pcard__sizes-list{display:flex;flex-wrap:wrap;gap:6px}.pcard__size-pill{min-width:2.25rem;padding:6px 10px;border:1px solid rgba(255,255,255,.55);border-radius:999px;background:transparent;color:#fff;font-family:var(--font-body);font-size:11px;font-weight:500;letter-spacing:.04em;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.pcard__size-pill:hover,.pcard__size-pill[aria-selected=true]{background:#fff;border-color:#fff;color:var(--text, #2c2c2c)}.pcard__size-pill:disabled{opacity:.35;cursor:not-allowed;text-decoration:line-through}.pcard__atc-btn{width:100%;min-height:2.5rem;padding:0 1rem;font-size:.6875rem;letter-spacing:.16em;text-transform:uppercase}.pcard__atc-btn.is-adding{opacity:.7;pointer-events:none}.pcard__atc-btn.is-added{background:var(--text, #2c2c2c)}.pcard__body{padding:14px 2px 0}.pcard__title-link{display:block;font-family:var(--font-heading);font-size:.9375rem;font-weight:400;line-height:1.35;letter-spacing:.01em;color:inherit;text-decoration:none;transition:color .25s ease}.pcard__title-link:hover{color:var(--bronze, #8b7355)}.pcard__prices{display:flex;align-items:baseline;flex-wrap:wrap;gap:.35rem .5rem;margin-top:6px}.pcard__price{font-family:var(--font-body);font-size:.8125rem;font-weight:400;color:var(--text-muted, #6b6b6b)}.pcard__price--sale{color:var(--text, #2c2c2c);font-weight:500}.pcard__price--compare{text-decoration:line-through;font-size:.75rem}.shop-categories{background:#f5f0e8;padding:80px clamp(24px,4vw,60px)}.shop-categories__inner{max-width:1400px;margin:0 auto}.shop-categories__label{margin:0 0 32px;font-family:var(--font-body);font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#6b6b6b;font-weight:400}.shop-categories__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}@media(max-width:900px){.shop-categories__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.shop-categories__tile.reveal{transition-delay:calc(var(--stagger, 0) * .1s),calc(var(--stagger, 0) * .1s)}.shop-categories__link{text-decoration:none;color:inherit;display:block;transition:all .3s ease}.shop-categories__image{aspect-ratio:1 / 1;background:#0000000a}.shop-categories__image img{width:100%;height:100%;object-fit:cover}.shop-categories__image-empty{width:100%;aspect-ratio:1 / 1;background:#0000000f}.shop-categories__name{margin:16px 0 0;font-family:var(--font-heading);font-size:22px;font-weight:400;color:#2c2c2c}.shop-categories__cta{display:inline-block;margin-top:8px;font-family:var(--font-body);font-size:12px;letter-spacing:.08em;color:#6b6b6b;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s ease,color .3s ease}.shop-categories__link:hover .shop-categories__cta{border-bottom-color:#6b6b6b}.brand-inhouse{background:#fff;padding:100px clamp(24px,4vw,60px)}.brand-inhouse__grid{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:80px}.brand-inhouse__grid--reverse{flex-direction:row-reverse}.brand-inhouse__media-wrap{flex:1 1 55%;min-width:min(100%,320px)}.brand-inhouse__copy{flex:1 1 40%;min-width:min(100%,280px)}.brand-inhouse__media{border-radius:4px;overflow:hidden}.brand-inhouse__img{width:100%;display:block;border-radius:4px}.brand-inhouse__media-stack{display:block}.brand-inhouse__media-stack .brand-inhouse__media{position:relative;z-index:2}.brand-inhouse__media-secondary{position:relative;z-index:1;margin-top:-40px;margin-left:40px;max-width:65%;border-radius:4px;overflow:hidden}@media(max-width:749px){.brand-inhouse__media-secondary{margin-top:-24px;margin-left:24px;max-width:72%}}.brand-inhouse__placeholder{aspect-ratio:4 / 5;background:#f5f5f5;border-radius:4px}.brand-inhouse__label{margin:0 0 20px;font-family:var(--font-body);font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:#8b7355;font-weight:400}.brand-inhouse__label:before{content:"";display:block;width:32px;height:1px;background:#8b7355;margin-bottom:16px}.brand-inhouse__heading{margin:0 0 20px;font-family:var(--font-heading);font-size:clamp(1.75rem,3vw,2.375rem);font-style:italic;font-weight:400;line-height:1.2;color:#2c2c2c}.brand-inhouse__body{font-family:var(--font-body);font-size:15px;line-height:1.8;color:#6b6b6b;font-weight:400}.brand-inhouse__body p{margin:0 0 1em}.brand-inhouse__stats{margin:28px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 20px;border:0}@media(max-width:749px){.brand-inhouse__stats{grid-template-columns:repeat(auto-fit,minmax(92px,1fr))}}.brand-inhouse__stat{margin:0;min-width:0}.brand-inhouse__stat-value{margin:0 0 6px;padding:0;font-family:var(--font-heading);font-size:clamp(1.0625rem,2vw,1.35rem);font-style:italic;font-weight:400;line-height:1.25;color:#2c2c2c}.brand-inhouse__stat-label{margin:0;padding:0;font-family:var(--font-body);font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:400;line-height:1.35;color:#8b7355}.brand-inhouse__stat-label--solo{font-style:normal;font-size:11px;letter-spacing:.15em;line-height:1.4}.brand-inhouse__link{display:inline-block;margin-top:24px;font-family:var(--font-body);font-size:13px;letter-spacing:.08em;color:#2c2c2c;text-decoration:underline;text-underline-offset:4px;transition:color .3s ease}.brand-inhouse__link:hover{color:#8b7355}.brand-inhouse__signature{margin:20px 0 0;padding:0;font-family:var(--font-body);font-size:13px;font-style:italic;font-weight:400;line-height:1.5;color:#6b6b6b}.reveal.brand-inhouse__reveal--left{transform:translate(-24px)}.reveal.brand-inhouse__reveal--left.visible{transform:translate(0)}.reveal.brand-inhouse__reveal--right{transform:translate(24px);transition-delay:0s,0s}.reveal.brand-inhouse__reveal--right.visible{transform:translate(0);transition-delay:.15s,.15s}.style-edit{background:#f5f0e8;padding:80px clamp(24px,4vw,60px)}.style-edit__layout{display:flex;gap:48px;max-width:1400px;margin:0 auto;align-items:flex-start}.style-edit__aside{flex:0 0 220px;max-width:220px}.style-edit__title{margin:0;font-family:var(--font-heading);font-size:28px;font-style:italic;font-weight:400;color:#2c2c2c}.style-edit__desc{margin-top:16px;margin-bottom:48px;font-family:var(--font-body);font-size:14px;line-height:1.7;color:#6b6b6b;font-weight:400}.style-edit__social-kicker{margin:0 0 12px;font-family:var(--font-body);font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#6b6b6b;font-weight:400}.style-edit__socials{display:flex;flex-wrap:wrap;gap:16px}.style-edit__social{color:#2c2c2c;display:flex;transition:all .3s ease}.style-edit__social:hover{color:#8b7355;transform:translateY(-2px)}.style-edit__rail{flex:1;min-width:0}.style-edit__cards{display:flex;gap:16px;overflow-x:auto;padding-bottom:8px;scrollbar-width:none}.style-edit__cards::-webkit-scrollbar{display:none}.style-edit__card{position:relative;flex:0 0 260px;transition:transform .4s ease}.style-edit__card:hover{transform:scale(1.02)}.style-edit__card-visual{aspect-ratio:3 / 4;border-radius:4px;background:#0000000d}.style-edit__video-wrap{width:100%;height:100%}.style-edit__card-video{display:block;width:100%;height:100%;object-fit:cover;border-radius:4px;transition:transform .6s ease}.style-edit__card-visual.image-wrap:hover .style-edit__card-video{transform:scale(1.04)}.style-edit__card-img{width:100%;height:100%;object-fit:cover;border-radius:4px}.style-edit__card-placeholder{width:100%;height:100%;background:#0000000f;border-radius:4px}.style-edit__product-pill{position:absolute;left:12px;bottom:12px;width:80px;height:80px;padding:8px;background:#fff;box-shadow:0 2px 8px #00000014;display:flex;align-items:center;justify-content:center;text-decoration:none}.style-edit__product-pill img{max-width:100%;max-height:100%;object-fit:contain}@media(max-width:900px){.style-edit__layout{flex-direction:column}.style-edit__aside{max-width:none}}.seo-text{background:#fff;padding:60px clamp(24px,4vw,60px) 40px}.seo-text__inner{max-width:680px}.seo-text__heading{margin:0 0 16px;font-family:var(--font-body);font-size:13px;font-weight:700;letter-spacing:.05em;color:#2c2c2c}.seo-text__intro,.seo-text__expanded-inner{font-family:var(--font-body);font-size:14px;line-height:1.8;color:#6b6b6b;font-weight:400}.seo-expanded{max-height:0;overflow:hidden;transition:max-height .5s ease}.seo-expanded.visible{max-height:800px}.seo-text__toggle{margin-top:16px;padding:0;border:0;background:none;font-family:var(--font-body);font-size:13px;color:#2c2c2c;text-decoration:underline;cursor:pointer;font-weight:400}.site-footer--celeste{background:var(--olive);color:var(--cream);padding:80px clamp(24px,4vw,60px) 40px}.site-footer--celeste a{color:inherit}.site-footer__inner{max-width:1200px;margin:0 auto}.site-footer__brand{display:flex;justify-content:center;margin-bottom:40px}.site-footer__logo{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:var(--cream);transition:opacity .25s ease}.site-footer__logo:hover{opacity:.88;color:var(--cream)}.site-footer__logo-img{display:block;width:auto;max-width:min(100%,var(--footer-logo-w, 160px));height:auto;object-fit:contain}.site-footer__logo-text{font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2rem);font-weight:400;letter-spacing:.14em;text-transform:uppercase;color:var(--cream)}.site-footer__marquee{position:relative;display:flex;align-items:center;width:100vw;max-width:100vw;margin:0 calc(50% - 50vw) 52px;padding:18px 0;border-block:1px solid rgba(245,240,232,.16);background:linear-gradient(180deg,#f5f0e80a,#f5f0e800,#f5f0e80a);overflow:hidden;--footer-marquee-duration: 48s}.site-footer__marquee-viewport{flex:1;min-width:0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 12%,#000 88%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,#000 12%,#000 88%,transparent 100%)}.site-footer__marquee-edge{position:absolute;top:0;bottom:0;width:clamp(28px,6vw,72px);z-index:2;pointer-events:none}.site-footer__marquee-edge--start{left:0;background:linear-gradient(90deg,var(--olive) 0%,transparent 100%)}.site-footer__marquee-edge--end{right:0;background:linear-gradient(270deg,var(--olive) 0%,transparent 100%)}.site-footer__marquee-track{display:flex;width:max-content;animation:site-footer-marquee var(--footer-marquee-duration, 48s) linear infinite;will-change:transform}.site-footer__marquee:hover .site-footer__marquee-track{animation-play-state:paused}.site-footer__marquee-group{display:flex;align-items:center;flex-shrink:0}.site-footer__marquee-item{display:inline-flex;align-items:center;gap:0;padding-inline:clamp(28px,4vw,56px);font-family:var(--font-body);font-size:10px;font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:#f5f0e8e0;white-space:nowrap}.site-footer__marquee-item:after{content:"\25c6";margin-left:clamp(28px,4vw,56px);font-size:7px;line-height:1;color:#8b7355bf;opacity:.9}@keyframes site-footer-marquee{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media(prefers-reduced-motion:reduce){.site-footer__marquee-viewport{-webkit-mask-image:none;mask-image:none}.site-footer__marquee-edge{display:none}.site-footer__marquee-track{flex-wrap:wrap;justify-content:center;width:100%;max-width:1200px;margin-inline:auto;padding-inline:clamp(24px,4vw,60px);animation:none;gap:8px 0}.site-footer__marquee-group:last-child{display:none}.site-footer__marquee-group{flex-wrap:wrap;justify-content:center}.site-footer__marquee-item{padding-inline:16px;white-space:normal;text-align:center}.site-footer__marquee-item:after{margin-left:16px}}.site-footer--celeste .site-footer__grid{display:grid;grid-template-columns:1.2fr repeat(3,minmax(0,1fr));gap:60px}@media(max-width:1000px){.site-footer--celeste .site-footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.site-footer--celeste .site-footer__grid{grid-template-columns:1fr}}.site-footer__news-title{margin:0 0 12px;font-family:var(--font-heading);font-size:24px;font-weight:400;color:var(--cream)}.site-footer__news-sub{margin:0 0 24px;font-family:var(--font-body);font-size:13px;color:#f5f0e8bf;font-weight:400}.site-footer__news-form{display:flex;flex-direction:column;gap:0}.site-footer__input{width:100%;padding:14px 16px;border:1px solid rgba(245,240,232,.35);background:#ffffff14;font-family:var(--font-body);font-size:13px;color:var(--cream);border-radius:0;margin-top:10px;transition:border-color .3s ease,background-color .3s ease}.site-footer__input::placeholder{color:#f5f0e88c}.site-footer__input:first-of-type{margin-top:0}.site-footer__input:focus{outline:none;border-color:var(--cream);background:#ffffff1f}.site-footer__join{width:100%;margin-top:12px;padding:16px;border:1px solid var(--cream);border-radius:0;background:transparent;color:var(--cream);font-family:var(--font-body);font-size:13px;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;font-weight:400;transition:background-color .25s ease,color .25s ease}.site-footer__join:hover{background:var(--cream);color:var(--olive)}.site-footer__form-note{margin-top:12px;font-size:13px;color:#f5f0e8d9}.site-footer__form-note--error{color:#f0d0a0}.site-footer__col-title{margin:0 0 20px;font-family:var(--font-body);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--cream)}.site-footer__links{list-style:none;margin:0;padding:0}.site-footer__links a{font-family:var(--font-body);font-size:13px;line-height:2.2;color:#f5f0e8b8;text-decoration:none;font-weight:400;transition:color .25s ease}.site-footer__links a:hover{color:var(--cream)}.site-footer__bar{margin-top:60px;padding-top:24px;border-top:1px solid rgba(245,240,232,.18);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px}.site-footer__copyright{margin:0;font-family:var(--font-body);font-size:12px;color:#f5f0e8a6;font-weight:400}.site-footer__payments{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.site-footer__payment-icon{height:24px;width:auto;filter:brightness(0) invert(1);opacity:.82}.site-footer__payment-fallback{font-size:12px;color:#f5f0e8a6}.scroll-top{position:fixed;bottom:32px;right:32px;z-index:90;width:44px;height:44px;border:0;border-radius:4px;background:#3d4235;color:#fff;font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease,background-color .3s ease,transform .2s ease}.scroll-top:hover{background:#2c2c2c}.product-pdp{background:#f5f0e8}.pdp-shell{max-width:100%;margin:0 auto}@media(min-width:900px){.pdp-shell{max-width:1320px;padding-inline:var(--page-gutter, 1.5rem)}}.pdp-layout{display:grid;grid-template-columns:minmax(260px,.82fr) minmax(0,1.18fr);gap:0 clamp(12px,2.5vw,32px);align-items:start}.pdp-gallery-wrap{min-width:0;background:#f5f0e8}.pdp-gallery{columns:2;column-gap:12px;margin:0;padding:0}.pdp-gallery__item{break-inside:avoid;margin:0 0 12px;padding:0;display:block;width:100%}@media(min-width:900px){.pdp-gallery__item:first-child{column-span:all}}.pdp-gallery__zoom-btn{display:block;width:100%;margin:0;padding:0;border:0;background:transparent;cursor:zoom-in;text-align:left;font:inherit;color:inherit}.pdp-gallery__zoom-btn:focus-visible{outline:2px solid var(--olive, #3d4235);outline-offset:2px}.pdp-gallery__zoom-btn img,.pdp-gallery__item img,.pdp-gallery__item .pdp-gallery__video,.pdp-gallery__item .pdp-gallery__external{width:100%;display:block;vertical-align:top;border-radius:4px}.pdp-gallery__item--empty{min-height:40vh;background:#0000000a;border-radius:4px}.pdp-info{position:sticky;top:132px;align-self:start;padding:clamp(32px,4vw,56px) clamp(24px,4vw,48px) 80px;background:#f5f0e8;max-height:calc(100vh - 136px);overflow-y:auto}.pdp-badge{display:inline-block;margin:0 0 20px;padding:6px 14px;border-radius:20px;background:#eeeaf5;color:#2c2c2c;font-family:var(--font-body);font-size:12px;font-weight:400;letter-spacing:.02em}.pdp-title{margin:0;font-family:var(--font-heading);font-size:clamp(1.75rem,2.5vw,2.25rem);font-weight:400;font-style:normal;color:#2c2c2c;line-height:1.15}.pdp-price{margin:12px 0 0;font-family:var(--font-body);font-size:1rem;font-weight:400;color:#2c2c2c}.pdp-stars{display:flex;align-items:center;gap:4px;margin-top:12px}.pdp-star{color:#e0e0e0;line-height:0}.pdp-star--full{color:#2c2c2c}.pdp-stars-count{margin-left:8px;font-family:var(--font-body);font-size:13px;color:#6b6b6b}.pdp-form{margin-top:28px}.pdp-option{margin-top:24px}.pdp-option-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.pdp-option-head--split{margin-bottom:12px}.pdp-option-label{font-family:var(--font-body);font-size:13px;color:#2c2c2c;font-weight:400}.pdp-option-current{font-weight:400}.pdp-size-chart{font-family:var(--font-body);font-size:13px;color:#2c2c2c;text-decoration:underline;text-underline-offset:3px}.pdp-size-chart:hover{color:#8b7355}.pdp-swatches{display:flex;flex-wrap:wrap;gap:12px}.pdp-swatch{width:28px;height:28px;border-radius:50%;border:0;padding:0;cursor:pointer;background:var(--pdp-swatch, #d0d0d0);transition:transform .2s ease,box-shadow .2s ease}.pdp-swatch.is-active{outline:2px solid #2c2c2c;outline-offset:2px}.pdp-pills{display:flex;flex-wrap:wrap;gap:8px}.pdp-pill{padding:10px 14px;border:1px solid rgba(0,0,0,.12);background:transparent;font-family:var(--font-body);font-size:13px;color:#2c2c2c;cursor:pointer;transition:background-color .25s ease,color .25s ease,border-color .25s ease}.pdp-pill.is-active{background:#2c2c2c;color:#fff;border-color:#2c2c2c}.pdp-select{width:100%;padding:12px 14px;border:1px solid rgba(0,0,0,.12);background:#fff;font-family:var(--font-body);font-size:14px;color:#2c2c2c;border-radius:0}.pdp-addon{margin-top:10px;border:0}.pdp-addon__summary{display:flex;align-items:center;justify-content:space-between;list-style:none;cursor:pointer;padding:14px 16px;background:#f0ebe3;border-radius:4px;font-family:var(--font-body);font-size:14px;color:#2c2c2c}.pdp-addon__summary::-webkit-details-marker{display:none}.pdp-addon__left{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pdp-addon__plus{font-weight:400;color:#6b6b6b}.pdp-addon__detail{color:#6b6b6b;font-size:13px}.pdp-addon__counter{font-size:13px;color:#6b6b6b}.pdp-toggle{position:relative;display:inline-flex;align-items:center}.pdp-toggle input{position:absolute;opacity:0;width:0;height:0}.pdp-toggle__track{display:block;width:44px;height:24px;border-radius:999px;background:#d4d0c8;position:relative;cursor:pointer;transition:background-color .25s ease}.pdp-toggle__thumb{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .25s ease}.pdp-toggle input:checked+.pdp-toggle__track{background:#3d4235}.pdp-toggle input:checked+.pdp-toggle__track .pdp-toggle__thumb{transform:translate(20px)}.pdp-submit{width:100%;margin-top:20px;padding:16px 20px;border:0;border-radius:0;background:#3d4235;color:#fff;font-family:var(--font-body);font-size:13px;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.pdp-submit:hover:not(:disabled){background:#2c2c2c}.pdp-submit:disabled{opacity:.45;cursor:not-allowed}.pdp-shipping{display:flex;align-items:flex-start;gap:10px;margin:16px 0 0;padding:12px 16px;border-radius:20px;background:#f0ebe3;font-family:var(--font-body);font-size:13px;line-height:1.5;color:#6b6b6b}.pdp-shipping__icon{flex-shrink:0;color:#6b6b6b;margin-top:2px}.pdp-accordion{border:0;margin:0}.pdp-accordion__summary{display:flex;align-items:center;justify-content:space-between;list-style:none;cursor:pointer;padding:18px 0;border-top:1px solid rgba(0,0,0,.08);font-family:var(--font-body);font-size:14px;color:#2c2c2c}.pdp-accordion__summary::-webkit-details-marker{display:none}.pdp-accordion__icon{font-size:18px;line-height:1;color:#6b6b6b;transition:transform .25s ease}.pdp-accordion[open] .pdp-accordion__icon{transform:rotate(45deg)}.pdp-accordion__content{padding:0 0 20px;font-family:var(--font-body);font-size:14px;line-height:1.75;color:#6b6b6b;max-height:0;overflow:hidden;transition:max-height .4s ease}.pdp-accordion[open] .pdp-accordion__content{max-height:1200px}.pdp-trust{margin-top:28px;padding:24px;background:#e8eef5;display:grid;grid-template-columns:1fr 1fr;gap:20px 16px}.pdp-trust__item{display:flex;gap:10px;align-items:flex-start}.pdp-trust__icon{flex-shrink:0;font-size:16px;line-height:1.4}.pdp-trust__label{margin:0;font-family:var(--font-body);font-size:12px;line-height:1.45;color:#5a6b7a;font-weight:400}.pdp-related-wrap{padding:clamp(48px,6vw,100px) clamp(24px,4vw,60px) 80px;background:#f5f0e8;border-top:1px solid rgba(0,0,0,.06)}.pdp-related .tabbed-products__tabs-wrap{margin-bottom:40px}.pdp-related__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.pdp-related__empty{margin:0;font-family:var(--font-body);font-size:14px;color:#6b6b6b}.pdp-gallery-indicators,.pdp-drawer-overlay,.pdp-configure-bar{display:none}@media(max-width:1024px){.pdp-related__grid{grid-auto-flow:column;grid-auto-columns:minmax(220px,72vw);grid-template-columns:none;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory}.pdp-related__grid .pcard{scroll-snap-align:start}}@media(max-width:899px){.pdp-layout{grid-template-columns:1fr}.pdp-gallery-wrap{background:#fff}.pdp-gallery{display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;column-gap:0;columns:unset;gap:0}.pdp-gallery::-webkit-scrollbar{display:none}.pdp-gallery__item{flex:0 0 100%;width:100%;max-width:100%;scroll-snap-align:start;scroll-snap-stop:always;margin:0;aspect-ratio:1 / 1;max-height:min(72vh,520px);overflow:hidden;background:#fff}.pdp-gallery__zoom-btn{width:100%;height:100%}.pdp-gallery__zoom-btn img,.pdp-gallery__item img,.pdp-gallery__item .pdp-gallery__video,.pdp-gallery__item .pdp-gallery__external{border-radius:0;width:100%;height:100%;min-height:100%;max-height:none;object-fit:cover;object-position:center;background:#fff}.pdp-gallery-indicators{display:flex;justify-content:center;flex-wrap:wrap;gap:6px;padding:14px 20px 4px;background:#fff}.pdp-gallery-indicator{height:2px;flex:1 1 auto;max-width:28px;min-width:12px;border-radius:2px;background:#0000001f;transition:background .3s ease}.pdp-gallery-indicator.is-active{background:#2c2c2c}.pdp-info{position:static;max-height:none;overflow:visible;padding:20px 20px 96px;background:#fff}.pdp-badge{margin-bottom:16px}.pdp-drawer-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:250;background:#00000059;border:0;padding:0;margin:0;cursor:pointer;-webkit-appearance:none;appearance:none}.pdp-drawer-overlay.is-open{display:block}.pdp-configure-bar{position:fixed;bottom:0;left:0;right:0;z-index:200;display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;margin:0;padding:18px 24px calc(18px + env(safe-area-inset-bottom,0px));border:0;border-radius:0;background:#2c2c2c;color:#fff;font-family:var(--font-body);font-size:13px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;text-align:left;cursor:pointer;transition:opacity .2s ease}.pdp-configure-bar:disabled{opacity:.45;cursor:not-allowed}.pdp-configure-bar--direct .pdp-configure-bar__chevron{display:none}.pdp-configure-bar__chevron{flex-shrink:0;display:flex;align-items:center;justify-content:center;line-height:0;color:#fff}.pdp-configure-bar__chevron svg{transition:transform .35s cubic-bezier(.4,0,.2,1)}.pdp-configure-bar--drawer-open .pdp-configure-bar__chevron svg{transform:rotate(180deg)}.pdp-options-drawer{position:fixed;bottom:0;left:0;right:0;z-index:300;max-height:min(82vh,640px);overflow-y:auto;-webkit-overflow-scrolling:touch;padding:20px 20px calc(24px + env(safe-area-inset-bottom,16px));background:#f5f0e8;border-radius:16px 16px 0 0;box-shadow:0 -8px 32px #0000001f;transform:translateY(100%);visibility:hidden;pointer-events:none;transition:transform .35s cubic-bezier(.4,0,.2,1),visibility .35s step-end}.pdp-options-drawer.is-open{transform:translateY(0);visibility:visible;pointer-events:auto;transition:transform .35s cubic-bezier(.4,0,.2,1),visibility 0s step-start}.pdp-options-drawer__title{margin:0 0 20px;padding-bottom:14px;border-bottom:1px solid rgba(0,0,0,.08);font-family:var(--font-body);font-size:12px;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:#2c2c2c}.pdp-form{position:static}.pdp-submit{margin-top:24px}.pdp-trust{grid-template-columns:1fr}}@media(min-width:900px){.pdp-gallery-indicators,.pdp-drawer-overlay,.pdp-configure-bar{display:none!important}.pdp-options-drawer__title{display:none}.pdp-options-drawer{position:static;z-index:auto;max-height:none;overflow:visible;padding:0;margin:0;background:transparent;border-radius:0;box-shadow:none;transform:none!important;visibility:visible!important;pointer-events:auto!important;transition:none}.pdp-options-drawer.is-open{transform:none!important}}.product-editorial{position:relative;background:#f5f0e8;padding:clamp(48px,6vw,100px) clamp(48px,8vw,120px)}.product-editorial--single .product-editorial__nav{display:none}.product-editorial__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;border-radius:50%;border:0;background:#ffffffd9;color:#2c2c2c;font-size:22px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .25s ease,color .25s ease}.product-editorial__nav:hover{background:#fff}.product-editorial__nav--prev{left:clamp(12px,3vw,32px)}.product-editorial__nav--next{right:clamp(12px,3vw,32px)}.product-editorial__track{position:relative;max-width:1200px;margin:0 auto}.product-editorial__slide{display:none}.product-editorial__slide.is-active{display:block}.product-editorial__inner{display:flex;flex-wrap:wrap;align-items:center;gap:clamp(32px,5vw,80px)}.product-editorial__text{flex:1 1 35%;min-width:min(100%,260px)}.product-editorial__label{margin:0 0 12px;font-family:var(--font-body);font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#6b6b6b;font-weight:400}.product-editorial__heading{margin:0 0 16px;font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2rem);font-weight:400;color:#2c2c2c;line-height:1.25}.product-editorial__body{font-family:var(--font-heading);font-size:clamp(1.125rem,2vw,1.375rem);line-height:1.55;color:#2c2c2c;font-weight:400}.product-editorial__media{flex:1 1 55%;min-width:min(100%,280px);border-radius:4px;overflow:hidden}.product-editorial__img{width:100%;display:block;border-radius:4px}.product-editorial__placeholder{aspect-ratio:4 / 3;background:#0000000d;border-radius:4px}@media(max-width:767px){.product-editorial__inner{flex-direction:column-reverse}.product-editorial__text{text-align:center}}.collection-celeste{background:var(--cream);color:var(--text)}.collection-celeste__hero{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);min-height:var(--collection-hero-h, 360px);max-height:min(70vh,520px);overflow:hidden}.collection-celeste__hero-img{width:100%;height:100%;min-height:var(--collection-hero-h, 360px);object-fit:cover;object-position:center;display:block}.collection-celeste__hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(44,44,44,.55) 0%,rgba(44,44,44,.15) 45%,transparent 100%);pointer-events:none}.collection-celeste__hero-content{position:absolute;left:0;right:0;bottom:0;padding:clamp(2rem,5vw,4rem) var(--page-gutter, 1.5rem);z-index:1}.collection-celeste__eyebrow{margin:0 0 .5rem;font-family:var(--font-body);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:#f5f0e8d9}.collection-celeste__title{margin:0;font-family:var(--font-heading);font-size:clamp(2rem,5vw,3.25rem);font-weight:400;line-height:1.1;color:var(--cream)}.collection-celeste__title--plain{color:var(--text)}.collection-celeste__hero-desc{margin-top:1rem;max-width:36rem;color:#f5f0e8eb;font-size:.95rem}.collection-celeste__intro{padding-top:calc(112px + clamp(1.5rem,4vw,2.5rem));padding-bottom:clamp(2rem,4vw,3rem)}.collection-celeste__intro-desc{margin-top:1rem;max-width:40rem;color:var(--text-muted)}.collection-celeste__main{padding-bottom:clamp(3rem,6vw,5rem)}.collection-celeste__toolbar{position:sticky;top:112px;z-index:2;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0 1.5rem;margin-bottom:.5rem;border-bottom:1px solid rgba(44,44,44,.08);background:var(--cream)}.collection-celeste__count{margin:0;font-family:var(--font-body);font-size:.8125rem;letter-spacing:.06em;color:var(--text-muted)}.collection-celeste__select{font-family:var(--font-body);font-size:.8125rem;padding:.5rem 2rem .5rem .75rem;border:1px solid rgba(44,44,44,.15);border-radius:4px;background:var(--white);color:var(--text);cursor:pointer}.collection-celeste__grid{display:grid;gap:clamp(1.25rem,3vw,2rem);grid-template-columns:repeat(2,minmax(0,1fr))}.collection-celeste__grid--cols-2,.collection-celeste__grid--cols-3,.collection-celeste__grid--cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:700px){.collection-celeste__grid--cols-3,.collection-celeste__grid--cols-4{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1100px){.collection-celeste__grid--cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.collection-celeste__card{margin:0}.collection-celeste__card-link{display:block;text-decoration:none;color:inherit}.collection-celeste__card-media{position:relative;aspect-ratio:3 / 4;overflow:hidden;border-radius:6px;background:var(--collection-card-bg, var(--white))}.collection-celeste__card-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.collection-celeste__card-link:hover .collection-celeste__card-media img{transform:scale(1.04)}.collection-celeste__card-placeholder{width:100%;height:100%;background:#0000000f}.collection-celeste__card-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(44,44,44,.35),transparent 55%);opacity:0;transition:opacity .35s ease;pointer-events:none}.collection-celeste__card-cta{position:absolute;left:50%;bottom:1.25rem;transform:translate(-50%) translateY(8px);padding:.55rem 1.25rem;font-family:var(--font-body);font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;color:var(--cream);border:1px solid rgba(245,240,232,.6);border-radius:999px;opacity:0;transition:opacity .35s ease,transform .35s ease;pointer-events:none;white-space:nowrap}.collection-celeste__card-link:hover .collection-celeste__card-shade,.collection-celeste__card-link:focus-visible .collection-celeste__card-shade{opacity:1}.collection-celeste__card-link:hover .collection-celeste__card-cta,.collection-celeste__card-link:focus-visible .collection-celeste__card-cta{opacity:1;transform:translate(-50%) translateY(0)}.collection-celeste__card-info{padding:1rem .25rem 0}.collection-celeste__card-title{margin:0;font-family:var(--font-heading);font-size:1.125rem;font-weight:400;line-height:1.25}.collection-celeste__card-price{margin:.35rem 0 0;font-family:var(--font-body);font-size:.875rem;color:var(--text-muted)}.collection-celeste__empty{grid-column:1 / -1;text-align:center;padding:3rem 1rem;color:var(--text-muted)}.collection-celeste__pagination{margin-top:2.5rem;display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem}.collection-celeste__pagination a,.collection-celeste__pagination span{font-family:var(--font-body);font-size:.8125rem;padding:.35rem .65rem;color:var(--text);text-decoration:none;border-radius:4px}.collection-celeste__pagination .current{background:var(--olive);color:var(--cream)}.product-strip{background:var(--cream);padding:clamp(3.5rem,6vw,5rem) clamp(1.5rem,4vw,3.75rem)}.product-strip__inner{max-width:var(--max-width, 1400px);margin:0 auto}.product-strip__header{margin-bottom:clamp(2rem,4vw,3rem);max-width:42rem}.product-strip__kicker{margin:0 0 .75rem;font-family:var(--font-body);font-size:.6875rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--bronze, #8b7355)}.product-strip__heading{margin:0;font-family:var(--font-heading);font-size:clamp(2rem,4.5vw,3rem);font-weight:400;line-height:1.1;letter-spacing:-.02em;color:var(--text, #2c2c2c)}.product-strip__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}@media(max-width:1024px){.product-strip__grid{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:minmax(220px,72vw);overflow-x:auto;padding-bottom:.5rem;scroll-snap-type:x mandatory;margin-inline:calc(-1*clamp(24px,4vw,60px));padding-inline-start:clamp(24px,4vw,60px);padding-inline-end:clamp(24px,4vw,60px)}.product-strip__grid .pcard{scroll-snap-align:start}}.product-strip__empty{grid-column:1 / -1;font-family:var(--font-body);font-size:.875rem;color:var(--text-muted)}.product-strip__cta-wrap{margin:2.5rem 0 0;text-align:center}.product-strip__cta{display:inline-block;font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;color:var(--text);border-bottom:1px solid currentColor;padding-bottom:.2rem;transition:color .3s ease,opacity .3s ease}.product-strip__cta:hover{color:var(--bronze, #8b7355)}.sets-hero-section{min-height:min(85vh,720px)}.sets-hero-section__content{text-align:center;align-items:center}.sets-hero-section__headline{max-width:14ch;margin-left:auto;margin-right:auto}.sets-hero-section__subline{max-width:36ch;margin-left:auto;margin-right:auto}.sets-grid{background:#fff;padding:clamp(3.5rem,6vw,5.5rem) clamp(1.5rem,4vw,3.75rem)}.sets-grid__inner{max-width:var(--max-width, 1400px);margin:0 auto}.sets-grid__header{margin-bottom:clamp(2.5rem,5vw,3.5rem);text-align:center}.sets-grid__kicker{margin:0 0 .75rem;font-family:var(--font-body);font-size:.6875rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--bronze, #8b7355)}.sets-grid__heading{margin:0;font-family:var(--font-heading);font-size:clamp(2.25rem,5vw,3.25rem);font-weight:400;line-height:1.1;letter-spacing:-.02em}.sets-grid__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.25rem,2.5vw,2rem)}@media(max-width:900px){.sets-grid__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.sets-grid__cards{grid-template-columns:1fr}}.sets-grid__card{margin:0}.sets-grid__card-trigger{display:flex;flex-direction:column;width:100%;padding:0;border:0;background:none;cursor:pointer;text-align:left;color:inherit;font:inherit;transition:transform .35s ease}.sets-grid__card-trigger:hover,.sets-grid__card-trigger:focus-visible{transform:translateY(-6px)}.sets-grid__card-trigger:focus-visible{outline:2px solid var(--olive, #4a4a3a);outline-offset:4px}.sets-grid__card-visual{position:relative;aspect-ratio:4 / 5;overflow:hidden;background:#f5f0e8}.sets-grid__card-img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.sets-grid__card-trigger:hover .sets-grid__card-img{transform:scale(1.04)}.sets-grid__card-placeholder{width:100%;height:100%;background:linear-gradient(145deg,#ebe6dc,#d9d2c6)}.sets-grid__card-body{padding:1.25rem .25rem 0}.sets-grid__card-tag{display:inline-block;margin-bottom:.65rem;padding:.35rem .75rem;font-family:var(--font-body);font-size:.625rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--cream);background:var(--olive, #4a4a3a);border-radius:999px}.sets-grid__card-title{margin:0 0 .5rem;font-family:var(--font-heading);font-size:1.5rem;font-weight:400;line-height:1.2}.sets-grid__card-price{margin:0 0 .75rem;font-family:var(--font-body);font-size:.9375rem;color:var(--text-muted)}.sets-grid__card-cta{display:inline-block;font-family:var(--font-body);font-size:.6875rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--bronze, #8b7355);border-bottom:1px solid currentColor;padding-bottom:.15rem}.sets-grid__empty{text-align:center;padding:3rem 1rem;font-family:var(--font-body);font-size:.875rem;color:var(--text-muted)}.combo-modal{width:min(960px,calc(100vw - 2rem));max-height:calc(100vh - 2rem);padding:0;border:0;border-radius:0;background:transparent;overflow:visible}.combo-modal::backdrop{background:#2c2c2c8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.combo-modal__panel{position:relative;background:var(--cream, #f5f0e8);color:var(--text, #2c2c2c);max-height:calc(100vh - 2rem);overflow-y:auto;box-shadow:0 24px 64px #0000002e}.combo-modal__close{position:absolute;top:1rem;right:1rem;z-index:3;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;padding:0;border:0;background:var(--cream);color:var(--text);font-size:1.75rem;line-height:1;cursor:pointer;border-radius:50%;box-shadow:0 2px 12px #0000001a;transition:background .25s ease,transform .25s ease}.combo-modal__close:hover{background:#fff;transform:scale(1.05)}.combo-modal__layout{display:grid;grid-template-columns:1fr 1fr;min-height:420px}@media(max-width:768px){.combo-modal__layout{grid-template-columns:1fr}}.combo-modal__media{position:relative;min-height:280px;background:#ebe6dc}.combo-modal__img{width:100%;height:100%;min-height:280px;object-fit:cover}.combo-modal__placeholder{width:100%;min-height:280px;background:linear-gradient(145deg,#ebe6dc,#d9d2c6)}.combo-modal__details{display:flex;flex-direction:column;padding:clamp(1.75rem,4vw,2.5rem)}.combo-modal__tag{display:inline-block;align-self:flex-start;margin-bottom:.75rem;padding:.35rem .85rem;font-family:var(--font-body);font-size:.625rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--cream);background:var(--olive, #4a4a3a);border-radius:999px}.combo-modal__title{margin:0 0 1rem;font-family:var(--font-heading);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:400;line-height:1.15}.combo-modal__description{margin:0 0 1.5rem;font-family:var(--font-body);font-size:.9375rem;line-height:1.65;color:var(--text-muted)}.combo-modal__included{margin-bottom:1.5rem}.combo-modal__included-label{margin:0 0 .75rem;font-family:var(--font-body);font-size:.6875rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--text)}.combo-modal__included-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}.combo-modal__included-item{margin:0}.combo-modal__included-link{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--text);transition:opacity .25s ease}.combo-modal__included-link:hover{opacity:.75}.combo-modal__included-thumb{width:3rem;height:3rem;object-fit:cover;border-radius:4px;flex-shrink:0}.combo-modal__included-name{font-family:var(--font-body);font-size:.875rem}.combo-modal__price{margin:0 0 1.25rem;font-family:var(--font-heading);font-size:1.375rem;font-weight:400}.combo-modal__actions{display:flex;flex-direction:column;gap:.75rem;margin-top:auto}.combo-modal__atc{width:100%;text-align:center}.combo-modal__atc.is-added{background:var(--olive, #4a4a3a);border-color:var(--olive, #4a4a3a)}.combo-modal__view-product{display:inline-block;text-align:center;font-family:var(--font-body);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:underline;text-underline-offset:.2em;color:var(--text-muted)}.combo-modal__view-product:hover{color:var(--text)}.combo-modal__hint{margin:0;font-family:var(--font-body);font-size:.8125rem;color:var(--text-muted);font-style:italic}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;pointer-events:none}.cart-drawer.is-open{pointer-events:auto}.cart-drawer__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#14161273;opacity:0;transition:opacity .32s ease;border:0;padding:0;cursor:pointer}.cart-drawer.is-open .cart-drawer__backdrop{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;width:min(100%,26rem);height:100%;display:flex;flex-direction:column;background:var(--cream, #f5f0e8);color:var(--text, #2a2a24);box-shadow:-12px 0 40px #0000001f;transform:translate(100%);transition:transform .34s cubic-bezier(.22,1,.36,1)}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.25rem 1rem;border-bottom:1px solid rgba(42,42,36,.1);flex-shrink:0}.cart-drawer__title{margin:0;font-family:var(--font-heading);font-size:1.5rem;font-weight:400;letter-spacing:.02em}.cart-drawer__close{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;font-size:1.125rem;line-height:1;opacity:.7;transition:opacity .2s ease}.cart-drawer__close:hover{opacity:1}.cart-drawer__body{flex:1;overflow-y:auto;padding:1rem 1.25rem;-webkit-overflow-scrolling:touch}.cart-drawer__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.cart-drawer__item{display:grid;grid-template-columns:4.5rem 1fr auto;gap:.75rem;align-items:start;padding-bottom:1rem;border-bottom:1px solid rgba(42,42,36,.08)}.cart-drawer__item:last-child{border-bottom:0;padding-bottom:0}.cart-drawer__item-media{display:block;width:4.5rem;height:4.5rem;border-radius:2px;overflow:hidden;background:#2a2a240f}.cart-drawer__item-img{width:100%;height:100%;object-fit:cover;display:block}.cart-drawer__item-img--placeholder{display:block;width:100%;height:100%;background:#2a2a2414}.cart-drawer__item-title{font-family:var(--font-body);font-size:.875rem;font-weight:500;line-height:1.35;color:inherit;text-decoration:none}.cart-drawer__item-title:hover{text-decoration:underline}.cart-drawer__item-variant,.cart-drawer__item-meta{margin:.2rem 0 0;font-size:.75rem;color:var(--text-muted, #6b6b60)}.cart-drawer__item-line{margin:0;font-size:.8125rem;font-weight:500;white-space:nowrap}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;min-height:12rem;text-align:center;padding:2rem 0}.cart-drawer__empty p{margin:0;color:var(--text-muted)}.cart-drawer__continue{width:100%;max-width:16rem}.cart-drawer__foot{flex-shrink:0;padding:1rem 1.25rem 1.5rem;border-top:1px solid rgba(42,42,36,.1);display:flex;flex-direction:column;gap:.75rem}.cart-drawer__cod{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:999px;background:#4a4a3a14;font-family:var(--font-body);font-size:.75rem;letter-spacing:.04em;color:var(--olive, #4a4a3a)}.cart-drawer__cod-icon{flex-shrink:0}.cart-drawer__subtotal{display:flex;align-items:baseline;justify-content:space-between;margin:0;font-family:var(--font-body);font-size:.875rem}.cart-drawer__subtotal strong{font-size:1.0625rem;font-weight:500}.cart-drawer__checkout{width:100%;text-align:center}.cart-drawer__view-cart{display:block;text-align:center;font-family:var(--font-body);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;text-decoration:underline;text-underline-offset:.2em;color:var(--text-muted)}.cart-drawer__view-cart:hover{color:var(--text)}.cart-toast{position:fixed;z-index:210;left:50%;bottom:1.25rem;transform:translate(-50%) translateY(calc(100% + 1.5rem));display:flex;align-items:center;gap:.35rem;max-width:min(22rem,calc(100vw - 2rem));padding:.875rem 1.25rem;border:0;border-radius:999px;background:var(--olive, #4a4a3a);color:var(--cream, #f5f0e8);font-family:var(--font-body);font-size:.875rem;line-height:1.35;text-align:left;cursor:pointer;box-shadow:0 8px 32px #0003;opacity:0;transition:transform .38s cubic-bezier(.22,1,.36,1),opacity .32s ease}.cart-toast.is-visible{transform:translate(-50%) translateY(0);opacity:1}.cart-toast__text{display:flex;flex-wrap:wrap;gap:.25rem .5rem;align-items:center}.cart-toast__cta{font-weight:500;letter-spacing:.02em}@media(min-width:900px){.cart-toast{left:auto;right:1.5rem;bottom:1.5rem;transform:translateY(calc(100% + 1.5rem))}.cart-toast.is-visible{transform:translateY(0)}}.celeste-header__cart-badge{animation:none}.celeste-header__cart-badge.is-bump{animation:cartBadgeBump .45s ease}@keyframes cartBadgeBump{0%{transform:scale(1)}40%{transform:scale(1.35)}to{transform:scale(1)}}.pdp-cod-note,.cart-cod-note{display:flex;align-items:center;gap:.4rem;margin:.5rem 0 0;font-family:var(--font-body);font-size:.8125rem;color:var(--olive, #4a4a3a);letter-spacing:.03em}.pdp-cod-note__icon,.cart-cod-note__icon{flex-shrink:0;opacity:.85}.cart-cod-note{justify-content:center;padding:.5rem .75rem;margin:0 0 .75rem;border-radius:999px;background:#4a4a3a14}.cart-summary__actions .cart-cod-note{width:100%}.pdp-form [data-add-to-cart].is-adding{opacity:.7;pointer-events:none}.pdp-lightbox{width:min(100vw,100%);max-width:100%;height:100%;max-height:100%;margin:0;padding:0;border:0;background:transparent;overflow:hidden}.pdp-lightbox::backdrop{background:#141612eb}.pdp-lightbox__stage{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:100dvh;padding:clamp(3.5rem,8vw,5rem) clamp(3rem,10vw,6rem);box-sizing:border-box}.pdp-lightbox__img{display:block;max-width:100%;max-height:calc(100dvh - 8rem);width:auto;height:auto;object-fit:contain;border-radius:4px;-webkit-user-select:none;user-select:none;animation:pdpLightboxIn .28s ease}@keyframes pdpLightboxIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.pdp-lightbox__close{position:fixed;top:calc(40px + 1rem);right:clamp(1rem,3vw,1.5rem);z-index:2;display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:0;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:#ffffff14;color:#f5f0e8;font-size:1.25rem;line-height:1;cursor:pointer;transition:background .2s ease,border-color .2s ease}.pdp-lightbox__close:hover{background:#ffffff29;border-color:#ffffff73}.pdp-lightbox__nav{position:fixed;top:50%;z-index:2;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;padding:0;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:#ffffff14;color:#f5f0e8;font-size:1.75rem;line-height:1;cursor:pointer;transition:background .2s ease,border-color .2s ease}.pdp-lightbox__nav:hover{background:#ffffff29;border-color:#ffffff73}.pdp-lightbox__nav--prev{left:clamp(.75rem,3vw,1.5rem)}.pdp-lightbox__nav--next{right:clamp(.75rem,3vw,1.5rem)}.pdp-lightbox__counter{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);margin:0;font-family:var(--font-body);font-size:.8125rem;letter-spacing:.12em;color:#f5f0e8d9}.info-page{background:#f5f0e8;padding-top:calc(112px + 2rem)}.info-page__inner{max-width:880px;margin:0 auto;padding-inline:clamp(24px,4vw,60px)}.info-page__header{margin-bottom:2.5rem;text-align:center}.info-page__kicker{margin:0 0 .5rem;font-family:var(--font-body);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#6b6b6b}.info-page__title{margin:0 0 1rem;font-family:var(--font-heading);font-size:clamp(2rem,4vw,2.75rem);font-weight:400;color:#2c2c2c}.info-page__lead{margin:0 auto;max-width:36rem;font-family:var(--font-body);font-size:1rem;line-height:1.65;color:#6b6b6b}.info-page__subtitle{margin:0 0 1rem;font-family:var(--font-heading);font-size:1.5rem;font-weight:400;color:#2c2c2c}.info-page__block{margin-top:2.5rem}.info-page__content{font-family:var(--font-body);font-size:.9375rem;line-height:1.7;color:#2c2c2c}.info-page__content p{margin:0 0 1rem}.info-page__content ol,.info-page__content ul{margin:0 0 1rem;padding-left:1.25rem}.info-page__note{margin-top:2rem;padding:1rem 1.25rem;background:#3d423514;font-size:.875rem;color:#3d4235;border-left:3px solid #3d4235}.info-page__cards{display:grid;gap:1.25rem;margin-top:2rem}@media(min-width:700px){.info-page__cards,.info-page__cards--care{grid-template-columns:repeat(3,minmax(0,1fr))}}.info-page__card{padding:1.5rem;background:#fff;border:1px solid rgba(0,0,0,.06)}.info-page__card-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:1rem;color:#3d4235}.info-page__card-title{margin:0 0 .75rem;font-family:var(--font-body);font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#2c2c2c}.info-page__cta{margin-top:2.5rem;text-align:center}.info-page__link{font-family:var(--font-body);font-size:.875rem;letter-spacing:.05em;color:#3d4235;text-decoration:underline;text-underline-offset:3px}.info-page__avoid-list{margin:0;padding:0;list-style:none}.info-page__avoid-list li{position:relative;padding:.65rem 0 .65rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.06);font-size:.9375rem;color:#2c2c2c}.info-page__avoid-list li:before{content:"\2014";position:absolute;left:0;color:#3d4235}.info-page__timeline{margin:2.5rem 0 0;padding:0;list-style:none;border-top:1px solid rgba(0,0,0,.08)}.info-page__timeline-item{padding:1.75rem 0;border-bottom:1px solid rgba(0,0,0,.08)}.info-page__timeline-year{display:block;margin-bottom:.5rem;font-family:var(--font-body);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#3d4235}.info-page__timeline-title{margin:0 0 .75rem;font-family:var(--font-heading);font-size:1.35rem;font-weight:400;color:#2c2c2c}.info-page__contact-panel{margin-top:2rem;padding:1.75rem 1.5rem;background:#fff;border:1px solid rgba(0,0,0,.06);text-align:center}.info-page__contact-row+.info-page__contact-row{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid rgba(0,0,0,.06)}.info-page__contact-label{display:block;margin-bottom:.35rem;font-family:var(--font-body);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#6b6b6b}.info-page__contact-value{margin:0;font-family:var(--font-heading);font-size:clamp(1.25rem,3vw,1.75rem);font-weight:400;color:#2c2c2c;text-decoration:none}.info-page__contact-value--phone:hover,.info-page__contact-value:hover{color:#3d4235;text-decoration:underline;text-underline-offset:3px}.info-page__contact-value--text{font-family:var(--font-body);font-size:.9375rem;line-height:1.65;white-space:pre-line}.info-page__cards--contact{margin-top:2.5rem}@media(min-width:700px){.info-page__cards--contact{grid-template-columns:repeat(3,minmax(0,1fr))}}.info-page__steps{margin:0;padding-left:1.25rem;font-family:var(--font-body);font-size:.9375rem;line-height:1.7;color:#2c2c2c}.info-page__steps li{margin-bottom:.65rem}.size-guide__visual{margin:2rem 0;text-align:center}.size-guide__image{max-width:100%;height:auto;border-radius:4px}.size-guide__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin:2rem 0}@media(max-width:600px){.size-guide__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.size-guide__card{display:flex;flex-direction:column;align-items:center;padding:1.25rem .75rem;background:#fff;border:1px solid rgba(0,0,0,.06)}.size-guide__circle{border-radius:50%;background:#3d42351f;margin-bottom:.75rem}.size-guide__circle--6{width:48px;height:48px}.size-guide__circle--7{width:54px;height:54px}.size-guide__circle--8{width:60px;height:60px}.size-guide__circle--9{width:66px;height:66px}.size-guide__size{margin:0;font-family:var(--font-heading);font-size:1.5rem;color:#2c2c2c}.size-guide__mm{margin:.25rem 0 0;font-size:.8125rem;color:#6b6b6b}
/*# sourceMappingURL=/cdn/shop/t/5/assets/celeste.css.map */
