.brand-statement{display:grid;grid-template-columns:1fr 1fr;min-height:580px}.brand-statement--image_right .brand-statement__content{order:-1}.brand-statement__media{overflow:hidden;position:relative}.brand-statement__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s ease}.brand-statement:hover .brand-statement__img{transform:scale(1.025)}.brand-statement__placeholder{width:100%;height:100%;background-color:var(--color-surface);fill:var(--color-border)}.brand-statement__content{display:flex;flex-direction:column;justify-content:center;gap:1.75rem;padding:5rem 5rem 5rem 4.5rem;background-color:var(--color-surface)}.brand-statement--image_right .brand-statement__content{padding:5rem 4.5rem 5rem 5rem}.brand-statement__eyebrow{font-size:.72rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--color-accent)}.brand-statement__heading{font-family:var(--font-heading--family, Georgia, serif);font-size:clamp(2.25rem,3vw,3.5rem);font-weight:300;line-height:1.18;letter-spacing:-.01em;color:var(--color-foreground);font-feature-settings:"liga" 1,"kern" 1}.brand-statement__text{font-size:1.0625rem;line-height:1.75;color:var(--color-text-muted);max-width:44ch}@media(max-width:900px){.brand-statement{grid-template-columns:1fr;min-height:unset}.brand-statement__media{aspect-ratio:4 / 3}.brand-statement__content,.brand-statement--image_right .brand-statement__content{padding:3rem var(--page-margin);order:unset}.brand-statement--image_right .brand-statement__media{order:-1}}.sp-cart{max-width:900px;margin:0 auto;padding:3.5rem var(--page-margin) 6rem}.sp-cart__header{display:flex;align-items:baseline;gap:1.25rem;padding-bottom:1.5rem;margin-bottom:0;border-bottom:1px solid var(--color-border)}.sp-cart__title{font-family:var(--font-heading--family, Georgia, serif);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:300;letter-spacing:-.01em;color:var(--color-foreground);font-feature-settings:"liga" 1,"kern" 1}.sp-cart__count{font-size:.8125rem;color:var(--color-text-muted);letter-spacing:.05em}.sp-cart__cols-head{display:grid;grid-template-columns:80px 1fr 140px 100px;gap:1.5rem;padding:.875rem 0;border-bottom:1px solid var(--color-border);font-size:.6875rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-muted)}.sp-cart__col-qty,.sp-cart__col-total{text-align:center}.sp-cart__items{margin-bottom:0}.sp-cart__item{display:grid;grid-template-columns:80px 1fr 140px 100px;gap:1.5rem;align-items:center;padding:1.75rem 0;border-bottom:1px solid var(--color-border)}.sp-cart__item-img-wrap{display:block;width:80px;height:80px;overflow:hidden;background:var(--color-surface);flex-shrink:0}.sp-cart__item-img{width:100%;height:100%;object-fit:cover;display:block}.sp-cart__item-img--placeholder{padding:1rem}.sp-cart__item-meta{display:flex;flex-direction:column;gap:.3rem}.sp-cart__item-title{font-size:.9375rem;font-weight:500;color:var(--color-foreground);text-decoration:none;line-height:1.35}.sp-cart__item-title:hover{text-decoration:underline;text-underline-offset:3px}.sp-cart__item-variant{font-size:.8125rem;color:var(--color-text-muted)}.sp-cart__item-price{font-size:.875rem;color:var(--color-text-muted)}.sp-cart__remove{display:inline-block;margin-top:.25rem;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);text-decoration:none;border-bottom:1px solid var(--color-border);padding-bottom:1px;width:fit-content;transition:color .2s ease,border-color .2s ease}.sp-cart__remove:hover{color:var(--color-foreground);border-color:var(--color-foreground)}.sp-cart__item-qty{display:flex;justify-content:center}.sp-cart__qty-ctrl{display:flex;align-items:center;border:1px solid var(--color-border)}.sp-cart__qty-btn{width:2rem;height:2.25rem;background:none;border:none;cursor:pointer;font-size:1rem;color:var(--color-foreground);display:flex;align-items:center;justify-content:center;transition:background .15s}.sp-cart__qty-btn:hover{background:var(--color-surface)}.sp-cart__qty-input{width:2.5rem;height:2.25rem;text-align:center;border:none;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);background:none;font-size:.875rem;color:var(--color-foreground);-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.sp-cart__qty-input::-webkit-inner-spin-button,.sp-cart__qty-input::-webkit-outer-spin-button{-webkit-appearance:none}.sp-cart__item-line-price{font-size:.9375rem;font-weight:500;color:var(--color-foreground);text-align:center}.sp-cart__footer{display:flex;justify-content:flex-end;align-items:flex-start;gap:3rem;padding-top:2rem;flex-wrap:wrap}.sp-cart__summary{text-align:right;display:flex;flex-direction:column;gap:.5rem}.sp-cart__summary-row{display:flex;gap:2rem;align-items:baseline;justify-content:flex-end}.sp-cart__summary-label{font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-muted)}.sp-cart__summary-value{font-family:var(--font-heading--family, Georgia, serif);font-size:1.5rem;font-weight:300;color:var(--color-foreground)}.sp-cart__summary-note{font-size:.8125rem;color:var(--color-text-muted)}.sp-cart__actions{display:flex;flex-direction:column;gap:.625rem;min-width:200px}.sp-cart__empty{padding:5rem 0;display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}.sp-cart__empty-text{font-size:1rem;color:var(--color-text-muted)}@media(max-width:640px){.sp-cart__cols-head{display:none}.sp-cart__item{grid-template-columns:72px 1fr;grid-template-rows:auto auto;row-gap:.875rem}.sp-cart__item-qty{justify-content:flex-start}.sp-cart__item-line-price{text-align:right}.sp-cart__footer{flex-direction:column;align-items:stretch}.sp-cart__summary{text-align:left}.sp-cart__summary-row{justify-content:space-between}}.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.contact-page{max-width:600px;margin:0 auto;padding:4rem var(--page-margin) 5rem}.contact-page__header{padding-bottom:2rem;margin-bottom:2.5rem;border-bottom:1px solid var(--color-border)}.contact-page__title{font-family:var(--font-heading--family, Georgia, serif);font-size:clamp(2rem,3.5vw,3rem);font-weight:300;letter-spacing:-.01em;color:var(--color-foreground);font-feature-settings:"liga" 1,"kern" 1;margin-bottom:.75rem}.contact-page__intro{font-size:.9375rem;line-height:1.75;color:var(--color-text-muted)}.contact-page__form{display:flex;flex-direction:column;gap:1.5rem}.contact-field{display:flex;flex-direction:column;gap:.5rem}.contact-field__label{font-size:.75rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--color-foreground)}.contact-field__label span{color:var(--color-text-muted)}.contact-field__input{width:100%;padding:.875rem 1rem;background-color:var(--color-background);border:1px solid var(--color-border);color:var(--color-foreground);font-size:.9375rem;font-family:var(--font-primary--family);outline:none;transition:border-color .2s ease;-webkit-appearance:none}.contact-field__input:focus{border-color:var(--color-foreground)}.contact-field__input--textarea{resize:vertical;min-height:140px}.contact-field__input::placeholder{color:var(--color-border)}.contact-page__success{padding:1.5rem;border:1px solid var(--color-border);background-color:var(--color-surface);font-size:.9375rem;line-height:1.7;color:var(--color-foreground)}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.faq{padding:5.5rem 0;background-color:var(--color-background)}.faq__header{text-align:center;margin-bottom:3.5rem;display:flex;flex-direction:column;align-items:center;gap:.875rem}.faq__eyebrow{font-size:.72rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--color-accent)}.faq__heading{font-family:var(--font-heading--family, Georgia, serif);font-size:clamp(2rem,3.5vw,3.25rem);font-weight:300;letter-spacing:-.01em;color:var(--color-foreground);font-feature-settings:"liga" 1,"kern" 1}.faq__list{max-width:740px;margin:0 auto;display:flex;flex-direction:column}.faq__item{border-top:1px solid var(--color-border)}.faq__item:last-child{border-bottom:1px solid var(--color-border)}.faq__question{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.625rem 0;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.faq__question::-webkit-details-marker{display:none}.faq__question-text{font-size:1rem;font-weight:500;line-height:1.4;color:var(--color-foreground);transition:color .2s ease}.faq__item[open] .faq__question-text,.faq__question:hover .faq__question-text{color:var(--color-accent)}.faq__icon{flex-shrink:0;color:var(--color-accent);transition:transform .3s ease;display:flex;align-items:center}.faq__item[open] .faq__icon{transform:rotate(45deg)}.faq__item[open] .faq__icon-v{opacity:0}.faq__answer{padding:0 3rem 1.75rem 0;animation:faq-reveal .2s ease}.faq__answer p{font-size:.9375rem;line-height:1.75;color:var(--color-text-muted);max-width:60ch}@keyframes faq-reveal{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.featured-products{padding:4rem 0}.featured-products__header{text-align:center;margin-bottom:2.5rem;padding:0 var(--page-margin);max-width:var(--page-width);margin-left:auto;margin-right:auto;display:flex;flex-direction:column;align-items:center;gap:.75rem}.featured-products__eyebrow{font-size:.72rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--color-accent)}.featured-products__heading{font-family:var(--font-heading--family, Georgia, serif);font-size:clamp(1.75rem,3vw,2.75rem);font-weight:300;line-height:1.15;letter-spacing:-.01em;color:var(--color-foreground)}.featured-products__subheading{font-size:.9375rem;line-height:1.65;color:var(--color-text-muted);max-width:52ch}.featured-products__track-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0 var(--page-margin)}.featured-products__track-wrap::-webkit-scrollbar{display:none}.featured-products__track{display:flex;gap:1rem;width:max-content;padding-bottom:.5rem}.product-card{display:block;text-decoration:none;color:var(--color-foreground);width:240px;flex-shrink:0}.product-card__media{position:relative;overflow:hidden;aspect-ratio:3 / 4;background-color:var(--color-surface)}.product-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .7s cubic-bezier(.25,.46,.45,.94)}.product-card:hover .product-card__img{transform:scale(1.04)}.product-card__placeholder{width:100%;height:100%;padding:3rem;fill:var(--color-border)}.product-card__hover{position:absolute;top:0;right:0;bottom:0;left:0;background:#1c1a1800;display:flex;align-items:flex-end;justify-content:center;padding-bottom:1.5rem;transition:background .35s ease}.product-card:hover .product-card__hover{background:#1c1a1847}.product-card__cta{font-size:.7rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:#fff;opacity:0;transform:translateY(8px);transition:opacity .3s ease .05s,transform .3s ease .05s;border-bottom:1px solid rgba(255,255,255,.5);padding-bottom:2px}.product-card:hover .product-card__cta{opacity:1;transform:translateY(0)}.product-card__info{padding:1rem 0 0;display:flex;justify-content:space-between;align-items:baseline;gap:.75rem}.product-card__title{font-family:var(--font-heading--family, Georgia, serif);font-size:.9375rem;font-weight:400;line-height:1.3;color:var(--color-foreground)}.product-card__price{font-size:.875rem;font-weight:400;color:var(--color-text-muted);white-space:nowrap;flex-shrink:0}.featured-products__footer{text-align:center;margin-top:2.5rem}@media(min-width:900px){.featured-products__track{width:100%;max-width:var(--page-width);margin:0 auto}.product-card{width:calc(25% - .75rem);flex:1}}.site-footer{background-color:var(--color-foreground);color:var(--color-background);margin-top:auto}.site-footer__main{max-width:var(--page-width);margin:0 auto;padding:5rem var(--page-margin) 4rem;display:grid;grid-template-columns:1.4fr 2fr;gap:4rem}.site-footer__brand{display:flex;flex-direction:column;gap:1rem}.site-footer__logo{font-family:var(--font-heading--family, Georgia, serif);font-size:1.375rem;font-weight:400;letter-spacing:.02em;text-decoration:none;color:var(--color-background)}.site-footer__tagline{font-size:.9rem;line-height:1.6;color:#faf9f680;max-width:24ch}.site-footer__payment{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.site-footer__payment svg{height:24px;width:auto;opacity:.5}.site-footer__nav{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.site-footer__nav-heading{font-size:.72rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#faf9f666;margin-bottom:1.25rem}.site-footer__nav-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem}.site-footer__nav-list a{font-size:.9375rem;text-decoration:none;color:#faf9f6b3;transition:color .2s ease}.site-footer__nav-list a:hover{color:var(--color-background)}.site-footer__bottom{border-top:1px solid rgba(250,249,246,.1);max-width:var(--page-width);margin:0 auto;padding:1.5rem var(--page-margin);display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.site-footer__copyright{font-size:.8125rem;color:#faf9f666}.site-footer__legal{display:flex;align-items:center;gap:.75rem;font-size:.8125rem}.site-footer__legal a{color:#faf9f666;text-decoration:none;transition:color .2s ease}.site-footer__legal a:hover{color:#faf9f6cc}.site-footer__legal span{color:#faf9f633}@media(max-width:900px){.site-footer__main{grid-template-columns:1fr;gap:3rem;padding-bottom:3rem}.site-footer__tagline{max-width:100%}}@media(max-width:540px){.site-footer__nav{grid-template-columns:repeat(2,1fr)}}@media(max-width:360px){.site-footer__nav{grid-template-columns:1fr}.site-footer__bottom{flex-direction:column;align-items:flex-start}}header{height:5rem;display:flex;align-items:center;justify-content:space-between}header a{position:relative;text-decoration:none;color:var(--color-foreground);display:flex;align-items:center;justify-content:center}header a sup{position:absolute;left:100%;overflow:hidden;max-width:var(--page-margin)}header svg{width:2rem}header .header__menu,header .header__icons{display:flex;gap:1rem}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.hero-banner{position:relative;min-height:var(--hero-min-height, 650px);display:flex;align-items:center;overflow:hidden;color:#fff}.hero-banner__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-banner__img{width:100%;height:100%;object-fit:cover;display:block}.hero-banner__placeholder{width:100%;height:100%;background-color:#2a2520;fill:#3d3530}.hero-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(18,15,12,var(--overlay-opacity, .38))}.hero-banner__content{position:relative;z-index:1;width:100%;max-width:var(--page-width);margin:0 auto;padding:7rem var(--page-margin) 5rem;display:flex;flex-direction:column;gap:1.5rem}.hero-banner__content--center{align-items:center;text-align:center}.hero-banner__content--left{align-items:flex-start;text-align:left;max-width:calc(var(--page-width) * .65)}.hero-banner__content--right{align-items:flex-end;text-align:right}.hero-banner__eyebrow{font-size:.6875rem;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--color-accent, #B89B6E)}.hero-banner__heading{font-family:var(--font-heading--family, Georgia, serif);font-size:clamp(3rem,6vw,6.5rem);font-weight:300;line-height:1.04;letter-spacing:-.01em;color:#fff;max-width:14ch;font-feature-settings:"liga" 1,"kern" 1}.hero-banner__content--center .hero-banner__heading{max-width:100%}.hero-banner__subheading{font-size:clamp(1rem,1.5vw,1.125rem);font-weight:300;line-height:1.65;color:#fffc;max-width:46ch}.hero-banner__actions{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;margin-top:.5rem}.hero-banner__scroll-cta{font-size:.8125rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#ffffffb3;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:2px;transition:color .2s ease,border-color .2s ease}.hero-banner__scroll-cta:hover{color:#fff;border-color:#ffffffb3}@media(max-width:768px){.hero-banner__content--left{max-width:100%}.hero-banner__content{padding:5rem var(--page-margin) 4rem}}.newsletter{background-color:var(--color-foreground);padding:6rem 0}.newsletter__inner{max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin);text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.newsletter__eyebrow{font-size:.72rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--color-accent)}.newsletter__heading{font-family:var(--font-heading--family, Georgia, serif);font-size:clamp(2.25rem,4vw,3.75rem);font-weight:300;letter-spacing:-.01em;line-height:1.12;color:var(--color-background);max-width:18ch;font-feature-settings:"liga" 1,"kern" 1}.newsletter__subheading{font-size:1rem;line-height:1.65;color:#faf9f699;max-width:48ch}.newsletter__form{display:flex;align-items:stretch;width:100%;max-width:460px;margin-top:1rem}.newsletter__input{flex:1;padding:.9rem 1.25rem;background-color:#faf9f612;border:1px solid rgba(250,249,246,.18);border-right:none;color:var(--color-background);font-size:.9375rem;outline:none;min-width:0;transition:border-color .2s ease}.newsletter__input::placeholder{color:#faf9f659}.newsletter__input:focus{border-color:#faf9f673}.newsletter__btn{background-color:var(--color-accent);color:var(--color-foreground);border:1px solid var(--color-accent);padding:.9rem 1.75rem;font-size:.8125rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap;transition:background-color .2s ease,color .2s ease}.newsletter__btn:hover{background-color:var(--color-background);border-color:var(--color-background);color:var(--color-foreground)}.newsletter__success{color:var(--color-background);font-size:1rem;padding:1rem 2rem;border:1px solid rgba(250,249,246,.2);letter-spacing:.02em}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:480px){.newsletter__form{flex-direction:column}.newsletter__input{border-right:1px solid rgba(250,249,246,.18);border-bottom:none}.newsletter__btn{padding:1rem}}.page-content{max-width:760px;margin:0 auto;padding:4rem var(--page-margin) 5rem}.page-content__header{padding-bottom:2rem;margin-bottom:2.5rem;border-bottom:1px solid var(--color-border)}.page-content__title{font-family:var(--font-heading--family, Georgia, serif);font-size:clamp(2rem,3.5vw,3rem);font-weight:300;letter-spacing:-.01em;color:var(--color-foreground);font-feature-settings:"liga" 1,"kern" 1}.rte h2{font-family:var(--font-heading--family, Georgia, serif);font-size:1.375rem;font-weight:400;color:var(--color-foreground);margin-top:2.5rem;margin-bottom:.875rem;padding-bottom:.5rem;border-bottom:1px solid var(--color-border)}.rte h3{font-size:1.0625rem;font-weight:600;color:var(--color-foreground);margin-top:1.75rem;margin-bottom:.5rem}.rte p{font-size:.9375rem;line-height:1.8;color:var(--color-text-muted);margin-bottom:1.125rem}.rte ul,.rte ol{padding-left:1.5rem;margin-bottom:1.25rem}.rte li{font-size:.9375rem;line-height:1.8;color:var(--color-text-muted);margin-bottom:.375rem}.rte a{color:var(--color-foreground);text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--color-border);transition:text-decoration-color .2s ease}.rte a:hover{text-decoration-color:var(--color-foreground)}.rte strong{font-weight:600;color:var(--color-foreground)}.sp-product{max-width:var(--page-width);margin:0 auto;padding:3rem var(--page-margin) 4rem;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.sp-product__gallery{position:sticky;top:2rem}.sp-product__gallery-main{position:relative;overflow:hidden;aspect-ratio:1/1;background:var(--color-surface)}.sp-product__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .35s ease}.sp-product__slide.is-active{opacity:1;position:relative}.sp-product__slide-img{width:100%;height:100%;object-fit:cover;display:block}.sp-gallery__dots{display:flex;justify-content:center;gap:6px;margin-top:10px}.sp-gallery__dot{width:8px;height:8px;border-radius:50%;border:none;background:var(--color-border);padding:0;cursor:pointer;transition:background .2s,transform .2s}.sp-gallery__dot.is-active{background:var(--color-foreground);transform:scale(1.3)}.sp-product__thumbs{display:flex;gap:6px;margin-top:8px;flex-wrap:wrap}.sp-product__thumb{width:58px;height:58px;border:1.5px solid transparent;background:none;padding:2px;cursor:pointer;overflow:hidden;transition:border-color .2s;flex-shrink:0}.sp-product__thumb.is-active,.sp-product__thumb:hover{border-color:var(--color-accent)}.sp-product__thumb-img{width:100%;height:100%;object-fit:cover;display:block}.sp-product__rating{margin-bottom:.75rem}.sp-product__rating .jdgm-prev-badge{display:flex!important;align-items:center;gap:.35rem;font-size:.8rem;color:var(--color-text-muted)}.jdgm-prev-badge[data-number-of-reviews="0"]{display:none!important}.sp-product__header{margin-bottom:1.25rem}.sp-product__title{font-family:var(--font-heading--family,Georgia,serif);font-size:clamp(1.5rem,2.5vw,2.2rem);font-weight:300;line-height:1.2;color:var(--color-foreground);margin-bottom:.5rem}.sp-product__price{font-size:1.5rem;font-weight:500;color:var(--color-foreground)}.sp-product__variants{margin-bottom:1.25rem}.sp-product__option-label{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:.5rem;font-weight:600}.sp-product__option-values{display:flex;gap:.5rem;flex-wrap:wrap}.sp-product__option-btn input{display:none}.sp-product__option-btn span{display:block;padding:.4rem 1rem;border:1px solid var(--color-border);font-size:.875rem;cursor:pointer;transition:border-color .2s,background .2s}.sp-product__option-btn input:checked+span{border-color:var(--color-foreground);background:var(--color-foreground);color:#fff}.sp-product__qty-row{display:flex;gap:.75rem;margin-bottom:.625rem}.sp-product__qty{display:flex;align-items:center;border:1px solid var(--color-border);flex-shrink:0}.sp-qty__btn{width:2.5rem;height:3rem;background:none;border:none;cursor:pointer;font-size:1.125rem;color:var(--color-foreground);display:flex;align-items:center;justify-content:center}.sp-qty__btn:hover{background:var(--color-surface)}.sp-qty__input{width:3rem;height:3rem;text-align:center;border:none;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border);background:none;font-size:.9375rem;color:var(--color-foreground);-moz-appearance:textfield}.sp-qty__input::-webkit-inner-spin-button,.sp-qty__input::-webkit-outer-spin-button{-webkit-appearance:none}.sp-product__add-btn{flex:1;height:3rem;background:var(--color-foreground);color:#fff;border:none;font-size:.775rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;transition:opacity .2s}.sp-product__add-btn:hover{opacity:.82}.sp-hidden-pay{position:absolute;opacity:0;pointer-events:none;height:0;overflow:hidden}.sp-checkout-stack{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.sp-checkout-row{display:flex;gap:.5rem}.sp-checkout-btn{height:3rem;border:none;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:opacity .2s;width:100%}.sp-checkout-btn--dark{background:#1a1815;color:#fff;letter-spacing:.04em}.sp-checkout-btn--dark:hover{opacity:.85}.sp-checkout-row .sp-checkout-btn{flex:1}.sp-payment-icons{display:flex;flex-wrap:wrap;gap:5px;align-items:center;padding:.375rem 0 .125rem}.sp-payment-icon{height:22px;width:auto;border-radius:3px;opacity:.9}.sp-product__trust{display:flex;justify-content:center;gap:1.25rem;flex-wrap:wrap;padding:.875rem 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);margin:.25rem 0 .875rem}.sp-trust-item{display:flex;align-items:center;gap:.35rem;font-size:.72rem;color:var(--color-text-muted);letter-spacing:.04em}.sp-trust-item svg{color:var(--color-accent);flex-shrink:0}.sp-product__size{display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.8rem;color:var(--color-text-muted);margin-bottom:1.5rem;padding:.5rem .75rem;border:1px solid var(--color-border);background:var(--color-surface);width:100%;box-sizing:border-box}.sp-product__size svg{color:var(--color-accent);flex-shrink:0}.sp-product__description{font-size:.9375rem;line-height:1.75;color:var(--color-foreground)}.sp-product__description,.sp-product__description p,.sp-product__description span,.sp-product__description div,.sp-product__description li,.sp-product__description strong,.sp-product__description em,.sp-product__description a,.sp-product__description td,.sp-product__description th{color:var(--color-foreground)!important}.sp-product__description div,.sp-product__description section,.sp-product__description table,.sp-product__description td{background-color:transparent!important;background-image:none!important;border-color:var(--color-border)!important;border-radius:0!important}.sp-product__description h1,.sp-product__description h2,.sp-product__description h3,.sp-product__description h4{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;font-weight:600;font-family:var(--font-primary--family);margin:1.75rem 0 .75rem;border-bottom:1px solid var(--color-border);padding-bottom:.5rem;color:var(--color-foreground)!important}.sp-product__description ul,.sp-product__description ol{padding-left:1.25rem;margin:.75rem 0}.sp-product__description li{margin-bottom:.4rem}.sp-product__description p{margin-bottom:.75rem}.sp-product__description a{text-decoration:underline;text-underline-offset:3px}.sp-product__description .desc-hook{border:1px solid var(--color-border);padding:1.5rem 1.75rem;margin-bottom:1rem;background:var(--color-surface)!important;text-align:center}.sp-product__description .desc-hook p:first-child{font-family:var(--font-heading--family,Georgia,serif);font-size:1.15rem;font-weight:300;font-style:italic;line-height:1.5;margin-bottom:.5rem}.sp-product__description .desc-social-proof{color:var(--color-accent)!important;font-style:normal!important;font-size:.78rem!important;letter-spacing:.08em;margin-top:.125rem!important;margin-bottom:0!important;opacity:.95}.sp-product__description .desc-section{border:1px solid var(--color-border);padding:1.375rem 1.5rem;margin-bottom:.625rem;background:var(--color-background)!important}.sp-product__description .desc-section h2{margin-top:0!important;margin-bottom:.875rem!important;border-bottom:1px solid var(--color-border)!important;padding-bottom:.5rem!important}.sp-reviews{background-color:var(--color-foreground);padding:6rem 0}.sp-reviews__inner{max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin);text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.sp-reviews__eyebrow{font-size:.72rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--color-accent)}.sp-reviews__heading{font-family:var(--font-heading--family,Georgia,serif);font-size:clamp(2.25rem,4vw,3.5rem);font-weight:300;letter-spacing:-.01em;line-height:1.12;color:var(--color-background);max-width:22ch}.sp-review-form{width:100%;max-width:560px;display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}.sp-review-form__stars{display:flex;justify-content:center;gap:.25rem;margin-bottom:.25rem}.sp-star{background:none;border:none;font-size:2rem;cursor:pointer;color:#faf9f633;transition:color .15s;line-height:1;padding:0 .1rem}.sp-star.is-active{color:var(--color-accent)}.sp-review-form__row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.sp-review-input,.sp-review-textarea{width:100%;padding:.9rem 1.1rem;background:#faf9f612;border:1px solid rgba(250,249,246,.18);color:var(--color-background);font-size:.9375rem;font-family:var(--font-body--family);outline:none;transition:border-color .2s;box-sizing:border-box;resize:vertical}.sp-review-input::placeholder,.sp-review-textarea::placeholder{color:#faf9f659}.sp-review-input:focus,.sp-review-textarea:focus{border-color:#faf9f673}.sp-review-textarea{min-height:130px}.sp-review-submit{background-color:var(--color-accent);color:var(--color-foreground);border:1px solid var(--color-accent);padding:.9rem 1.75rem;font-size:.8125rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s;align-self:center}.sp-review-submit:hover{background-color:var(--color-background);border-color:var(--color-background);color:var(--color-foreground)}.sp-review-submit:disabled{opacity:.6;cursor:not-allowed}.sp-review-msg{font-size:.85rem;min-height:1.25rem}.sp-review-msg--error{color:#f97a7a}.sp-review-success{font-size:1rem;line-height:1.65;color:#faf9f6b3;padding:1.5rem 2rem;border:1px solid rgba(250,249,246,.15);max-width:480px;text-align:center}.sp-reviews__widget{width:100%;max-width:760px;margin-top:3rem;padding-top:2.5rem;border-top:1px solid rgba(250,249,246,.15);text-align:left}.sp-reviews .jdgm-rev-widg__title,.sp-reviews .jdgm-write-rev-link{display:none!important}.sp-reviews .jdgm-rev-widg,.sp-reviews .jdgm-rev__body,.sp-reviews .jdgm-rev__author{color:#faf9f6d9!important}.sp-reviews .jdgm-rev-widg__summary-text,.sp-reviews .jdgm-rev__timestamp{color:#faf9f680!important}.sp-reviews .jdgm-rev{border-color:#faf9f61f!important}.sp-reviews .jdgm-histogram__bar{background:#faf9f61a!important}.sp-reviews .jdgm-histogram__bar-content{background:var(--color-accent)!important}.sp-reviews .jdgm-histogram__percentage,.sp-reviews .jdgm-histogram__frequency{color:#faf9f680!important}.sp-reviews .jdgm-star{color:var(--color-accent)!important}@media(max-width:860px){.sp-product{grid-template-columns:1fr;gap:1.75rem;padding-top:1.5rem}.sp-product__gallery{position:static}.sp-product__gallery-main{aspect-ratio:4/3}.sp-review-form__row{grid-template-columns:1fr}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.testimonials{padding:5.5rem 0;background-color:var(--color-background)}.testimonials__header{text-align:center;margin-bottom:3.5rem;display:flex;flex-direction:column;align-items:center;gap:.875rem}.testimonials__eyebrow{font-size:.72rem;font-weight:500;letter-spacing:.25em;text-transform:uppercase;color:var(--color-accent)}.testimonials__heading{font-family:var(--font-heading--family, Georgia, serif);font-size:clamp(2rem,3.5vw,3.25rem);font-weight:300;letter-spacing:-.01em;color:var(--color-foreground);font-feature-settings:"liga" 1,"kern" 1}.testimonials__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.testimonial{padding:2.75rem;background-color:var(--color-surface);margin:0;display:flex;flex-direction:column;gap:1.25rem;transition:box-shadow .25s ease}.testimonial:hover{box-shadow:0 4px 24px #1c1a180f}.testimonial__stars{font-size:.875rem;letter-spacing:.15em;color:var(--color-accent)}.testimonial__quote{font-size:1rem;line-height:1.75;color:var(--color-foreground);font-style:italic;flex:1}.testimonial__footer{display:flex;align-items:center;gap:.875rem;flex-wrap:wrap;padding-top:.75rem;border-top:1px solid var(--color-border)}.testimonial__author{font-size:.875rem;font-style:normal;font-weight:500;color:var(--color-foreground)}.testimonial__badge{font-size:.6875rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);border:1px solid var(--color-border);padding:.2rem .6rem}@media(max-width:640px){.testimonials__grid{grid-template-columns:1fr}}.trust-bar{background-color:var(--color-surface);padding:4.5rem 0}.trust-bar__inner{max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin)}.trust-bar__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem}.trust-pillar{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.875rem}.trust-pillar__icon{font-size:1.625rem;line-height:1;color:var(--color-accent);margin-bottom:.25rem}.trust-pillar__heading{font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-foreground)}.trust-pillar__text{font-size:.9375rem;line-height:1.65;color:var(--color-text-muted);max-width:22ch}@media(max-width:800px){.trust-bar__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:420px){.trust-bar__grid{grid-template-columns:1fr}.trust-pillar{align-items:flex-start;text-align:left}.trust-pillar__text{max-width:100%}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/5/compiled_assets/styles.css.map */
