.product-carousel{position:relative;overflow:hidden}.product-carousel__bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;pointer-events:none;z-index:0}.product-carousel__inner{position:relative;z-index:2}.product-carousel__heading{font-family:Nunito,sans-serif;font-size:40px;font-weight:400;line-height:1.2;letter-spacing:-.8px;color:#000;margin:0 0 46px;max-width:520px}.product-carousel__heading strong{font-weight:700}.product-carousel__track{display:flex;gap:24px;overflow-x:auto;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;padding-bottom:4px}.product-carousel__track::-webkit-scrollbar{display:none}.product-carousel__track.is-grabbing{cursor:grabbing;scroll-snap-type:none;-webkit-user-select:none;user-select:none}.product-carousel__card{flex:0 0 260px;scroll-snap-align:start}@media(min-width:750px){.product-carousel__card{flex:0 0 300px}}@media(min-width:990px){.product-carousel__card{flex:0 0 350px;transition:flex-basis .4s cubic-bezier(.4,0,.2,1)}.product-carousel__track:has(.product-carousel__card:hover) .product-carousel__card:not(:hover){flex-basis:340px}.product-carousel__track:has(.product-carousel__card:hover) .product-carousel__card:hover{flex-basis:380px}}.product-carousel__card-media{display:block;position:relative;height:340px;background:#f0f0f0;border-radius:16px;overflow:hidden;text-decoration:none;transition:height .4s cubic-bezier(.4,0,.2,1),margin-top .4s cubic-bezier(.4,0,.2,1),background-color .4s ease}@media(min-width:750px){.product-carousel__card-media{height:390px}}@media(min-width:990px){.product-carousel__card-media{height:440px}}.product-carousel__img--primary{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;z-index:2;transition:transform .4s cubic-bezier(.4,0,.2,1)}.product-carousel__img--hover{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;z-index:1;transition:opacity .4s ease}@media(min-width:990px){.product-carousel__card:hover .product-carousel__card-media{background-color:#383838}.product-carousel__card:hover .product-carousel__img--primary{transform:scale(.68);transform-origin:center center}.product-carousel__card:hover .product-carousel__img--hover{opacity:1}}.product-carousel__card-info{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:9px}.product-carousel__card-text{flex:1;min-width:0}.product-carousel__card-title{font-family:Nunito,sans-serif;font-size:18px;font-weight:400;letter-spacing:-.4px;line-height:1.2;margin:0}@media(min-width:990px){.product-carousel__card-title{font-size:20px}}.product-carousel__card-title a{color:#000;text-decoration:none}.product-carousel__card-title strong{font-weight:700}.product-carousel__card-price{display:block;font-family:Nunito,sans-serif;font-size:16px;font-weight:500;color:#939393;letter-spacing:-.36px;line-height:1.2;margin-top:1px}.product-carousel__card-compare-price{color:#b0b0b0;text-decoration:line-through;margin-right:4px;font-weight:400}@media(min-width:990px){.product-carousel__card-price{font-size:18px}}.product-carousel__atc-form{flex-shrink:0}.product-carousel__atc-btn{display:flex;align-items:center;justify-content:center;width:48px;height:49px;background:#000;color:#ed1f8d;border:none;cursor:pointer;clip-path:polygon(0 0,94% 12%,100% 100%,0% 100%);transition:background-color .3s ease,color .3s ease,transform .2s ease;flex-shrink:0;position:relative;text-decoration:none}@media(min-width:990px){.product-carousel__atc-btn{width:54px;height:55px}}.product-carousel__atc-btn:hover{background:#ed1f8d;color:#fff;transform:scale(1.05)}.product-carousel__atc-btn--disabled{opacity:.4;cursor:not-allowed}.product-carousel__atc-btn--disabled:hover{background:#000;color:#ed1f8d;transform:none}.product-carousel__cart-icon{transition:opacity .2s ease}.product-carousel__atc-check{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.product-carousel__atc-spinner{position:absolute;width:20px;height:20px;border:2.5px solid rgba(237,31,141,.25);border-top-color:#ed1f8d;border-radius:50%;opacity:0;pointer-events:none}.product-carousel__atc-btn.is-loading{pointer-events:none}.product-carousel__atc-btn.is-loading .product-carousel__cart-icon{opacity:0}.product-carousel__atc-btn.is-loading .product-carousel__atc-spinner{opacity:1;animation:pcSpin .65s linear infinite}.product-carousel__atc-btn.is-added{background:#c5d63d;color:#000}.product-carousel__atc-btn.is-added .product-carousel__cart-icon{opacity:0}.product-carousel__atc-btn.is-added .product-carousel__atc-check{opacity:1}@keyframes pcSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.product-carousel__deco{position:absolute;bottom:0;right:0;width:100%;height:80px;background:#000;clip-path:polygon(100% 0,100% 100%,55% 100%);z-index:1}@media(max-width:749px){.product-carousel__deco{height:50px}}.product-carousel__empty{font-family:Nunito,sans-serif;font-size:16px;color:#939393;padding:40px 0}.cart-upsell{padding:32px 0 28px;border-top:1px solid #e8e8e8;margin-top:8px}.cart-upsell-fullwidth{padding:0 1.5rem}.cart-upsell__header{margin-bottom:20px}.cart-upsell__title{font-family:Nunito,sans-serif;font-size:22px;font-weight:400;letter-spacing:-.4px;color:#000;margin:0;line-height:1.2}.cart-upsell--page{padding-left:0;padding-right:0}.cart-upsell--drawer{padding:20px 0 16px;margin:0 20px}.cart-upsell--drawer .cart-upsell__title{font-size:17px}.cart-upsell--drawer .product-carousel__track{gap:12px}.cart-upsell--drawer .product-carousel__card{flex:0 0 140px}.cart-upsell--drawer .product-carousel__card-media{height:160px;border-radius:12px}.cart-upsell--drawer .product-carousel__card-title,.cart-upsell--drawer .product-carousel__card-price{font-size:13px}.cart-upsell--drawer .product-carousel__atc-btn{width:32px;height:32px;min-width:32px}.cart-upsell--drawer .product-carousel__cart-icon{width:16px;height:16px}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-product-carousel.css.map */
