hot-products-carousel.hot-products-carousel{display:block;max-width:100%;overflow:hidden;background:var(--hot-products-background);color:var(--hot-products-color)}.hot-products-carousel,.hot-products-carousel *{box-sizing:border-box}.hot-products-carousel__inner{width:100%;min-width:0;margin-inline:auto;padding:var(--hot-products-padding-top) 1.5rem var(--hot-products-padding-bottom)}.hot-products-carousel__header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-bottom:1.5rem}.hot-products-carousel__heading{margin:0;color:inherit;text-align:start}.hot-products-carousel__controls{display:flex;flex:0 0 auto;gap:.75rem}[dir=rtl] .hot-products-carousel__controls{flex-direction:row-reverse}.hot-products-carousel__controls[hidden]{display:none}.hot-products-carousel__button{display:grid;width:2.75rem;height:2.75rem;margin:0;padding:0;place-items:center;border:1px solid currentColor;border-radius:50%;background:transparent;color:inherit;cursor:pointer}.hot-products-carousel__button:disabled{cursor:default;opacity:.35}.hot-products-carousel__button:focus-visible{outline:2px solid currentColor;outline-offset:3px}.hot-products-carousel__button svg{display:block;width:1.25rem;height:1.25rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.75}.hot-products-carousel__viewport{width:100%;min-width:0;max-width:100%;direction:ltr;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.hot-products-carousel__viewport::-webkit-scrollbar{display:none}.hot-products-carousel__viewport:focus-visible{outline:2px solid currentColor;outline-offset:3px}.hot-products-carousel.is-overflowing .hot-products-carousel__viewport{cursor:grab}.hot-products-carousel.is-dragging .hot-products-carousel__viewport{cursor:grabbing;-webkit-user-select:none;user-select:none}.hot-products-carousel.is-animating .hot-products-carousel__viewport{scroll-snap-type:none}.hot-products-carousel__track{display:flex;flex-flow:row nowrap;gap:var(--hot-products-gap);width:100%;margin:0;padding:0;list-style:none}.hot-products-carousel__slide{flex:0 0 calc((100% - (var(--hot-products-gap) * (var(--hot-products-cards-per-view) - 1))) / var(--hot-products-cards-per-view));width:calc((100% - (var(--hot-products-gap) * (var(--hot-products-cards-per-view) - 1))) / var(--hot-products-cards-per-view));min-width:0;height:var(--hot-products-card-height);scroll-snap-align:start}.hot-products-carousel__card{position:relative;display:block;width:100%;height:100%;overflow:hidden;color:var(--hot-product-content-color);text-decoration:none}.hot-products-carousel__card:focus-visible{outline:2px solid currentColor;outline-offset:-4px}.hot-products-carousel__media,.hot-products-carousel__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:block}.hot-products-carousel__media{background:color-mix(in srgb,var(--hot-products-color) 6%,var(--hot-products-background))}.hot-products-carousel__picture{position:absolute;top:0;right:0;bottom:0;left:0;display:block}.hot-products-carousel__image,.hot-products-carousel__placeholder{display:block;width:100%;height:100%;object-fit:cover;object-position:var(--hot-product-image-position)}.hot-products-carousel__image--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.hot-products-carousel__placeholder{color:color-mix(in srgb,var(--hot-products-color) 30%,transparent)}.hot-products-carousel__overlay{background:var(--hot-product-overlay-color);opacity:var(--hot-product-overlay-opacity);pointer-events:none}.hot-products-carousel__content{position:relative;z-index:1;display:flex;width:100%;max-width:min(var(--hot-products-content-max-width, 60%),34rem);height:100%;flex-direction:column;gap:.7rem;padding:var(--hot-products-content-padding);color:inherit;text-align:start}.hot-products-carousel__content--vertical-top{justify-content:flex-start}.hot-products-carousel__content--vertical-center{justify-content:center}.hot-products-carousel__content--vertical-bottom{justify-content:flex-end}.hot-products-carousel__content--start{margin-right:auto;margin-left:0;align-items:flex-start}.hot-products-carousel__content--center{margin-inline:auto;align-items:center;text-align:center}.hot-products-carousel__content--end{margin-right:0;margin-left:auto;align-items:flex-end;text-align:right}[dir=rtl] .hot-products-carousel__content{direction:rtl}[dir=rtl] .hot-products-carousel__content--start{margin-right:auto;margin-left:0;align-items:flex-end;text-align:right}[dir=rtl] .hot-products-carousel__content--end{margin-right:0;margin-left:auto;align-items:flex-start;text-align:right}[dir=rtl] .hot-products-carousel__content--center{margin-inline:auto;align-items:center;text-align:center}[dir=rtl] .hot-products-carousel__content .hot-products-carousel__cta{align-self:auto;margin-right:0;margin-left:auto}[dir=rtl] .hot-products-carousel__content.hot-products-carousel__rtl-position--left{margin-right:auto;margin-left:0}[dir=rtl] .hot-products-carousel__content.hot-products-carousel__rtl-position--right{margin-right:0;margin-left:auto}.hot-products-carousel__title,.hot-products-carousel__description,.hot-products-carousel__price{position:relative;z-index:1;width:100%;text-align:inherit;unicode-bidi:plaintext}.hot-products-carousel__cta{position:relative;z-index:1}.hot-products-carousel__title{display:block;margin:0;color:inherit;font-weight:600;line-height:1.2}.hot-products-carousel__description{display:block;width:100%;line-height:1.45;text-align:inherit;unicode-bidi:plaintext}.hot-products-carousel__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem;line-height:1.3;unicode-bidi:plaintext}.hot-products-carousel__current-price{font-weight:600}.hot-products-carousel__compare-price{opacity:.65}.hot-products-carousel__cta{display:inline-flex;min-width:8rem;min-height:2.75rem;align-items:center;justify-content:center;margin-top:.25rem;padding:.65rem 1.25rem;border:1px solid currentColor;color:inherit;line-height:1}a.hot-products-carousel__card:hover .hot-products-carousel__image{transform:scale(1.02)}.hot-products-carousel__image{transition:opacity .25s ease,transform .3s ease}@media(hover:hover)and (pointer:fine){a.hot-products-carousel__card:hover .hot-products-carousel__media--has-hover .hot-products-carousel__image--primary{opacity:0}a.hot-products-carousel__card:hover .hot-products-carousel__media--has-hover .hot-products-carousel__image--hover{opacity:1}}@media screen and (max-width:749px){.hot-products-carousel__inner{padding-top:var(--hot-products-padding-top-mobile, 24px);padding-inline:1rem}.hot-products-carousel__slide{flex-basis:100%;width:100%;height:var(--hot-products-card-height-mobile)}.hot-products-carousel__content{max-width:none}.hot-products-carousel__content--mobile-vertical-top{justify-content:flex-start}.hot-products-carousel__content--mobile-vertical-center{justify-content:center}.hot-products-carousel__content--mobile-vertical-bottom{justify-content:flex-end}.hot-products-carousel__content--mobile-start{margin-right:auto;margin-left:0;align-items:flex-start;text-align:left}.hot-products-carousel__content--mobile-start .hot-products-carousel__cta{margin-right:auto;margin-left:0}.hot-products-carousel__content--mobile-center{margin-inline:auto;align-items:center;text-align:center}.hot-products-carousel__content--mobile-center .hot-products-carousel__cta{margin-inline:auto}.hot-products-carousel__content--mobile-end{margin-right:0;margin-left:auto;align-items:flex-end;text-align:right}.hot-products-carousel__content--mobile-end .hot-products-carousel__cta{margin-right:0;margin-left:auto}[dir=rtl] .hot-products-carousel__content--mobile-start,[dir=rtl] .hot-products-carousel__content--mobile-end{text-align:right}[dir=rtl] .hot-products-carousel__content--mobile-start{align-items:flex-end}[dir=rtl] .hot-products-carousel__content--mobile-end{align-items:flex-start}[dir=rtl] .hot-products-carousel__content--mobile-center{align-items:center;text-align:center}[dir=rtl] .hot-products-carousel__content--mobile-start .hot-products-carousel__cta{margin-right:auto;margin-left:0}[dir=rtl] .hot-products-carousel__content--mobile-center .hot-products-carousel__cta{margin-inline:auto}[dir=rtl] .hot-products-carousel__content--mobile-end .hot-products-carousel__cta{margin-right:0;margin-left:auto}.hot-products-carousel__button{width:2.5rem;height:2.5rem}}@media screen and (min-width:990px){.hot-products-carousel__inner{width:calc(100% - 3rem);padding-inline:0}}@media(prefers-reduced-motion:reduce){.hot-products-carousel__image{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/section-hot-products-carousel.css.map */
