*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-body);font-size:var(--font-size-base);line-height:1.55;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:800;line-height:1.15;margin:0 0 .5em;letter-spacing:-.01em}h1{font-size:clamp(28px,4vw,44px)}h2{font-size:clamp(24px,3vw,36px)}h3{font-size:clamp(20px,2vw,26px)}p{margin:0 0 1em}button{font-family:inherit;cursor:pointer}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;top:-100px;left:0;background:var(--color-text);color:#fff;padding:8px 12px;z-index:999}.skip-link:focus{top:0}.page-width{max-width:var(--page-width);margin:0 auto;padding:0 16px}.page-width--narrow{max-width:760px}.section{padding:var(--section-padding) 0}.section--tight{padding:calc(var(--section-padding) * .5) 0}.section--flush{padding:0}.muted{color:var(--color-text-muted)}.urgency-color{color:var(--color-urgency)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;border-radius:var(--radius);border:none;font-weight:700;font-size:15px;text-decoration:none;transition:transform .06s ease,background-color .15s ease,box-shadow .15s ease;text-align:center;line-height:1.2}.btn:hover{text-decoration:none;transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn[disabled]{opacity:.5;cursor:not-allowed;transform:none}.btn--primary{background:var(--color-primary);color:#fff}.btn--primary:hover{background:var(--color-primary-dark)}.btn--urgency{background:var(--color-urgency);color:#fff}.btn--urgency:hover{background:var(--color-urgency-dark)}.btn--outline{background:#fff;color:var(--color-primary);border:2px solid var(--color-primary)}.btn--outline:hover{background:var(--color-primary);color:#fff}.btn--block{display:flex;width:100%}.btn--sm{padding:8px 14px;font-size:13px}.btn--lg{padding:16px 28px;font-size:16px}.btn--xl{padding:18px 28px;font-size:17px}.btn small{display:block;font-weight:500;font-size:12px;opacity:.9;margin-top:2px}.announcement-bar{background:#2f3f2d;color:#fff;font-size:13px;padding:10px 0}.announcement-bar__inner{max-width:var(--page-width);margin:0 auto;padding:0 16px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px}.announcement-bar__item{display:inline-flex;align-items:center;gap:8px}.announcement-bar__item--warning{justify-self:start}.announcement-bar__item--countdown{justify-self:center}.announcement-bar__item--trust{justify-self:end}.announcement-bar__text{font-weight:600}.announcement-bar__label{color:#fff;font-weight:700;letter-spacing:.04em}.announcement-bar__text strong{color:#fff;font-size:20px;font-weight:800;letter-spacing:.01em}@media(max-width:768px){.announcement-bar__inner{grid-template-columns:1fr;text-align:center;gap:6px}.announcement-bar__item{justify-self:center!important}.announcement-bar__text strong{font-size:20px}}.countdown{display:inline-flex;align-items:center;gap:4px;font-variant-numeric:tabular-nums}.countdown__cell{display:inline-flex;flex-direction:column;align-items:center;background:var(--color-urgency);color:#fff;padding:4px 8px;border-radius:6px;min-width:38px}.countdown__num{font-weight:800;font-size:16px;line-height:1}.countdown__label{font-size:9px;font-weight:700;letter-spacing:.06em;opacity:.85;margin-top:2px}.countdown__sep{color:var(--color-urgency);font-weight:800}.countdown--big .countdown__cell{padding:10px 14px;min-width:64px}.countdown--big .countdown__num{font-size:28px}.countdown--big .countdown__label{font-size:11px}.countdown--inline .countdown__cell{background:var(--color-urgency)}.site-header{background:#fff;border-bottom:1px solid var(--color-border);position:relative;z-index:50}.site-header--sticky{position:sticky;top:0}.site-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;padding:9px 16px}.site-header__nav-toggle{display:none;background:none;border:none;width:32px;height:32px;align-items:center;justify-content:center;color:var(--color-text)}.site-header__logo{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-heading);font-weight:800;font-size:20px;color:var(--color-primary)}.site-header__logo-mark{color:var(--color-primary);display:inline-flex}.site-header__logo-mark svg{width:24px;height:24px}.site-header__nav>ul{display:flex;gap:28px;list-style:none;margin:0;padding:0;justify-content:center}.site-header__nav a{display:inline-flex;align-items:center;gap:4px;font-weight:600;font-size:15px;padding:2px 0}.site-header__nav a:hover{color:var(--color-primary);text-decoration:none}.site-header__nav .has-dropdown{position:relative}.site-header__submenu{position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);padding:8px 0;list-style:none;margin:4px 0 0;min-width:200px;opacity:0;visibility:hidden;transition:opacity .15s,visibility .15s;box-shadow:0 8px 24px #00000014}.has-dropdown:hover .site-header__submenu{opacity:1;visibility:visible}.site-header__submenu a{display:block;padding:8px 16px}.site-header__icons{display:inline-flex;align-items:center;gap:4px}.site-header__icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:none;border:none;border-radius:var(--radius);position:relative;color:var(--color-text)}.site-header__icon:hover{background:var(--color-surface);text-decoration:none}.site-header__cart-count{position:absolute;top:2px;right:2px;background:var(--color-primary);color:#fff;font-size:11px;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;padding:0 4px}.site-header__mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:100;opacity:0;visibility:hidden;transition:opacity .2s}.site-header__mobile-nav.is-open{opacity:1;visibility:visible}.site-header__mobile-nav-inner{position:absolute;top:0;right:30%;bottom:0;left:0;background:#fff;padding:24px;transform:translate(-100%);transition:transform .25s ease}.site-header__mobile-nav.is-open .site-header__mobile-nav-inner{transform:none}.site-header__mobile-nav ul{list-style:none;padding:0;margin:24px 0 0}.site-header__mobile-nav li{border-bottom:1px solid var(--color-border)}.site-header__mobile-nav a{display:block;padding:14px 0;font-weight:600}body.template-index .site-header{background:transparent;border-bottom:none;position:absolute;inset:0 0 auto 0}body.template-index .site-header__inner{background:transparent}@media(max-width:900px){.site-header__nav-toggle{display:inline-flex}.site-header__nav{display:none}}.hero__proof{display:flex;flex-direction:column;gap:12px;max-width:540px}.hero__proof-stars{display:inline-flex;align-items:center;gap:8px;background:var(--color-surface);padding:8px 14px;border-radius:var(--radius);font-size:14px;width:max-content;max-width:100%}.hero__stars{display:inline-flex;gap:1px;color:#16a34a}.hero__stars--gold{color:#f59e0b}.hero__expert-warning{background:var(--color-urgency-bg);color:#7f1d1d;padding:12px 14px;border-radius:var(--radius);font-size:14px;line-height:1.4}.hero__visual{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:4/3;background:var(--color-surface)}.hero__visual img,.hero__visual-placeholder{width:100%;height:100%;object-fit:cover}.hero__danger-badge{position:absolute;top:16px;right:16px;background:#fffffff2;border-left:4px solid var(--color-urgency);padding:8px 12px;border-radius:8px;display:flex;flex-direction:column;align-items:flex-start;gap:2px;color:var(--color-urgency);max-width:180px}.hero__danger-badge strong{font-size:13px}.hero__danger-badge span{font-size:11px;color:#7f1d1d;line-height:1.2}.hero__danger-badge svg{color:var(--color-urgency)}.hero__sold-badge{position:absolute;bottom:16px;right:16px;background:var(--color-urgency);color:#fff;padding:10px 14px;border-radius:8px;display:inline-flex;align-items:center;gap:10px}.hero__sold-badge strong{display:block;font-size:16px;line-height:1}.hero__sold-badge span{font-size:10px;letter-spacing:.04em;opacity:.95}@media(max-width:900px){.hero__inner{grid-template-columns:1fr;gap:24px}}.trust-strip{background:#244f3c!important;border-top:0;border-bottom:1px solid rgba(255,255,255,.12);padding:28px 0}.trust-strip__inner{max-width:1320px;margin:0 auto;padding:0 16px;display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(28px,7vw,96px);align-items:center}.trust-strip__item{display:flex;align-items:center;gap:15px;padding:0;border:0;border-radius:0;background:transparent;min-width:0}.trust-strip__icon{color:#c46b2c;flex:0 0 22px;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center}.trust-strip__icon svg{width:22px;height:22px;stroke-width:1.9}.trust-strip__copy{display:flex;flex-direction:column;gap:3px;min-width:0;line-height:1.2}.trust-strip__copy strong{color:#f6f2ea;font-family:var(--font-body);font-size:15px;font-weight:500;line-height:1.15;letter-spacing:0;text-transform:none}.trust-strip__copy span{color:#ffffff94;font-family:var(--font-body);font-size:13px;font-weight:400;line-height:1.25}@media screen and (max-width:749px){.trust-strip{padding:20px 0!important;overflow:hidden!important}.trust-strip__inner{grid-template-columns:1fr!important;gap:18px!important;padding-left:24px!important;padding-right:24px!important}.trust-strip__item{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;text-align:left!important;gap:13px!important;width:100%!important;padding:0!important;border-radius:0!important;background:transparent!important}.trust-strip__icon{width:21px!important;height:21px!important;flex:0 0 21px!important;margin:0!important}.trust-strip__icon svg{width:21px!important;height:21px!important}.trust-strip__copy{width:auto!important;align-items:flex-start!important;justify-content:center!important;gap:3px!important;overflow:visible!important}.trust-strip__copy strong{width:auto!important;font-size:14px!important;line-height:1.15!important;letter-spacing:0!important;white-space:normal!important;overflow:visible!important;text-overflow:unset!important;text-align:left!important}.trust-strip__copy span{width:auto!important;font-size:12px!important;line-height:1.25!important;white-space:normal!important;overflow:visible!important;text-overflow:unset!important;text-align:left!important;opacity:1!important}}.product-grid{display:grid;gap:20px}.product-grid--2{grid-template-columns:repeat(2,1fr)}.product-grid--3{grid-template-columns:repeat(3,1fr)}.product-grid--4{grid-template-columns:repeat(4,1fr)}@media(max-width:900px){.product-grid--3,.product-grid--4{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.product-grid--2,.product-grid--3,.product-grid--4{grid-template-columns:1fr}}.product-card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .15s,transform .15s}.product-card:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-2px)}.product-card__image{position:relative;display:block;aspect-ratio:1;background:var(--color-surface);overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover}.product-card__sale{position:absolute;top:10px;left:10px;background:var(--color-urgency);color:#fff;font-weight:800;font-size:13px;padding:4px 8px;border-radius:4px}.product-card__body{padding:14px;display:flex;flex-direction:column;gap:8px;flex:1}.product-card__title{font-weight:700;font-size:16px;color:var(--color-text);line-height:1.3}.product-card__title:hover{color:var(--color-primary);text-decoration:none}.product-card__sub{font-size:13px;color:var(--color-text-muted);margin:0}.product-card__rating{display:inline-flex;align-items:center;gap:6px;font-size:13px}.product-card__price{font-size:18px;font-weight:800}.product-card__signals{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:12px;font-weight:600;flex-wrap:wrap}.product-card__sold{color:var(--color-urgency)}.product-card__in-stock{color:var(--color-primary)}.product-card__low-stock{color:var(--color-urgency)}.product-card__sold-out{color:var(--color-text-muted)}.product-card__cta{margin-top:auto}.bundle-offer{background:var(--color-urgency-bg)}.bundle-offer .page-width{padding:24px 16px}.bundle-offer__grid{display:grid;grid-template-columns:2fr 1fr 1.4fr;gap:24px;background:#fff5f5;border:1px solid #fecaca;border-radius:var(--radius);padding:24px}.bundle-offer__eyebrow{display:inline-block;color:var(--color-urgency);font-weight:800;font-size:14px;letter-spacing:.04em;margin-bottom:4px}.bundle-offer__title{font-size:20px;margin-bottom:8px}.bundle-offer__desc{color:var(--color-text-muted);margin-bottom:16px}.bundle-offer__items{display:flex;align-items:center;gap:10px;margin-bottom:16px;flex-wrap:wrap}.bundle-offer__item{width:90px;height:90px;background:#fff;border:1px solid var(--color-border);border-radius:8px;display:grid;place-items:center;padding:6px}.bundle-offer__item img{max-width:100%;max-height:100%;object-fit:contain}.bundle-offer__plus{font-size:24px;color:var(--color-text-muted);font-weight:300}.bundle-offer__proof{display:inline-flex;align-items:center;gap:6px;font-size:13px;margin-bottom:8px}.bundle-offer__features{list-style:none;padding:0;margin:0;display:grid;gap:6px}.bundle-offer__features li{display:inline-flex;align-items:center;gap:8px;font-size:14px}.bundle-offer__features svg{color:var(--color-primary)}.bundle-offer__col--price{text-align:center;padding:0 8px;border-left:1px solid var(--color-border);border-right:1px solid var(--color-border)}.bundle-offer__price-label{display:block;font-size:13px;letter-spacing:.08em;color:var(--color-text-muted);font-weight:600}.bundle-offer__price{font-size:38px;font-weight:800;line-height:1.1;margin:4px 0}.bundle-offer__compare{color:var(--color-text-muted);margin-bottom:4px}.bundle-offer__savings{color:var(--color-urgency);font-weight:600;margin-bottom:12px}.bundle-offer__mini-trust{margin-top:12px;display:flex;justify-content:center;gap:16px;font-size:12px;color:var(--color-text-muted)}.bundle-offer__mini-trust span{display:inline-flex;align-items:center;gap:4px}.bundle-offer__reviews-title{font-size:16px;margin-bottom:12px}.bundle-offer__review{font-size:13px;margin-bottom:12px;padding-bottom:8px;border-bottom:1px dashed var(--color-border)}.bundle-offer__review:last-child{border:none}.bundle-offer__review-head{display:flex;justify-content:space-between;margin-bottom:4px;align-items:center}.bundle-offer__verified{font-size:11px;color:var(--color-primary);display:inline-flex;align-items:center;gap:4px}.bundle-offer__review p{margin:0 0 4px}.bundle-offer__review cite{font-style:normal;color:var(--color-text-muted);font-weight:600}@media(max-width:900px){.bundle-offer__grid{grid-template-columns:1fr}.bundle-offer__col--price{border:none;padding:16px 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}}.urgency-split{background:#fef9f0}.urgency-split__inner{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;align-items:center;padding:20px 24px;border:1px solid #fcd34d;border-radius:var(--radius);background:#fffbeb}.urgency-split__cell{display:flex;gap:12px;align-items:flex-start}.urgency-split__icon{font-size:24px}.urgency-split__cell p{margin:0;color:var(--color-text-muted);font-size:13px}.urgency-split__cell strong{display:block;margin-bottom:2px}.urgency-split__center{text-align:center;color:var(--color-text-muted);font-size:14px}@media(max-width:720px){.urgency-split__inner{grid-template-columns:1fr;text-align:center}.urgency-split__cell{justify-content:center}}.testimonials__heading{text-align:center;margin-bottom:8px}.testimonials__subheading{text-align:center;color:var(--color-text-muted);margin-bottom:28px}.testimonials__grid{display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.testimonial{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius);padding:20px}.testimonial__head{display:flex;align-items:center;gap:12px;margin-bottom:12px}.testimonial__avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;background:var(--color-surface);flex-shrink:0}.testimonial__avatar img{width:100%;height:100%;object-fit:cover}.testimonial__quote{font-size:15px;line-height:1.5}.testimonial__footer{display:flex;justify-content:space-between;align-items:center;font-size:13px;flex-wrap:wrap;gap:4px}.testimonial__footer cite{font-style:normal;color:var(--color-text-muted);font-weight:600}.testimonial__verified{display:inline-flex;align-items:center;gap:4px;color:var(--color-primary);font-weight:600;font-size:12px}.product__warning{background:var(--color-warning-bg);border-left:4px solid #f59e0b;padding:12px 16px;border-radius:var(--radius);margin-bottom:24px;display:flex;align-items:center;gap:8px;font-size:14px}.product__layout{display:grid;grid-template-columns:1fr 1fr;gap:40px}@media(max-width:900px){.product__layout{grid-template-columns:1fr}}.product__gallery{display:grid;grid-template-columns:90px 1fr;gap:12px}.product__thumbs{display:flex;flex-direction:column;gap:8px;max-height:540px;overflow-y:auto}.product__thumb{width:80px;height:80px;background:var(--color-surface);border:2px solid transparent;border-radius:8px;overflow:hidden;padding:0;cursor:pointer;position:relative}.product__thumb img{width:100%;height:100%;object-fit:cover}.product__thumb.is-active{border-color:var(--color-primary)}.product__thumb-play{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#0000004d;color:#fff}.product__main-image{position:relative;background:var(--color-surface);border-radius:12px;overflow:hidden;aspect-ratio:1}.product__media-item{display:none;width:100%;height:100%}.product__media-item.is-active{display:block}.product__media-item img,.product__media-item video{width:100%;height:100%;object-fit:cover}.product__image-badge{position:absolute;top:16px;left:16px;background:var(--color-primary);color:#fff;border-radius:999px;padding:16px;text-align:center;width:84px;height:84px;display:flex;flex-direction:column;justify-content:center;font-size:10px;line-height:1.1;z-index:2}.product__image-badge strong{font-size:10px}.product__feature-pills{grid-column:1 / -1;list-style:none;margin:12px 0 0;padding:12px;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface)}.product__feature-pills li{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600}.product__feature-icon{color:var(--color-primary);font-size:16px}@media(max-width:560px){.product__gallery{grid-template-columns:60px 1fr}.product__thumb{width:56px;height:56px}}.product__title{font-size:clamp(22px,2.5vw,32px);margin-bottom:4px}.product__tagline{color:var(--color-text-muted);margin-bottom:12px}.product__rating-row{display:flex;align-items:center;gap:8px;font-size:14px;margin-bottom:12px;flex-wrap:wrap}.product__verified{display:inline-flex;align-items:center;gap:4px;color:var(--color-primary);font-weight:600;font-size:13px}.product__sold{color:var(--color-urgency);font-weight:600;margin-bottom:12px}.product__countdown-box{background:var(--color-urgency-bg);border:1px solid #fecaca;border-radius:var(--radius);padding:16px;display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;margin-bottom:16px}.product__countdown-copy{display:grid;gap:8px}.product__countdown-copy strong{color:var(--color-urgency)}.product__low-stock{text-align:center;color:var(--color-urgency);font-size:13px;border-left:2px solid var(--color-urgency);padding-left:12px}.product__low-stock strong{display:block;font-size:16px;margin-bottom:2px}.product__danger{background:var(--color-urgency-bg);border-radius:var(--radius);padding:12px 14px;display:flex;gap:10px;margin-bottom:16px;font-size:14px;line-height:1.4}.product__danger-icon{font-size:20px;line-height:1}.product__danger strong{color:var(--color-urgency);display:block;margin-bottom:4px}.product__price-row{display:flex;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.product__save-pill{background:var(--color-urgency);color:#fff;font-weight:700;font-size:13px;padding:6px 10px;border-radius:4px;letter-spacing:.03em}.price__current{font-size:32px;font-weight:800;color:var(--color-primary)}.price__compare{color:var(--color-text-muted);font-size:18px}.price--lg .price__current{font-size:32px}.price--sm .price__current{font-size:16px}.price--on-sale .price__current{color:var(--color-primary)}.product__variants{display:grid;gap:8px;margin-bottom:16px}.product__variant{display:grid;grid-template-columns:auto 1fr auto auto;gap:10px;align-items:center;padding:12px 14px;border:2px solid var(--color-border);border-radius:var(--radius);cursor:pointer;font-size:14px;background:#fff}.product__variant input{position:absolute;opacity:0;pointer-events:none}.product__variant.is-selected{border-color:var(--color-primary);background:#f0fdf4}.product__variant-radio{width:18px;height:18px;border-radius:50%;border:2px solid var(--color-text-muted);display:inline-block;position:relative}.product__variant.is-selected .product__variant-radio{border-color:var(--color-primary)}.product__variant.is-selected .product__variant-radio:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;background:var(--color-primary);border-radius:50%}.product__variant-title{font-weight:600}.product__variant-tag{background:var(--color-primary);color:#fff;font-size:11px;font-weight:700;padding:3px 6px;border-radius:4px;letter-spacing:.02em}.product__variant-price{font-weight:700}.product__variant-price s{color:var(--color-text-muted);font-weight:400;margin-left:4px;font-size:12px}.product__viewers{color:var(--color-urgency);font-size:13px;display:inline-flex;align-items:center;gap:6px;margin:0 0 12px}.product__primary-cta{font-size:16px;padding:16px 22px;letter-spacing:.02em}.product__primary-cta span{display:flex;flex-direction:column;align-items:center;line-height:1.2}.product__primary-cta small{font-weight:500;font-size:12px;opacity:.95;margin-top:2px}.product__secondary-cta{margin-top:8px}.product__payments{display:flex;flex-direction:column;align-items:center;gap:6px;margin:12px 0}.product__description{margin-top:24px}.product__description summary{font-weight:700;cursor:pointer;padding:12px 0;border-top:1px solid var(--color-border)}.product__description[open] summary{color:var(--color-primary)}.product__fbt{margin-top:40px;padding:20px;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff}.product__fbt h3{margin-bottom:16px}.fbt-item{display:grid;grid-template-columns:80px 1fr auto auto;gap:16px;align-items:center;padding:12px 0;border-bottom:1px solid var(--color-border)}.fbt-item:last-child{border-bottom:none}.fbt-item__image{width:80px;height:80px;background:var(--color-surface);border-radius:8px;overflow:hidden}.fbt-item__image img{width:100%;height:100%;object-fit:contain}.fbt-item__info strong{display:block;margin-bottom:4px}.fbt-item__meta{display:inline-flex;align-items:center;gap:6px;font-size:13px}.fbt-item__price{text-align:right}.fbt-item__price strong{font-size:16px;color:var(--color-primary);display:block}.fbt-item__price s{color:var(--color-text-muted);font-size:13px}.fbt-bundle-offer{margin-top:16px;display:flex;align-items:center;gap:8px;font-size:14px;cursor:pointer}.product__trust-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin:32px 0;padding:20px;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;text-align:center}.product__trust-cell{display:flex;flex-direction:column;gap:4px;align-items:center}.product__trust-icon{font-size:28px;color:var(--color-primary)}.product__trust-cell strong{font-size:12px;color:var(--color-primary);letter-spacing:.04em}.product__trust-cell span{font-size:11px}.product__footer-warning{background:var(--color-urgency-bg);border-radius:var(--radius);padding:12px 16px;display:flex;align-items:center;gap:8px;font-size:14px;color:#7f1d1d}.collection__header{margin-bottom:24px}.collection__description{margin-bottom:12px;color:var(--color-text-muted)}.collection__meta{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-bottom:16px;border-bottom:1px solid var(--color-border)}.collection__sort select{padding:8px 12px;border-radius:var(--radius);border:1px solid var(--color-border);font-size:14px;background:#fff}.pagination{grid-column:1 / -1;display:flex;justify-content:center;gap:8px;margin-top:32px}.pagination__link{padding:8px 12px;border:1px solid var(--color-border);border-radius:var(--radius);font-size:14px}.pagination__link.is-current{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;pointer-events:none}.cart-drawer.is-open{pointer-events:auto}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity .2s}.cart-drawer.is-open .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:100%;max-width:420px;background:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .25s ease}.cart-drawer.is-open .cart-drawer__panel{transform:none}.cart-drawer__head{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid var(--color-border)}.cart-drawer__head h2{margin:0;font-size:18px}.cart-drawer__head button{background:none;border:none;font-size:28px;line-height:1;padding:0 8px}.cart-drawer__body{flex:1;overflow-y:auto}.cart-drawer__empty{padding:40px 20px;text-align:center}.cart-drawer__items{list-style:none;margin:0;padding:16px 20px}.cart-drawer__item{display:grid;grid-template-columns:80px 1fr auto;gap:12px;padding:12px 0;border-bottom:1px solid var(--color-border);position:relative}.cart-drawer__item-image{background:var(--color-surface);border-radius:6px;overflow:hidden;height:80px}.cart-drawer__item-image img{width:100%;height:100%;object-fit:cover}.cart-drawer__item-info{display:flex;flex-direction:column;gap:4px}.cart-drawer__item-price{font-weight:700;margin:0}.cart-drawer__remove{background:none;border:none;font-size:22px;color:var(--color-text-muted);cursor:pointer}.cart-drawer__foot{padding:16px 20px;border-top:1px solid var(--color-border);background:#fff;position:sticky;bottom:0}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-size:16px;margin:0}.cart-drawer__subtotal strong{font-size:18px}.cart-drawer__view-cart{display:block;text-align:center;margin-top:8px;color:var(--color-primary);font-weight:600}.qty-input{display:inline-flex;align-items:center;border:1px solid var(--color-border);border-radius:var(--radius);overflow:hidden;background:#fff;width:max-content}.qty-input button{width:32px;height:32px;background:#fff;border:none;font-size:16px}.qty-input button:hover{background:var(--color-surface)}.qty-input input{width:42px;text-align:center;border:none;font-size:14px;font-weight:600;background:#fff;padding:0}.qty-input input:focus{outline:none}.qty-input--sm button{width:26px;height:26px;font-size:14px}.qty-input--sm input{width:32px;font-size:13px}.catalog-layout{display:grid;grid-template-columns:220px minmax(0,1fr);align-items:start;gap:34px;padding-bottom:78px}.catalog-sidebar{position:sticky;top:96px;align-self:start;padding:18px;border:1px solid rgba(23,35,29,.08);background:#ffffff7a}.catalog-sidebar__eyebrow{margin:0 0 14px;color:#17231d7a;font-size:11px;font-weight:800;letter-spacing:.22em;line-height:1;text-transform:uppercase}.catalog-sidebar__nav{display:grid;gap:6px}.catalog-sidebar__button{-webkit-appearance:none;appearance:none;width:100%;border:0;border-left:2px solid transparent;background:transparent;color:#17231da3;cursor:pointer;font-family:var(--font-body);font-size:14px;font-weight:600;line-height:1.25;text-align:left;padding:11px 10px;transition:background .18s ease,color .18s ease,border-color .18s ease}.catalog-sidebar__button:hover{background:#17231d0a;color:#17231d}.catalog-sidebar__button.is-active{border-left-color:#b65e37;background:#b65e3714;color:#17231d}.catalog-results{min-width:0}.catalog-empty-message{margin:34px 0 0;padding:22px;border:1px solid rgba(23,35,29,.08);background:#ffffff8a;color:#17231da3;font-size:14px;text-align:center}.product-card[hidden]{display:none!important}@media screen and (max-width:749px){.catalog-layout{display:block;padding-bottom:64px}.catalog-sidebar{position:relative;top:auto;margin:0 0 20px;padding:0;border:0;background:transparent}.catalog-sidebar__eyebrow{margin-bottom:10px;font-size:10px}.catalog-sidebar__nav{display:flex;gap:8px;overflow-x:auto;padding-bottom:6px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.catalog-sidebar__nav::-webkit-scrollbar{display:none}.catalog-sidebar__button{flex:0 0 auto;width:auto;border:1px solid rgba(23,35,29,.1);border-left:1px solid rgba(23,35,29,.1);background:#ffffff8c;color:#17231dad;font-size:12px;white-space:nowrap;padding:9px 12px}.catalog-sidebar__button.is-active{border-color:#b65e37;background:#b65e371a;color:#17231d}.product-grid--catalog{grid-template-columns:1fr 1fr!important;gap:18px 12px}}.collection--catalog{background:#f7f5f1}.collection__header--catalog{margin-bottom:42px;padding-top:clamp(56px,7vw,92px);padding-bottom:0;border-bottom:0}.collection__header-main{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:28px}.collection__header-copy{max-width:760px}.collection__eyebrow{margin:0 0 14px;color:#b65e37;font-family:var(--font-body);font-size:12px;font-weight:600;letter-spacing:.28em;line-height:1;text-transform:uppercase}.collection__header--catalog h1{margin:0 0 14px;color:#17231d;font-family:var(--font-heading);font-size:clamp(38px,4.6vw,58px);font-weight:600;line-height:1.05;letter-spacing:-.045em}.collection__header--catalog .collection__description{max-width:760px;margin:0;color:#17231dad;font-family:var(--font-body);font-size:17px;font-weight:400;line-height:1.55}.collection__header--catalog .collection__description p{margin:0}.collection__header-link{display:inline-flex;align-items:center;gap:10px;color:#17231d;font-family:var(--font-body);font-size:13px;font-weight:800;letter-spacing:.24em;line-height:1;text-transform:uppercase;text-decoration:none;padding-bottom:9px;white-space:nowrap}.collection__header-link:hover{color:#244f3c;text-decoration:none}.collection__header-link span{font-size:17px;letter-spacing:0;transform:translateY(-1px)}.collection__meta--catalog{margin-top:28px;padding-top:18px;padding-bottom:0;border-top:1px solid rgba(23,35,29,.08);border-bottom:0;color:#17231d94;font-size:13px}.collection__sort select{border-radius:0;border:1px solid rgba(23,35,29,.14);background:#fff;color:#17231d;font-family:var(--font-body);font-size:13px;padding:10px 34px 10px 12px}.product-grid--catalog{margin-top:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 18px;padding-bottom:72px}.product-grid--catalog .product-card{border:0;border-radius:0;background:transparent;overflow:visible;box-shadow:none}.product-grid--catalog .product-card:hover{transform:none;box-shadow:none}.product-grid--catalog .product-card__image{aspect-ratio:1 / 1.18;border:1px solid rgba(23,35,29,.08);border-radius:0;background:#ebe6de}.product-grid--catalog .product-card__image img,.product-grid--catalog .product-card__image svg{width:100%;height:100%;object-fit:cover}.product-grid--catalog .product-card__sale{top:8px;left:8px;border-radius:0;padding:4px 7px;background:#c56a43;color:#fff;font-size:10px;font-weight:800;line-height:1}.product-grid--catalog .product-card__body{padding:10px 0 0;gap:5px}.product-grid--catalog .product-card__title{display:-webkit-box;min-height:38px;color:#17231d;font-family:var(--font-heading);font-size:15px;font-weight:600;line-height:1.25;letter-spacing:-.02em;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-grid--catalog .product-card__sub{display:none}.product-grid--catalog .product-card__rating{order:-1;gap:4px;font-size:11px;line-height:1}.product-grid--catalog .product-card__rating svg{width:10px;height:10px}.product-grid--catalog .product-card__rating strong{display:none}.product-grid--catalog .product-card__rating .muted{color:#17231d80;font-size:11px}.product-grid--catalog .product-card__price{margin-top:1px;font-size:14px;line-height:1.1}.product-grid--catalog .price,.product-grid--catalog .price__container,.product-grid--catalog .price__regular,.product-grid--catalog .price__sale{display:inline-flex;align-items:baseline;gap:7px;flex-wrap:wrap}.product-grid--catalog .price__current,.product-grid--catalog .price-item--sale,.product-grid--catalog .price-item--regular{color:#c94d35;font-size:14px;font-weight:800}.product-grid--catalog .price__compare,.product-grid--catalog s,.product-grid--catalog .price-item--compare{color:#17231d6b;font-size:12px;font-weight:400}.product-grid--catalog .product-card__form{display:grid!important;gap:8px!important;width:100%!important;margin-top:12px!important}.product-grid--catalog .product-card__add-to-cart,.product-grid--catalog .product-card__buy-now{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;width:100%!important;min-height:34px!important;border-radius:999px!important;font-family:var(--font-body)!important;font-size:12px!important;font-weight:600!important;line-height:1!important;letter-spacing:0!important;text-transform:none!important;text-decoration:none!important;box-shadow:none!important;cursor:pointer!important}.product-grid--catalog .product-card__add-to-cart{border:1px solid rgba(41,79,59,.72)!important;background:transparent!important;color:#294f3b!important}.product-grid--catalog .product-card__add-to-cart svg{width:14px!important;height:14px!important;color:#294f3b!important;stroke-width:1.8!important}.product-grid--catalog .product-card__buy-now{border:0!important;background:#eeece6!important;color:#294f3b!important}.product-grid--catalog .product-card__add-to-cart:hover{background:#294f3b0f!important;text-decoration:none!important}.product-grid--catalog .product-card__buy-now:hover{background:#e6e3dc!important;text-decoration:none!important}.product-grid--catalog .product-card__add-to-cart:disabled{opacity:.45!important;cursor:not-allowed!important}.product-grid--catalog .product-card__buy-now.is-disabled{opacity:.45!important;pointer-events:none!important;cursor:not-allowed!important}@media screen and (max-width:749px){.product-grid--catalog .product-card__form{display:grid!important;grid-template-columns:1fr!important;gap:7px!important;width:100%!important;margin-top:10px!important}.product-grid--catalog .product-card__form form{display:block!important;width:100%!important}.product-grid--catalog .product-card__add-to-cart,.product-grid--catalog .product-card__buy-now{display:inline-flex!important;width:100%!important;min-height:32px!important;font-size:11px!important;border-radius:999px!important}.product-grid--catalog .product-card__add-to-cart svg{width:13px!important;height:13px!important}}@media screen and (max-width:1199px){.product-grid--catalog{margin-top:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px 20px;padding-bottom:0}}@media screen and (max-width:749px){.product-grid--catalog{grid-template-columns:1fr 1fr!important;gap:18px 12px;padding-bottom:56px}.product-grid--catalog .product-card__title{font-size:14px}}@media screen and (max-width:380px){.product-grid--catalog{gap:16px 10px}.product-grid--catalog .product-card__title{font-size:13px}}@media screen and (max-width:749px){.collection__header--catalog{margin-bottom:30px;padding-top:44px}.collection__header-main{grid-template-columns:1fr;align-items:start;gap:16px}.collection__eyebrow{font-size:11px;letter-spacing:.24em;margin-bottom:12px}.collection__header--catalog h1{font-size:34px;line-height:1.08;margin-bottom:12px}.collection__header--catalog .collection__description{font-size:15px;line-height:1.58}.collection__header-link{font-size:12px;letter-spacing:.18em;padding-bottom:0}.collection__meta--catalog{margin-top:22px;align-items:flex-start}}.free-ship-bar{padding:12px 16px;background:var(--color-surface);border-radius:var(--radius);margin:16px 0}.free-ship-bar__msg{margin:0 0 8px;font-size:13px}.free-ship-bar__msg--won{color:var(--color-primary);font-weight:700}.free-ship-bar__track{height:6px;background:var(--color-border);border-radius:4px;overflow:hidden}.free-ship-bar__fill{height:100%;background:var(--color-primary);transition:width .3s}.cart-table{width:100%;border-collapse:collapse;margin-bottom:24px}.cart-table th{text-align:left;padding:12px 8px;border-bottom:2px solid var(--color-border);font-size:13px}.cart-table td{padding:16px 8px;border-bottom:1px solid var(--color-border);vertical-align:top}.cart-table__image img{width:100px;height:100px;object-fit:cover;border-radius:8px}.cart-table__remove{background:none;border:none;color:var(--color-text-muted);cursor:pointer;font-size:13px;padding:4px 0}.cart-page__footer{display:grid;grid-template-columns:1fr 360px;gap:24px}.cart-page__notes textarea{width:100%;padding:10px;border:1px solid var(--color-border);border-radius:var(--radius);font-family:inherit}.cart-page__subtotal{display:flex;justify-content:space-between;font-size:18px;margin:0 0 8px}@media(max-width:720px){.cart-page__footer{grid-template-columns:1fr}.cart-table thead{display:none}.cart-table tr{display:grid;grid-template-columns:100px 1fr;gap:12px}.cart-table td{border:none;padding:4px}}.faq__heading{text-align:center;margin-bottom:24px}.faq__list{max-width:760px;margin:0 auto;display:grid;gap:8px}.faq__item{border:1px solid var(--color-border);border-radius:var(--radius);background:#fff}.faq__item summary{list-style:none;cursor:pointer;padding:16px 20px;font-weight:600;display:flex;justify-content:space-between;align-items:center}.faq__item summary::-webkit-details-marker{display:none}.faq__toggle{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;background:var(--color-surface);border-radius:50%;font-weight:700}.faq__item[open] .faq__toggle{transform:rotate(45deg)}.faq__item>div{padding:0 20px 16px}.site-footer{background:#244f3c;color:#ffffffb8;padding:48px 0 26px;font-family:var(--font-body)}.site-footer .page-width{max-width:1320px}.site-footer__top{display:grid;grid-template-columns:minmax(240px,1.15fr) 2.85fr;gap:clamp(42px,7vw,112px);align-items:start}.site-footer__brand{max-width:280px}.site-footer__brand img{max-width:164px;height:auto;margin-bottom:20px}.site-footer__brand strong{display:inline-flex;align-items:center;color:#f6f2ea;font-family:var(--font-heading);font-size:26px;font-weight:700;line-height:1;letter-spacing:-.03em;margin-bottom:20px}.site-footer__brand .muted,.site-footer__brand p{color:#ffffffad;font-size:15px;line-height:1.55;margin:18px 0 0;max-width:260px}.site-footer__menus{display:grid;grid-template-columns:repeat(3,minmax(130px,1fr));gap:clamp(34px,6vw,92px);align-items:start}.site-footer h4{color:#f6f2ea;font-family:var(--font-body);font-size:11px;font-weight:700;line-height:1;letter-spacing:.18em;text-transform:uppercase;margin:0 0 20px}.site-footer__menu ul{list-style:none;padding:0;margin:0;display:grid;gap:13px}.site-footer__menu a{color:#ffffffab;font-size:15px;font-weight:400;line-height:1.35;text-decoration:none;transition:color .18s ease,opacity .18s ease}.site-footer__menu a:hover{color:#fff;text-decoration:none}.site-footer__social{display:flex;flex-wrap:wrap;gap:12px 16px;list-style:none;margin:18px 0 0;padding:0}.site-footer__social a{color:#ffffffad;font-size:14px;text-decoration:none}.site-footer__newsletter{max-width:360px}.site-footer__newsletter .muted{color:#ffffffa3;font-size:14px;line-height:1.5;margin-bottom:14px}.newsletter-form__row{display:flex;gap:8px;max-width:360px}.site-footer__newsletter input{flex:1;min-width:0;padding:11px 13px;border-radius:8px;border:1px solid rgba(255,255,255,.18);background:#ffffff14;color:#fff;font-family:var(--font-body);font-size:14px}.site-footer__newsletter input::placeholder{color:#ffffff7a}.site-footer__newsletter .btn{border-radius:8px;padding:11px 16px;font-size:13px;background:#f6f2ea;color:#244f3c}.newsletter-form__success{color:#d7f2df;margin-top:10px;font-size:13px}.site-footer__bottom{margin-top:44px;padding-top:24px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap}.site-footer__bottom .muted{color:#ffffff85;font-size:13px;margin:0}.payment-icons{display:flex;gap:8px;list-style:none;padding:0;margin:0;flex-wrap:wrap}.payment-icons__icon{background:#ffffffeb;color:#17231d;padding:4px 8px;border-radius:4px;font-size:10px;font-weight:700}@media screen and (max-width:860px){.site-footer{padding:42px 0 24px}.site-footer__top{grid-template-columns:1fr;gap:34px}.site-footer__brand{max-width:420px}.site-footer__brand .muted,.site-footer__brand p{max-width:360px}.site-footer__menus{grid-template-columns:repeat(3,1fr);gap:28px}}@media screen and (max-width:560px){.site-footer{padding:38px 0 22px}.site-footer__menus{grid-template-columns:1fr;gap:28px}.site-footer__brand strong{font-size:25px}.site-footer__menu ul{gap:11px}.site-footer__bottom{align-items:flex-start;flex-direction:column}.newsletter-form__row{flex-direction:column}.site-footer__newsletter .btn{width:100%}}body.template-index .site-header{position:absolute;inset:0 0 auto 0;z-index:80;background:transparent!important;border-bottom:0!important;box-shadow:none!important}body.template-index .site-header__inner{min-height:54px;padding:0 42px!important;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:22px;background:#ffffff6b!important;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.34);box-shadow:0 8px 34px #1f23200f}body.template-index .site-header__logo{justify-self:start;max-height:42px;overflow:hidden}body.template-index .site-header__logo img{max-height:38px;width:auto;object-fit:contain}body.template-index .site-header__nav{justify-self:center}body.template-index .site-header__nav>ul{gap:32px}body.template-index .site-header__nav a{padding:0;font-size:14px;font-weight:600;line-height:1;color:#101816;text-decoration:none}body.template-index .site-header__icons{justify-self:end;gap:12px}body.template-index .site-header__icon{width:30px;height:30px;color:#101816;background:transparent}body.template-index .site-header__icon svg{width:20px;height:20px}body.template-index .site-header__cart-count{top:-7px;right:-7px;min-width:16px;height:16px;padding:0 4px;font-size:10px;line-height:16px;border-radius:999px;background:#2f7d4f}body.template-index .site-header+*{padding-top:54px}body.template-index .hero,body.template-index .hero--safe-clean,body.template-index .safe-hero,body.template-index [class*=hero]{margin-top:0}@media screen and (max-width:989px){body.template-index .site-header__inner{min-height:52px;padding:0 18px!important;grid-template-columns:auto 1fr auto;gap:14px;background:#ffffff94!important}body.template-index .site-header__logo{justify-self:center;max-height:38px}body.template-index .site-header__logo img{max-height:34px}body.template-index .site-header__nav-toggle{display:inline-flex;width:30px;height:30px}body.template-index .site-header__icons{gap:8px}body.template-index .site-header__icon{width:28px;height:28px}body.template-index .site-header+*{padding-top:52px}}body.template-index .hero--safe-clean,body.template-index .hero{position:relative;overflow:hidden;isolation:isolate}body.template-index .hero--safe-clean>*,body.template-index .hero>*{position:relative;z-index:2}body.template-index .hero--safe-clean:after,body.template-index .hero:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:95px;pointer-events:none;z-index:1;background:linear-gradient(to bottom,#fff0,#ffffff47 45%,#ffffffb8 78%,#fff)}body.template-index .shopify-section:has(.hero--safe-clean)+.shopify-section,body.template-index .shopify-section:has(.hero)+.shopify-section{margin-top:-34px;position:relative;z-index:3;background:#fff}body.template-index .shopify-section:has(.hero--safe-clean)+.shopify-section>*,body.template-index .shopify-section:has(.hero)+.shopify-section>*{border-top:0!important}@media screen and (max-width:749px){body.template-index .hero--safe-clean:after,body.template-index .hero:after{height:70px}body.template-index .shopify-section:has(.hero--safe-clean)+.shopify-section,body.template-index .shopify-section:has(.hero)+.shopify-section{margin-top:-22px}}body.template-index .vso-hero-40 .vso-hero-40__button,body.template-index .vso-hero-40 .button,body.template-index .hero .button{margin-right:12px}body.template-index .vso-hero-40__content,body.template-index .hero__content{container-type:inline-size}body.template-index .vso-hero-40__content .button,body.template-index .hero__content .button{display:inline-flex;width:auto;min-width:220px}@media screen and (max-width:749px){body.template-index .vso-hero-40__content .button,body.template-index .hero__content .button{display:flex;width:100%;margin-right:0;margin-bottom:10px}}@media screen and (max-width:749px){body.template-index .vso-scrolling-03{min-height:0!important;height:auto!important;margin-bottom:0!important;padding-bottom:0!important;overflow:visible!important}body.template-index .vso-scrolling-03>.vso-scrolling-03__container{min-height:0!important;height:auto!important;padding-top:8px!important;padding-bottom:0!important;overflow:visible!important}body.template-index .vso-scrolling-03 .vso-scrolling-03__desktop-layout,body.template-index .vso-scrolling-03 .vso-scrolling-03__scroll-wrapper,body.template-index .vso-scrolling-03 .vso-scrolling-03__scroll-container,body.template-index .vso-scrolling-03 .vso-scrolling-03__scroll-track{min-height:0!important;height:auto!important}body.template-index .trust-strip{margin-top:0!important;position:relative!important;z-index:50!important}}@media screen and (min-width:990px){body.template-index .vso-hero-40__container{min-height:clamp(560px,42vw,700px)!important}body.template-index .vso-hero-40__content{max-width:520px!important;margin-left:clamp(48px,6vw,120px)!important}body.template-index .vso-scrolling-03{margin-top:-138px!important;margin-bottom:0!important;min-height:0!important;height:auto!important;overflow:visible!important}body.template-index .vso-scrolling-03>.vso-scrolling-03__container{padding-top:52px!important;padding-bottom:8px!important;min-height:0!important;height:auto!important;overflow:hidden!important}body.template-index .vso-scrolling-03__desktop-layout,body.template-index .vso-scrolling-03__scroll-wrapper,body.template-index .vso-scrolling-03__scroll-container,body.template-index .vso-scrolling-03__scroll-track{min-height:0!important;height:auto!important}body.template-index .trust-strip{margin-top:0!important;position:relative!important;z-index:30!important}}.scp-product-page{--scp-green: #344f35;--scp-green-dark: #263d29;--scp-cream: #f7f2e8;--scp-soft: #fbfaf7;--scp-border: rgba(37, 51, 42, .14);--scp-text: #141815;--scp-muted: rgba(20, 24, 21, .66);background:#fffdf8;padding:26px 0 0;color:var(--scp-text)}.scp-breadcrumb{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:12px;font-weight:600;color:var(--scp-muted);margin-bottom:22px}.scp-breadcrumb a{color:inherit;text-decoration:none}.scp-breadcrumb a:hover{color:var(--scp-green)}.scp-product-hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:clamp(28px,5vw,64px);align-items:start}.scp-product-gallery{display:grid;grid-template-columns:92px minmax(0,1fr);gap:18px;position:sticky;top:84px}.scp-product-thumbs{display:grid;gap:12px;align-content:start;max-height:650px;overflow:auto;padding-right:2px}.scp-product-thumb{width:88px;height:88px;border:1px solid var(--scp-border);border-radius:10px;overflow:hidden;padding:0;background:#fff;position:relative;opacity:.72;transition:border-color .18s ease,opacity .18s ease,transform .18s ease}.scp-product-thumb:hover,.scp-product-thumb.is-active{opacity:1;border-color:var(--scp-green);transform:translateY(-1px)}.scp-product-thumb img{width:100%;height:100%;object-fit:cover}.scp-product-thumb__play{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#0000003d;color:#fff;font-size:18px}.scp-product-main-media{position:relative;border-radius:14px;overflow:hidden;background:#f2f0eb;border:1px solid var(--scp-border);min-height:620px}.scp-product-media{display:none;height:100%;min-height:620px}.scp-product-media.is-active{display:block}.scp-product-main-image,.scp-product-main-video{width:100%;height:100%;min-height:620px;object-fit:cover}.scp-product-placeholder{min-height:620px;display:grid;place-items:center;font-weight:800;letter-spacing:.12em;color:var(--scp-muted)}.scp-product-sale-badge{position:absolute;top:18px;left:18px;z-index:2;background:#fff8e6;color:#6b4a13;border:1px solid rgba(107,74,19,.18);border-radius:999px;padding:9px 13px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.scp-product-summary{position:sticky;top:84px}.scp-product-summary__inner{padding:0 0 16px}.scp-product-badge{display:inline-flex;width:max-content;max-width:100%;padding:6px 10px;border-radius:999px;background:#f1e1be;color:#76561c;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px}.scp-product-title{font-family:var(--font-heading);font-size:clamp(34px,4vw,56px);line-height:.98;letter-spacing:-.035em;margin:0 0 12px;font-weight:800;color:var(--scp-text)}.scp-rating-row{display:flex;align-items:center;gap:8px;font-size:14px;margin:0 0 12px;color:var(--scp-text);flex-wrap:wrap}.scp-stars{display:inline-flex;gap:2px;color:#bd8b21;letter-spacing:1px}.scp-price-row{display:flex;align-items:baseline;gap:12px;margin:10px 0}.scp-current-price{font-size:28px;font-weight:800;color:var(--scp-text)}.scp-compare-price{color:var(--scp-muted);font-size:18px}.scp-product-tagline{color:var(--scp-muted);font-size:15px;line-height:1.55;max-width:560px;margin:0 0 16px}.scp-benefit-list{list-style:none;display:grid;gap:9px;margin:16px 0 22px;padding:0}.scp-benefit-list li{display:grid;grid-template-columns:18px 1fr;gap:9px;align-items:start;font-size:14px;font-weight:650;line-height:1.35}.scp-benefit-list svg{color:var(--scp-green);width:18px;height:18px;margin-top:1px;background:#344f351a;border-radius:50%;padding:2px}.scp-product-form{display:grid;gap:16px}.scp-option-label{font-size:13px;font-weight:800;margin-bottom:9px}.scp-variant-grid{display:grid;gap:8px}.scp-variant-card{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;min-height:54px;padding:11px 13px;border:1px solid var(--scp-border);border-radius:12px;background:#fff;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.scp-variant-card input{position:absolute;opacity:0;pointer-events:none}.scp-variant-card.is-selected{border-color:var(--scp-green);background:#344f350f;box-shadow:0 0 0 1px var(--scp-green)}.scp-variant-card.is-disabled{opacity:.48;cursor:not-allowed}.scp-variant-dot{width:18px;height:18px;border-radius:50%;border:2px solid rgba(20,24,21,.36);position:relative}.scp-variant-card.is-selected .scp-variant-dot{border-color:var(--scp-green)}.scp-variant-card.is-selected .scp-variant-dot:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;background:var(--scp-green);border-radius:inherit}.scp-variant-info{display:grid;gap:2px}.scp-variant-info strong{font-size:14px}.scp-variant-info small{color:var(--scp-muted);font-size:11px}.scp-variant-price{font-weight:800;font-size:14px}.scp-purchase-row{display:grid;grid-template-columns:132px 1fr;gap:12px;align-items:stretch}.scp-quantity{display:grid;grid-template-columns:38px 1fr 38px;border:1px solid var(--scp-border);border-radius:10px;overflow:hidden;min-height:52px;background:#fff}.scp-quantity button{border:0;background:#fff;font-size:18px;color:var(--scp-text)}.scp-quantity button:hover{background:var(--scp-soft)}.scp-quantity input{width:100%;border:0;text-align:center;font-weight:800;font-size:14px;-moz-appearance:textfield}.scp-quantity input::-webkit-outer-spin-button,.scp-quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.scp-add-btn,.scp-secondary-btn{min-height:52px;border-radius:10px;border:0;display:inline-flex;align-items:center;justify-content:center;padding:14px 18px;font-weight:800;font-size:15px;text-decoration:none;transition:transform .12s ease,background .18s ease,opacity .18s ease}.scp-add-btn{background:var(--scp-green);color:#fff;width:100%}.scp-add-btn:hover,.scp-secondary-btn:hover{transform:translateY(-1px);text-decoration:none}.scp-add-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.scp-dynamic-checkout .shopify-payment-button__button{border-radius:10px!important;min-height:50px!important;overflow:hidden}.scp-trust-mini{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}.scp-trust-mini>div{display:flex;align-items:center;gap:9px;justify-content:center;min-height:58px;border-radius:12px;background:#fff;border:1px solid var(--scp-border);padding:10px;text-align:left}.scp-trust-mini svg{width:20px;height:20px;color:var(--scp-green);flex-shrink:0}.scp-trust-mini span{display:grid;gap:1px}.scp-trust-mini strong{font-size:11px;line-height:1.1}.scp-trust-mini small{color:var(--scp-muted);font-size:10px;line-height:1.1}.scp-social-proof{display:flex;align-items:center;gap:12px;padding:13px;background:var(--scp-cream);border-radius:12px}.scp-avatar-stack{display:flex;margin-left:4px}.scp-avatar-stack span{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#d8c6a2;color:#fff;border:2px solid var(--scp-cream);margin-left:-6px;font-size:12px;font-weight:800}.scp-social-proof p{margin:0;font-size:13px;line-height:1.25}.scp-social-proof span{color:var(--scp-muted)}.scp-fbt,.scp-feature-strip,.scp-content-grid,.scp-reviews,.scp-related{margin-top:34px}.scp-fbt{border:1px solid var(--scp-border);border-radius:14px;background:#fff;padding:22px}.scp-fbt__head{display:flex;gap:12px;align-items:start;margin-bottom:18px}.scp-fbt__head h2{margin:0;font-size:19px}.scp-fbt__head p{margin:2px 0 0;color:var(--scp-muted);font-size:13px}.scp-fbt__icon{width:28px;height:28px;border-radius:50%;background:var(--scp-cream);display:grid;place-items:center;color:var(--scp-green)}.scp-fbt__grid{display:grid;grid-template-columns:1fr 260px;gap:24px;align-items:center}.scp-fbt__items{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.scp-fbt-item{width:180px;text-align:center;display:grid;gap:7px;font-size:12px}.scp-fbt-item img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:10px;background:var(--scp-soft)}.scp-fbt-item strong{line-height:1.25}.scp-fbt-item span{font-weight:800}.scp-fbt-plus{font-size:26px;color:var(--scp-muted)}.scp-fbt__cta{border-left:1px solid var(--scp-border);padding-left:24px}.scp-fbt__cta p{display:grid;gap:3px;margin:0 0 14px}.scp-fbt__cta span{color:var(--scp-muted);font-size:13px}.scp-secondary-btn{background:var(--scp-green);color:#fff;width:100%}.scp-feature-strip{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--scp-border);background:#fff;border-radius:14px;overflow:hidden}.scp-feature-strip>div{display:grid;justify-items:center;gap:6px;text-align:center;padding:22px 14px;border-right:1px solid var(--scp-border)}.scp-feature-strip>div:last-child{border-right:0}.scp-feature-strip span{color:var(--scp-green);font-size:24px}.scp-feature-strip strong{font-size:13px}.scp-feature-strip small{color:var(--scp-muted);font-size:12px;max-width:170px}.scp-content-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch}.scp-accordions{border:1px solid var(--scp-border);border-radius:14px;overflow:hidden;background:#fff}.scp-accordions details{border-bottom:1px solid var(--scp-border)}.scp-accordions details:last-child{border-bottom:0}.scp-accordions summary{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:18px 20px;font-weight:800;list-style:none}.scp-accordions summary::-webkit-details-marker{display:none}.scp-accordions details[open] summary span{transform:rotate(45deg)}.scp-accordions .rte{padding:0 20px 18px;color:var(--scp-muted);font-size:14px;line-height:1.6}.scp-lifestyle-card{display:grid;grid-template-columns:.95fr 1.05fr;border-radius:14px;overflow:hidden;border:1px solid var(--scp-border);background:#f6f2e9}.scp-lifestyle-card__copy{padding:clamp(24px,3vw,38px)}.scp-lifestyle-card__copy h2{font-size:clamp(26px,3vw,38px);line-height:1;margin-bottom:12px}.scp-lifestyle-card__copy p{color:var(--scp-muted);font-size:14px}.scp-lifestyle-card__copy ul{list-style:none;display:grid;gap:8px;padding:0;margin:18px 0 0}.scp-lifestyle-card__copy li:before{content:"\e2\153\201c";color:var(--scp-green);font-weight:900;margin-right:8px}.scp-lifestyle-card__media img{width:100%;height:100%;object-fit:cover;min-height:320px}.scp-section-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.scp-section-head h2{margin:0;font-size:clamp(24px,3vw,34px)}.scp-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.scp-review-grid article{background:#fff;border:1px solid var(--scp-border);border-radius:14px;padding:20px}.scp-review-grid h3{font-size:15px;margin:8px 0}.scp-review-grid p{color:var(--scp-muted);font-size:14px;line-height:1.5}.scp-review-grid footer{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:18px;font-size:12px;font-weight:800}.scp-review-grid footer span{color:var(--scp-green)}.scp-related{padding-bottom:44px}@media screen and (max-width:990px){.scp-product-hero{grid-template-columns:1fr}.scp-product-gallery,.scp-product-summary{position:static}.scp-product-main-media,.scp-product-media,.scp-product-main-image,.scp-product-main-video,.scp-product-placeholder{min-height:520px}.scp-content-grid,.scp-fbt__grid{grid-template-columns:1fr}.scp-fbt__cta{border-left:0;border-top:1px solid var(--scp-border);padding-left:0;padding-top:20px}.scp-feature-strip{grid-template-columns:repeat(2,1fr)}.scp-feature-strip>div:nth-child(2){border-right:0}.scp-feature-strip>div:nth-child(-n+2){border-bottom:1px solid var(--scp-border)}.scp-review-grid{grid-template-columns:1fr}}@media screen and (max-width:640px){.scp-product-page{padding-top:16px}.scp-breadcrumb{font-size:11px;margin-bottom:14px}.scp-product-gallery{grid-template-columns:1fr;gap:10px}.scp-product-thumbs{display:flex;overflow-x:auto;order:2}.scp-product-thumb{width:72px;height:72px;flex:0 0 72px}.scp-product-main-media,.scp-product-media,.scp-product-main-image,.scp-product-main-video,.scp-product-placeholder{min-height:390px}.scp-product-title{font-size:34px}.scp-purchase-row,.scp-trust-mini,.scp-feature-strip{grid-template-columns:1fr}.scp-feature-strip>div{border-right:0;border-bottom:1px solid var(--scp-border)}.scp-feature-strip>div:last-child{border-bottom:0}.scp-lifestyle-card{grid-template-columns:1fr}.scp-section-head{align-items:flex-start;flex-direction:column}}.scp-product-summary .scp-accordions--buybox{margin-top:16px}.scp-content-grid--single{grid-template-columns:1fr}.scp-content-grid--single{grid-template-columns:1fr!important}.scp-lifestyle-card--reference{max-width:1320px;margin:0 auto;display:grid!important;grid-template-columns:.92fr 1.08fr!important;align-items:center!important;overflow:hidden;border:1px solid rgba(25,31,27,.12);border-radius:18px;background:linear-gradient(90deg,#fbfcfb,#f8faf8 48%,#d7d0c5 48% 100%);box-shadow:0 14px 42px #161d180e}.scp-lifestyle-card--reference .scp-reference-copy{padding:clamp(30px,4vw,58px) clamp(30px,4.2vw,62px)!important;background:linear-gradient(90deg,#fbfcfb,#f5f8f5);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.scp-reference-pill{display:inline-flex;align-items:center;justify-content:center;width:max-content;margin-bottom:18px;padding:5px 16px 6px;border:1px solid rgba(54,84,51,.24);border-radius:999px;background:#38583312;color:#263f27;font-size:13px;line-height:1.15;font-weight:800;letter-spacing:.01em;text-transform:none}.scp-lifestyle-card--reference .scp-reference-copy h2{margin:0 0 16px!important;max-width:620px;color:#111916;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(40px,4.4vw,64px)!important;line-height:.98!important;letter-spacing:-.055em;font-weight:900}.scp-reference-intro{max-width:560px;margin:0 0 30px!important;color:#111916a3!important;font-size:clamp(16px,1.25vw,19px)!important;line-height:1.55;letter-spacing:-.01em}.scp-reference-benefits{display:grid;gap:24px;margin:0}.scp-reference-benefit{display:grid;grid-template-columns:76px minmax(0,1fr);gap:22px;align-items:center}.scp-reference-icon{width:58px;height:58px;display:grid;place-items:center;border-radius:12px;border:1px solid rgba(54,84,51,.13);background:#ffffffbf;box-shadow:0 8px 20px #242f280f;color:#5c8a48}.scp-reference-icon svg{width:31px;height:31px}.scp-reference-benefit strong{display:block;margin:0 0 7px;color:#151916;font-size:clamp(17px,1.3vw,21px);line-height:1.12;letter-spacing:-.02em;font-weight:850}.scp-reference-benefit small{display:block;max-width:520px;color:#1119169e;font-size:clamp(14px,1.05vw,17px);line-height:1.45;letter-spacing:-.01em}.scp-reference-proof{max-width:600px;margin-top:34px;padding:22px 28px;border:1px solid rgba(54,84,51,.13);border-radius:12px;background:#eff6ed94;box-shadow:0 10px 24px #242f280b}.scp-reference-proof>strong{display:block;margin-bottom:15px;color:#263f27;text-align:center;font-size:16px;line-height:1.2;font-weight:850}.scp-reference-proof__row{display:grid;grid-template-columns:1fr 1.35fr;gap:22px;align-items:center}.scp-reference-avatars{display:flex;justify-content:center;padding-left:14px}.scp-reference-avatars span{width:42px;height:42px;display:grid;place-items:center;margin-left:-10px;border:3px solid #eef6ec;border-radius:50%;background:linear-gradient(145deg,#cab69a,#806650);color:#fff;font-size:12px;font-weight:900}.scp-reference-rating{display:grid;grid-template-columns:auto auto;column-gap:12px;row-gap:4px;align-items:center;justify-content:start}.scp-reference-rating .scp-stars{color:#d29a24;font-size:20px;letter-spacing:3px;line-height:1}.scp-reference-rating b{color:#111916;font-size:15px;font-weight:850}.scp-reference-rating small{grid-column:1 / -1;color:#111916ab;font-size:15px}.scp-reference-trust{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:28px;padding-top:22px;border-top:1px solid rgba(25,31,27,.08)}.scp-reference-trust>div{display:grid;grid-template-columns:38px 1fr;column-gap:11px;align-items:center;padding:0 12px;border-right:1px solid rgba(25,31,27,.08)}.scp-reference-trust>div:last-child{border-right:0}.scp-reference-trust span{grid-row:span 2;width:31px;height:31px;display:grid;place-items:center;border-radius:9px;background:#36543312;color:#5d8950}.scp-reference-trust svg{width:17px;height:17px}.scp-reference-trust strong{color:#171c18;font-size:14px;line-height:1.05;font-weight:850}.scp-reference-trust small{color:#11191694;font-size:13px;line-height:1.05}.scp-lifestyle-card--reference .scp-reference-media{align-self:center!important;min-height:0!important;height:auto!important;display:flex;align-items:center;justify-content:center;padding:clamp(14px,2vw,26px);background:#d7d0c5}.scp-reference-media__frame{width:min(100%,706px);aspect-ratio:1 / 1;height:auto!important;min-height:0!important;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:0;background:#d7d0c5}.scp-reference-media__frame img,.scp-lifestyle-card--reference .scp-reference-media img{width:100%!important;height:auto!important;max-height:100%!important;min-height:0!important;object-fit:contain!important;display:block;border-radius:0}.scp-lifestyle-card--reference .scp-lifestyle-card__media img{object-fit:contain!important;min-height:0!important}@media screen and (max-width:1180px){.scp-lifestyle-card--reference .scp-reference-copy{padding:34px 42px!important}.scp-lifestyle-card--reference .scp-reference-copy h2{font-size:clamp(38px,4.8vw,54px)!important}.scp-reference-benefits{gap:18px}.scp-reference-benefit{grid-template-columns:64px 1fr;gap:16px}.scp-reference-icon{width:50px;height:50px}.scp-reference-icon svg{width:27px;height:27px}}@media screen and (max-width:990px){.scp-lifestyle-card--reference{grid-template-columns:1fr!important;background:#fbfcfb}.scp-reference-media__frame{max-width:706px}.scp-reference-trust{grid-template-columns:repeat(2,1fr);row-gap:18px}.scp-reference-trust>div:nth-child(2){border-right:0}}@media screen and (max-width:640px){.scp-lifestyle-card--reference .scp-reference-copy{padding:28px 22px!important}.scp-lifestyle-card--reference .scp-reference-copy h2{font-size:38px!important}.scp-reference-intro{font-size:15px!important}.scp-reference-benefit{grid-template-columns:52px 1fr;gap:14px}.scp-reference-icon{width:46px;height:46px}.scp-reference-proof__row{grid-template-columns:1fr;gap:12px}.scp-reference-rating{justify-content:center;text-align:center}.scp-reference-trust{grid-template-columns:1fr;gap:12px}.scp-reference-trust>div{border-right:0;padding:0}.scp-lifestyle-card--reference .scp-reference-media{padding:14px}}.scp-product-page .scp-content-grid--single{width:min(1380px,calc(100vw - 40px))!important;max-width:none!important;margin-left:50%!important;margin-right:0!important;transform:translate(-50%)!important;display:block!important}.scp-product-page .scp-lifestyle-card--reference{width:100%!important;max-width:1380px!important;margin:0 auto!important;display:grid!important;grid-template-columns:minmax(560px,.95fr) minmax(560px,1.05fr)!important;align-items:stretch!important;min-height:0!important;background:linear-gradient(90deg,#fbfcfb 0% 48%,#d7d0c5 48% 100%)!important}.scp-product-page .scp-lifestyle-card--reference .scp-reference-copy{padding:clamp(34px,3.5vw,52px) clamp(42px,4vw,64px)!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.scp-product-page .scp-lifestyle-card--reference .scp-reference-copy h2{max-width:640px!important;font-size:clamp(42px,4vw,58px)!important;line-height:.98!important;letter-spacing:-.045em!important}.scp-product-page .scp-reference-intro{max-width:610px!important;margin-bottom:26px!important;font-size:clamp(16px,1.15vw,18px)!important}.scp-product-page .scp-reference-benefits{gap:19px!important}.scp-product-page .scp-reference-benefit{grid-template-columns:64px minmax(0,1fr)!important;gap:18px!important}.scp-product-page .scp-reference-icon{width:52px!important;height:52px!important}.scp-product-page .scp-reference-icon svg{width:28px!important;height:28px!important}.scp-product-page .scp-reference-benefit strong{font-size:clamp(17px,1.25vw,20px)!important}.scp-product-page .scp-reference-benefit small{font-size:clamp(14px,1vw,16px)!important}.scp-product-page .scp-reference-proof{max-width:620px!important;margin-top:28px!important;padding:20px 26px!important}.scp-product-page .scp-reference-trust{margin-top:24px!important;padding-top:18px!important}.scp-product-page .scp-lifestyle-card--reference .scp-reference-media{padding:0!important;background:#d7d0c5!important;align-self:stretch!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}.scp-product-page .scp-reference-media__frame{width:100%!important;height:100%!important;max-width:none!important;aspect-ratio:auto!important;background:#d7d0c5!important;display:grid!important;place-items:center!important;overflow:hidden!important}.scp-product-page .scp-reference-media__frame img,.scp-product-page .scp-lifestyle-card--reference .scp-reference-media img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:center center!important;min-height:0!important}@media(max-width:1220px){.scp-product-page .scp-lifestyle-card--reference{grid-template-columns:minmax(430px,.92fr) minmax(430px,1.08fr)!important}.scp-product-page .scp-lifestyle-card--reference .scp-reference-copy{padding:34px 42px!important}.scp-product-page .scp-lifestyle-card--reference .scp-reference-copy h2{font-size:clamp(38px,4.4vw,52px)!important}.scp-product-page .scp-reference-benefits{gap:16px!important}.scp-product-page .scp-reference-proof{margin-top:22px!important}}@media(max-width:940px){.scp-product-page .scp-content-grid--single{width:100%!important;margin-left:0!important;transform:none!important}.scp-product-page .scp-lifestyle-card--reference{grid-template-columns:1fr!important}.scp-product-page .scp-lifestyle-card--reference .scp-reference-media,.scp-product-page .scp-reference-media__frame{aspect-ratio:1 / 1!important;height:auto!important}.scp-product-page .scp-reference-media__frame img,.scp-product-page .scp-lifestyle-card--reference .scp-reference-media img{height:auto!important;object-fit:contain!important}}@media(max-width:640px){.scp-product-page .scp-lifestyle-card--reference .scp-reference-copy{padding:28px 22px!important}.scp-product-page .scp-lifestyle-card--reference .scp-reference-copy h2{font-size:38px!important}}.scp-product-page .scp-lifestyle-card--reference{overflow:hidden!important;align-items:stretch!important}.scp-product-page .scp-lifestyle-card--reference .scp-reference-media{align-self:stretch!important;height:auto!important;min-height:100%!important;padding:0!important;background:#d7d0c5!important;display:block!important;overflow:hidden!important}.scp-product-page .scp-reference-media__frame{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;aspect-ratio:auto!important;display:block!important;overflow:hidden!important;background:#d7d0c5!important}.scp-product-page .scp-reference-media__frame img,.scp-product-page .scp-lifestyle-card--reference .scp-reference-media img{width:100%!important;height:100%!important;min-height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:center center!important;display:block!important;border-radius:0!important}@media screen and (max-width:990px){.scp-product-page .scp-reference-media__frame{aspect-ratio:1 / 1!important;height:auto!important}.scp-product-page .scp-reference-media__frame img,.scp-product-page .scp-lifestyle-card--reference .scp-reference-media img{height:100%!important;object-fit:cover!important;object-position:center center!important}}.scp-product-page .scp-reference-media{position:relative!important;overflow:hidden!important;padding:0!important;background:#d7d0c5!important}.scp-product-page .scp-reference-media__frame{position:relative!important;z-index:1!important;width:100%!important;height:100%!important;max-width:none!important;aspect-ratio:auto!important;overflow:hidden!important}.scp-product-page .scp-reference-media__frame img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:center center!important;display:block!important}.scp-product-page .scp-reference-media-overlay{position:absolute!important;z-index:3!important;top:clamp(28px,4vw,56px)!important;left:clamp(28px,4.5vw,64px)!important;max-width:520px!important;pointer-events:none!important}.scp-product-page .scp-reference-media-pill{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:max-content!important;margin:0 0 22px!important;padding:7px 18px 8px!important;border:1px solid rgba(36,36,36,.12)!important;border-radius:999px!important;background:#ffffff47!important;color:#1e1e1eb8!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:clamp(12px,.85vw,14px)!important;line-height:1!important;font-weight:500!important;letter-spacing:-.01em!important}.scp-product-page .scp-reference-media-overlay h3{margin:0 0 22px!important;color:#252525!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:clamp(42px,4.6vw,68px)!important;line-height:1.02!important;letter-spacing:-.06em!important;font-weight:900!important}.scp-product-page .scp-reference-media-overlay p{margin:0!important;color:#25252594!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:clamp(14px,1.05vw,17px)!important;line-height:1.45!important;letter-spacing:-.015em!important;font-weight:500!important}.scp-product-page .scp-reference-media-feature-bar{position:absolute!important;z-index:4!important;left:clamp(28px,4vw,58px)!important;right:clamp(28px,4vw,58px)!important;bottom:clamp(22px,3vw,42px)!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;align-items:start!important;gap:10px!important;padding:clamp(20px,2.2vw,30px) clamp(22px,3vw,38px)!important;border-radius:18px!important;background:#f4efe6e0!important;box-shadow:0 18px 42px #211c1614!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important}.scp-product-page .scp-reference-media-feature{display:grid!important;justify-items:center!important;text-align:center!important;gap:12px!important}.scp-product-page .scp-reference-media-feature__icon{width:48px!important;height:48px!important;display:grid!important;place-items:center!important;border-radius:999px!important;background:#5c8a481a!important;border:1px solid rgba(92,138,72,.12)!important;color:#5c8a48!important;font-size:24px!important;line-height:1!important;font-weight:600!important}.scp-product-page .scp-reference-media-feature strong{display:block!important;margin:0!important;color:#2d2d2d!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;font-size:clamp(13px,1vw,16px)!important;line-height:1.18!important;letter-spacing:-.025em!important;font-weight:700!important}@media screen and (max-width:990px){.scp-product-page .scp-reference-media{min-height:640px!important}.scp-product-page .scp-reference-media-overlay{top:36px!important;left:34px!important;right:34px!important}.scp-product-page .scp-reference-media-feature-bar{left:28px!important;right:28px!important;bottom:28px!important}}@media screen and (max-width:640px){.scp-product-page .scp-reference-media{min-height:600px!important}.scp-product-page .scp-reference-media-overlay{top:28px!important;left:22px!important;right:22px!important}.scp-product-page .scp-reference-media-overlay h3{font-size:38px!important;line-height:1.04!important}.scp-product-page .scp-reference-media-overlay p br{display:none!important}.scp-product-page .scp-reference-media-feature-bar{grid-template-columns:1fr!important;gap:16px!important;left:20px!important;right:20px!important;bottom:20px!important;padding:20px!important}.scp-product-page .scp-reference-media-feature{grid-template-columns:44px 1fr!important;justify-items:start!important;align-items:center!important;text-align:left!important}.scp-product-page .scp-reference-media-feature__icon{width:42px!important;height:42px!important;font-size:21px!important}}@media screen and (max-width:749px){.collection--catalog{background:#f7f5f1}.collection--catalog .page-width{padding-left:18px;padding-right:18px}.collection__header--catalog{padding-top:34px;margin-bottom:24px}.collection__header-main{display:grid;grid-template-columns:1fr;gap:18px;align-items:start}.collection__header-copy{max-width:100%}.collection__eyebrow{margin-bottom:12px;color:#b65e37;font-size:11px;font-weight:600;letter-spacing:.24em;line-height:1;text-transform:uppercase}.collection__header--catalog h1{max-width:340px;margin-bottom:12px;color:#17231d;font-size:36px;font-weight:600;line-height:1.04;letter-spacing:-.045em}.collection__header--catalog .collection__description{max-width:350px;color:#17231dad;font-size:15px;line-height:1.55}.collection__header-link{justify-self:start;padding-bottom:0;color:#17231d;font-size:12px;font-weight:800;letter-spacing:.18em;line-height:1;text-transform:uppercase}.collection__meta--catalog{margin-top:22px;padding-top:16px;display:flex;flex-direction:column;align-items:flex-start;gap:12px;border-top:1px solid rgba(23,35,29,.08);border-bottom:0;font-size:12px;color:#17231d94}.collection__sort,.collection__sort select{width:100%}.collection__sort select{height:44px;border-radius:0;border:1px solid rgba(23,35,29,.14);background:#fff;color:#17231d;font-size:13px;padding:0 12px}.product-grid--catalog{grid-template-columns:1fr 1fr!important;gap:18px 12px;padding-bottom:56px}.product-grid--catalog .product-card{border:0;border-radius:0;background:transparent;overflow:visible;box-shadow:none}.product-grid--catalog .product-card:hover{transform:none;box-shadow:none}.product-grid--catalog .product-card__image{aspect-ratio:1 / 1.18;border:1px solid rgba(23,35,29,.08);border-radius:0;background:#ebe6de}.product-grid--catalog .product-card__image img,.product-grid--catalog .product-card__image svg{width:100%;height:100%;object-fit:cover}.product-grid--catalog .product-card__sale{top:8px;left:8px;border-radius:0;padding:4px 7px;background:#c56a43;color:#fff;font-size:10px;font-weight:800;line-height:1}.product-grid--catalog .product-card__body{padding:10px 0 0;gap:5px}.product-grid--catalog .product-card__title{display:-webkit-box;min-height:38px;color:#17231d;font-family:var(--font-heading);font-size:14px;font-weight:600;line-height:1.25;letter-spacing:-.02em;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-grid--catalog .product-card__sub{display:none}.product-grid--catalog .product-card__rating{order:-1;gap:4px;font-size:11px;line-height:1}.product-grid--catalog .product-card__rating svg{width:10px;height:10px}.product-grid--catalog .product-card__rating strong{display:none}.product-grid--catalog .product-card__rating .muted{color:#17231d80;font-size:11px}.product-grid--catalog .product-card__price{margin-top:1px;font-size:14px;line-height:1.1}.product-grid--catalog .price,.product-grid--catalog .price__container,.product-grid--catalog .price__regular,.product-grid--catalog .price__sale{display:inline-flex;align-items:baseline;gap:7px;flex-wrap:wrap}.product-grid--catalog .price__current,.product-grid--catalog .price-item--sale,.product-grid--catalog .price-item--regular{color:#c94d35;font-size:14px;font-weight:800}.product-grid--catalog .price__compare,.product-grid--catalog s,.product-grid--catalog .price-item--compare{color:#17231d6b;font-size:12px;font-weight:400}.pagination{margin-top:28px}}@media screen and (max-width:380px){.collection--catalog .page-width{padding-left:14px;padding-right:14px}.collection__header--catalog h1{font-size:33px}.product-grid--catalog{gap:16px 10px}.product-grid--catalog .product-card__title{font-size:13px}}.collection-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:22px;padding:18px 0 0;border-top:1px solid rgba(23,35,29,.08)}.collection-toolbar__filter{display:inline-flex;align-items:center;gap:10px;padding:0;border:0;background:transparent;color:#17231d;font-family:var(--font-body);font-size:15px;font-weight:700;line-height:1;cursor:default}.collection-toolbar__filter-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;color:#17231dc7}.collection-toolbar__filter-icon svg{width:18px;height:18px;display:block}.collection-toolbar__sort{display:flex;align-items:center;gap:14px;margin-left:auto}.collection-toolbar__label{color:#17231d8f;font-family:var(--font-body);font-size:12px;font-weight:600;letter-spacing:.16em;line-height:1;text-transform:uppercase;white-space:nowrap}.collection-toolbar__sort select{min-width:152px;height:42px;padding:0 38px 0 14px;border:1px solid rgba(36,79,60,.28);border-radius:0;background:#f8f8f3;color:#17231d;font-family:var(--font-body);font-size:15px;font-weight:500;line-height:1;-webkit-appearance:auto;appearance:auto}@media screen and (max-width:749px){.collection-toolbar{margin-top:18px;padding-top:14px;gap:12px}.collection-toolbar__filter{gap:8px;font-size:14px}.collection-toolbar__filter-icon,.collection-toolbar__filter-icon svg{width:16px;height:16px}.collection-toolbar__sort{gap:10px}.collection-toolbar__label{font-size:11px;letter-spacing:.14em}.collection-toolbar__sort select{min-width:150px;height:36px;padding:0 30px 0 12px;font-size:14px;background:#f8f8f3}}@media screen and (max-width:420px){.collection-toolbar{align-items:center}.collection-toolbar__sort select{min-width:132px}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/application.css.map */
