.shoppable-carousel{position:relative;width:100%;padding:20px 0}.shoppable-carousel__track{display:flex;align-items:center;gap:var(--sc-gap, 14px);overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;padding:0 calc((100% - var(--sc-slide-width-mobile, 84%)) / 2)}@media(min-width:750px){.shoppable-carousel__track{padding:0 calc((100% - var(--sc-slide-width-desktop, 380px)) / 2)}}.shoppable-carousel__track::-webkit-scrollbar{display:none}.shoppable-carousel__slide{position:relative;flex:0 0 var(--sc-slide-width-mobile, 84%);width:var(--sc-slide-width-mobile, 84%);height:var(--sc-slide-height, 80vh);scroll-snap-align:center;background:#000;border-radius:var(--sc-radius, 18px);border:var(--sc-border-width, 0px) solid var(--sc-border-color, #000);box-shadow:var(--sc-shadow, none);overflow:hidden;opacity:var(--sc-side-opacity, .6);transform:scale(var(--sc-side-scale, .92));transition:opacity .25s ease,transform .25s ease}@media(min-width:750px){.shoppable-carousel__slide{flex-basis:var(--sc-slide-width-desktop, 380px);width:var(--sc-slide-width-desktop, 380px)}}.shoppable-carousel__slide.is-active{opacity:1;transform:scale(1)}.shoppable-carousel__media{position:relative;width:100%;height:100%;cursor:pointer}.shoppable-carousel__video,.shoppable-carousel__image{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.shoppable-carousel__mute{position:absolute;top:var(--sc-mute-top, 16px);right:var(--sc-mute-side, 16px);width:var(--sc-mute-size, 38px);height:var(--sc-mute-size, 38px);border-radius:50%;border:none;padding:0;background:color-mix(in srgb,var(--sc-mute-bg, #000) calc(var(--sc-mute-bg-opacity, .45) * 100%),transparent);color:var(--sc-mute-icon-color, #fff);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.shoppable-carousel__mute svg{width:55%;height:55%;display:block}.shoppable-carousel__product-card{position:relative;display:flex;align-items:center;gap:var(--sc-card-gap, 10px);background:var(--sc-card-bg, #fff);border-radius:var(--sc-card-radius, 14px);padding:var(--sc-card-padding, 10px);text-decoration:none;z-index:2;font-family:var(--sc-card-font-family, inherit)}.shoppable-carousel__slide>.shoppable-carousel__product-card{position:absolute;left:var(--sc-card-margin, 12px);right:var(--sc-card-margin, 12px);bottom:var(--sc-card-margin, 12px)}.shoppable-carousel__product-image{width:var(--sc-card-image-size, 48px);height:var(--sc-card-image-size, 48px);object-fit:cover;border-radius:var(--sc-card-image-radius, 8px);flex-shrink:0}.shoppable-carousel__product-info{flex:1;min-width:0}.shoppable-carousel__product-title{font-size:var(--sc-title-size, 14px);font-weight:var(--sc-title-weight, 700);letter-spacing:var(--sc-title-spacing, 0px);text-transform:var(--sc-title-transform, uppercase);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--sc-title-color, #111);font-family:inherit}.shoppable-carousel__product-price{font-size:var(--sc-price-size, 14px);margin:4px 0 0;font-family:inherit}.shoppable-carousel__product-price s{color:var(--sc-compare-color, #999);margin-right:6px;font-weight:400}.shoppable-carousel__product-price span{font-weight:700;color:var(--sc-price-color, #111)}.shoppable-carousel__add-btn{width:var(--sc-btn-size, 40px);height:var(--sc-btn-size, 40px);min-width:var(--sc-btn-size, 40px);border-radius:var(--sc-btn-radius, 50%);border:none;background:var(--sc-btn-bg, #111);color:var(--sc-btn-icon-color, #fff);display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer;flex-shrink:0}.shoppable-carousel__add-btn svg{width:var(--sc-btn-icon-size, 18px);height:var(--sc-btn-icon-size, 18px);display:block}.shoppable-carousel__dots{display:flex;justify-content:center;gap:6px;margin-top:14px}.shoppable-carousel__dot{width:var(--sc-dot-size, 6px);height:var(--sc-dot-size, 6px);border-radius:50%;background:var(--sc-dot-color, #ccc);transition:all .2s ease}.shoppable-carousel__dot.is-active{background:var(--sc-dot-active-color, #111);width:calc(var(--sc-dot-size, 6px) * 3);border-radius:3px}.shoppable-carousel__fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000}.shoppable-carousel__fullscreen[hidden]{display:none}.shoppable-carousel__fs-track{width:100%;height:100%;overflow-y:auto;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch}.shoppable-carousel__fs-track::-webkit-scrollbar{display:none}.shoppable-carousel__fs-slide{position:relative;width:100%;height:100%;scroll-snap-align:start;scroll-snap-stop:always;background:#000}.shoppable-carousel__fs-media{width:100%;height:100%}.shoppable-carousel__fs-video,.shoppable-carousel__fs-image{width:100%;height:100%;object-fit:cover;display:block}.shoppable-carousel__fs-top{position:absolute;top:16px;right:16px;display:flex;align-items:center;gap:10px;z-index:3}.shoppable-carousel__fs-icon-btn{width:38px;height:38px;border-radius:50%;border:none;background:#00000073;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.shoppable-carousel__fs-icon-btn svg{width:55%;height:55%}.shoppable-carousel__fs-actions{position:absolute;right:var(--sc-feed-side-offset, 16px);bottom:var(--sc-feed-bottom-offset, 150px);display:flex;flex-direction:column;align-items:center;gap:var(--sc-feed-action-gap, 22px);z-index:3;font-family:var(--sc-feed-font-family, inherit)}.shoppable-carousel__fs-action{display:flex;flex-direction:column;align-items:center;gap:4px;background:none;border:none;padding:0;color:var(--sc-feed-text-color, #fff);cursor:pointer}.shoppable-carousel__fs-action svg{width:var(--sc-feed-icon-size, 30px);height:var(--sc-feed-icon-size, 30px);filter:drop-shadow(0 1px 3px rgba(0,0,0,.4))}.shoppable-carousel__fs-heart{transition:transform .15s ease}.shoppable-carousel__fs-action.is-liked .shoppable-carousel__fs-heart{fill:#ff3040;stroke:#ff3040;transform:scale(1.1)}.shoppable-carousel__fs-action span{font-size:var(--sc-feed-like-size, 13px);font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.4)}.shoppable-carousel__fs-bottom-left{position:absolute;left:var(--sc-card-margin, 12px);right:calc(var(--sc-feed-icon-size, 30px) + var(--sc-feed-side-offset, 16px) + 24px);bottom:var(--sc-card-margin, 12px);display:flex;flex-direction:column;gap:10px;z-index:3}.shoppable-carousel__fs-username{display:flex;align-items:center;gap:6px;margin:0;color:var(--sc-feed-text-color, #fff);font-family:var(--sc-feed-font-family, inherit);font-size:var(--sc-feed-username-size, 15px);font-weight:700;text-shadow:0 1px 3px rgba(0,0,0,.4)}.shoppable-carousel__fs-badge{width:16px;height:16px;flex-shrink:0}.shoppable-carousel__fs-bottom-left .shoppable-carousel__product-card{width:100%}body.shoppable-carousel-no-scroll{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/3/assets/shoppable-carousel.css.map */
