.banner-carousel{display:block;position:relative;width:100%;padding-block:var(--bc-padding-block, 0);background:var(--bc-section-bg, transparent);isolation:isolate}.banner-carousel__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-inline:var(--bc-edge-padding, 5%);margin-block-end:1.25rem}.banner-carousel__heading{margin:0;line-height:1.1;overflow-wrap:break-word;min-width:0}.banner-carousel__heading--small{font-size:clamp(1.25rem,2vw,1.6rem)}.banner-carousel__heading--medium{font-size:clamp(1.6rem,3vw,2.4rem)}.banner-carousel__heading--large{font-size:clamp(2rem,4.5vw,3.2rem)}.banner-carousel__nav{display:flex;align-items:center;gap:.5rem;margin-inline-start:auto}.banner-carousel__btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid rgba(0,0,0,.12);border-radius:0%;background:var(--color-background, #fff);color:var(--color-foreground, #1a1a1a);cursor:pointer;transition:background-color .2s ease,transform .2s ease,opacity .2s ease}.banner-carousel__btn:hover{background:#0000000d}.banner-carousel__btn:active{transform:scale(.94)}.banner-carousel__btn:focus-visible{outline:2px solid rgb(var(--color-focus, 0 0 0));outline-offset:2px}.banner-carousel__btn[disabled]{opacity:.35;cursor:not-allowed;pointer-events:none}.banner-carousel{--bc-per-view: var(--bc-per-view-mobile, 1.1)}@media screen and (min-width:750px){.banner-carousel{--bc-per-view: var(--bc-per-view-desktop, 4)}}.banner-carousel__track{display:flex;gap:var(--bc-gap, 16px);width:100%;padding-inline:var(--bc-edge-padding, 5%);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.banner-carousel__track::-webkit-scrollbar{display:none}.banner-carousel__track:focus-visible{outline:2px solid rgb(var(--color-focus, 0 0 0));outline-offset:-2px}@media(hover:hover)and (pointer:fine){.banner-carousel__track{cursor:grab}.banner-carousel__track.is-dragging{cursor:grabbing}}.banner-carousel__track.is-dragging{scroll-behavior:auto;-webkit-user-select:none;user-select:none}.banner-carousel__track.is-dragging .banner-carousel__image,.banner-carousel__track.is-dragging .banner-carousel__video{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.banner-carousel__slide{position:relative;flex:0 0 auto;width:calc((100% - (var(--bc-gap, 16px) * (var(--bc-per-view) - 1))) / var(--bc-per-view));aspect-ratio:var(--bc-ratio, 3 / 4);min-width:0;border-radius:0;overflow:hidden;scroll-snap-align:start;color:var(--bc-text-color, #fff);background:var(--color-surface, #f4f4f4)}.banner-carousel__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.banner-carousel__image,.banner-carousel__video{width:100%;height:100%;object-fit:cover;display:block}.banner-carousel__placeholder{background:var(--color-surface, #e6e6e6)}.banner-carousel__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(to top,var(--bc-overlay-color, #000) 0%,color-mix(in srgb,var(--bc-overlay-color, #000) 40%,transparent) 45%,transparent 75%);opacity:var(--bc-overlay-opacity, .5);pointer-events:none}.banner-carousel__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;padding:clamp(1rem,2vw,1.75rem);pointer-events:none}.banner-carousel__content>*{pointer-events:auto}.banner-carousel__badge{align-self:flex-start;display:inline-block;padding:.4em .9em;font-size:clamp(.75rem,1vw,.9rem);font-weight:600;line-height:1.2;border-radius:0;background:var(--bc-badge-bg, #e8513a);color:var(--bc-badge-text, #fff)}.banner-carousel__text{margin-block-start:auto;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.banner-carousel__slide[style*="--bc-content-align: top"] .banner-carousel__text{margin-block:0 auto}.banner-carousel__slide[style*="--bc-content-align: center"] .banner-carousel__text{margin-block:auto}.banner-carousel__slide[style*="--bc-content-align: bottom"] .banner-carousel__text{margin-block:auto 0}.banner-carousel__title{margin:0;font-size:clamp(1.25rem,2.4vw,1.8rem);font-weight:400;line-height:1.15;overflow-wrap:break-word}.banner-carousel__description{margin:0;font-size:clamp(.85rem,1.4vw,1rem);line-height:1.4;opacity:.95}.banner-carousel__description>*{margin:0}.banner-carousel__cta{display:inline-flex;align-items:center;margin-block-start:.5rem;padding:.7em 1.4em;font-size:clamp(.85rem,1.3vw,.95rem);font-weight:500;line-height:1.2;border-radius:0;background:var(--bc-cta-bg, #1a1a1a);color:var(--bc-cta-text, #fff);text-decoration:none;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.banner-carousel__cta:hover{opacity:.92}.banner-carousel__cta:active{transform:scale(.97)}.banner-carousel__cta:focus-visible{outline:2px solid rgb(var(--color-focus, 255 255 255));outline-offset:2px}.banner-carousel__dots{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-block-start:1.25rem;padding-inline:var(--bc-edge-padding, 5%)}.banner-carousel__dot{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:#372315!important;opacity:.3;cursor:pointer;transition:background-color .2s ease,transform .2s ease,width .2s ease}.banner-carousel__dot.is-active{width:28px;border-radius:999px;opacity:1!important;background:#372315}.banner-carousel__dot:focus-visible{outline:2px solid rgb(var(--color-focus, 0 0 0));outline-offset:3px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){.banner-carousel__track{scroll-behavior:auto}.banner-carousel__btn,.banner-carousel__cta,.banner-carousel__dot{transition-duration:.01ms}}.hero-landing{position:relative;display:block;background-color:var(--hero-bg, #ffffff);color:var(--hero-text, #1a1a1a);padding-block-start:var(--hero-padding-top, 40px);padding-block-end:var(--hero-padding-bottom, 40px);overflow:hidden}.hero-landing__container{display:flex;flex-direction:column;gap:2rem;width:min(100%,1400px);margin-inline:auto;padding-inline:1.25rem}.hero-landing__heading{font-family:var(--heading-font-family);font-weight:var(--heading-font-weight);font-style:var(--heading-font-style);letter-spacing:var(--heading-letter-spacing);text-transform:var(--heading-text-transform);overflow-wrap:anywhere;margin:0;font-size:var(--hero-heading-size-mobile, 24px);line-height:1.2;text-align:center}@media screen and (min-width:990px){.hero-landing__heading{font-size:var(--hero-heading-size-desktop, 36px);text-align:start}}.hero-landing__heading em{position:relative;font-style:normal;display:inline;background-image:linear-gradient(120deg,var(--hero-highlight, #f6c944) 0%,var(--hero-highlight, #f6c944) 100%);background-repeat:no-repeat;background-size:0% 25%;background-position:0 85%;animation:hero-highlight-in .8s .3s cubic-bezier(.22,1,.36,1) forwards}@keyframes hero-highlight-in{to{background-size:100% 25%}}@media(prefers-reduced-motion:reduce){.hero-landing__heading em{animation:none;background-size:100% 25%}}.hero-landing__layout{display:flex;flex-direction:column;gap:2rem;align-items:center}@media screen and (min-width:990px){.hero-landing__layout{flex-direction:row;gap:3rem;align-items:flex-start}}.hero-landing__media{position:relative;width:100%;flex-shrink:0;border-radius:12px;overflow:hidden}@media screen and (min-width:990px){.hero-landing__media{width:var(--hero-media-width, 50%)}}.hero-landing__video-wrap,.hero-landing__image-wrap{position:relative;width:100%;aspect-ratio:3 / 4;border-radius:12px;overflow:hidden;background-color:#f5f5f5}@media screen and (min-width:990px){.hero-landing__video-wrap,.hero-landing__image-wrap{aspect-ratio:4 / 5}}.hero-landing__video,.hero-landing__image{display:block;width:100%;height:100%;object-fit:cover;border-radius:12px}.hero-landing__video-poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;pointer-events:none;transition:opacity .6s ease}.hero-landing__play-btn{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:0;border:none;background:none;cursor:pointer;transition:opacity .3s ease}.hero-landing__play-btn:hover svg circle{fill:#000000a6}.hero-landing__video-wrap--playing .hero-landing__play-btn,.hero-landing__video-wrap--playing .hero-landing__video-poster{opacity:0;pointer-events:none}.hero-landing__image-wrap--placeholder{display:flex;align-items:center;justify-content:center;background:#f0f0f0}.hero-landing__placeholder{width:60%;height:auto;opacity:.3}.hero-landing__content{display:flex;flex-direction:column;gap:1.25rem;width:100%;text-align:center}@media screen and (min-width:990px){.hero-landing__content{width:50%;text-align:start;padding-block-start:1rem}}.hero-landing__rating{display:flex;align-items:center;gap:.625rem;justify-content:center}@media screen and (min-width:990px){.hero-landing__rating{justify-content:flex-start}}.hero-landing__stars{display:flex;gap:.125rem}.hero-landing__star{display:block}.hero-landing__rating-text{font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.hero-landing__description{font-size:1rem;line-height:1.65;opacity:.85}.hero-landing__description p{margin:0 0 .75rem}.hero-landing__description p:last-child{margin-block-end:0}@media screen and (min-width:990px){.hero-landing__description{font-size:1.0625rem}}.hero-landing__cta{font:var(--text-font-style) var(--text-font-weight) var(--text-base) / 1.6 var(--text-font-family);display:inline-flex;align-items:center;justify-content:center;align-self:center;min-width:220px;padding:1rem 2.25rem;font-size:.875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;color:var(--hero-cta-text, #ffffff);background-color:var(--hero-cta-bg, #1a1a1a);border:none;border-radius:4px;cursor:pointer;transition:background-color .25s ease,transform .15s ease}@media screen and (min-width:990px){.hero-landing__cta{align-self:flex-start}}.hero-landing__cta:hover{background-color:var(--hero-cta-bg-hover, #333333);transform:translateY(-1px)}.hero-landing__cta:active{transform:translateY(0)}.hero-landing__trust{position:relative;width:100%;overflow:hidden;mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent);padding-block:1rem;background:var(--hero-badge-bg, transparent);border-radius:8px}.hero-landing__trust-track{display:flex;width:max-content;animation:hero-marquee 30s linear infinite}.hero-landing__trust-track:hover{animation-play-state:paused}.hero-landing__trust-group{display:flex;gap:2.5rem;padding-inline-end:2.5rem;flex-shrink:0}.hero-landing__trust-item{display:flex;align-items:center;gap:.5rem;flex-shrink:0;white-space:nowrap}.hero-landing__trust-icon{display:block;width:20px;height:20px;object-fit:contain;flex-shrink:0}.hero-landing__trust-check{display:block;flex-shrink:0}.hero-landing__trust-label{font-size:.8125rem;font-weight:500;letter-spacing:.03em;color:var(--hero-badge-text, currentColor)}@keyframes hero-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.hero-landing__trust-track{animation:none;flex-wrap:wrap;justify-content:center;gap:1.5rem}.hero-landing__trust-group:nth-child(2){display:none}.hero-landing__trust-group{padding-inline-end:0}}
/*# sourceMappingURL=/cdn/shop/t/6/compiled_assets/styles.css.map */
