.category-showcase{background-color:var(--section-bg, #ffffff);padding:64px 24px}.category-showcase__inner{max-width:var(--g-container, 1645px);margin:0 auto}.category-showcase__header{text-align:center;max-width:720px;margin:0 auto 44px}.category-showcase__heading{color:var(--heading-color, #111111);font-size:clamp(26px,3.2vw,40px);font-weight:800;letter-spacing:-.01em;line-height:1.15;margin:0 0 12px;text-transform:uppercase}.category-showcase__subheading{color:var(--subheading-color, #6b6b6b);font-size:16px;line-height:1.6;margin:0}.category-showcase__wrapper{position:relative}.category-showcase__track{display:flex;gap:28px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px}.category-showcase__track::-webkit-scrollbar{display:none}.category-showcase__item{text-decoration:none;display:block;flex:0 0 calc((100% - (var(--slides-desktop, 4) - 1) * 28px) / var(--slides-desktop, 4));scroll-snap-align:start;min-width:200px}.category-showcase__media{position:relative;overflow:hidden;aspect-ratio:3 / 4}.category-showcase__image{width:100%;height:100%;object-fit:contain;display:block;transition:transform .5s ease}.category-showcase__image--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .4s ease;object-fit:cover;z-index:999!important}.category-showcase__image--placeholder svg{width:100%;height:100%}.category-showcase__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--overlay-color, #000000);opacity:0;transition:opacity .35s ease}.category-showcase__cta{position:absolute;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;opacity:0;transform:translateY(10px);transition:opacity .35s ease,transform .35s ease}.category-showcase__cta-button{display:inline-block;padding:12px 30px;background-color:var(--button-bg, #ffffff);color:var(--button-text, #111111);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:2px}.category-showcase__item:hover .category-showcase__image:not(.category-showcase__image--hover){transform:scale(1.06)}.category-showcase__item:hover .category-showcase__image--hover{opacity:1}.category-showcase__item:hover .category-showcase__overlay{opacity:.38}.category-showcase__title{margin:18px 0 0;text-align:center;color:var(--category-title-color, #111111);font-size:16px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.category-showcase__nav{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.category-showcase__arrow{width:44px;height:44px;border-radius:50%;border:none;background-color:var(--arrow-bg, #f2f1ee);color:var(--arrow-color, #111111);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:opacity .2s ease}.category-showcase__arrow:hover{opacity:.75}.category-showcase__arrow svg{width:20px;height:20px}@media screen and (max-width:989px){.category-showcase__item{flex-basis:calc((100% - (var(--slides-tablet, 3) - 1) * 20px) / var(--slides-tablet, 3))}.category-showcase__track{gap:20px}}@media screen and (max-width:749px){.category-showcase{padding:44px 16px}.category-showcase__track{gap:14px}.category-showcase__item{flex-basis:calc((100% - (var(--slides-mobile, 2) - 1) * 14px) / var(--slides-mobile, 2));min-width:140px}.category-showcase__image:not(.category-showcase__image--hover){transform:none}.category-showcase__image--hover{display:none}.category-showcase__overlay{opacity:.28}.category-showcase__cta{display:flex;opacity:1;transform:translateY(0)}.category-showcase__cta-button{padding:9px 16px;font-size:10px}.category-showcase__title{font-size:13px;margin-top:12px}.category-showcase__arrow{width:38px;height:38px}}.reviews{background-color:var(--bg, #ffffff);padding-top:var(--pad-top, 64px);padding-left:24px;padding-right:24px;box-sizing:border-box}.reviews__inner{max-width:var(--max-w, 1200px);margin:0 auto}.reviews__heading{text-align:center;color:var(--heading-color, #14181a);font-size:clamp(24px,3vw,34px);font-weight:700;margin:0 0 30px;line-height:1.25}.reviews__subheading{text-align:center;color:var(--muted, #6d7476);font-size:16px;max-width:560px;margin:0 auto 40px;line-height:1.5}.reviews__wrapper{position:relative}.reviews__track{display:flex;align-items:stretch;gap:var(--gap, 20px);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px}.reviews__track::-webkit-scrollbar{display:none}.reviews__card{position:relative;flex:0 0 var(--card-w, 340px);width:var(--card-w, 340px);scroll-snap-align:start;scroll-snap-stop:always;background-color:var(--card-bg, #ffffff);border:1px solid var(--card-border, #e7e5e1);border-radius:var(--card-radius, 16px);box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;height:560px}.reviews__image-wrap{width:100%;height:45%;aspect-ratio:5 / 4;background-color:#0000000a}.reviews__image{width:100%;height:100%;object-fit:cover;display:block}.reviews__content{padding:22px 24px 24px;display:flex;flex-direction:column;flex:1}.reviews__stars{display:flex;gap:3px;margin-bottom:12px}.reviews__star{width:14px;height:14px;flex-shrink:0}.reviews__star--filled{fill:var(--accent, #1f5e56)}.reviews__star--empty{fill:none;stroke:var(--accent, #1f5e56);stroke-width:1.5px;opacity:.35}.reviews__text{color:var(--body, #454a4b);font-size:14.5px;line-height:1.65}.reviews__text p{margin:0 0 10px}.reviews__text p:last-child{margin-bottom:0}.reviews__text--clamped{display:-webkit-box;-webkit-line-clamp:var(--clamp-lines, 4);-webkit-box-orient:vertical;overflow:hidden;margin-bottom:14px}.reviews__more{display:inline-flex;align-items:center;gap:5px;align-self:flex-start;background:none;border:none;padding:0 0 2px;margin-bottom:18px;cursor:pointer;color:var(--accent, #1f5e56);font-size:13px;font-weight:700;border-bottom:1.5px solid var(--accent, #1f5e56);transition:opacity .15s ease,gap .15s ease}.reviews__more:hover{opacity:.7;gap:8px}.reviews__more svg{width:13px;height:13px}.reviews__footer{margin-top:auto;padding-top:16px;border-top:1px solid var(--card-border, #e7e5e1)}.reviews__name{color:var(--ink, #14181a);font-size:13.5px;font-weight:700;margin:0 0 3px}.reviews__product-link{color:#000;font-size:14.5px;font-weight:700;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .15s ease,color .15s ease}.reviews__product-link:hover{color:var(--accent, #1f5e56);border-color:currentColor}.reviews__nav{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}.reviews__arrow{width:42px;height:42px;border-radius:50%;border:none;background-color:var(--arrow-bg, #f2f1ee);color:var(--arrow-color, #14181a);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:opacity .2s ease,transform .2s ease;flex-shrink:0}.reviews__arrow:hover{opacity:.75;transform:scale(1.06)}.reviews__arrow:disabled{cursor:default}.reviews__arrow svg{width:18px;height:18px;display:block}.reviews__modal{border:none;padding:0;border-radius:20px;max-width:1100px;width:calc(100vw - 40px);max-height:calc(100vh - 64px);overflow:hidden;background:var(--card-bg, #ffffff)}.reviews__modal::backdrop{background:var(--overlay, rgba(20,24,26,.55))}.reviews__modal[open]{animation:reviews-modal-in .18s ease}@keyframes reviews-modal-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.reviews__modal-panel{position:relative;display:flex;max-height:calc(100vh - 170px);overflow-y:auto}.reviews__modal-close{position:absolute;top:14px;right:14px;width:34px;height:34px;border-radius:50%;border:none;background:#ffffffe6;color:var(--ink, #14181a);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.reviews__modal-close svg{width:16px;height:16px}.reviews__modal-image-wrap{flex:0 0 42%;align-self:stretch}.reviews__modal-image{width:100%;height:100%;object-fit:cover;display:block;min-height:320px}.reviews__modal-body{flex:1;padding:40px 36px;min-width:0}.reviews__modal-text{-webkit-line-clamp:unset;display:block;overflow:visible;font-size:clamp(2rem 4vw 5rem);margin-bottom:22px}.reviews__author{display:flex;align-items:center;gap:10px}.reviews__avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0;background-color:#0000000f}.reviews__avatar-img{width:100%;height:100%;object-fit:cover;display:block}.reviews__avatar-skeleton{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#00000026;animation:skeleton-pulse 1.8s ease-in-out infinite}.reviews__avatar-skeleton svg{width:22px;height:22px}@keyframes skeleton-pulse{0%,to{opacity:.5}50%{opacity:1}}.reviews__author-info{min-width:0}.reviews__track.is-auto-scrolling{scroll-snap-type:none}.reviews__track.is-auto-scrolling .reviews__card{scroll-snap-align:unset}@media screen and (max-width:749px){.reviews{padding-left:16px;padding-right:16px}.reviews__card{flex:0 0 var(--mobile-card-w, 86%);width:var(--mobile-card-w, 86%)}.reviews__nav{justify-content:center}.reviews__modal-panel{flex-direction:column}.reviews__modal-image-wrap{flex:none;width:100%;aspect-ratio:4 / 3}.reviews__modal-image{min-height:unset}.reviews__modal-body{padding:26px 22px 30px}}.trusted-since-section{background-color:var(--bg-color, #ffffff);max-width:var(--g-container, 1645px);margin:0 auto;overflow:hidden}.trusted-since-section__inner{display:flex;align-items:stretch;justify-content:space-between;min-height:460px;position:relative}.trusted-since-section__left{width:40%;flex:0 0 40%;display:flex;align-items:center;background-color:var(--bg-color, #ffffff);position:relative;z-index:2;padding:56px clamp(24px,4vw,56px);box-sizing:border-box;clip-path:polygon(0 0,128% 0,70% 106%,79% 100%,0 100%)}.trusted-since-section__content{max-width:440px;width:100%}.trusted-since-section__eyebrow-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.trusted-since-section__eyebrow{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.trusted-since-section__eyebrow-text{color:var(--accent-color, #d21f26);font-weight:700;letter-spacing:.05em;font-size:13px;text-transform:uppercase;white-space:nowrap}.trusted-since-section__eyebrow-line{height:2px;flex:1;max-width:70px;background-color:var(--accent-color, #d21f26);display:inline-block}.trusted-since-section__badge-icon{display:none;width:40px;height:40px;flex:0 0 40px}.trusted-since-section__badge-icon img,.trusted-since-section__badge-icon svg{width:100%;height:100%;display:block}.trusted-since-section__heading{color:var(--heading-color, #1a1a1a);font-size:clamp(26px,2.6vw,36px);line-height:1.18;font-weight:800;margin:0 0 20px}.trusted-since-section__body{color:var(--text-color, #5a5a5a);font-size:14px;line-height:1.75}.trusted-since-section__body p{margin:0}.trusted-since-section__button{display:inline-block;margin-top:24px;padding:12px 28px;background-color:var(--accent-color, #d21f26);color:#fff;text-decoration:none;font-weight:700;font-size:14px;letter-spacing:.03em;text-transform:uppercase;border-radius:2px}.trusted-since-section__right{width:60%;flex:0 0 60%;position:relative;margin-left:-80px;clip-path:polygon(28% 0,100% 0,100% 100%,0% 100%)}.trusted-since-section__image{width:100%;height:100%;min-height:460px;object-fit:cover;display:block}.trusted-since-section__image--placeholder svg{width:100%;height:100%}@media screen and (max-width:989px){.trusted-since-section__left{width:46%;flex-basis:46%;padding:40px 4vw}.trusted-since-section__right{width:54%;flex-basis:54%;margin-left:-50px}.trusted-since-section__heading{font-size:clamp(22px,3vw,30px)}}@media screen and (max-width:749px){.trusted-since-section__inner{flex-direction:column;min-height:0}.trusted-since-section__left,.trusted-since-section__right{width:100%;flex-basis:auto;margin-left:0}.trusted-since-section__left{padding:36px 24px 40px;order:2}.trusted-since-section__right{order:1;clip-path:none}.trusted-since-section__image{min-height:260px}.trusted-since-section__content{max-width:none}.trusted-since-section__eyebrow-row{margin-bottom:16px}}
/*# sourceMappingURL=/cdn/shop/t/32/compiled_assets/styles.css.map */
