.shoppable-reels-section{padding:var(--topSpace, 80px) 0 var(--bottomSpace, 80px)}.shoppable-reels-carousel{margin:0 -10px;display:flex;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.shoppable-reels-carousel::-webkit-scrollbar{display:none}.shoppable-reels-carousel.is-centered-flex{display:flex;justify-content:center;flex-wrap:wrap}.shoppable-reels-carousel .flickity-viewport{overflow:visible}.shoppable-reel-card{position:relative;width:var(--reel-width, 220px);margin:0 10px;aspect-ratio:9/16;border-radius:12px;overflow:hidden;cursor:pointer;background:var(--color-base-background-2, #f0f0f0);flex-shrink:0}.shoppable-reel-card__thumbnail{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.shoppable-reel-card__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease}.shoppable-reel-card.is-playing .shoppable-reel-card__video{opacity:1}.shoppable-reel-card__play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background:#00000080;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:opacity .3s,transform .3s}.shoppable-reel-card__play-btn svg{width:24px;height:24px;margin-left:4px}.shoppable-reel-card:hover .shoppable-reel-card__play-btn{transform:translate(-50%,-50%) scale(1.1);background:#000000b3}.shoppable-reel-card.is-playing .shoppable-reel-card__play-btn{opacity:0}.shoppable-reel-card__product-preview{position:absolute;bottom:0;left:0;right:0;padding:20px 15px 15px;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:#fff;transform:translateY(100%);transition:transform .3s ease}.shoppable-reel-card:hover .shoppable-reel-card__product-preview{transform:translateY(0)}.shoppable-reel-card__product-title{font-size:14px;font-weight:600;margin:0 0 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shoppable-reel-card__product-price{font-size:13px}.shoppable-reel-card__product-price s{opacity:.6;margin-left:8px}.shoppable-reels-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s ease}.shoppable-reels-modal.is-active{visibility:visible;opacity:1}.shoppable-reels-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000d9;cursor:pointer}.shoppable-reels-modal__content{position:relative;z-index:1;display:flex;max-width:1100px;width:95%;max-height:90vh;background:var(--color-base-background-1, #fff);border-radius:16px;overflow:hidden}.shoppable-reels-modal__close{position:absolute;top:15px;right:15px;z-index:10;width:36px;height:36px;border:none;background:#00000080;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.shoppable-reels-modal__close:hover{background:#000000b3}.shoppable-reels-modal__video-container{position:relative;flex:0 0 auto;width:400px;aspect-ratio:9/16;background:#000}.shoppable-reels-modal__video{width:100%;height:100%;object-fit:contain}.shoppable-reels-modal__video-controls{position:absolute;bottom:20px;right:20px}.shoppable-reels-modal__mute-btn{width:40px;height:40px;border:none;background:#00000080;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.shoppable-reels-modal__mute-btn:hover{background:#000000b3}.shoppable-reels-modal__mute-btn .hidden{display:none}.shoppable-reels-modal__product{flex:1;padding:30px;overflow-y:auto;max-height:90vh}.shoppable-reels-modal__product-compact{display:none}.shoppable-reels-modal__product-image{width:100%;max-width:200px;margin-bottom:20px;border-radius:8px;overflow:hidden}.shoppable-reels-modal__product-image img{width:100%;height:auto}.shoppable-reels-modal__product-title{font-size:24px;font-weight:600;margin:0 0 10px;color:var(--color-base-text, #1a1a1a)}.shoppable-reels-modal__product-price{font-size:20px;font-weight:600;margin-bottom:15px;color:var(--color-base-text, #1a1a1a)}.shoppable-reels-modal__product-price .compare-price{text-decoration:line-through;opacity:.5;margin-left:10px;font-weight:400}.shoppable-reels-modal__product-description{font-size:14px;line-height:1.6;color:var(--color-base-text, #666);margin-bottom:20px;max-height:100px;overflow-y:auto}.shoppable-reels-modal__variants{margin-bottom:20px}.shoppable-reels-modal__variant-group{margin-bottom:15px}.shoppable-reels-modal__variant-label{display:block;font-size:13px;font-weight:600;margin-bottom:8px;color:var(--color-base-text, #333)}.shoppable-reels-modal__variant-options{display:flex;flex-wrap:wrap;gap:8px}.shoppable-reels-modal__variant-option{padding:8px 16px;border:1px solid var(--color-border, #ddd);border-radius:6px;background:transparent;font-size:13px;cursor:pointer;transition:all .2s}.shoppable-reels-modal__variant-option:hover{border-color:var(--color-base-text, #333)}.shoppable-reels-modal__variant-option.is-selected{background:var(--color-base-text, #1a1a1a);color:var(--color-base-background-1, #fff);border-color:var(--color-base-text, #1a1a1a)}.shoppable-reels-modal__quantity{display:flex;align-items:center;gap:15px;margin-bottom:20px}.shoppable-reels-modal__quantity-label{font-size:13px;font-weight:600;color:var(--color-base-text, #333)}.shoppable-reels-modal__quantity-input{display:flex;align-items:center;border:1px solid var(--color-border, #ddd);border-radius:6px;overflow:hidden}.shoppable-reels-modal__quantity-btn{width:36px;height:36px;border:none;background:transparent;font-size:18px;cursor:pointer}.shoppable-reels-modal__quantity-btn:hover{background:var(--color-base-background-2, #f5f5f5)}.shoppable-reels-modal__quantity-value{width:50px;height:36px;border:none;text-align:center;font-size:14px;-moz-appearance:textfield}.shoppable-reels-modal__quantity-value::-webkit-outer-spin-button,.shoppable-reels-modal__quantity-value::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.shoppable-reels-modal__add-to-cart{width:100%;padding:14px 24px;border:none;border-radius:8px;background:var(--color-button, #1a1a1a);color:var(--color-button-text, #fff);font-size:15px;font-weight:600;cursor:pointer;transition:opacity .2s;position:relative}.shoppable-reels-modal__add-to-cart:hover{opacity:.9}.shoppable-reels-modal__add-to-cart:disabled{opacity:.5;cursor:not-allowed}.shoppable-reels-modal__add-to-cart .btn-loader{display:none}.shoppable-reels-modal__add-to-cart.is-loading .btn-text{visibility:hidden}.shoppable-reels-modal__add-to-cart.is-loading .btn-loader{display:flex;position:absolute;top:0;right:0;bottom:0;left:0;align-items:center;justify-content:center}.shoppable-reels-modal__view-product{margin-top:15px;text-align:center}.shoppable-reels-modal__view-product a{font-size:13px;color:var(--color-base-text, #666);text-decoration:underline}@media screen and (max-width: 767px){.shoppable-reel-card{width:var(--reel-width, 150px)}.shoppable-reels-modal__content{flex-direction:column;max-height:100vh;height:100vh;width:100%;border-radius:0}.shoppable-reels-modal__close{width:44px;height:44px;top:12px;right:12px;background:#000000b3}.shoppable-reels-modal__close svg{width:22px;height:22px}.shoppable-reels-modal__video-container{flex:1;width:100%;aspect-ratio:unset}.shoppable-reels-modal__product{position:absolute;bottom:0;left:0;right:0;padding:0;max-height:70vh;background:var(--color-base-background-1, #fff);border-radius:20px 20px 0 0;transform:translateY(calc(100% - 90px));transition:transform .3s ease}.shoppable-reels-modal__product.is-expanded{transform:translateY(0)}.shoppable-reels-modal__product-compact{display:flex;align-items:center;gap:12px;padding:18px 20px;border-bottom:1px solid var(--color-border, #eee)}.shoppable-reels-modal__product-compact .product-thumb{width:55px;height:55px;border-radius:8px;overflow:hidden;flex-shrink:0}.shoppable-reels-modal__product-compact .product-thumb img{width:100%;height:100%;object-fit:cover}.shoppable-reels-modal__product-compact .product-info{flex:1;min-width:0}.shoppable-reels-modal__product-compact .product-title{font-size:14px;font-weight:600;margin:0 0 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--color-base-text, #1a1a1a)}.shoppable-reels-modal__product-compact .product-price{font-size:14px;font-weight:600;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.shoppable-reels-modal__product-compact .product-price .current-price{color:var(--color-sale, #e53935)}.shoppable-reels-modal__product-compact .product-price .compare-price{text-decoration:line-through;color:#888;font-weight:400;font-size:13px}.shoppable-reels-modal__product-compact .add-btn{padding:12px 22px;border:none;border-radius:6px;background:var(--color-button, #1a1a1a);color:var(--color-button-text, #fff);font-size:14px;font-weight:600;cursor:pointer;flex-shrink:0}.shoppable-reels-modal__product-full{padding:20px;display:none}.shoppable-reels-modal__product.is-expanded .shoppable-reels-modal__product-full{display:block}}.shoppable-reels-carousel .flickity-prev-next-button{width:40px;height:40px;background:var(--color-base-background-1, #fff);box-shadow:0 2px 10px #0000001a}.shoppable-reels-carousel .flickity-prev-next-button:hover{background:var(--color-base-background-1, #fff)}.shoppable-reels-carousel .flickity-prev-next-button.previous{left:-20px}.shoppable-reels-carousel .flickity-prev-next-button.next{right:-20px}.shoppable-reels-carousel .flickity-page-dots{bottom:-30px}.shoppable-reels-carousel .flickity-page-dots .dot{width:8px;height:8px;margin:0 5px;background:var(--color-base-text, #333);opacity:.3}.shoppable-reels-carousel .flickity-page-dots .dot.is-selected{opacity:1}body.shoppable-reels-modal-open{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/8/assets/shoppable-reels.css.map */
