.product-carousel-section{position:relative}.product-carousel__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.product-carousel__title{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:600;margin:0;color:rgb(var(--color-foreground))}.product-carousel__view-all{display:flex;align-items:center;gap:6px;font-size:.875rem;font-weight:500;color:rgb(var(--color-foreground));text-decoration:none;letter-spacing:.02em;transition:gap .2s ease}.product-carousel__view-all:hover{gap:10px}.product-carousel__wrapper{position:relative;display:flex;align-items:center;gap:0}.product-carousel__track-container{overflow:hidden;width:100%}.product-carousel__track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px;cursor:grab}.product-carousel__track:active{cursor:grabbing}.product-carousel__track::-webkit-scrollbar{display:none}.product-carousel__item{list-style:none;flex:0 0 calc(25% - 12px);min-width:200px;max-width:260px;scroll-snap-align:start}@media screen and (max-width:989px){.product-carousel__item{flex:0 0 calc(40% - 8px)}}@media screen and (max-width:749px){.product-carousel__item{flex:0 0 calc(65% - 8px)}}.product-carousel__card{display:block;text-decoration:none;color:inherit}.product-carousel__image-wrap{position:relative;overflow:hidden;background-color:#f5f5f5;aspect-ratio:3 / 4;border-radius:4px}.product-carousel__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.product-carousel__card:hover .product-carousel__image{transform:scale(1.04)}.product-carousel__image--placeholder{width:100%;height:100%;object-fit:cover}.product-carousel__badge{position:absolute;top:10px;left:10px;background:#e63946;color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:3px 8px;border-radius:2px}.product-carousel__wishlist{position:absolute;top:10px;right:10px;background:#ffffffe6;border:none;border-radius:50%;width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#222;transition:background .2s,transform .2s;opacity:0;transform:scale(.85)}.product-carousel__card:hover .product-carousel__wishlist{opacity:1;transform:scale(1)}.product-carousel__wishlist:hover{background:#fff}.product-carousel__info{padding:10px 2px 0}.product-carousel__brand{font-size:.8rem;font-weight:700;color:rgb(var(--color-foreground));margin:0 0 2px;text-transform:uppercase;letter-spacing:.03em}.product-carousel__name{font-size:.8rem;color:rgba(var(--color-foreground),.7);margin:0 0 6px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-carousel__price-row{display:flex;align-items:center;gap:8px}.product-carousel__price{font-size:.9rem;font-weight:600;color:rgb(var(--color-foreground))}.product-carousel__compare{font-size:.8rem;color:rgba(var(--color-foreground),.45);text-decoration:line-through}.product-carousel__btn{position:absolute;top:50%;transform:translateY(calc(-50% - 30px));z-index:2;background:#fff;border:1px solid #e0e0e0;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #0000001f;transition:box-shadow .2s,opacity .2s;color:#222}.product-carousel__btn:hover{box-shadow:0 4px 16px #0000002e}.product-carousel__btn--prev{left:-20px}.product-carousel__btn--next{right:-20px}@media screen and (max-width:749px){.product-carousel__btn{display:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/product-carousel.css.map */
