.blog-posts{padding-top:calc(var(--pt) * .7);padding-bottom:calc(var(--pb) * .7)}.blog-posts__header{display:flex;flex-direction:column;align-items:flex-start;gap:1.6rem;margin:0 0 3.2rem}.blog-posts__header--center{align-items:center;text-align:center}.blog-posts__header-content{max-width:64rem}.blog-posts__eyebrow{font-size:1.2rem;font-weight:500;letter-spacing:.25rem;text-transform:uppercase;color:rgb(var(--color-button));margin:0 0 1rem;line-height:1}.blog-posts__heading{line-height:1.15;letter-spacing:-.005em;margin:0 0 .8rem;color:rgb(var(--color-foreground))}.blog-posts__subheading{font-size:1.5rem;line-height:1.5;margin:0;color:rgba(var(--color-foreground),.7)}.blog-posts__view-all--top{display:none}.blog-posts__view-all{display:inline-flex;align-items:center;gap:.6rem;padding-bottom:.4rem;font-size:1.2rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;text-decoration:none;color:rgb(var(--color-button));border-bottom:1px solid rgba(var(--color-button),.35);transition:gap .3s ease,border-color .3s ease}.blog-posts__view-all:hover,.blog-posts__view-all:focus-visible{gap:1rem;border-bottom-color:rgb(var(--color-button));outline:none}.blog-posts__list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:2.4rem}.blog-posts__item{margin:0;list-style:none}.blog-posts__card{display:flex;flex-direction:column;gap:1.4rem;text-decoration:none;color:inherit;height:100%;transition:transform .4s ease}.blog-posts__card:hover{transform:translateY(-4px)}.blog-posts__media{overflow:hidden;border-radius:var(--card-radius, 12px);background:rgba(var(--color-foreground),.04);margin:0}.blog-posts__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 1.2s cubic-bezier(.22,1,.36,1)}.blog-posts__card:hover .blog-posts__image{transform:scale(1.05)}.blog-posts__content{display:flex;flex-direction:column;gap:.8rem;flex:1 1 auto}.blog-posts__tag{display:inline-flex;align-self:flex-start;padding:.4rem .9rem;font-size:.95rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:rgb(var(--color-button));background:rgba(var(--color-button),.08);border-radius:999px;line-height:1.4}.blog-posts__title{font-size:2rem;line-height:1.2;letter-spacing:-.005em;margin:.2rem 0 0;color:rgb(var(--color-foreground));transition:color .25s ease}.blog-posts__card:hover .blog-posts__title{color:rgb(var(--color-button))}.blog-posts__excerpt{font-size:1.4rem;line-height:1.6;color:rgba(var(--color-foreground),.75);margin:0;max-width:52ch}.blog-posts__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:1.1rem;letter-spacing:.06em;color:rgba(var(--color-foreground),.55);margin-top:.4rem}.blog-posts__meta-divider{color:rgba(var(--color-foreground),.3)}.blog-posts__read-more{display:inline-flex;align-items:center;gap:.5rem;align-self:flex-start;font-size:1.15rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:rgb(var(--color-button));margin-top:.6rem;transition:gap .3s ease}.blog-posts__card:hover .blog-posts__read-more{gap:.9rem}.blog-posts__footer{display:flex;justify-content:center;margin-top:3.2rem}@media screen and (min-width:750px){.blog-posts__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem 2rem}.blog-posts__header{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:4.8rem}.blog-posts__header--center{flex-direction:column;align-items:center}.blog-posts__view-all--top{display:inline-flex;flex-shrink:0;margin-bottom:.6rem}.blog-posts__header--center .blog-posts__view-all--top,.blog-posts__footer{display:none}.blog-posts__header--center~.blog-posts__footer,.blog-posts__header:not(:has(.blog-posts__view-all--top))~.blog-posts__footer{display:flex}}@media screen and (min-width:990px){.blog-posts{padding-top:var(--pt);padding-bottom:var(--pb)}.blog-posts__list{grid-template-columns:repeat(var(--desktop-cols, 3),minmax(0,1fr));gap:3.6rem 2.4rem}.blog-posts__title{font-size:2.4rem}}@media(prefers-reduced-motion:reduce){.blog-posts__card,.blog-posts__image,.blog-posts__title,.blog-posts__read-more,.blog-posts__view-all{transition:none}.blog-posts__card:hover,.blog-posts__card:hover .blog-posts__image{transform:none}}.brand-story{padding-top:calc(var(--pt) * .7);padding-bottom:calc(var(--pb) * .7);overflow:hidden}.brand-story__grid{display:grid;grid-template-columns:1fr;gap:3.2rem;align-items:center}.brand-story__media{overflow:hidden;border-radius:var(--image-radius, 8px);position:relative;background:rgba(var(--color-foreground),.04)}.brand-story__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 1.2s cubic-bezier(.22,1,.36,1)}.brand-story--zoom .brand-story__media:hover .brand-story__image,.brand-story--zoom .brand-story__media:focus-within .brand-story__image{transform:scale(1.04)}.brand-story__content{display:flex;flex-direction:column;gap:1.6rem}.brand-story__eyebrow{display:inline-flex;align-items:center;gap:1.2rem;font-size:1.2rem;font-weight:500;letter-spacing:.28rem;text-transform:uppercase;color:rgb(var(--color-button));margin:0;line-height:1}.brand-story__eyebrow-line{display:inline-block;width:2.4rem;height:1px;background:currentColor;opacity:.6}.brand-story__heading{line-height:1.1;letter-spacing:-.005em;margin:0;color:rgb(var(--color-foreground))}.brand-story__body{font-size:1.5rem;line-height:1.7;margin:0;color:rgba(var(--color-foreground),.78);max-width:52ch}.brand-story__body p{margin:0 0 1rem}.brand-story__body p:last-child{margin-bottom:0}.brand-story__quote{position:relative;margin:1.2rem 0 0;padding:0 0 0 2.4rem;border-left:2px solid rgb(var(--color-button));font-style:italic;font-size:1.7rem;line-height:1.5;color:rgba(var(--color-foreground),.9);font-family:var(--font-heading-family, var(--font-body-family))}.brand-story__quote-mark{position:absolute;left:.8rem;top:-1.2rem;font-size:4rem;line-height:1;color:rgba(var(--color-button),.4);font-family:var(--font-heading-family, var(--font-body-family))}.brand-story__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:0;margin:.8rem 0 0;padding:2rem 0 0;border-top:1px solid rgba(var(--color-foreground),.1);list-style:none}.brand-story__stat{padding:0 1.6rem;border-left:1px solid rgba(var(--color-foreground),.08)}.brand-story__stat:first-child{padding-left:0;border-left:0}.brand-story__stat-value{font-size:2rem;font-weight:500;line-height:1.1;margin:0 0 .4rem;color:rgb(var(--color-foreground));letter-spacing:-.01em}.brand-story__stat-label{font-size:1.1rem;font-weight:500;letter-spacing:.12rem;text-transform:uppercase;margin:0;color:rgba(var(--color-foreground),.6);line-height:1.3}.brand-story__cta{display:inline-flex;align-items:center;gap:1rem;align-self:flex-start;margin-top:.8rem;padding:0 0 .6rem;font-size:1.4rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;color:rgb(var(--color-button));border-bottom:1px solid rgba(var(--color-button),.35);line-height:1;transition:border-color .3s ease,color .3s ease,gap .3s ease}.brand-story__cta:hover,.brand-story__cta:focus-visible{border-bottom-color:rgb(var(--color-button));gap:1.4rem;outline:none}.brand-story__cta-arrow{display:inline-flex;align-items:center;transition:transform .3s cubic-bezier(.22,1,.36,1)}.brand-story__cta:hover .brand-story__cta-arrow,.brand-story__cta:focus-visible .brand-story__cta-arrow{transform:translate(4px)}@media screen and (min-width:750px){.brand-story{padding-top:var(--pt);padding-bottom:var(--pb)}.brand-story__grid{grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.brand-story--image-right .brand-story__media{order:2}.brand-story__content{gap:2rem;padding:1rem 0}.brand-story__body{font-size:1.6rem}.brand-story__quote{font-size:1.9rem}.brand-story__stat-value{font-size:2.4rem}}@media screen and (min-width:990px){.brand-story__grid{gap:7rem}.brand-story__content{padding:2rem 0;gap:2.4rem}.brand-story__quote{font-size:2.1rem;padding-left:3rem}.brand-story__stat-value{font-size:2.8rem}}@media screen and (min-width:990px){.brand-story--full-bleed .brand-story__container--bleed{width:100%;max-width:none;padding:0}.brand-story--full-bleed .brand-story__grid{grid-template-columns:55vw 1fr;gap:6rem;align-items:stretch}.brand-story--full-bleed.brand-story--image-right .brand-story__grid{grid-template-columns:1fr 55vw}.brand-story--full-bleed .brand-story__media{border-radius:0;align-self:stretch;min-height:60vh}.brand-story--full-bleed.brand-story--image-left .brand-story__content{padding-right:8rem;padding-left:0}.brand-story--full-bleed.brand-story--image-right .brand-story__content{padding-left:8rem;padding-right:0}}@media(prefers-reduced-motion:reduce){.brand-story__image,.brand-story__cta,.brand-story__cta-arrow{transition:none}.brand-story--zoom .brand-story__media:hover .brand-story__image,.brand-story__cta:hover .brand-story__cta-arrow{transform:none}}.collection-grid{padding-top:calc(var(--pt) * .7);padding-bottom:calc(var(--pb) * .7)}.collection-grid__header{max-width:64rem;margin:0 auto 3.2rem}.collection-grid__header--center{text-align:center}.collection-grid__header--left{text-align:left;margin-left:0;margin-right:0}.collection-grid__eyebrow{font-size:1.2rem;font-weight:500;letter-spacing:.25rem;text-transform:uppercase;color:rgb(var(--color-button));margin:0 0 1rem;line-height:1}.collection-grid__heading{line-height:1.15;letter-spacing:-.005em;margin:0 0 .8rem;color:rgb(var(--color-foreground))}.collection-grid__subheading{font-size:1.5rem;line-height:1.5;margin:0;color:rgba(var(--color-foreground),.7)}.collection-grid__list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(var(--mobile-cols, 1),minmax(0,1fr));gap:1.6rem}.collection-grid__item{margin:0}.collection-grid__card{position:relative;display:block;width:100%;overflow:hidden;border-radius:var(--card-radius);color:rgb(var(--color-base-background-1, 255, 255, 255));text-decoration:none;isolation:isolate;background:rgba(var(--color-foreground),.05);transition:transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s ease}.collection-grid__card:hover,.collection-grid__card:focus-visible{transform:translateY(-4px);box-shadow:0 16px 32px #0000001f;outline:none}.collection-grid__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.collection-grid__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 1.4s cubic-bezier(.22,1,.36,1),opacity .5s ease}.collection-grid__card:hover .collection-grid__image,.collection-grid__card:focus-visible .collection-grid__image{transform:scale(1.06)}.collection-grid__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.collection-grid__card:hover .collection-grid__image--secondary,.collection-grid__card:focus-visible .collection-grid__image--secondary{opacity:1}.collection-grid__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0000008c,#0000002e 35%,#0000 60%);transition:opacity .5s ease}.collection-grid__caption{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:stretch;padding:0;color:#fff;pointer-events:none}.collection-grid__card-eyebrow{display:inline-block;font-size:1.1rem;font-weight:500;letter-spacing:.25rem;text-transform:uppercase;opacity:.85;margin-bottom:.6rem;line-height:1}.collection-grid__card-title{display:block;font-weight:500;line-height:1.15;letter-spacing:-.005em;margin:0;text-shadow:0 1px 8px rgba(0,0,0,.2)}.collection-grid__caption-panel{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:1.6rem;width:100%;padding:1.4rem 1.6rem;background:#ffffff24;border-top:1px solid rgba(255,255,255,.22);border-radius:0;backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%);box-sizing:border-box}.collection-grid__title-group{display:flex;flex-direction:column;align-items:flex-start;text-align:left;flex:1 1 auto;min-width:0}.collection-grid__cta{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#fff;color:#2a2a2a;flex-shrink:0;box-shadow:0 2px 8px #0000001f;transition:transform .3s cubic-bezier(.22,1,.36,1),background-color .3s ease}.collection-grid__cta svg{transition:transform .3s cubic-bezier(.22,1,.36,1)}.collection-grid__card:hover .collection-grid__cta,.collection-grid__card:focus-visible .collection-grid__cta{background:rgb(var(--color-button));color:#fff}.collection-grid__card:hover .collection-grid__cta svg,.collection-grid__card:focus-visible .collection-grid__cta svg{transform:translate(3px)}.collection-grid__cta{display:inline-flex;align-items:center;gap:.8rem;margin-top:1rem;font-size:1.2rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;transition:gap .3s ease}.collection-grid__card:hover .collection-grid__cta{gap:1.2rem}.collection-grid__card:focus-visible{outline:2px solid currentColor;outline-offset:4px}@media screen and (max-width:749px){.collection-grid__overlay{background:linear-gradient(to top,#0009,#00000040 45%,#0000 75%)}.collection-grid__card-eyebrow{font-size:.8rem;letter-spacing:.12rem;margin-bottom:.2rem}.collection-grid__card-title{font-size:1.2rem;letter-spacing:0;line-height:1.2}.collection-grid__caption-panel{padding:1rem 1.2rem;gap:1rem}.collection-grid__cta{width:28px;height:28px}.collection-grid__cta svg{width:16px;height:8px}.collection-grid__list{gap:1.2rem}}@media screen and (min-width:750px){.collection-grid__list{grid-template-columns:repeat(min(var(--desktop-cols, 3),3),minmax(0,1fr));gap:2rem}.collection-grid__header{margin-bottom:4.8rem}.collection-grid__caption{padding:3.2rem}}@media screen and (min-width:990px){.collection-grid{padding-top:var(--pt);padding-bottom:var(--pb)}.collection-grid__list{grid-template-columns:repeat(var(--desktop-cols, 3),minmax(0,1fr));gap:2.4rem}.collection-grid__caption{padding:1.8rem}.collection-grid__caption-panel{border-radius:14px;border:1px solid rgba(255,255,255,.22)}.collection-grid__card-title{font-size:2rem}}@media(prefers-reduced-motion:reduce){.collection-grid__image,.collection-grid__cta,.collection-grid__overlay{transition:none}.collection-grid__card:hover .collection-grid__image{transform:none}.collection-grid__cta{opacity:1;transform:none}}.collection-hero--split{padding:2rem 0 0;margin:0 0 3rem;display:grid;justify-items:center}.collection-hero--split .collection-hero__inner{display:grid;grid-template-columns:1fr;gap:0;align-items:stretch;background:transparent;border-radius:16px;overflow:hidden;border:1px solid rgba(var(--color-foreground),.1);padding:0;width:calc(100% - 3rem)}@media screen and (min-width:750px){.collection-hero--split .collection-hero__inner{width:calc(100% - 6rem)}}@media screen and (min-width:990px){.collection-hero--split .collection-hero__inner{width:calc(100% - 10rem)}}.collection-hero__text-wrapper{background:rgba(var(--color-foreground),.04);padding:3rem 2rem;display:flex;flex-direction:column;justify-content:center;gap:1.2rem}@media screen and (max-width:749px){.collection-hero__media{order:-1}}.collection-hero__eyebrow{font-size:1.15rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:rgba(var(--color-foreground),.65);margin:0;line-height:1}.collection-hero__title{font-size:2.6rem;line-height:1.15;letter-spacing:-.005em;margin:0;color:rgb(var(--color-foreground))}.collection-hero__count{font-size:1.2rem;color:rgba(var(--color-foreground),.6);letter-spacing:.04em;margin:0}.collection-hero__description-wrap{display:flex;flex-direction:column;gap:.8rem}.collection-hero__description{font-size:1.45rem;line-height:1.7;color:rgba(var(--color-foreground),.82);margin:0}.collection-hero__description p:first-child{margin-top:0}.collection-hero__description p:last-child{margin-bottom:0}.collection-hero__description-wrap.is-clampable .collection-hero__description{display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.collection-hero__description-wrap.is-clampable.is-expanded .collection-hero__description{display:block;-webkit-line-clamp:unset;line-clamp:unset;overflow:visible}.collection-hero__read-more{display:inline-flex;align-items:center;gap:.4rem;background:transparent;border:0;padding:0;font-size:1.25rem;font-weight:500;color:#c4883c;cursor:pointer;align-self:flex-start;text-decoration:underline;text-underline-offset:4px;transition:color .2s ease}.collection-hero__read-more svg{transition:transform .25s ease}.collection-hero__description-wrap.is-expanded .collection-hero__read-more svg{transform:rotate(180deg)}.collection-hero__read-more:hover{color:#b17b33}.collection-hero__media{position:relative;overflow:hidden;aspect-ratio:16 / 10;background:rgba(var(--color-foreground),.04)}.collection-hero__media img{width:100%;height:100%;object-fit:cover;display:block}.collection-hero--text-only .collection-hero__text-wrapper{text-align:center;align-items:center;padding:5rem 2rem;background:transparent}.collection-hero--text-only .collection-hero__description{max-width:60ch;text-align:center}@media screen and (min-width:750px){.collection-hero--split .collection-hero__inner{grid-template-columns:1fr 1fr;align-items:stretch;gap:0;min-height:30rem}.collection-hero--split.collection-hero--image-right .collection-hero__text-wrapper{order:1}.collection-hero--split.collection-hero--image-right .collection-hero__media,.collection-hero--split.collection-hero--image-left .collection-hero__text-wrapper{order:2}.collection-hero--split.collection-hero--image-left .collection-hero__media{order:1}.collection-hero__text-wrapper{padding:4rem 3.2rem;gap:1.4rem}.collection-hero__title{font-size:3rem}.collection-hero__media{aspect-ratio:auto;height:100%;min-height:30rem}.collection-hero--text-only .collection-hero__inner{grid-template-columns:1fr;min-height:auto}}@media screen and (min-width:990px){.collection-hero__text-wrapper{padding:5rem 4rem}.collection-hero__title{font-size:3.4rem}.collection-hero--split .collection-hero__inner{min-height:36rem}}@media(prefers-reduced-motion:reduce){.collection-hero__read-more svg,.collection-hero__read-more{transition:none}}.newsletter-cta{position:relative;padding-top:calc(var(--pt) * .7);padding-bottom:calc(var(--pb) * .7);color:var(--text);overflow:hidden;isolation:isolate;background:var(--bg)}.newsletter-cta__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.newsletter-cta__inner{max-width:60rem;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.6rem}.newsletter-cta__eyebrow{display:inline-flex;align-items:center;gap:1.2rem;font-size:1.15rem;font-weight:500;letter-spacing:.3rem;text-transform:uppercase;color:var(--text);opacity:.85;margin:0;line-height:1}.newsletter-cta__eyebrow-line{display:inline-block;width:2.4rem;height:1px;background:currentColor;opacity:.55}.newsletter-cta__heading{line-height:1.15;letter-spacing:-.005em;margin:0;color:var(--text)}.newsletter-cta__subheading{font-size:1.6rem;line-height:1.5;margin:0;color:var(--text);opacity:.92;max-width:48ch}.newsletter-cta__form{width:100%;max-width:48rem;margin:.8rem 0 0;display:flex;flex-direction:column;align-items:stretch;gap:.8rem}.newsletter-cta__field{display:flex;align-items:stretch;background:#fffffff2;border-radius:999px;padding:.5rem;gap:.4rem;box-shadow:0 6px 20px #00000014;transition:box-shadow .25s ease,transform .25s ease}.newsletter-cta__field:focus-within{box-shadow:0 10px 28px #0000001f}.newsletter-cta__input{flex:1 1 auto;min-width:0;padding:1.2rem 1.6rem;background:transparent;border:0;font-size:1.4rem;color:#2a2a2a;line-height:1.4;border-radius:999px}.newsletter-cta__input:focus{outline:none}.newsletter-cta__input::placeholder{color:#2a2a2a80}.newsletter-cta__button{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:1.2rem 2rem;background:var(--button-bg);color:var(--button-text);border:0;border-radius:999px;font-size:1.15rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;transition:transform .25s ease,background-color .25s ease,gap .25s ease;min-height:4.4rem;white-space:nowrap}.newsletter-cta__button:hover{transform:translateY(-1px);gap:1rem}.newsletter-cta__button:focus-visible{outline:2px solid var(--button-text);outline-offset:3px}.newsletter-cta__message{font-size:1.2rem;color:var(--text);margin:.4rem 0 0;text-align:center}.newsletter-cta__message--error{background:#00000026;padding:.6rem 1rem;border-radius:8px;display:inline-block;margin:.4rem auto 0}.newsletter-cta__message--success{font-weight:500}.newsletter-cta__privacy{font-size:1.1rem;margin:.4rem 0 0;color:var(--text);opacity:.7;letter-spacing:.02em}@media screen and (min-width:750px){.newsletter-cta__inner{gap:1.8rem}.newsletter-cta__subheading{font-size:1.7rem}}@media screen and (min-width:990px){.newsletter-cta{padding-top:var(--pt);padding-bottom:var(--pb)}.newsletter-cta__inner{gap:2rem;max-width:64rem}}@media(prefers-reduced-motion:reduce){.newsletter-cta__field,.newsletter-cta__button{transition:none}.newsletter-cta__button:hover{transform:none}}.product-spotlight{padding-top:calc(var(--pt) * .7);padding-bottom:calc(var(--pb) * .7);overflow-x:hidden}.product-spotlight *,.product-spotlight *:before,.product-spotlight *:after{box-sizing:border-box}.product-spotlight__section-header{text-align:center;margin:0 auto 4rem;max-width:60rem}.product-spotlight__section-eyebrow{font-size:1.2rem;letter-spacing:.25rem;text-transform:uppercase;color:rgb(var(--color-button));margin:0 0 1rem;line-height:1;font-weight:500}.product-spotlight__section-heading{line-height:1.15;margin:0;color:rgb(var(--color-foreground))}.product-spotlight__grid{display:grid;grid-template-columns:1fr;gap:2.4rem;min-width:0}.product-spotlight__media{display:flex;flex-direction:column;gap:1.2rem;min-width:0}.product-spotlight__main-media{position:relative;overflow:hidden;border-radius:var(--media-radius, 12px);background:rgba(var(--color-foreground),.04);aspect-ratio:1 / 1}.product-spotlight__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;transition:opacity .4s ease}.product-spotlight__slide.is-active{opacity:1;pointer-events:auto}.product-spotlight__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform 1.4s cubic-bezier(.22,1,.36,1)}.product-spotlight__slide.is-active:hover .product-spotlight__image{transform:scale(1.04)}.product-spotlight__nav-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:4rem;height:4rem;padding:0;border:0;border-radius:50%;background:#ffffffe6;color:#2a2a2a;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #0000001f;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background-color .25s ease,transform .25s ease,opacity .25s ease;opacity:.85}.product-spotlight__nav-btn:hover,.product-spotlight__nav-btn:focus-visible{background:#fff;opacity:1;outline:none}.product-spotlight__nav-btn--prev{left:1.2rem}.product-spotlight__nav-btn--next{right:1.2rem}.product-spotlight__nav-btn:hover:not(:disabled){transform:translateY(-50%) scale(1.05)}.product-spotlight__nav-btn:disabled{opacity:.35;cursor:not-allowed}.product-spotlight__thumbs{list-style:none;padding:0;margin:0;display:flex;gap:.8rem;overflow-x:auto;scrollbar-width:none}.product-spotlight__thumbs::-webkit-scrollbar{display:none}.product-spotlight__thumb{flex:0 0 7rem;margin:0}.product-spotlight__thumb button{width:100%;aspect-ratio:1 / 1;padding:0;border:1px solid rgba(var(--color-foreground),.1);border-radius:8px;overflow:hidden;cursor:pointer;background:transparent;transition:border-color .25s ease,transform .2s ease}.product-spotlight__thumb.is-active button{border-color:rgb(var(--color-button));border-width:2px}.product-spotlight__thumb button:hover{transform:translateY(-1px);border-color:rgba(var(--color-foreground),.35)}.product-spotlight__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-spotlight__info{display:flex;flex-direction:column;gap:1.6rem;min-width:0}.product-spotlight__eyebrow{display:inline-flex;align-items:center;gap:1.2rem;font-size:1.2rem;letter-spacing:.25rem;text-transform:uppercase;color:rgb(var(--color-button));margin:0;font-weight:500;line-height:1}.product-spotlight__eyebrow-line{display:inline-block;width:2.4rem;height:1px;background:currentColor;opacity:.6}.product-spotlight__title{line-height:1.15;letter-spacing:-.005em;margin:0;color:rgb(var(--color-foreground));word-wrap:break-word}.product-spotlight__price-row{display:flex;align-items:baseline;gap:1rem;margin:0;flex-wrap:wrap}.product-spotlight__price{font-size:2rem;font-weight:500;letter-spacing:.04em;font-variant-numeric:tabular-nums;color:rgb(var(--color-foreground))}.product-spotlight__price-compare{font-size:1.4rem;color:rgba(var(--color-foreground),.5);text-decoration:line-through;font-variant-numeric:tabular-nums}.product-spotlight__rating{margin:.4rem 0 0;font-size:1.3rem}.product-spotlight__rating:empty,.product-spotlight__rating:has(:empty:only-child){display:none;margin:0}.product-spotlight__rating .jdgm-prev-badge{margin:0}.product-spotlight__rating .jdgm-prev-badge__text{font-size:1.2rem;color:rgba(var(--color-foreground),.7);text-decoration:underline;text-underline-offset:3px}.product-spotlight__rating .jdgm-prev-badge__stars{color:#c4883c;margin-right:.4rem}.product-spotlight__form-wrap+.product-spotlight__brand-badges{margin-top:1.4rem}.product-spotlight__stock{display:inline-flex;align-items:center;gap:.7rem;padding:.55rem 1rem;border-radius:999px;font-size:1.2rem;font-weight:500;line-height:1.2;margin:0;width:fit-content;background:rgba(var(--color-foreground),.06);color:rgba(var(--color-foreground),.75)}.product-spotlight__stock-dot{width:.7rem;height:.7rem;border-radius:50%;background:currentColor;position:relative;flex-shrink:0}.product-spotlight__stock--in{background:#40a8601f;color:#2e7d43}.product-spotlight__stock--in .product-spotlight__stock-dot{background:#3da55c}.product-spotlight__stock--in .product-spotlight__stock-dot:after{content:"";position:absolute;top:-.3rem;right:-.3rem;bottom:-.3rem;left:-.3rem;border-radius:50%;background:#3da55c73;animation:spotlightStockPulse 2s ease-out infinite;z-index:-1}@keyframes spotlightStockPulse{0%{transform:scale(.6);opacity:.7}70%{transform:scale(1.4);opacity:0}to{transform:scale(1.4);opacity:0}}.product-spotlight__stock--low{background:#40a8601f;color:#2e7d43}.product-spotlight__stock--low .product-spotlight__stock-dot{background:#3da55c}.product-spotlight__stock--out{background:#78787824;color:#6b6b6b}.product-spotlight__stock--out .product-spotlight__stock-dot{background:#a0a0a0}.product-spotlight__option-value{color:#c4883c;margin-left:.2rem}.product-spotlight__payment-icons{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;margin:1.2rem 0 0;padding:0}.product-spotlight__payment-icons-item{display:inline-flex;align-items:center;justify-content:center}@media(prefers-reduced-motion:reduce){.product-spotlight__stock--in .product-spotlight__stock-dot:after{animation:none;display:none}}.product-spotlight__brand-badges{list-style:none;padding:0;margin:.6rem 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:rgba(var(--color-foreground),.08);border:1px solid rgba(var(--color-foreground),.08);border-radius:12px;overflow:hidden}.product-spotlight__brand-badge{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;text-align:left;gap:1rem;margin:0;padding:1.1rem 1.2rem;background:#f3f0e9;border:0;border-radius:0;transition:background-color .2s ease}.product-spotlight__brand-badge:hover{background:#ebe7dc}.product-spotlight__brand-badge img{width:4.6rem;height:4.6rem;max-width:4.6rem;max-height:4.6rem;object-fit:contain;opacity:.88;display:block;aspect-ratio:1 / 1;flex-shrink:0}.product-spotlight__brand-badge .svg-wrapper{width:3.4rem;height:3.4rem;flex-shrink:0;fill:rgb(var(--color-foreground))}.product-spotlight__brand-badge span{font-size:1.15rem;font-weight:400;letter-spacing:0;text-transform:none;color:rgb(var(--color-foreground));line-height:1.3}@media screen and (max-width:519px){.product-spotlight__brand-badges{grid-template-columns:repeat(3,minmax(0,1fr));gap:1px}.product-spotlight__brand-badge{flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:.6rem;padding:1.2rem .6rem}}@media(prefers-reduced-motion:reduce){.product-spotlight__brand-badge{transition:none}}.product-spotlight__notes{margin:.4rem 0}.product-spotlight__notes-title{font-size:1.1rem;font-weight:500;letter-spacing:.2rem;text-transform:uppercase;color:rgba(var(--color-foreground),.7);margin:0 0 1rem}.product-spotlight__notes-list{display:flex;flex-direction:column;gap:.6rem;margin:0}.product-spotlight__note{display:grid;grid-template-columns:5rem 1fr;gap:1.2rem;align-items:baseline;min-width:0}.product-spotlight__note dt{font-size:1rem;letter-spacing:.16rem;text-transform:uppercase;color:rgb(var(--color-button));margin:0;font-weight:500}.product-spotlight__note dd{font-size:1.4rem;margin:0;color:rgba(var(--color-foreground),.85);font-style:italic;word-wrap:break-word}.product-spotlight__description{font-size:1.4rem;line-height:1.7;color:rgba(var(--color-foreground),.78);max-width:100ch;margin:1rem 0 0;padding-top:1.4rem;border-top:1px solid rgba(var(--color-foreground),.08)}.product-spotlight__form-wrap{display:block;min-width:0}.product-spotlight__form{display:flex;flex-direction:column;gap:1.6rem;margin:.6rem 0 0;min-width:0}.product-spotlight__option{display:flex;flex-direction:column;gap:.8rem;min-width:0}.product-spotlight__option-label{font-size:1.1rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(var(--color-foreground),.7);font-weight:500}.product-spotlight__option-pills{display:flex;flex-wrap:wrap;gap:.8rem;min-width:0}.product-spotlight__pill{position:relative;padding:1rem 1.6rem;font-size:1.3rem;font-weight:500;background:rgba(var(--color-foreground),.025);border:1px solid rgba(var(--color-foreground),.14);border-radius:999px;color:rgb(var(--color-foreground));cursor:pointer;line-height:1.2;transition:background-color .25s ease,border-color .25s ease,color .25s ease,transform .2s ease,box-shadow .25s ease;white-space:nowrap}.product-spotlight__pill:hover{background:rgba(var(--color-foreground),.06);border-color:rgba(var(--color-foreground),.4);transform:translateY(-1px)}.product-spotlight__pill.is-active{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground));box-shadow:0 4px 14px rgba(var(--color-foreground),.2);transform:translateY(-1px)}.product-spotlight__action-row{display:flex;gap:1rem;align-items:stretch;margin-top:.4rem;min-width:0}.product-spotlight__qty{display:inline-flex;align-items:center;border:1px solid rgba(var(--color-foreground),.2);border-radius:8px;overflow:hidden;flex:0 0 auto;min-height:5.4rem}.product-spotlight__qty-btn{width:4rem;height:100%;background:transparent;border:0;color:rgb(var(--color-foreground));font-size:1.6rem;cursor:pointer;transition:background-color .2s ease}.product-spotlight__qty-btn:hover{background:rgba(var(--color-foreground),.05)}.product-spotlight__qty-input{width:4rem;height:100%;text-align:center;border:0;background:transparent;font-size:1.4rem;font-weight:500;color:rgb(var(--color-foreground));-moz-appearance:textfield}.product-spotlight__qty-input::-webkit-outer-spin-button,.product-spotlight__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-spotlight__add{flex:1 1 200px;padding:1.6rem 2rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text, var(--color-background)));border:0;border-radius:8px;font-size:1.2rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease;min-height:5.4rem}.product-spotlight__add:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 24px rgba(var(--color-button),.22)}.product-spotlight__add.is-sold-out,.product-spotlight__add:disabled{background:rgba(var(--color-foreground),.15);color:rgba(var(--color-foreground),.5);cursor:not-allowed}.product-spotlight__view-details{display:inline-flex;align-items:center;gap:.6rem;align-self:flex-start;margin-top:.4rem;font-size:1.2rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;color:rgb(var(--color-button));border-bottom:1px solid rgba(var(--color-button),.35);padding-bottom:.4rem;transition:gap .3s ease,border-color .3s ease}.product-spotlight__view-details:hover,.product-spotlight__view-details:focus-visible{gap:1rem;border-bottom-color:rgb(var(--color-button));outline:none}@media screen and (min-width:750px){.product-spotlight__grid{grid-template-columns:1fr 1fr;gap:4rem}.product-spotlight--image-right .product-spotlight__media{order:2}.product-spotlight__info{gap:1.8rem;padding:1rem 0}}@media screen and (min-width:990px){.product-spotlight{padding-top:var(--pt);padding-bottom:var(--pb)}.product-spotlight__grid{gap:6rem}.product-spotlight__info{position:sticky;top:12rem;gap:2rem}}@media(prefers-reduced-motion:reduce){.product-spotlight__image,.product-spotlight__add,.product-spotlight__view-details,.product-spotlight__pill{transition:none}.product-spotlight__main-media:hover .product-spotlight__image,.product-spotlight__pill:hover{transform:none}}.testimonials{padding-top:calc(var(--pt) * .7);padding-bottom:calc(var(--pb) * .7)}.testimonials__header{max-width:64rem;margin:0 auto 3.6rem}.testimonials__header--center{text-align:center}.testimonials__header--left{text-align:left;margin-left:0;margin-right:0}.testimonials__eyebrow{font-size:1.2rem;font-weight:500;letter-spacing:.25rem;text-transform:uppercase;color:rgb(var(--color-button));margin:0 0 1rem;line-height:1}.testimonials__heading{line-height:1.15;letter-spacing:-.005em;margin:0 0 .8rem;color:rgb(var(--color-foreground))}.testimonials__subheading{font-size:1.5rem;line-height:1.5;margin:1rem 0 0;color:rgba(var(--color-foreground),.7)}.testimonials__list{list-style:none;padding:.4rem 1.5rem;margin:0 -1.5rem;display:flex;gap:1.2rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.testimonials__list::-webkit-scrollbar{display:none}.testimonials__card{flex:0 0 85%;scroll-snap-align:center;margin:0;list-style:none}.testimonials__bullets{display:flex;align-items:center;justify-content:center;gap:.8rem;margin-top:2rem}.testimonials__bullet{width:.8rem;height:.8rem;padding:0;border:0;border-radius:50%;background:rgba(var(--color-foreground),.2);cursor:pointer;transition:width .3s ease,background .3s ease;flex-shrink:0}.testimonials__bullet.is-active{width:2.4rem;border-radius:1rem;background:rgb(var(--color-foreground))}.testimonials__bullet:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px}.testimonials__card-inner{height:100%;padding:2.4rem 2rem;background:rgba(var(--color-foreground),.025);border:1px solid rgba(var(--color-foreground),.08);border-radius:var(--card-radius, 14px);box-sizing:border-box;display:flex;flex-direction:column;gap:1.4rem;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.testimonials__card-inner:hover{transform:translateY(-3px);border-color:rgba(var(--color-foreground),.16);box-shadow:0 12px 28px rgba(var(--color-shadow, var(--color-foreground)),.06)}.testimonials__rating{display:inline-flex;align-items:center;gap:.2rem;color:rgb(var(--color-button))}.testimonials__text{font-size:1.45rem;line-height:1.6;color:rgba(var(--color-foreground),.85);margin:0;flex:1 1 auto}.testimonials__text:before{content:"\201c";font-family:var(--font-heading-family, var(--font-body-family));font-size:2rem;line-height:0;color:rgba(var(--color-button),.6);margin-right:.2rem;vertical-align:-.4rem}.testimonials__attribution{margin-top:auto;padding-top:1rem;border-top:1px solid rgba(var(--color-foreground),.08)}.testimonials__name{font-size:1.3rem;font-weight:600;margin:0;color:rgb(var(--color-foreground))}.testimonials__meta{font-size:1.15rem;margin:.3rem 0 0;color:rgba(var(--color-foreground),.6);letter-spacing:.02em}.testimonials__product{font-style:italic}.testimonials__footer{display:flex;justify-content:center;margin-top:3.2rem}.testimonials__view-all{display:inline-flex;align-items:center;gap:.6rem;padding-bottom:.4rem;font-size:1.2rem;font-weight:500;letter-spacing:.16em;text-transform:uppercase;text-decoration:none;color:rgb(var(--color-button));border-bottom:1px solid rgba(var(--color-button),.35);transition:gap .3s ease,border-color .3s ease}.testimonials__view-all:hover,.testimonials__view-all:focus-visible{gap:1rem;border-bottom-color:rgb(var(--color-button));outline:none}@media screen and (min-width:750px){.testimonials__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;overflow:visible;padding:0;margin:0;scroll-snap-type:none}.testimonials__card{flex:none;scroll-snap-align:none}.testimonials__bullets{display:none}.testimonials__heading{margin-bottom:.8rem}.testimonials__header{margin-bottom:4.8rem}.testimonials__card-inner{padding:2.8rem 2.4rem}}@media screen and (min-width:990px){.testimonials{padding-top:var(--pt);padding-bottom:var(--pb)}.testimonials__list{grid-template-columns:repeat(var(--desktop-cols, 4),minmax(0,1fr));gap:2rem}.testimonials__card-inner{padding:3rem 2.4rem}}@media(prefers-reduced-motion:reduce){.testimonials__card-inner,.testimonials__view-all{transition:none}.testimonials__card-inner:hover{transform:none}}.trust-badges{padding-top:calc(var(--pt) * .6);padding-bottom:calc(var(--pb) * .6)}.trust-badges--bordered{border-top:1px solid rgba(var(--color-foreground),.08);border-bottom:1px solid rgba(var(--color-foreground),.08)}.trust-badges__header{max-width:64rem;margin:0 auto 3.2rem}.trust-badges__header--center{text-align:center}.trust-badges__header--left{text-align:left;margin-left:0;margin-right:0}.trust-badges__eyebrow{font-size:1.2rem;letter-spacing:.25rem;text-transform:uppercase;margin:0 0 1rem;opacity:.65;font-weight:500}.trust-badges__heading{font-size:2.6rem;line-height:1.2;margin:0 0 .8rem}.trust-badges__subheading{font-size:1.5rem;line-height:1.5;margin:0;opacity:.7}.trust-badges__slider-wrap{display:block;position:relative}.trust-badges__list{list-style:none;padding:0;margin:0}.trust-badges__marquee{position:relative;overflow:hidden;margin:0 -1.5rem;padding:.6rem 0;-webkit-mask-image:linear-gradient(to right,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(to right,transparent,#000 6%,#000 94%,transparent)}@media screen and (min-width:750px){.trust-badges__marquee{margin:0 -5rem}}.trust-badges__list{display:flex;gap:1.6rem;padding:0;margin:0;width:max-content;animation:trustMarquee var(--marquee-duration, 50s) linear infinite}.trust-badges__marquee:hover .trust-badges__list,.trust-badges__marquee:focus-within .trust-badges__list{animation-play-state:paused}@keyframes trustMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.trust-badges__card{flex:0 0 auto;list-style:none;margin:0;display:flex}.trust-badges__inner{position:relative;display:flex;flex-direction:row;align-items:center;text-align:left;gap:1.2rem;width:24rem;height:100%;min-height:8rem;padding:1.4rem 1.6rem;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.08);border-radius:14px;box-sizing:border-box;color:inherit;text-decoration:none;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.trust-badges__inner--link:hover{border-color:#c4883c59;box-shadow:0 6px 18px #0000000f;transform:translateY(-2px)}@media screen and (min-width:990px){.trust-badges__inner{width:26rem;padding:1.6rem 1.8rem;gap:1.4rem}}.trust-badges--left-accent .trust-badges__inner:before{display:none}.trust-badges__text{display:flex;flex-direction:column;gap:.4rem}.trust-badges--icon-left .trust-badges__inner{flex-direction:row;align-items:center;text-align:left;gap:1.6rem}.trust-badges--icon-left .trust-badges__text{flex:1 1 auto;min-width:0}.trust-badges--icon-left .trust-badges__description{max-width:none}.trust-badges--hover-lift .trust-badges__inner--link:hover,.trust-badges--hover-lift .trust-badges__inner--link:focus-visible{transform:translateY(-3px);box-shadow:0 12px 28px rgba(var(--color-shadow, var(--color-foreground)),.06);outline:none}.trust-badges__icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:4.6rem;height:4.6rem;background:transparent;color:#c4883c;flex-shrink:0}.trust-badges__icon{width:4.6rem;height:4.6rem;object-fit:contain}.trust-badges__icon-placeholder{display:block;width:4rem;height:4rem;border-radius:50%;background:rgba(var(--color-foreground),.12)}.trust-badges__text{min-width:0;flex:1}.trust-badges__label{font-size:1.2rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin:0 0 .2rem;line-height:1.25;color:rgb(var(--color-foreground))}@media(prefers-reduced-motion:reduce){.trust-badges__list{animation:none}}.trust-badges__description{font-size:1.2rem;line-height:1.5;margin:0;color:rgba(var(--color-foreground),.65);max-width:22ch}@media screen and (min-width:990px){.trust-badges__description{font-size:1.25rem;max-width:18ch}}.trust-badges__nav{display:none}@media screen and (max-width:749px){.trust-badges__nav{display:flex;align-items:center;justify-content:center;gap:1.6rem;margin-top:2rem}}.trust-badges__arrow{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;padding:0;border:1px solid rgba(var(--color-foreground),.15);border-radius:50%;background:transparent;color:rgb(var(--color-foreground));cursor:pointer;transition:background .2s ease,border-color .2s ease,opacity .2s ease}.trust-badges__arrow:hover:not([disabled]),.trust-badges__arrow:focus-visible:not([disabled]){background:rgba(var(--color-foreground),.05);border-color:rgba(var(--color-foreground),.3);outline:none}.trust-badges__arrow[disabled]{opacity:.3;cursor:default}.trust-badges__arrow .svg-wrapper{display:inline-flex;width:1.2rem;height:1.2rem}.trust-badges__arrow .icon-caret{width:100%;height:100%}.trust-badges__arrow--prev .svg-wrapper{transform:rotate(90deg)}.trust-badges__arrow--next .svg-wrapper{transform:rotate(-90deg)}.trust-badges__bullets{display:inline-flex;align-items:center;gap:.8rem}.trust-badges__bullet{width:.8rem;height:.8rem;padding:0;border:0;border-radius:50%;background:rgba(var(--color-foreground),.2);cursor:pointer;transition:width .3s ease,background .3s ease;flex-shrink:0}.trust-badges__bullet.is-active{width:2.4rem;border-radius:1rem;background:rgb(var(--color-foreground))}.trust-badges__bullet:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:2px}@media(prefers-reduced-motion:reduce){.trust-badges__inner,.trust-badges__arrow,.trust-badges__bullet,.trust-badges__list{transition:none;scroll-behavior:auto}.trust-badges--hover-lift .trust-badges__inner--link:hover,.trust-badges--hover-lift .trust-badges__inner--link:focus-visible{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/34/compiled_assets/styles.css.map */
