.ee-hero{position:relative;display:block;overflow:hidden}.ee-hero__track{display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch}.ee-hero__track::-webkit-scrollbar{display:none}@media(prefers-reduced-motion:reduce){.ee-hero__track{scroll-behavior:auto}}.ee-hero__slide{position:relative;flex:0 0 100%;min-width:0;scroll-snap-align:start;aspect-ratio:var(--ee-hero-ratio, 3 / 4)}.ee-hero__media,.ee-hero__media picture{position:absolute;top:0;right:0;bottom:0;left:0}.ee-hero__img{display:block;width:100%;height:100%;object-fit:cover}.ee-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,var(--ee-hero-scrim, rgba(0, 0, 0, .45)) 0%,var(--ee-hero-scrim-0, rgba(0, 0, 0, 0)) 62%)}.ee-hero__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;padding:var(--ee-hero-pad, 22px);color:var(--ee-hero-text, #fff)}.ee-hero__inner{width:100%}.ee-hero .ee-hero__heading{margin:0 0 10px;font-family:var(--FONT-STACK-HEADING);font-size:var(--ee-hero-h1, 30px);font-style:normal;font-weight:400;letter-spacing:0;line-height:1.08;color:inherit}.ee-hero__text{margin:0 0 18px;font-family:var(--FONT-STACK-BODY);font-size:var(--ee-hero-body, 15px);line-height:1.5;opacity:.92}.ee-hero__btns{display:flex;gap:12px;flex-wrap:wrap;margin:0 0 18px}.ee-hero .ee-hero__btn,.ee-hero .ee-hero__btn:visited{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;padding:14px 22px;border:1px solid transparent;border-radius:var(--ee-hero-radius, 6px);background:transparent;box-shadow:none;font-family:var(--FONT-STACK-BODY);font-size:12px;font-weight:400;letter-spacing:.14em;line-height:1;text-align:center;text-decoration:none;text-transform:uppercase;transition:background .25s ease,color .25s ease,border-color .25s ease}.ee-hero .ee-hero__btn--solid,.ee-hero .ee-hero__btn--solid:visited{border-color:var(--ee-hero-btn1-bg, #fff);background:var(--ee-hero-btn1-bg, #fff);color:var(--ee-hero-btn1-text, #3a2620)}.ee-hero .ee-hero__btn--outline,.ee-hero .ee-hero__btn--outline:visited{border-color:var(--ee-hero-btn2-border, #fff);color:var(--ee-hero-btn2-text, #fff)}.ee-hero .ee-hero__btn--outline:hover,.ee-hero .ee-hero__btn--outline:focus-visible{background:var(--ee-hero-btn2-border, #fff);color:var(--ee-hero-btn1-text, #3a2620)}.ee-hero .ee-hero__btn--solid:hover,.ee-hero .ee-hero__btn--solid:focus-visible{opacity:.88}.ee-hero__btn[aria-disabled=true]{cursor:default}.ee-hero__proof{display:flex;align-items:center;gap:10px}.ee-hero__avatars{display:inline-flex;flex:none}.ee-hero__avatar{display:block;width:32px;height:32px;margin-left:-10px;border:2px solid var(--ee-hero-text, #fff);border-radius:50%;object-fit:cover}.ee-hero__avatar:first-child{margin-left:0}.ee-hero__proof-copy{display:block;text-align:left}.ee-hero__proof-name{display:inline-flex;align-items:center;gap:5px;font-size:13px;font-weight:600;line-height:1.35}.ee-hero__verified{flex:none;width:15px;height:15px;color:var(--ee-hero-verified, #4a7093)}.ee-hero__proof-text{display:block;font-size:13px;line-height:1.35;opacity:.85}.ee-hero__arrow{position:absolute;top:50%;z-index:3;display:none;align-items:center;justify-content:center;width:40px;height:40px;padding:0;transform:translateY(-50%);border:1px solid rgba(255,255,255,.55);border-radius:50%;background:#00000038;color:#fff;cursor:pointer;transition:background .2s ease}.ee-hero__arrow:hover{background:#0000006b}.ee-hero__arrow--prev{left:16px}.ee-hero__arrow--next{right:16px}.ee-hero__arrow svg{width:18px;height:18px;fill:none;stroke:currentcolor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.ee-hero__dots{position:absolute;right:0;bottom:12px;left:0;z-index:3;display:flex;justify-content:center;gap:8px;margin:0;padding:0;list-style:none}.ee-hero__dot{display:block;width:26px;height:2px;padding:0;border:0;background:var(--ee-hero-dot, #fff);opacity:.4;cursor:pointer;transition:opacity .2s ease}.ee-hero__dot[aria-current=true]{opacity:1}@media only screen and (max-width:767px){.ee-hero--m-bottom .ee-hero__content{align-items:flex-end;padding-bottom:calc(var(--ee-hero-pad, 22px) + 14px)}.ee-hero--m-center .ee-hero__content{align-items:center}.ee-hero--m-top .ee-hero__content{align-items:flex-start}.ee-hero--m-center .ee-hero__scrim{background:var(--ee-hero-scrim, rgba(0, 0, 0, .45))}.ee-hero--m-top .ee-hero__scrim{background:linear-gradient(to bottom,var(--ee-hero-scrim, rgba(0, 0, 0, .45)) 0%,var(--ee-hero-scrim-0, rgba(0, 0, 0, 0)) 62%)}.ee-hero--m-align-center .ee-hero__inner{text-align:center}.ee-hero--m-align-center .ee-hero__btns,.ee-hero--m-align-center .ee-hero__proof{justify-content:center}.ee-hero__btn{flex:1 1 0;min-width:0;padding-right:12px;padding-left:12px}}@media only screen and (min-width:768px){.ee-hero__slide{aspect-ratio:auto;height:var(--ee-hero-height, 440px)}.ee-hero__content{align-items:center;padding:var(--ee-hero-pad-d, 48px)}.ee-hero__inner{max-width:var(--ee-hero-width-d, 520px)}.ee-hero .ee-hero__heading{margin-bottom:12px;font-size:var(--ee-hero-h1-d, 46px)}.ee-hero__text{margin-bottom:22px;font-size:var(--ee-hero-body-d, 16px)}.ee-hero__btns{margin-bottom:22px}.ee-hero--d-left .ee-hero__content{justify-content:flex-start}.ee-hero--d-center .ee-hero__content{justify-content:center;text-align:center}.ee-hero--d-center .ee-hero__btns,.ee-hero--d-center .ee-hero__proof{justify-content:center}.ee-hero--d-right .ee-hero__content{justify-content:flex-end;text-align:right}.ee-hero--d-right .ee-hero__btns,.ee-hero--d-right .ee-hero__proof{justify-content:flex-end}.ee-hero--d-left .ee-hero__scrim{background:linear-gradient(to right,var(--ee-hero-scrim, rgba(0, 0, 0, .45)) 0%,var(--ee-hero-scrim-0, rgba(0, 0, 0, 0)) 72%)}.ee-hero--d-right .ee-hero__scrim{background:linear-gradient(to left,var(--ee-hero-scrim, rgba(0, 0, 0, .45)) 0%,var(--ee-hero-scrim-0, rgba(0, 0, 0, 0)) 72%)}.ee-hero--d-center .ee-hero__scrim{background:var(--ee-hero-scrim, rgba(0, 0, 0, .45))}.ee-hero__arrow{display:flex}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/ee-hero-slider.css.map */
