.products-grid-carousel{position:relative}.products-grid-carousel .title-wrapper{margin-bottom:3rem}.products-grid-carousel__description{margin-top:1rem;font-size:1.6rem;color:rgba(var(--color-foreground),.75)}.products-grid-carousel__wrapper{display:block}.products-grid-carousel__container{position:relative;display:flex;align-items:center;gap:2rem;min-height:400px}.products-grid-carousel__wrapper{display:block!important;visibility:visible!important}.products-grid-carousel__container{display:flex!important;visibility:visible!important}.products-grid-carousel__viewport{flex:1;overflow:hidden;position:relative}.products-grid-carousel__track{display:flex;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.products-grid-carousel__slide{flex-shrink:0;display:block;box-sizing:border-box}@media screen and (min-width: 750px){.products-grid-carousel__viewport{width:100%;overflow:hidden}.products-grid-carousel__slide{padding-right:var(--gap-horizontal)}.products-grid-carousel__slide:last-child{padding-right:0}}@media screen and (max-width: 749px){.products-grid-carousel__viewport{width:100%;overflow:hidden}.products-grid-carousel__slide{padding-right:0}.products-grid-carousel__container{gap:1rem}}.products-grid-carousel__nav{display:flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;border:none;border-radius:0;background:transparent;color:rgb(var(--color-foreground));cursor:pointer;transition:all .2s ease;flex-shrink:0;align-self:center;padding:.8rem}.products-grid-carousel__nav:hover:not(:disabled){background:rgba(var(--color-foreground),.1);color:rgb(var(--color-foreground));transform:scale(1.1)}.products-grid-carousel__nav:disabled{opacity:.3;cursor:not-allowed;transform:none}.products-grid-carousel__nav svg{width:2rem;height:2rem;transition:transform .2s ease}.products-grid-carousel__nav:hover:not(:disabled) svg{transform:scale(1.05)}.product-card{position:relative;height:100%;display:flex;flex-direction:column}.product-card__image-wrapper{position:relative;overflow:hidden;margin-bottom:1.2rem;aspect-ratio:1}.product-card__image-link{display:block;position:relative;width:100%;height:100%}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card__image--hover{position:absolute;top:0;left:0;opacity:0;transition:opacity .3s ease}.product-card:hover .product-card__image--hover{opacity:1}.product-card:hover .product-card__image:not(.product-card__image--hover){transform:scale(1.05)}.product-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:rgba(var(--color-foreground),.04)}.product-card__image-placeholder svg{width:6rem;height:6rem;opacity:.3}.product-card__badge{position:absolute;top:1rem;left:1rem;padding:.4rem .8rem;border-radius:.4rem;font-size:1.2rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;z-index:1}.product-card__badge--sale{background:rgb(var(--color-accent));color:rgb(var(--color-background))}.product-card__badge--sold-out{background:rgba(var(--color-foreground),.8);color:rgb(var(--color-background))}.product-card__info{flex:1;display:flex;flex-direction:column}.product-card__vendor{font-size:1.2rem;color:rgba(var(--color-foreground),.6);margin-bottom:.4rem;text-transform:uppercase;letter-spacing:.05em}.product-card__title{margin:0 0 .8rem;font-size:1.4rem;font-weight:500;line-height:1.3;position:relative;word-wrap:break-word;word-break:break-word;transition:all var(--duration-short) ease;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis}.product-card__title-link{color:rgb(var(--color-foreground));text-decoration:none;transition:color .2s ease}.product-card__title-link:hover{color:rgb(var(--color-accent))}.product-card__price{margin-bottom:1rem;font-weight:800}.product-card__price--regular{color:rgba(var(--color-foreground),.6);text-decoration:line-through;margin-right:.8rem}.product-card__price--sale{color:rgb(var(--color-accent))}.product-card__price--current{color:rgb(var(--color-foreground))}.product-card__rating{margin-bottom:1rem}.product-card__quick-add{margin-top:auto}.product-card__quick-add .button{width:100%;font-size:1.3rem;padding:1rem}.products-grid-carousel__view-all{margin-top:3rem}.products-grid-carousel__slide--placeholder{opacity:.6}.product-card__title-placeholder,.product-card__price--placeholder{color:rgba(var(--color-foreground),.5);font-style:italic}.product-card__image-placeholder{background:rgba(var(--color-foreground),.04);border:.1rem dashed rgba(var(--color-foreground),.2)}@media screen and (max-width: 749px){.products-grid-carousel .title-wrapper{margin-bottom:2rem}.products-grid-carousel__description{font-size:1.4rem}.products-grid-carousel__container{gap:1rem;min-height:300px}.products-grid-carousel__nav{width:3rem;height:3rem;padding:.6rem;align-self:center}.products-grid-carousel__nav svg{width:1.8rem;height:1.8rem}.product-card__image-wrapper{margin-bottom:1rem}.product-card__title{font-size:1.3rem}.products-grid-carousel__view-all{margin-top:2rem}}@media screen and (max-width: 749px){.products-grid-carousel__container{min-height:400px}.product-card{max-width:100%;margin:0 auto}.product-card__image-wrapper{margin-bottom:1.5rem}.product-card__info{text-align:center}.product-card__title{font-size:1.6rem;margin-bottom:1rem}.product-card__price{font-size:1.4rem;margin-bottom:1.5rem}}.products-grid-carousel__nav:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem}.product-card__title-link:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem;border-radius:.2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.products-grid-carousel__slide{animation:fadeInUp .4s ease forwards}.products-grid-carousel__track{transition:transform .6s cubic-bezier(.25,.46,.45,.94)}@media (prefers-reduced-motion: reduce){.products-grid-carousel__track,.products-grid-carousel__slide,.product-card__image,.product-card__image--hover,.products-grid-carousel__nav{transition:none}.products-grid-carousel__slide{animation:none;opacity:1;transform:translateY(0)}}@media (prefers-contrast: high){.products-grid-carousel__nav{border-width:.2rem}.product-card__badge{border:.1rem solid rgb(var(--color-foreground))}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/section-products-grid-carousel.css.map */
