auto-scrolling-products{display:block;width:var(--auto-products-section-width, 100%);color:var(--auto-products-text, #111);background:var(--auto-products-background, #fff)}.section-auto-products:has(.auto-scrolling-products--flush-top){margin-top:0;padding-top:0}.auto-scrolling-products--flush-top .auto-products{padding-top:0}.auto-scrolling-products--flush-top.auto-scrolling-products--image-contain .auto-product-card__image{object-position:var(--auto-products-media-position-x, center) top}.auto-scrolling-products--left{margin-right:auto}.auto-scrolling-products--center{margin-right:auto;margin-left:auto}.auto-scrolling-products--right{margin-left:auto}.auto-products{padding-top:var(--auto-products-padding-top, 0);padding-bottom:var(--auto-products-padding-bottom, 24px);overflow:hidden}.auto-products__header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;padding:0 3.2rem 2.4rem}.auto-products__heading{margin:0;color:inherit}.auto-products__view-all{flex:none;color:inherit;text-underline-offset:.35rem}.auto-products__stage{--auto-products-control-y: 40%;position:relative}.auto-products__track{display:flex;gap:var(--auto-products-gap, 2px);width:100%;margin:0;padding:0;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scrollbar-width:none;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.auto-products__track::-webkit-scrollbar{display:none}.auto-products__slide{flex:0 0 calc((100% - (var(--auto-products-columns, 4) - 1) * var(--auto-products-gap, 2px)) / var(--auto-products-columns, 4));min-width:0;margin:0;padding:0;list-style:none;scroll-snap-align:start}.auto-product-card{height:100%;color:inherit;background:var(--auto-products-card-background, #fff)}.auto-product-card__media{position:relative;display:block;width:100%;aspect-ratio:var(--auto-products-media-ratio, .75);overflow:hidden;color:inherit;background:var(--auto-products-media-background, transparent)}.auto-product-card__image,.auto-product-card__placeholder{display:block;width:100%;height:100%}.auto-product-card__image{object-fit:var(--auto-products-media-fit, cover);object-position:var(--auto-products-media-position, center center);transition:opacity .28s ease,transform .7s cubic-bezier(.2,.65,.3,1)}.auto-product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.auto-product-card__media--has-secondary:hover .auto-product-card__image--primary,.auto-product-card__media--has-secondary:focus-visible .auto-product-card__image--primary{opacity:0}.auto-product-card__media--has-secondary:hover .auto-product-card__image--secondary,.auto-product-card__media--has-secondary:focus-visible .auto-product-card__image--secondary{opacity:1}.auto-product-card__media:hover .auto-product-card__image,.auto-product-card__media:focus-visible .auto-product-card__image{transform:scale(1.015)}.auto-product-card__information{min-height:10.8rem;padding:2rem 3.2rem 2.6rem;background:var(--auto-products-info-background, transparent)}.auto-product-card__information--center{text-align:center}.auto-product-card__information--right{text-align:right}.auto-product-card__title{margin:0;color:inherit;font-family:var(--font-heading-family);font-size:var(--auto-products-title-size, 18px);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);line-height:1.35}.auto-product-card__title a{color:inherit;text-decoration:none}.auto-product-card__title a:hover,.auto-product-card__title a:focus-visible{text-decoration:underline;text-underline-offset:.3rem}.auto-product-card__price{display:flex;flex-wrap:wrap;gap:.8rem;margin:.7rem 0 0;color:inherit;font-family:var(--font-heading-family);font-size:var(--auto-products-price-size, 16px);line-height:1.4}.auto-product-card__information--center .auto-product-card__price{justify-content:center}.auto-product-card__information--right .auto-product-card__price{justify-content:flex-end}.auto-product-card__price s{opacity:.55}.auto-products__arrow{position:absolute;z-index:3;top:var(--auto-products-control-y, 40%);display:grid;width:4.4rem;height:4.4rem;padding:0;border:0;border-radius:0;color:var(--auto-products-arrow-color, #111);background:var(--auto-products-arrow-background, #fff);box-shadow:none;transform:translateY(-50%);cursor:pointer;place-items:center;transition:color .16s ease,background-color .16s ease}.auto-products__controls{display:contents}.auto-products__arrow:hover,.auto-products__arrow:focus-visible{color:var(--auto-products-arrow-background, #fff);background:var(--auto-products-arrow-color, #111)}.auto-products__arrow--previous{left:0}.auto-products__arrow--next{right:0}.auto-products__arrow .svg-wrapper{width:1.8rem;height:1.8rem}.auto-products__arrow svg{width:100%;height:100%}.auto-products__arrow--previous .svg-wrapper{transform:rotate(180deg)}@media screen and (min-width:750px)and (max-width:989px){.auto-products__slide{flex-basis:calc((100% - var(--auto-products-gap, 2px)) / 2)}}@media screen and (max-width:749px){auto-scrolling-products{width:100%}.auto-products__header{padding:0 1.5rem 1.8rem}.auto-products__slide{flex-basis:var(--auto-products-mobile-width, 80%)}.auto-scrolling-products--mobile-two .auto-products__slide{flex-basis:calc((100% - var(--auto-products-gap, 2px)) / 2)}.auto-product-card__information{min-height:9.2rem;padding:1.4rem 1.5rem 2rem}.auto-product-card__title{font-size:var(--auto-products-title-size-mobile, 15px)}.auto-product-card__price{font-size:var(--auto-products-price-size-mobile, 14px)}.auto-products__arrow{width:4rem;height:4rem}.auto-scrolling-products--hide-mobile-arrows .auto-products__arrow{display:none}}@media(prefers-reduced-motion:reduce){.auto-product-card__image{transition:none}}.auto-scrolling-products--controls-bottom .auto-products,.auto-scrolling-products--controls-hidden .auto-products{padding-bottom:0}.auto-scrolling-products--controls-bottom .auto-product-card__information,.auto-scrolling-products--controls-hidden .auto-product-card__information{min-height:0;padding-bottom:0}.auto-scrolling-products--controls-bottom .auto-products__controls{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 16px}.auto-scrolling-products--controls-bottom .auto-products__arrow{position:static;width:44px;height:44px;transform:none}.auto-products__arrow:focus-visible{outline:2px solid currentColor;outline-offset:-2px}
/*# sourceMappingURL=/cdn/shop/t/17/assets/section-auto-scrolling-products.css.map */
