.about-page{width:100%;background:#fff}.about__inner{display:grid;grid-template-columns:minmax(0,4fr) minmax(0,6fr);padding:1.5rem;gap:2rem;max-width:1800px;margin:0 auto;align-items:center;min-height:calc(var(--marlow-stable-viewport-height) - var(--header-total-height))}.about__left{width:100%}.about__img{width:100%;height:auto;display:block}.about__placeholder{width:100%;aspect-ratio:3 / 4;background:#f2f0ed;display:flex;align-items:center;justify-content:center;font-family:var(--font-primary);font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--clr-cool-gray)}.about__right{display:flex;flex-direction:column;justify-content:center;padding:0 10%}.about__content{max-width:420px}.about__title{font-family:var(--font-primary);font-size:clamp(1.4rem,3vw,1.8rem);font-weight:400;letter-spacing:.03em;color:var(--clr-black);margin-bottom:2.5rem}.about__text{font-family:var(--font-primary);font-size:.75rem;font-weight:400;line-height:1.9;letter-spacing:.03em;color:var(--clr-black)}.about__text p{margin-bottom:1.5rem}.about__text p:last-child{margin-bottom:0}.about__link{display:inline-block;margin-top:3rem;font-family:var(--font-primary);font-size:.7rem;letter-spacing:.05em;color:var(--clr-warm-gray);text-decoration:none;transition:color var(--transition-base)}.about__link:hover{color:var(--clr-black)}@media(max-width:767px){.about__inner{grid-template-columns:1fr;padding:1rem;align-items:flex-start;min-height:auto}.about__right{padding:2rem .5rem 4rem}.about__content{max-width:100%}}.cart-page{background:#fff;min-height:calc(var(--marlow-stable-viewport-height) - var(--header-total-height));max-width:1100px;margin:0 auto;padding:3.5rem 2.5rem 6rem}.cart-page__header{display:flex;align-items:baseline;gap:1rem;margin-bottom:3rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(28,24,20,.1)}.cart-page__title{font-family:var(--font-primary);font-size:clamp(1.4rem,3vw,2.2rem);font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--clr-black)}.cart-page__count{font-family:var(--font-primary);font-size:.6rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--clr-cool-gray)}.cart-page__form{display:grid;grid-template-columns:1fr 340px;gap:4rem;align-items:start}.cart-page__items{display:flex;flex-direction:column}.cart-item{display:grid;grid-template-columns:100px 1fr auto auto;gap:1.5rem;align-items:center;padding:1.75rem 0;border-bottom:1px solid rgba(28,24,20,.08)}.cart-item__img-wrap{display:block;aspect-ratio:1;overflow:hidden;background:#f5f2ee;flex-shrink:0}.cart-item__img-wrap img{width:100%;height:100%;object-fit:contain;padding:6px;filter:none;mix-blend-mode:normal}.cart-item__img-placeholder{width:100%;height:100%;background:#ede9e4}.cart-item__info{display:flex;flex-direction:column;gap:.35rem;min-width:0}.cart-item__title{font-family:var(--font-primary);font-size:.7rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--clr-black);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(hover:hover){.cart-item__title:hover{opacity:.65}}.cart-item__variant{font-family:var(--font-primary);font-size:.6rem;font-weight:400;letter-spacing:.1em;color:var(--clr-cool-gray);text-transform:uppercase}.cart-item__price{font-family:var(--font-primary);font-size:.65rem;font-weight:400;letter-spacing:.08em;color:var(--clr-warm-gray)}.cart-item__qty{display:flex;align-items:center;gap:0;border:1px solid rgba(28,24,20,.15)}.cart-item__qty-btn{display:flex;align-items:center;justify-content:center;width:32px;height:36px;font-size:1rem;font-weight:400;color:var(--clr-black);transition:background var(--transition-base);flex-shrink:0}@media(hover:hover){.cart-item__qty-btn:hover{background:#1c18140d}}.cart-item__qty-val{font-family:var(--font-primary);font-size:.65rem;font-weight:400;letter-spacing:.1em;color:var(--clr-black);min-width:28px;text-align:center}.cart-item__right{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.cart-item__line-price{font-family:var(--font-primary);font-size:.75rem;font-weight:400;letter-spacing:.08em;color:var(--clr-black);white-space:nowrap}.cart-item__remove{color:#1c181459;display:flex;align-items:center;justify-content:center;min-width:28px;min-height:28px;transition:color var(--transition-base)}@media(hover:hover){.cart-item__remove:hover{color:var(--clr-black)}}.cart-page__summary{position:sticky;top:calc(var(--header-height) + 1.5rem)}.cart-page__summary-inner{display:flex;flex-direction:column;gap:1rem;padding:2rem;border:1px solid rgba(28,24,20,.1)}.cart-page__subtotal-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.cart-page__subtotal-label{font-family:var(--font-primary);font-size:.6rem;font-weight:400;letter-spacing:.25em;text-transform:uppercase;color:var(--clr-black)}.cart-page__subtotal-price{font-family:var(--font-primary);font-size:1rem;font-weight:400;letter-spacing:.08em;color:var(--clr-black)}.cart-page__note{font-family:var(--font-primary);font-size:.55rem;font-weight:400;letter-spacing:.08em;color:var(--clr-cool-gray);line-height:1.6}.cart-page__checkout{width:100%;height:3.25rem;display:flex;align-items:center;justify-content:center;background:var(--clr-black);color:#fff;font-family:var(--font-primary);font-size:.65rem;font-weight:400;letter-spacing:.28em;text-transform:uppercase;border:1px solid var(--clr-black);cursor:pointer;transition:background var(--transition-base),color var(--transition-base);margin-top:.5rem}@media(hover:hover){.cart-page__checkout:hover{background:transparent;color:var(--clr-black)}}.cart-page__continue{display:block;text-align:center;font-family:var(--font-primary);font-size:.55rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--clr-cool-gray);padding:.5rem 0;transition:color var(--transition-base)}@media(hover:hover){.cart-page__continue:hover{color:var(--clr-black)}}.cart-page__empty{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:6rem 0;text-align:center}.cart-page__empty-msg{font-family:var(--font-primary);font-size:.75rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--clr-cool-gray)}.cart-page__empty-cta{display:inline-block;font-family:var(--font-primary);font-size:.6rem;font-weight:400;letter-spacing:.28em;text-transform:uppercase;color:var(--clr-black);border-bottom:1px solid rgba(28,24,20,.3);padding-bottom:.2rem;transition:border-color var(--transition-base)}@media(hover:hover){.cart-page__empty-cta:hover{border-color:var(--clr-black)}}@media(max-width:900px){.cart-page__form{grid-template-columns:1fr;gap:2.5rem}.cart-page__summary{position:static}}@media(max-width:767px){.cart-page{padding:2rem 1rem 5rem}.cart-page__header{margin-bottom:2rem}.cart-item{grid-template-columns:80px 1fr;grid-template-rows:auto auto;gap:1rem 1rem;padding:1.25rem 0}.cart-item__img-wrap{grid-row:span 2}.cart-item__info{align-self:start}.cart-item__qty{grid-column:2;justify-self:start}.cart-item__right{position:absolute;top:1.25rem;right:0;align-items:flex-end}.cart-item{position:relative}.cart-item__line-price{font-size:.7rem}.cart-page__summary-inner{padding:1.5rem}.cart-item__qty-btn{width:40px;height:40px}}.collection{background:#fff;min-height:var(--marlow-stable-viewport-height);padding-bottom:6rem}.collection__banner{position:relative;height:clamp(240px,40vh,480px);overflow:hidden}.collection__banner-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.collection__banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#1c181433,#1c181499)}.collection__banner-title{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);font-family:var(--font-primary);font-size:clamp(2rem,6vw,5rem);font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--clr-cream);white-space:nowrap;text-align:center}.collection__title-wrap{padding:3rem 2.5rem 2rem;text-align:center;border-bottom:1px solid rgba(28,24,20,.1)}.collection__title{font-family:var(--font-primary);font-size:clamp(1.75rem,4vw,3.5rem);font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--clr-black)}.collection__desc{font-family:var(--font-primary);font-size:.75rem;font-weight:400;letter-spacing:.08em;color:var(--clr-warm-gray);margin-top:.75rem;max-width:560px;margin-inline:auto;line-height:1.7}.collection__toolbar{position:sticky;top:var(--header-height);z-index:50;background:#fff;border-bottom:1px solid rgba(28,24,20,.1);transition:transform .4s cubic-bezier(.25,.1,.25,1),opacity .4s ease;will-change:transform,opacity}.collection__toolbar.is-hidden{transform:translateY(-100%);opacity:0;pointer-events:none}body.template-collection.is-menu-open .collection__toolbar{transform:translateY(-100%);opacity:0;visibility:hidden;pointer-events:none}.collection__toolbar-inner{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 2.5rem;max-width:1600px;margin:0 auto}.collection__count{font-family:var(--font-primary);font-size:.72rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--clr-cool-gray)}.collection__sort{display:flex;align-items:center;gap:.75rem}.collection__sort-label{font-family:var(--font-primary);font-size:.72rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--clr-cool-gray)}.collection__sort-wrap{position:relative;display:flex;align-items:center}.collection__sort-select{appearance:none;-webkit-appearance:none;background:transparent;border:none;outline:none;font-family:var(--font-primary);font-size:.72rem;font-weight:400;letter-spacing:.15em;text-transform:uppercase;color:var(--clr-black);cursor:pointer;padding-right:1.25rem}.collection__sort-select option{background:#fff;color:var(--clr-black)}.collection__sort-arrow{position:absolute;right:0;pointer-events:none;color:var(--clr-cool-gray)}.collection__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;max-width:1600px;margin:0 auto;padding:2rem 24px}.product-card{background:#fff;border:1px solid rgba(28,24,20,.1);display:flex;flex-direction:column}.product-card__link{display:flex;flex-direction:column;text-decoration:none;color:inherit;flex:1}.product-card__media{position:relative;width:100%;overflow:hidden;background:#f5f2ee;flex-shrink:0}.product-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center;filter:none;mix-blend-mode:normal}.product-card__img--primary{z-index:1;visibility:visible}.product-card__img--secondary{z-index:2;visibility:hidden}.product-card__img-placeholder{width:100%;height:100%;background:#161412}@media(hover:hover){.product-card__link:hover .product-card__img--primary{visibility:hidden}.product-card__link:hover .product-card__img--secondary{visibility:visible}}.product-card.is-flipped .product-card__img--primary{visibility:hidden;transform:none}.product-card.is-flipped .product-card__img--secondary{visibility:visible}.product-card__badges{position:absolute;top:1rem;left:1rem;z-index:3;display:flex;flex-direction:column;gap:.35rem}.product-card__badge{display:inline-block;font-family:var(--font-primary);font-size:.5rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;padding:.2rem .5rem}.product-card__badge--soldout{background:#1c1814bf;color:var(--clr-warm-gray)}.product-card__badge--sale{background:var(--clr-rust);color:var(--clr-cream)}.product-card__badge--custom{background:#000;color:#f5f2ee}.product-card__info{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:.5rem;padding:.75rem .75rem .9rem;margin-top:auto}.product-card__title{font-family:var(--font-primary);font-size:.7rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--clr-black);opacity:.85;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card__price{font-family:var(--font-primary);font-size:.7rem;font-weight:400;letter-spacing:.08em;color:var(--clr-black);white-space:nowrap;flex-shrink:0}.product-card__price--compare{text-decoration:line-through;color:var(--clr-cool-gray);margin-right:.35rem;font-size:.65rem}.product-card__price--sale{color:var(--clr-rust)}.product-card__urgency{flex:0 0 100%;display:flex;align-items:center;gap:.35rem;margin-top:-.15rem;font-family:var(--font-primary);font-size:.55rem;font-weight:400;letter-spacing:.16em;line-height:1.25;text-transform:uppercase;color:var(--clr-rust)}.product-card__urgency-dot{width:5px;height:5px;border-radius:50%;background:var(--clr-rust);box-shadow:0 0 0 3px #be54001f;flex-shrink:0}.product-card__urgency--window{color:#1c18149e;letter-spacing:.12em}.product-card__bundle-note{flex:0 0 100%;margin-top:-.1rem;font-family:var(--font-primary);font-size:.56rem;font-weight:500;letter-spacing:.08em;line-height:1.35;text-transform:uppercase;color:#1c1814b8}.collection__pagination{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:4rem 2.5rem}.collection__page-numbers{display:flex;align-items:center;gap:.75rem}.collection__page-btn,.collection__page-num{font-family:var(--font-primary);font-size:.6rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--clr-cool-gray);transition:color var(--transition-base)}.collection__page-btn:hover,.collection__page-num:hover{color:var(--clr-cream)}.collection__page-num.is-active{color:var(--clr-black);border-bottom:1px solid var(--clr-black);padding-bottom:.1rem}.collection__page-ellipsis{font-family:var(--font-primary);font-size:.6rem;color:var(--clr-cool-gray);letter-spacing:.1em}.collection__empty{padding:6rem 2.5rem;text-align:center}.collection__empty p{font-family:var(--font-primary);font-size:.75rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;color:var(--clr-cool-gray)}@media(max-width:1024px){.collection__grid{grid-template-columns:repeat(3,1fr)!important;gap:16px!important;padding:1.5rem 2rem!important}}@media(max-width:767px){.collection__toolbar-inner{padding:1rem 16px;gap:.75rem}.collection__count{font-size:.65rem;letter-spacing:.14em}.collection__sort{gap:.45rem;min-width:0;flex-shrink:0}.collection__sort-label{font-size:.65rem;letter-spacing:.14em}.collection__sort-select{font-size:.7rem;letter-spacing:.08em;text-transform:none;padding-right:1.2rem;min-width:96px}.collection__title-wrap{padding:2rem 1rem 1.5rem}.collection__banner-title{font-size:clamp(1.5rem,8vw,3rem);bottom:1.5rem;white-space:normal;text-align:center;padding:0 1rem;width:100%;left:0;transform:none}.collection__grid{grid-template-columns:repeat(2,1fr)!important;gap:6px!important;padding:0!important;max-width:100%}.product-card{background:#fff}.product-card__info{padding:.6rem .6rem .75rem;gap:.28rem;flex-direction:column;align-items:flex-start}.product-card__title{font-size:.6rem;letter-spacing:.1em;white-space:normal;overflow:visible;text-overflow:unset;line-height:1.4}.product-card__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:.18rem .3rem;width:100%;font-size:.6rem;letter-spacing:.06em;line-height:1.25;white-space:normal}.product-card__price--compare{margin-right:0;font-size:.55rem}.product-card__urgency,.product-card__bundle-note{margin-top:0;font-size:.5rem;letter-spacing:.08em;line-height:1.35;width:100%}.collection__pagination{padding:3rem 1rem;gap:1rem}}@media(max-width:380px){.collection__toolbar-inner{padding-inline:12px}.collection__count,.collection__sort-label{display:none}.collection__grid{grid-template-columns:repeat(2,1fr)!important;gap:4px!important;padding:0!important}.product-card__info{padding:.55rem .45rem .7rem}.product-card__title,.product-card__price{font-size:.56rem}.product-card__urgency,.product-card__bundle-note{font-size:.46rem;letter-spacing:.06em}}.free-shipping-slider{width:100%;flex:0 0 auto;overflow:hidden;background:#fff;border-top:1px solid rgba(28,24,20,.08);border-bottom:1px solid rgba(28,24,20,.08);box-shadow:none;transition:background-color .72s cubic-bezier(.65,0,.35,1),border-color .72s cubic-bezier(.65,0,.35,1)}.free-shipping-slider__track{display:inline-flex;align-items:center;width:max-content;min-width:100%;white-space:nowrap;animation:freeShippingSlide 28s linear infinite}.free-shipping-slider__group{display:flex;align-items:center;flex:0 0 auto;min-height:36px}.free-shipping-slider__item{display:inline-flex;align-items:center;min-height:36px;font-family:var(--font-primary);font-size:.58rem;font-weight:400;letter-spacing:.24em;line-height:1;text-transform:uppercase;white-space:nowrap;color:#1c1814c7;padding:0 1.35rem;transition:color .72s cubic-bezier(.65,0,.35,1)}.free-shipping-slider__divider{width:4px;height:4px;border-radius:50%;background:var(--clr-rust);box-shadow:none;opacity:.82;transition:background-color .72s cubic-bezier(.65,0,.35,1),opacity .72s cubic-bezier(.65,0,.35,1)}.header-hero-wrap:has(.marlow-product-hero.is-intro:not(.is-intro-reveal)) .free-shipping-slider{background:#080808;border-color:transparent;transition:none}.header-hero-wrap:has(.marlow-product-hero.is-intro:not(.is-intro-reveal)) .free-shipping-slider__item{color:#f5f2ecdb;transition:none}.header-hero-wrap:has(.marlow-product-hero.is-intro:not(.is-intro-reveal)) .free-shipping-slider__divider{background:#f5f2ec;opacity:.52;transition:none}@media(hover:hover){.free-shipping-slider:hover .free-shipping-slider__track{animation-play-state:paused}}@media(prefers-reduced-motion:reduce){.free-shipping-slider__track{animation:none}.free-shipping-slider,.free-shipping-slider__item,.free-shipping-slider__divider{transition-duration:1ms}}@media(max-width:767px){.header-hero-wrap:has(.marlow-product-hero.is-intro) .free-shipping-slider__track{animation-play-state:paused}.free-shipping-slider__group,.free-shipping-slider__item{min-height:32px}.free-shipping-slider__item{font-size:.58rem;letter-spacing:.18em;padding:0 .95rem}}@keyframes freeShippingSlide{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero{position:relative;width:100%;height:clamp(430px,48vw,620px);min-height:0;margin:calc((var(--header-height) + 64px) * -1) 0 0;overflow:hidden;background:#000;display:flex;align-items:center;justify-content:center}.hero[data-href]{cursor:pointer}.hero[data-href] a,.hero[data-href] button,.hero[data-href] input,.hero[data-href] label{cursor:auto}.hero__video-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__video-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#1c18149e,#1c181438 42%,#1c18147a);pointer-events:none;z-index:1}.hero__video{width:100%;height:100%;object-fit:cover;object-position:center center;background:#000}.hero__video--mobile{display:none}.hero__video--desktop{display:block;object-fit:cover}@media(max-width:767px){.hero,.hero__video--desktop{display:none}.hero__video--mobile{display:none;object-fit:cover}.hero__video-wrap:after{background:linear-gradient(180deg,#0003,#0000001a 35%,#00000057)}}.hero__video-placeholder{width:100%;height:100%;background:#f5f2ee}.hero__center{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:0 1.5rem}.hero__heading{font-family:var(--font-primary);font-size:clamp(3.5rem,10vw,9rem);font-weight:400;letter-spacing:.15em;text-transform:uppercase;color:var(--clr-cream);text-align:center;line-height:.95}.hero__subheading{margin-top:.85rem;font-family:var(--font-primary);font-size:clamp(.68rem,1.3vw,.86rem);font-weight:400;letter-spacing:.18em;line-height:1.6;text-align:center;text-transform:uppercase;color:#f5f2eedb;text-shadow:0 2px 18px rgba(0,0,0,.28)}.hero__cta{display:inline-block;margin-top:2rem;font-family:var(--font-primary);font-size:.6rem;font-weight:400;letter-spacing:.28em;text-transform:uppercase;color:var(--clr-cream);border-bottom:1px solid rgba(217,208,199,.4);padding-bottom:.2rem;transition:border-color var(--transition-base),color var(--transition-base)}.hero__cta:hover{color:var(--clr-rust);border-color:var(--clr-rust)}.hero__notify{display:flex;flex-direction:column;align-items:center;gap:.55rem;width:100%;max-width:460px;text-align:center;background:linear-gradient(180deg,#1c18146b,#1c18144d);backdrop-filter:blur(18px) saturate(1.05);-webkit-backdrop-filter:blur(18px) saturate(1.05);border:1px solid rgba(217,208,199,.18);box-shadow:0 24px 80px #0000003d;padding:2.15rem 2rem 1.65rem}.hero__notify-heading{font-family:var(--font-primary);font-size:clamp(1.55rem,4vw,2.35rem);font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:var(--clr-cream);line-height:1.1;text-shadow:0 3px 24px rgba(0,0,0,.38)}.hero__notify-sub{font-family:var(--font-primary);font-size:.64rem;font-weight:400;letter-spacing:.16em;text-transform:uppercase;color:#f5f2eec2;text-shadow:0 2px 16px rgba(0,0,0,.3)}.hero__notify-form{width:100%;margin-top:1.15rem}.hero__notify-frame{position:absolute;width:0;height:0;border:0;opacity:0;pointer-events:none}.hero__notify-row{display:flex;align-items:stretch;min-height:48px;max-height:64px;background:#f5f2ee1a;border:1px solid rgba(217,208,199,.22);overflow:hidden;transform-origin:top;transition:background var(--transition-base),border-color var(--transition-base),box-shadow var(--transition-base),opacity .28s ease,transform .36s ease,max-height .36s ease,margin .36s ease}.hero__notify-row:focus-within{background:#f5f2ee24;border-color:#f5f2eea6;box-shadow:0 0 0 3px #d9d0c714}.hero__notify-input{flex:1;background:transparent;border:none;outline:none;padding:0 0 0 1rem;font-family:var(--font-primary);font-size:.78rem;font-weight:400;letter-spacing:.08em;color:#f5f2ee;min-width:0}.hero__notify-input::placeholder{color:#f5f2ee8a}.hero__notify-input:-webkit-autofill,.hero__notify-input:-webkit-autofill:hover,.hero__notify-input:-webkit-autofill:focus,.hero__notify-input:-webkit-autofill:active{transition:background-color 5000s ease-in-out 0s!important;-webkit-text-fill-color:var(--clr-cream)!important}.hero__notify-submit{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:138px;font-family:var(--font-primary);font-size:.56rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:#1c1814;background:#f5f2eee0;padding:0 1rem;white-space:nowrap;transition:background var(--transition-base),color var(--transition-base),opacity var(--transition-base);flex-shrink:0}.hero__notify-submit:hover{background:#f5f2ee}.hero__notify-submit:disabled{opacity:.72;cursor:wait}.hero__notify-form.is-submitting .hero__notify-submit:after{content:"";width:12px;height:12px;margin-left:.55rem;border:1px solid rgba(28,24,20,.25);border-top-color:#1c1814;border-radius:50%;animation:spin .8s linear infinite}.hero__notify-form.is-approved .hero__notify-submit{background:#f5f2ee}.hero__notify-form.is-approved .hero__notify-submit-text,.hero__notify-form.is-approved .hero__notify-submit:after{opacity:0}.hero__notify-submit-check{position:absolute;width:18px;height:10px;border-left:2px solid #1C1814;border-bottom:2px solid #1C1814;opacity:0;transform:translateY(-1px) rotate(-45deg) scale(.75);transform-origin:center}.hero__notify-form.is-approved .hero__notify-submit-check{animation:notifyButtonCheck .36s ease .08s both}.hero__notify-form.is-complete{pointer-events:none}.hero__notify.is-dismissed{opacity:0;transform:translateY(-10px) scale(.98);transition:opacity .42s ease,transform .42s ease}.hero__notify-disclaimer{font-family:var(--font-primary);font-size:.5rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:#f5f2ee8a;max-height:40px;margin-top:.85rem}.hero__notify-message{display:flex;align-items:center;justify-content:center;gap:.45rem;font-family:var(--font-primary);font-size:.58rem;letter-spacing:.12em;text-transform:uppercase;min-height:1.15rem;margin-top:.65rem;color:#f5f2eecc;line-height:1.5}.hero__notify-message--success{color:#f5f2ee;background:#f5f2ee1c;border:1px solid rgba(245,242,238,.18);padding:.95rem 1rem;animation:notifySuccessIn .42s ease both}.hero__notify-message--error{color:var(--clr-rust)}.hero__notify-message--error ul{list-style:none;margin:0;padding:0}.hero__notify-success-copy{font-size:.64rem;letter-spacing:.12em;color:#f5f2ee}@keyframes notifyButtonCheck{0%{opacity:0;transform:translateY(-1px) rotate(-45deg) scale(.75)}70%{opacity:1;transform:translateY(-1px) rotate(-45deg) scale(1.08)}to{opacity:1;transform:translateY(-1px) rotate(-45deg) scale(1)}}@keyframes notifySuccessIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:767px){.hero__center{padding:0 1.25rem}.hero__notify{max-width:100%;padding:1.75rem 1.25rem 1.4rem}.hero__notify-heading{letter-spacing:.1em}.hero__notify-form{margin-top:1rem}.hero__notify-row{min-height:auto;max-height:110px;flex-direction:column}.hero__notify-input{min-height:48px;padding:0 .9rem;font-size:16px;text-align:center}.hero__notify-submit{min-height:44px;width:100%}}@supports (padding: env(safe-area-inset-bottom)){.music-btn{bottom:calc(1.5rem + env(safe-area-inset-bottom))}}.home-products{background:#fff;color:var(--clr-black)}.home-products__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1.35rem 24pt 0}.home-products__heading,.home-products__view-all{font-family:var(--font-primary);font-size:.66rem;font-weight:400;letter-spacing:.2em;line-height:1.4;text-transform:uppercase}.home-products__heading{color:#1c1814d1}.home-products__view-all{color:#1c181485;transition:color var(--transition-base)}.home-products__view-all:hover{color:var(--clr-rust)}.home-products__sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.home-products__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;width:100%;padding:1.35rem 24pt 2rem}.home-products .product-card{background:#fff;border:1px solid rgba(28,24,20,.1);display:flex;flex-direction:column}.home-products .product-card__link{display:flex;flex-direction:column;text-decoration:none;color:inherit;flex:1}.home-products .product-card__media{position:relative;width:100%;overflow:hidden;background:#f5f2ee;flex-shrink:0}.home-products .product-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;object-position:center;filter:none;mix-blend-mode:normal}.home-products .product-card__img--primary{z-index:1;visibility:visible}.home-products .product-card__img--secondary{z-index:2;visibility:hidden}.home-products .product-card__img-placeholder{width:100%;height:100%;background:#161412}@media(hover:hover){.home-products .product-card__link:hover .product-card__img--primary{visibility:hidden}.home-products .product-card__link:hover .product-card__img--secondary{visibility:visible}}.home-products .product-card.is-flipped .product-card__img--primary{visibility:hidden;transform:none}.home-products .product-card.is-flipped .product-card__img--secondary{visibility:visible}.home-products .product-card__badges{position:absolute;top:1rem;left:1rem;z-index:3;display:flex;flex-direction:column;gap:.35rem}.home-products .product-card__badge{display:inline-block;font-family:var(--font-primary);font-size:.5rem;font-weight:400;letter-spacing:.2em;text-transform:uppercase;padding:.2rem .5rem}.home-products .product-card__badge--soldout{background:#1c1814bf;color:var(--clr-warm-gray)}.home-products .product-card__badge--sale{background:var(--clr-rust);color:var(--clr-cream)}.home-products .product-card__badge--custom{background:#000;color:#f5f2ee}.home-products .product-card__info{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:.5rem;padding:.75rem .75rem .9rem;margin-top:auto}.home-products .product-card__title{font-family:var(--font-primary);font-size:.7rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--clr-black);opacity:.85;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-products .product-card__price{font-family:var(--font-primary);font-size:.7rem;font-weight:400;letter-spacing:.08em;color:var(--clr-black);white-space:nowrap;flex-shrink:0}.home-products .product-card__price--compare{text-decoration:line-through;color:var(--clr-cool-gray);margin-right:.35rem;font-size:.65rem}.home-products .product-card__price--sale{color:var(--clr-rust)}.home-products .product-card__urgency{flex:0 0 100%;display:flex;align-items:center;gap:.35rem;margin-top:-.15rem;font-family:var(--font-primary);font-size:.55rem;font-weight:400;letter-spacing:.16em;line-height:1.25;text-transform:uppercase;color:var(--clr-rust)}.home-products .product-card__urgency-dot{width:5px;height:5px;border-radius:50%;background:var(--clr-rust);box-shadow:0 0 0 3px #be54001f;flex-shrink:0}.home-products .product-card__urgency--window{color:#1c18149e;letter-spacing:.12em}.home-products .product-card__bundle-note{flex:0 0 100%;margin-top:-.1rem;font-family:var(--font-primary);font-size:.56rem;font-weight:500;letter-spacing:.08em;line-height:1.35;text-transform:uppercase;color:#1c1814b8}.home-products__empty{padding:4rem 1.5rem;text-align:center}.home-products__empty p{font-family:var(--font-primary);font-size:.68rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:#1c18147a}@media(max-width:1024px){.home-products__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:1.25rem 2rem 1.5rem}}@media(max-width:767px){.home-products__header{padding:1rem 16px 0}.home-products__heading,.home-products__view-all{font-size:.58rem;letter-spacing:.16em}.home-products__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;max-width:100%;padding:1rem 0 0}.home-products .product-card__info{padding:.6rem .6rem .75rem;gap:.28rem;flex-direction:column;align-items:flex-start}.home-products .product-card__title{font-size:.6rem;letter-spacing:.1em;white-space:normal;overflow:visible;text-overflow:unset;line-height:1.4}.home-products .product-card__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:.18rem .3rem;width:100%;font-size:.6rem;letter-spacing:.06em;line-height:1.25;white-space:normal}.home-products .product-card__price--compare{margin-right:0;font-size:.55rem}.home-products .product-card__urgency,.home-products .product-card__bundle-note{margin-top:0;font-size:.5rem;letter-spacing:.08em;line-height:1.35;width:100%}}@media(max-width:380px){.home-products__header{padding-inline:12px}.home-products__grid{gap:4px}.home-products .product-card__info{padding:.55rem .45rem .7rem}.home-products .product-card__title,.home-products .product-card__price{font-size:.56rem}.home-products .product-card__urgency,.home-products .product-card__bundle-note{font-size:.46rem;letter-spacing:.06em}}.legal-footer{background:#fff;border-top:1px solid rgba(28,24,20,.1);color:var(--clr-black);padding:1.4rem 1.5rem}.legal-footer__inner{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;width:min(100%,1600px);margin:0 auto}.legal-footer__title,.legal-footer__text,.legal-footer__nav a{font-family:var(--font-primary);font-size:.58rem;font-weight:400;letter-spacing:.08em;line-height:1.8}.legal-footer__title{margin-bottom:.35rem;letter-spacing:.18em;text-transform:uppercase}.legal-footer__text{color:var(--clr-cool-gray)}.legal-footer__text a,.legal-footer__nav a{text-decoration:none}.legal-footer__nav{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.55rem}.legal-footer__nav a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;border:1px solid rgba(28,24,20,.16);color:var(--clr-black);padding:.35rem .75rem;text-transform:uppercase;transition:border-color var(--transition-base),background var(--transition-base)}.legal-footer__nav a:hover{border-color:#1c18146b;background:#1c181408}@media(max-width:767px){.legal-footer{padding:1.25rem 1rem}.legal-footer__inner{flex-direction:column;gap:1.2rem}.legal-footer__nav{justify-content:flex-start}}.legal-page{background:#fff;color:var(--clr-black);padding:4.5rem 1.5rem 6rem}.legal-page__inner{width:min(100%,860px);margin:0 auto}.legal-page__eyebrow,.legal-page__updated{font-family:var(--font-primary);font-size:.64rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:var(--clr-cool-gray)}.legal-page__title{max-width:720px;margin:.7rem 0 1rem;font-family:var(--font-primary);font-size:clamp(1.7rem,4vw,3.4rem);font-weight:400;letter-spacing:.08em;line-height:1.12;text-transform:uppercase}.legal-page__intro{max-width:680px;margin-top:1.5rem;color:var(--clr-warm-gray)}.legal-page__card{margin:2.25rem 0;padding:1.35rem;border:1px solid rgba(28,24,20,.12);background:#f7f5f2}.legal-page__card-title{margin-bottom:1rem;font-family:var(--font-primary);font-size:.7rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase}.legal-page__details{display:grid;gap:.8rem}.legal-page__details div{display:grid;grid-template-columns:120px minmax(0,1fr);gap:1rem}.legal-page__details dt,.legal-page__details dd,.legal-page__body,.legal-page__intro{font-family:var(--font-primary);font-size:.78rem;font-weight:400;letter-spacing:.035em;line-height:1.9}.legal-page__details dt{color:var(--clr-cool-gray);text-transform:uppercase;letter-spacing:.12em}.legal-page__details dd{color:var(--clr-black)}.legal-page__details a,.legal-page__body a{text-decoration:underline;text-underline-offset:3px}.legal-page__body{margin-top:2rem;color:var(--clr-black)}.legal-page__body h2,.legal-page__body h3{margin:2rem 0 .75rem;font-family:var(--font-primary);font-size:.8rem;font-weight:500;letter-spacing:.16em;line-height:1.5;text-transform:uppercase}.legal-page__body p,.legal-page__body ul,.legal-page__intro p{margin-bottom:1rem}.legal-page__body ul{padding-left:1.2rem}.legal-page__body li{margin-bottom:.55rem}@media(max-width:767px){.legal-page{padding:3rem 1rem 4.5rem}.legal-page__details div{grid-template-columns:1fr;gap:.2rem}}.marlow-faq{width:100%;padding:clamp(4rem,8vw,8rem) clamp(1rem,2.5vw,2.5rem);color:var(--clr-black, #1c1814);background:#fff;border-top:1px solid rgba(28,24,20,.08)}.marlow-faq__inner{display:grid;grid-template-columns:minmax(180px,.7fr) minmax(0,1.3fr);gap:clamp(3rem,8vw,9rem);width:100%;max-width:1800px;margin:0 auto}.marlow-faq__inner--no-heading{grid-template-columns:minmax(0,1fr)}.marlow-faq__inner--no-heading .marlow-faq__items{width:min(100%,960px);margin-left:auto}.marlow-faq__heading{max-width:14ch;font-family:var(--font-primary);font-size:clamp(1.15rem,2vw,1.75rem);font-weight:400;letter-spacing:.12em;line-height:1.25;text-transform:uppercase}.marlow-faq__items{width:100%}.marlow-faq__item{border-top:1px solid rgba(28,24,20,.12)}.marlow-faq__item:last-child{border-bottom:1px solid rgba(28,24,20,.12)}.marlow-faq__question{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:56px;padding:1.1rem 0;font-family:var(--font-primary);font-size:.78rem;font-weight:400;letter-spacing:.12em;line-height:1.5;text-transform:uppercase;list-style:none;cursor:pointer}.marlow-faq__question::-webkit-details-marker{display:none}.marlow-faq__question::marker{content:""}.marlow-faq__question:focus-visible{outline:1px solid currentColor;outline-offset:5px}.marlow-faq__icon{flex:0 0 auto;color:#1c181494;transition:transform .3s cubic-bezier(.25,.1,.25,1)}.marlow-faq__item[open] .marlow-faq__icon{transform:rotate(180deg)}.marlow-faq.is-animated .marlow-faq__item .marlow-faq__icon{transform:none}.marlow-faq.is-animated .marlow-faq__item.is-expanded .marlow-faq__icon{transform:rotate(180deg)}.marlow-faq__answer{display:grid;grid-template-rows:0fr;max-width:62ch;opacity:0;transition:grid-template-rows .42s cubic-bezier(.25,.1,.25,1),opacity .26s ease}.marlow-faq__item[open] .marlow-faq__answer{grid-template-rows:1fr;opacity:1}.marlow-faq.is-animated .marlow-faq__item .marlow-faq__answer{grid-template-rows:0fr;opacity:0}.marlow-faq.is-animated .marlow-faq__item.is-expanded .marlow-faq__answer{grid-template-rows:1fr;opacity:1}.marlow-faq__answer-clip{min-height:0;overflow:hidden}.marlow-faq__answer-inner{padding:0 2.5rem 1.6rem 0;font-family:var(--font-primary);font-size:.82rem;font-weight:300;letter-spacing:.025em;line-height:1.8;color:#1c1814b3;transform:translateY(-6px);transition:transform .42s cubic-bezier(.25,.1,.25,1)}.marlow-faq__item[open] .marlow-faq__answer-inner{transform:translateY(0)}.marlow-faq.is-animated .marlow-faq__item .marlow-faq__answer-inner{transform:translateY(-6px)}.marlow-faq.is-animated .marlow-faq__item.is-expanded .marlow-faq__answer-inner{transform:translateY(0)}.marlow-faq__answer-inner p{margin:0 0 .85rem}.marlow-faq__answer-inner p:last-child{margin-bottom:0}.marlow-faq__answer-inner a{color:inherit;text-decoration:underline;text-underline-offset:.2em}@media(hover:hover){.marlow-faq__question{transition:opacity .2s ease}.marlow-faq__question:hover{opacity:.62}}@media(max-width:767px){.marlow-faq{padding:3.75rem 1rem 4.5rem}.marlow-faq__inner{grid-template-columns:minmax(0,1fr);gap:2.5rem}.marlow-faq__heading{max-width:18ch;font-size:1.2rem}.marlow-faq__question{gap:1rem;min-height:60px;padding:1rem 0;font-size:.76rem;letter-spacing:.1em}.marlow-faq__answer-inner{padding:0 1.75rem 1.4rem 0;font-size:.8rem;line-height:1.75}}@media(prefers-reduced-motion:reduce){.marlow-faq__icon,.marlow-faq__question,.marlow-faq__answer,.marlow-faq__answer-inner{transition:none}}.marlow-reassurance{width:100%;padding:0 clamp(1rem,2.5vw,2.5rem);color:#1c1814b3;background:#f6f5f2;border-top:1px solid rgba(28,24,20,.07);border-bottom:1px solid rgba(28,24,20,.07)}.marlow-reassurance__sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.marlow-reassurance__items{display:grid;grid-template-columns:repeat(var(--marlow-reassurance-count),minmax(0,1fr));width:100%;max-width:1800px;min-height:54px;margin:0 auto}.marlow-reassurance__item{position:relative;display:flex;align-items:center;justify-content:center;min-width:0;padding:.85rem 1rem;font-family:var(--font-primary);font-size:.64rem;font-weight:400;letter-spacing:.18em;line-height:1.45;text-align:center;text-transform:uppercase}.marlow-reassurance__item+.marlow-reassurance__item:before{content:"";position:absolute;top:50%;left:0;width:1px;height:16px;background:#1c181424;transform:translateY(-50%)}@media(max-width:767px){.marlow-reassurance{padding:0 1rem}.marlow-reassurance__items{grid-template-columns:minmax(0,1fr);min-height:0}.marlow-reassurance__item{min-height:42px;padding:.65rem .5rem;font-size:.64rem;letter-spacing:.16em}.marlow-reassurance__item+.marlow-reassurance__item{border-top:1px solid rgba(28,24,20,.1)}.marlow-reassurance__item+.marlow-reassurance__item:before{display:none}}.marlow-testimonials{width:100%;padding:var(--marlow-testimonials-padding-top) clamp(1rem,2.5vw,2.5rem) var(--marlow-testimonials-padding-bottom);color:var(--clr-black, #1c1814);background:#fff;border-top:1px solid rgba(28,24,20,.08)}.marlow-testimonials__inner{width:100%;max-width:1800px;margin:0 auto}.marlow-testimonials__header{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);gap:clamp(3rem,8vw,9rem);margin-bottom:clamp(2rem,4vw,3.5rem)}.marlow-testimonials__eyebrow{padding-top:.3rem;font-size:.58rem;font-weight:400;letter-spacing:.2em;line-height:1.5;text-transform:uppercase;color:#1c181485}.marlow-testimonials__heading{max-width:19ch;font-size:clamp(1.15rem,2vw,1.75rem);font-weight:400;letter-spacing:.12em;line-height:1.25;text-transform:uppercase}.marlow-testimonials__track{display:grid;grid-template-columns:repeat(var(--marlow-testimonials-columns),minmax(0,1fr));gap:clamp(.75rem,1.5vw,1.25rem)}.marlow-testimonials__track:focus-visible{outline:1px solid currentColor;outline-offset:6px}.marlow-testimonials__card{display:flex;min-width:0;min-height:260px;flex-direction:column;padding:clamp(1.35rem,2vw,2rem);background:#f6f5f2;border:1px solid rgba(28,24,20,.09)}.marlow-testimonials__card-top{display:flex;align-items:center;min-height:48px;gap:.85rem}.marlow-testimonials__customer-image{width:48px;height:48px;flex:0 0 48px;overflow:hidden;background:#ece9e3}.marlow-testimonials__customer-image img{width:100%;height:100%;object-fit:cover;object-position:center}.marlow-testimonials__customer{min-width:0}.marlow-testimonials__customer-name{font-size:.68rem;font-weight:400;letter-spacing:.14em;line-height:1.5;text-transform:uppercase}.marlow-testimonials__verified{display:flex;align-items:center;gap:.35rem;margin-top:.25rem;font-size:.54rem;font-weight:400;letter-spacing:.1em;line-height:1.4;text-transform:uppercase;color:#1c18148f}.marlow-testimonials__review{max-width:47ch;margin:clamp(1.6rem,3vw,2.5rem) 0 2.2rem;font-size:clamp(.92rem,1.25vw,1.08rem);font-weight:300;letter-spacing:.02em;line-height:1.75}.marlow-testimonials__measurements{display:flex;flex-wrap:wrap;gap:.35rem 0;margin-top:auto;font-size:.56rem;font-weight:400;letter-spacing:.1em;line-height:1.55;text-transform:uppercase;color:#1c181494}.marlow-testimonials__measurements span+span:before{content:"/";margin:0 .55rem;color:#1c181452}.marlow-testimonials__product{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.8rem;margin-top:.85rem;padding-top:.85rem;font-size:.58rem;font-weight:400;letter-spacing:.1em;line-height:1.5;text-transform:uppercase;border-top:1px solid rgba(28,24,20,.1)}.marlow-testimonials__product span:first-child{color:#1c181475}.marlow-testimonials__product:focus-visible{outline:1px solid currentColor;outline-offset:4px}@media(hover:hover){.marlow-testimonials__product{transition:opacity .2s ease}.marlow-testimonials__product:hover{opacity:.62}}@media(max-width:767px){.marlow-testimonials{padding-right:0;padding-left:0}.marlow-testimonials__header{grid-template-columns:minmax(0,1fr);gap:.75rem;padding:0 1rem;margin-bottom:1.75rem}.marlow-testimonials__eyebrow{padding-top:0}.marlow-testimonials__heading{max-width:20ch;font-size:1.2rem}.marlow-testimonials__track{display:flex;gap:.75rem;overflow-x:auto;overscroll-behavior-inline:contain;padding:0 1rem .6rem;scroll-padding-inline:1rem;scroll-snap-type:x mandatory;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.marlow-testimonials__card{flex:0 0 min(84vw,340px);min-height:285px;padding:1.35rem;scroll-snap-align:start;scroll-snap-stop:normal}.marlow-testimonials__review{margin:1.5rem 0 2rem;font-size:.94rem}}.product{display:grid;grid-template-columns:220px 1fr 280px;gap:0 2rem;max-width:none;margin:0;padding:1.5rem 60px 4rem;background:#fff}.product__left{align-self:center;min-width:0}.product__title{font-family:var(--font-primary);font-size:clamp(1rem,1.8vw,1.4rem);font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--clr-black);line-height:1.3;margin-bottom:.85rem}.product__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.6rem;margin-bottom:1.25rem}.product__price-current{font-family:var(--font-primary);font-size:.8rem;font-weight:400;letter-spacing:.1em;color:var(--clr-black)}.product__price-current--sale{color:var(--clr-rust)}.product__price-compare{font-family:var(--font-primary);font-size:.65rem;font-weight:400;color:var(--clr-cool-gray);text-decoration:line-through}.product__price-badge{display:inline-block;font-family:var(--font-primary);font-size:.5rem;font-weight:400;letter-spacing:.2em;line-height:1;text-transform:uppercase;background:var(--clr-rust);color:var(--clr-cream);padding:.25rem .55rem}.product__price-badge--custom{background:#000;color:#f5f2ee}.product__campaign-note{font-family:var(--font-primary);font-size:.62rem;font-weight:400;letter-spacing:.08em;line-height:1.55;text-transform:uppercase;color:var(--clr-rust)}.product__campaign-note--price{margin:-.55rem 0 .85rem}.product__low-stock{display:inline-flex;align-items:center;gap:.4rem;margin:-.35rem 0 1.25rem;font-family:var(--font-primary);font-size:.58rem;font-weight:500;letter-spacing:.16em;line-height:1.25;text-transform:uppercase;color:var(--clr-rust)}.product__low-stock-dot{width:6px;height:6px;border-radius:50%;background:var(--clr-rust);box-shadow:0 0 0 4px #be54001f;flex-shrink:0}.product__intro{width:100%;max-width:46ch;margin:1.35rem 0 1.75rem;font-family:var(--font-primary);font-size:clamp(.78rem,.74rem + .12vw,.88rem);font-weight:400;letter-spacing:.025em;line-height:1.78;color:#1c1814d1}.product__intro p,.product__intro .metafield-rich_text_field>*{margin:0 0 .75rem}.product__intro p:last-child,.product__intro .metafield-rich_text_field>*:last-child{margin-bottom:0}.product__intro strong,.product__intro b{font-weight:500;color:var(--clr-black)}.product__intro a{color:inherit;text-decoration:underline;text-underline-offset:3px}.product__intro ul,.product__intro ol{margin:.65rem 0 .75rem 1rem;padding:0}.product__limited-edition{width:100%;max-width:46ch;margin:0 0 1.75rem;padding:.9rem 0 0;border-top:1px solid rgba(28,24,20,.16);font-family:var(--font-primary);color:var(--clr-black)}.product__limited-edition-kicker{margin:0 0 .65rem;font-size:.62rem;font-weight:500;letter-spacing:.22em;line-height:1.4;text-transform:uppercase}.product__limited-edition-message{margin:0;font-size:.74rem;font-weight:300;letter-spacing:.025em;line-height:1.65;color:#1c1814c7}.product__limited-edition-details{display:grid;gap:.5rem;margin:.8rem 0 0}.product__limited-edition-detail{display:grid;grid-template-columns:minmax(6.5rem,auto) 1fr;gap:.75rem;margin:0;font-size:.62rem;line-height:1.5}.product__limited-edition-detail dt{margin:0;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--clr-cool-gray)}.product__limited-edition-detail dd{margin:0;font-weight:300;text-align:right}.product__static-detail{margin-bottom:2.5rem}.product__static-detail-title{font-family:var(--font-primary);font-size:.65rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--clr-black);margin-bottom:.75rem}.product__static-detail-text{font-family:var(--font-primary);font-size:.7rem;font-weight:400;letter-spacing:.04em;line-height:1.85;color:var(--clr-cool-gray)}.product__accordion{border-top:1px solid rgba(28,24,20,.08)}.product__accordion:last-child{border-bottom:1px solid rgba(28,24,20,.08)}.product__accordion-btn{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.9rem 0;min-height:44px;font-family:var(--font-primary);font-size:.55rem;font-weight:400;letter-spacing:.25em;text-transform:uppercase;color:var(--clr-black);opacity:.7;transition:opacity var(--transition-base);cursor:pointer;background:none;border:none}@media(hover:hover){.product__accordion-btn:hover{opacity:1}}.product__accordion-btn[aria-expanded=true] .product__accordion-icon{transform:rotate(180deg)}.product__accordion-icon{color:var(--clr-cool-gray);transition:transform .3s ease;flex-shrink:0}.product__accordion-body-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.25,.1,.25,1)}.product__accordion-body-wrapper.is-open{grid-template-rows:1fr}.product__accordion-body{overflow:hidden;opacity:0;transition:opacity .3s ease,padding .4s ease;padding-bottom:0}.product__accordion-body-wrapper.is-open .product__accordion-body{opacity:1;padding-bottom:1.25rem}.product__description{font-family:var(--font-primary);font-size:.7rem;font-weight:400;letter-spacing:.03em;line-height:1.78;color:#1c1814bd}.product__description p{margin-bottom:.72rem}.product__description p:last-child{margin-bottom:0}.product__description ul,.product__description ol{display:grid;gap:.38rem;margin:.8rem 0 1rem 1rem;padding:0}.product__description li{padding-left:.2rem}.product__description strong,.product__description b{color:var(--clr-black);font-weight:500}.product__care-instructions{width:100%;color:#1c1814c7}.product__care-instructions--separated,.product__technical-attribute--separated{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(28,24,20,.1)}.product__care-instructions-title,.product__technical-attribute-title{margin:0 0 .7rem;font-family:var(--font-primary);font-size:.62rem;font-weight:500;letter-spacing:.18em;line-height:1.45;text-transform:uppercase;color:var(--clr-black)}.product__technical-attribute{width:100%;color:#1c1814c7}.product__technical-attribute-value{margin:0;font-family:var(--font-primary);font-size:.72rem;font-weight:400;letter-spacing:.025em;line-height:1.75}.product__care-instructions-content,.product__care-instructions-content .metafield-rich_text_field{font-family:var(--font-primary);font-size:.72rem;font-weight:400;letter-spacing:.025em;line-height:1.75}.product__care-instructions-content p{margin:0 0 .65rem}.product__care-instructions-content p:last-child{margin-bottom:0}.product__care-instructions-content ul,.product__care-instructions-content ol{display:grid;gap:.48rem;margin:0;padding-left:1.15rem}.product__care-instructions-content li{padding-left:.15rem}.product__size-table-wrap{width:100%}.product__size-table-title{font-family:var(--font-primary);font-size:.78rem;font-weight:500;letter-spacing:.18em;line-height:1.35;text-transform:uppercase;color:var(--clr-black);margin:0 0 .35rem}.product__size-table-subtitle{font-family:var(--font-primary);font-size:.68rem;font-weight:400;letter-spacing:.2em;line-height:1.4;text-transform:uppercase;color:#1c181485;margin:0 0 .9rem}.product__size-table-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain;scrollbar-width:thin}.product__size-table-scroll:focus-visible{outline:1px solid var(--clr-black);outline-offset:3px}.product__size-table{width:100%;min-width:520px;border-collapse:collapse;font-family:var(--font-primary);color:var(--clr-black)}.product__size-table caption{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.product__size-table th,.product__size-table td{padding:.72rem .65rem;border-bottom:1px solid rgba(28,24,20,.1);text-align:left;vertical-align:middle;white-space:nowrap}.product__size-table thead th{font-size:.68rem;font-weight:500;letter-spacing:.14em;line-height:1.45;text-transform:uppercase;color:#1c1814a8}.product__size-table tbody th,.product__size-table tbody td{font-size:.72rem;font-weight:400;letter-spacing:.04em}.product__size-table tbody th{width:56px;font-weight:500}.product__size-table-note{margin-top:.8rem;font-family:var(--font-primary);font-size:.68rem;font-weight:400;letter-spacing:.04em;line-height:1.55;color:#1c181485}.product__size-chart-visual{margin:1.2rem 0 0;padding-top:1.2rem;border-top:1px solid rgba(28,24,20,.1)}.product__size-chart-visual img{display:block;width:100%;height:auto}.product__shipping-text{font-family:var(--font-primary);font-size:.7rem;font-weight:400;letter-spacing:.04em;line-height:1.85;color:var(--clr-cool-gray)}.product__gallery{display:flex;flex-direction:column;gap:4px;width:100%;max-width:480px;margin:0 auto}.product__main-media{position:relative;width:100%;aspect-ratio:4 / 5;overflow:hidden;background:#f2f0ed}.product__main-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .4s ease}.product__main-slide.is-active{opacity:1}.product__main-img{width:100%;height:100%;object-position:center;display:block;padding:1.5rem;box-sizing:border-box;filter:none;mix-blend-mode:normal}.product__main-video,.product__main-video iframe{width:100%;height:100%;display:block}.product__main-video{object-fit:cover;background:#000}.product__img-placeholder{width:100%;height:100%;background:#ede9e4}.product__dots{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);display:none;gap:5px;z-index:5}.product__dot{width:4px;height:4px;border-radius:50%;background:#1c181433;transition:background var(--transition-base),transform var(--transition-base)}.product__dot.is-active{background:var(--clr-black);transform:scale(1.4)}.product__thumbs{display:flex;flex-direction:row;gap:4px;overflow-x:auto;scrollbar-width:none}.product__thumbs::-webkit-scrollbar{display:none}.product__thumb{position:relative;flex:0 0 60px;height:60px;overflow:hidden;opacity:1;cursor:pointer;border:1px solid transparent;padding:0;background:#f2f0ed}.product__thumb img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;filter:none;mix-blend-mode:normal}.product__thumb.is-active{border-color:var(--clr-black)}.product__thumb--video:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#1c18142e;pointer-events:none}.product__thumb-play{position:absolute;left:50%;top:50%;z-index:1;transform:translate(-42%,-50%);color:#fff;font-size:.7rem;line-height:1;pointer-events:none}.product__thumb-video-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.48rem;letter-spacing:.14em;text-transform:uppercase;color:var(--clr-cool-gray)}@media(hover:hover){.product__thumb:hover{border-color:#1c181473}}.product__right{align-self:center;min-width:0}.product__option{margin-bottom:1.75rem}.product__option-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.product__option-name{font-family:var(--font-primary);font-size:.55rem;font-weight:400;letter-spacing:.25em;text-transform:uppercase;color:var(--clr-cool-gray)}.product__size-guide{font-family:var(--font-primary);font-size:.5rem;font-weight:400;letter-spacing:.15em;text-transform:uppercase;color:var(--clr-cool-gray);text-decoration:underline;text-underline-offset:3px;transition:color var(--transition-base);background:none;border:none;cursor:pointer}@media(hover:hover){.product__size-guide:hover{color:var(--clr-black)}}.product__size-help{display:inline-flex;align-items:center;gap:.45rem;min-height:44px;margin-top:.35rem;padding:.3rem 0;font-family:var(--font-primary);font-size:.62rem;font-weight:400;letter-spacing:.06em;line-height:1.45;color:#1c1814a8;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px;transition:color var(--transition-base),opacity var(--transition-base)}.product__size-help-icon{flex:0 0 auto;color:currentColor}@media(hover:hover){.product__size-help:hover{color:var(--clr-black)}}.product__size-help:focus-visible{outline:1px solid var(--clr-black);outline-offset:3px}.product__option-values{display:flex;flex-wrap:wrap;gap:.45rem;width:100%}.product__option-btn{flex:1 1 0;display:flex;align-items:center;justify-content:center;min-width:52px;min-height:40px;padding:0 .9rem;font-family:var(--font-primary);font-size:.58rem;font-weight:400;letter-spacing:.16em;text-transform:uppercase;color:var(--clr-black);border:1px solid rgba(28,24,20,.18);cursor:pointer;transition:border-color var(--transition-base),background var(--transition-base),color var(--transition-base);-webkit-user-select:none;user-select:none}.product__option-btn input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.product__option-btn.is-active{border-color:var(--clr-black);background:var(--clr-black);color:#fff}@media(hover:hover){.product__option-btn:not(.is-active):hover{border-color:#1c181480}}.product__option-btn.is-unavailable{opacity:.25;cursor:not-allowed;text-decoration:line-through}.product__option-error{margin:.55rem 0 0;font-family:var(--font-primary);font-size:.62rem;line-height:1.4;color:#9b2c24}.product__option.has-error .product__option-values{outline:1px solid #9B2C24;outline-offset:4px}.product__model-info{max-width:30rem;margin:0 0 .85rem;font-family:var(--font-primary);font-size:.62rem;font-weight:300;letter-spacing:.035em;line-height:1.5;color:#1c1814ad}.product__atc-wrap{margin-top:.5rem}.product__atc{width:100%;height:3.1rem;display:flex;align-items:center;justify-content:center;gap:.75rem;background:var(--clr-black);color:#fff;font-family:var(--font-primary);font-size:.56rem;font-weight:400;letter-spacing:.24em;text-transform:uppercase;border:1px solid var(--clr-black);cursor:pointer;transition:background var(--transition-base),color var(--transition-base);position:relative;overflow:hidden}@media(hover:hover){.product__atc:hover{background:transparent;color:var(--clr-black)}}.product__atc--soldout{background:transparent;color:var(--clr-cool-gray);border-color:#1c18141f;cursor:not-allowed}.product__atc-loading,.product__atc.is-loading .product__atc-text{display:none}.product__atc.is-loading .product__atc-loading{display:flex}.product__atc-status{margin-top:.55rem;font-size:.65rem;line-height:1.4;color:var(--clr-cool-gray)}.product__atc-status:empty{display:none}.product__atc-status.is-error{color:var(--clr-black)}.product__atc-spinner{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.product__purchase-benefits{display:grid;gap:.45rem;margin:.8rem 0 0;padding:0;list-style:none}.product__purchase-benefit{display:flex;align-items:center;gap:.5rem;font-family:var(--font-primary);font-size:.68rem;font-weight:400;line-height:1.35;color:var(--clr-black)}.product__purchase-benefit-icon{flex:0 0 auto;color:var(--clr-black);font-size:.7rem;line-height:1}.product__mobile-sticky-atc{display:none}.product__trust{margin-top:.85rem}.product__trust-title{margin-bottom:.5rem;font-family:var(--font-primary);font-size:.5rem;font-weight:400;letter-spacing:.22em;text-transform:uppercase;color:var(--clr-cool-gray)}.product__payment-icons{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;list-style:none}.product__payment-icon-item{display:flex;align-items:center}.product__payment-icon{width:34px;height:22px;display:block}.size-modal{position:fixed;top:0;right:0;bottom:auto;left:0;height:max(0px,calc(var(--marlow-visual-viewport-height) - var(--marlow-cookie-banner-offset)));z-index:3000;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.size-modal.is-open{opacity:1;pointer-events:all;visibility:visible}.size-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#1c1814b3;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.size-modal__panel{position:relative;z-index:1;width:min(92vw,760px);max-height:90%;overflow-y:auto;background:#fff;display:flex;flex-direction:column;transform:translateY(12px);transition:transform .3s ease}.size-modal__content{padding:2.75rem 2.25rem 2.25rem}.size-modal.is-open .size-modal__panel{transform:translateY(0)}.size-modal__close{position:absolute;top:.75rem;right:.75rem;z-index:2;display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#ffffffe6;color:var(--clr-black);border:0;cursor:pointer;transition:background var(--transition-base)}.size-modal__close:hover{background:#fff}@media(max-width:767px){.size-modal{align-items:flex-end}.size-modal__panel{width:100%;max-height:min(88%,760px)}.size-modal__content{padding:2.9rem 1rem calc(1.25rem + var(--safe-bottom, 0px))}.product__size-table{min-width:500px}}@media(prefers-reduced-motion:reduce){.size-modal,.size-modal__panel{transition:none}}.product-related{padding:0 24px 3rem;background:#fff}.product-related__inner{width:100%;max-width:none;margin:0}.product-related__heading{font-family:var(--font-primary);font-size:.72rem;font-weight:400;letter-spacing:.18em;text-transform:uppercase;color:var(--clr-black);margin-bottom:1.5rem}.product-related__grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:.75rem;overflow:visible;padding-bottom:0}.product-related__grid>*{min-width:0}@media(max-width:1100px){.product{grid-template-columns:180px 1fr 220px;gap:0 1.5rem;padding:1.5rem 20px 4rem}.product__gallery{max-width:420px}.product-related{padding:0 24px 3rem}.product-related__grid{display:flex;flex-wrap:nowrap;gap:.65rem;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;-webkit-overflow-scrolling:touch;padding-bottom:.35rem}.product-related__grid>*{min-width:120px}}@media(max-width:860px){.product{grid-template-columns:1fr 190px;grid-template-rows:auto;gap:0 1.5rem;max-width:100%;padding:0 16px 2.5rem}.product__gallery{grid-column:1;grid-row:1}.product__left{grid-column:1;grid-row:2;position:static;padding-top:1.5rem}.product__right{grid-column:2;grid-row:1 / 3;align-self:center}.product-related{padding:0 24px 3rem}.product-related__grid{display:flex;flex-wrap:nowrap;gap:.6rem;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;-webkit-overflow-scrolling:touch;padding-bottom:.35rem}.product-related__grid>*{min-width:130px}}@media(max-width:767px){.product{display:flex;flex-direction:column;padding:0 0 4rem;gap:0}.product__gallery{order:1}.product__left{order:2;padding:1.5rem 1.25rem 0}.product__right{order:3;padding:0 1.25rem 1.5rem}.product__gallery{width:100%;position:relative}.product__main-media{aspect-ratio:1 / 1}.product__main-img{padding:1rem}.product__thumbs{display:none}.product__dots{display:flex}.product__left{position:static;padding:1.25rem 1rem 0;order:2}.product__right{order:3;width:100%;height:auto;padding:0;margin-top:1.25rem;overflow:visible}.product__title{font-size:clamp(1rem,5.5vw,1.4rem);margin-bottom:.6rem}.product__price{margin-bottom:1.5rem}.product__option-btn{min-width:44px;min-height:44px}.product__accordion-btn{min-height:48px}.product__form-sticky-wrap{position:static;padding:0;border:0;box-shadow:none;display:flex;flex-direction:column}.product__atc-wrap{position:static;padding:0;background:transparent;box-shadow:none;border-top:none;margin-top:0}.product__form-sticky-wrap .product__option{margin-bottom:1rem}.product__form-sticky-wrap .product__option-header{margin-bottom:.4rem}.product__form-sticky-wrap .product__option-name{font-size:.5rem;letter-spacing:.22em}.product__form-sticky-wrap .product__option-btn{min-height:44px;min-width:44px;font-size:.55rem;padding:0 .5rem}.product__atc{height:3rem}.product__mobile-sticky-atc{position:fixed;right:0;bottom:var(--marlow-cookie-banner-offset);left:0;z-index:90;display:block;padding:.65rem 1rem calc(.65rem + var(--safe-bottom, 0px));background:#fff;border-top:1px solid rgba(28,24,20,.1);box-shadow:0 -4px 16px #1c181414;visibility:hidden;opacity:0;pointer-events:none;transform:translateY(100%);transition:transform .25s ease,opacity .25s ease,visibility .25s ease}.product__mobile-sticky-atc.is-visible{visibility:visible;opacity:1;pointer-events:auto;transform:translateY(0)}.product__mobile-sticky-button{width:100%;min-height:3.25rem;display:flex;align-items:center;justify-content:center;gap:.65rem;padding:.75rem 1rem;font-family:var(--font-primary);font-size:.62rem;font-weight:400;letter-spacing:.16em;text-transform:uppercase;color:#fff;background:var(--clr-black);border:1px solid var(--clr-black);cursor:pointer}.product__mobile-sticky-button:disabled{color:var(--clr-cool-gray);background:#fff;border-color:#1c18141f;cursor:not-allowed}.product__mobile-sticky-price{letter-spacing:.08em;white-space:nowrap}.product__mobile-sticky-loading,.product__mobile-sticky-button.is-loading .product__mobile-sticky-price,.product__mobile-sticky-button.is-loading .product__mobile-sticky-separator,.product__mobile-sticky-button.is-loading .product__mobile-sticky-text{display:none}.product__mobile-sticky-button.is-loading .product__mobile-sticky-loading{display:flex}.product__purchase-benefits{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:.75rem;row-gap:.35rem;margin-top:.65rem}.product__purchase-benefit{gap:.35rem;font-size:.6rem}.product__trust{margin-top:.55rem}.product__trust-title{display:none}.product__payment-icons{justify-content:center;gap:.25rem}.product__payment-icon{width:30px;height:19px}.product{padding-bottom:5.5rem}.product-related{padding:0 16px 6.5rem}.product-related__heading{font-size:.62rem;letter-spacing:.14em;margin-bottom:1rem}.product-related__grid{display:flex;flex-wrap:nowrap;gap:.55rem;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;-webkit-overflow-scrolling:touch;padding-bottom:.35rem}.product-related__grid>*{min-width:46vw}}
/*# sourceMappingURL=/cdn/shop/t/13/compiled_assets/styles.css.map */
