tabbed-hot-products.tabbed-hot-products{display:block;max-width:100%;overflow:hidden;background:var(--tabbed-products-background);color:var(--tabbed-products-color)}.tabbed-hot-products,.tabbed-hot-products *{box-sizing:border-box}.tabbed-hot-products__inner{width:100%;min-width:0;margin-inline:auto;padding:var(--tabbed-products-padding-top) 1.5rem var(--tabbed-products-padding-bottom)}.tabbed-hot-products__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.4rem}.tabbed-hot-products__heading{margin:0;color:inherit;text-align:start}.tabbed-hot-products__view-all{display:inline-flex;flex:0 0 auto;align-items:center;gap:.2rem;color:inherit;font-weight:600;text-decoration:none}.tabbed-hot-products__view-all[hidden]{display:none}.tabbed-hot-products__view-all svg{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.75}[dir=rtl] .tabbed-hot-products__view-all svg{transform:scaleX(-1)}.tabbed-hot-products__tab-scroll{max-width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch}.tabbed-hot-products__tab-scroll::-webkit-scrollbar{display:none}.tabbed-hot-products__tabs{display:flex;width:max-content;min-width:100%;align-items:flex-end;gap:clamp(1.25rem,2.25vw,2.5rem)}.tabbed-hot-products__tab{position:relative;display:block;width:auto;min-width:0;margin:0;padding:0 0 .65rem;border:0;background:transparent;color:var(--tabbed-products-muted-color);font:inherit;font-weight:600;line-height:1.2;white-space:nowrap;cursor:pointer}.tabbed-hot-products__tab:after{position:absolute;inset-inline:0;inset-block-end:0;height:2px;background:var(--tabbed-products-accent);content:"";opacity:0}.tabbed-hot-products__tab.is-active{color:var(--tabbed-products-color)}.tabbed-hot-products__tab.is-active:after{opacity:1}.tabbed-hot-products__tab:focus-visible{outline:0;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:.35rem}.tabbed-hot-products__tab.is-active:focus-visible{text-decoration:none}.tabbed-hot-products__panels{margin-top:1rem}.tabbed-hot-products:not(.is-ready) .tabbed-hot-products__panel:not(:first-child),.tabbed-hot-products__panel[hidden]{display:none}.tabbed-hot-products__grid[hidden]{display:none}.tabbed-hot-products__grid{display:grid;grid-template-columns:repeat(var(--tabbed-products-columns),minmax(0,1fr));gap:var(--tabbed-products-gap);width:100%;margin:0;padding:0;list-style:none}@media screen and (min-width:990px){.tabbed-hot-products__inner{width:calc(100% - 3rem);padding-inline:0}}.tabbed-hot-products .hot-products-carousel__slide.tabbed-hot-products__card-item{width:auto;min-width:0;height:var(--tabbed-products-card-height);flex:none}.tabbed-hot-products .hot-products-carousel__card{background:var(--hot-product-card-background, var(--tabbed-products-card-background))}.tabbed-hot-products .hot-products-carousel__media{inset-inline-start:50%;width:50%;background:transparent}.tabbed-hot-products .hot-products-carousel__image,.tabbed-hot-products .hot-products-carousel__placeholder{object-fit:contain}.tabbed-hot-products .hot-products-carousel__overlay{display:none}.tabbed-hot-products .hot-products-carousel__content{width:58%;max-width:none;justify-content:center;gap:.6rem;margin-right:auto;margin-left:0;padding:var(--tabbed-products-content-padding)}[dir=rtl] .tabbed-hot-products .hot-products-carousel__content{direction:rtl;align-items:flex-end;text-align:right}[dir=rtl] .tabbed-hot-products .hot-products-carousel__title,[dir=rtl] .tabbed-hot-products .hot-products-carousel__description,[dir=rtl] .tabbed-hot-products .hot-products-carousel__price{width:100%;text-align:right;unicode-bidi:plaintext}.tabbed-hot-products--horizontal .hot-products-carousel__media{top:0;right:0;bottom:0;left:0;width:100%}.tabbed-hot-products--horizontal .hot-products-carousel__image,.tabbed-hot-products--horizontal .hot-products-carousel__placeholder{object-fit:cover}.tabbed-hot-products--vertical .hot-products-carousel__card{display:flex;flex-direction:column}.tabbed-hot-products--vertical .hot-products-carousel__media{position:relative;inset:auto;width:100%;min-height:0;flex:1 1 auto}.tabbed-hot-products--vertical .hot-products-carousel__content{width:100%;height:auto;flex:0 0 auto;justify-content:flex-start;margin-inline:0}.tabbed-hot-products .hot-products-carousel__title{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.tabbed-hot-products .hot-products-carousel__description{display:-webkit-box;overflow:hidden;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:3}.tabbed-hot-products .hot-products-carousel__cta{min-width:min(9rem,100%)}.tabbed-hot-products__all-card-item{min-width:0;height:var(--tabbed-products-card-height)}.tabbed-hot-products__all-card{display:flex;width:100%;height:100%;align-items:center;justify-content:center;gap:.35rem;background:var(--tabbed-products-card-background);color:var(--tabbed-products-card-color);font-weight:600;text-decoration:none}.tabbed-hot-products__all-card svg{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.75}[dir=rtl] .tabbed-hot-products__all-card svg{transform:scaleX(-1)}@media screen and (min-width:750px){.tabbed-hot-products--with-all-card .tabbed-hot-products__grid{grid-template-columns:repeat(var(--tabbed-products-columns),minmax(0,1fr)) minmax(4.5rem,.4fr)}.tabbed-hot-products--with-all-card .tabbed-hot-products__all-card-item{grid-row:1;grid-column:-2 / -1;width:auto;justify-self:stretch}}@media screen and (max-width:749px){.tabbed-hot-products__inner{padding-inline:1rem}.tabbed-hot-products--mobile-1 .tabbed-hot-products__grid{grid-template-columns:minmax(0,1fr)}.tabbed-hot-products--mobile-2 .tabbed-hot-products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tabbed-hot-products .hot-products-carousel__slide.tabbed-hot-products__card-item{width:auto;height:var(--tabbed-products-card-height-mobile)}.tabbed-hot-products--horizontal .hot-products-carousel__content{width:62%}.tabbed-hot-products--horizontal .hot-products-carousel__image,.tabbed-hot-products--horizontal .hot-products-carousel__placeholder{object-fit:var(--tabbed-products-mobile-image-fit, cover)}.tabbed-hot-products__all-card-item{height:var(--tabbed-products-card-height-mobile)}.tabbed-hot-products--with-all-card .tabbed-hot-products__all-card-item{grid-column:1 / -1;width:100%;height:auto}.tabbed-hot-products--with-all-card .tabbed-hot-products__all-card{min-height:3rem;padding:.65rem 1rem}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/section-tabbed-hot-products.css.map */
