.bv-reels-section{position:relative;width:100%;overflow:hidden}.bv-reels-container{display:flex;flex-direction:column;align-items:center;width:100%}.bv-reels-header{text-align:center;margin-bottom:2.4rem}.bv-reels-subheading{display:block;font-family:var(--font-body-family);font-size:1.1rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:rgba(var(--color-foreground),.5);margin-bottom:.8rem}.bv-reels-heading{font-family:var(--font-heading-family);font-size:3.2rem;font-weight:300;color:rgb(var(--color-foreground));margin:0;line-height:1.2}.bv-reels-viewport-wrapper{position:relative;width:100%;max-width:430px;height:750px;max-height:85vh;margin:0 auto;border-radius:24px;box-shadow:0 20px 50px #0000001f,0 2px 10px #00000014;background-color:#000;overflow:hidden}@media screen and (max-width:500px){.bv-reels-viewport-wrapper{max-width:100%;height:80vh;border-radius:16px}}.bv-reels-global-mute-btn{position:absolute;top:1.6rem;right:1.6rem;z-index:30;width:38px;height:38px;border-radius:50%;background:#00000073;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,background .2s ease}.bv-reels-global-mute-btn:hover{transform:scale(1.08);background:#000000a6}.bv-reels-global-mute-btn.is-muted .bv-icon-unmuted{display:none}.bv-reels-global-mute-btn:not(.is-muted) .bv-icon-muted{display:none}.bv-reels-feed{width:100%;height:100%;display:flex;flex-direction:column;overflow-y:scroll;scroll-snap-type:y mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch}.bv-reels-feed::-webkit-scrollbar{display:none}.bv-reel-card{position:relative;width:100%;height:100%;flex:0 0 100%;scroll-snap-align:start;scroll-snap-stop:always;overflow:hidden;background-color:#000;user-select:none;-webkit-user-select:none}.bv-reel-video-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden;cursor:pointer}.bv-reel-video{width:100%;height:100%;object-fit:cover;display:block}.bv-reel-pause-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);z-index:5;width:72px;height:72px;border-radius:50%;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease}.bv-reel-card.is-paused .bv-reel-pause-indicator{opacity:1;transform:translate(-50%,-50%) scale(1)}.bv-reel-top-overlay{position:absolute;top:0;left:0;width:100%;padding:1rem 1.2rem;z-index:10;background:linear-gradient(180deg,#00000080,#0000);pointer-events:none}.bv-reel-progress-bar{width:100%;height:3px;background:#ffffff4d;border-radius:3px;overflow:hidden}.bv-reel-progress-fill{width:0%;height:100%;background:#fff;transition:width .1s linear}.bv-reel-actions-sidebar{position:absolute;right:1.2rem;bottom:14.5rem;z-index:20;display:flex;flex-direction:column;align-items:center;gap:1.6rem}.bv-reel-action-btn{background:transparent;border:none;padding:0;display:flex;flex-direction:column;align-items:center;gap:.4rem;color:#fff;cursor:pointer;text-decoration:none}.bv-reel-action-icon-circle{width:44px;height:44px;border-radius:50%;background:#0006;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:#fff;transition:transform .2s ease,background-color .2s ease}.bv-reel-action-icon-circle.whatsapp-bg{background:#25d366;border-color:#25d366;color:#fff}.bv-reel-action-btn:hover .bv-reel-action-icon-circle{transform:scale(1.1)}.bv-reel-like-btn.is-liked .bv-reel-action-icon-circle{background:#ff2b55;border-color:#ff2b55}.bv-reel-like-btn.is-liked svg{fill:#fff}.bv-reel-action-label{font-family:var(--font-body-family);font-size:1.1rem;font-weight:600;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.6);white-space:nowrap}.bv-reel-products-overlay{position:absolute;bottom:1.4rem;left:1.2rem;right:1.2rem;z-index:20;width:calc(100% - 2.4rem)}.bv-reel-products-track{display:flex;flex-wrap:nowrap;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:.2rem}.bv-reel-products-track::-webkit-scrollbar{display:none}.bv-reel-product-card{flex:0 0 100%;width:100%;scroll-snap-align:start;background:#fff;border-radius:20px;padding:1.4rem;box-shadow:0 12px 35px #00000047;display:flex;flex-direction:column;gap:1.2rem;box-sizing:border-box;color:#121212}.bv-reel-product-top-row{display:flex;align-items:center;gap:1.2rem;width:100%}.bv-reel-product-thumb-link{flex-shrink:0;display:block;text-decoration:none}.bv-reel-product-thumb{width:64px;height:64px;border-radius:12px;background:#f4f4f4;overflow:hidden;flex-shrink:0}.bv-reel-product-thumb img{width:100%;height:100%;object-fit:cover;display:block}.bv-reel-product-details{flex:1;min-width:0;display:flex;flex-direction:column;gap:.4rem}.bv-reel-product-title-link{text-decoration:none;color:inherit}.bv-reel-product-title{margin:0;font-family:var(--font-body-family);font-size:1.4rem;font-weight:500;color:#121212;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bv-reel-product-price-row{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.bv-reel-price{font-family:var(--font-body-family);font-size:calc(var(--font-body-scale) * 1.05rem);font-weight:400;color:#121212}.bv-reel-compare-price{font-family:var(--font-body-family);font-size:1.2rem;color:#999;text-decoration:line-through}.bv-reel-discount-badge{font-family:var(--font-body-family);font-size:1rem;font-weight:700;color:#121212;background:#e0e0e0;padding:.2rem .6rem;border-radius:4px;letter-spacing:.03em;text-transform:uppercase}.bv-reel-product-bottom-row,.bv-reel-add-form{width:100%}.bv-reel-add-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:1.1rem 1.4rem;font-family:var(--font-body-family);font-size:1.2rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;color:#fff;background:#000;border:none;border-radius:12px;cursor:pointer;transition:background-color .2s ease,transform .15s ease}.bv-reel-add-btn:hover:not([disabled]){background:#222;transform:translateY(-1px)}.bv-reel-add-btn[disabled]{opacity:.6;cursor:not-allowed}.bv-toast-notification{position:fixed;bottom:2rem;left:50%;transform:translate(-50%) translateY(20px);background:#121212;color:#fff;font-family:var(--font-body-family);font-size:1.3rem;font-weight:500;padding:1rem 2rem;border-radius:30px;box-shadow:0 10px 25px #00000040;z-index:9999;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease}.bv-toast-notification.is-visible{opacity:1;transform:translate(-50%) translateY(0)}
/*# sourceMappingURL=/cdn/shop/t/2/assets/bv-shoppable-reels.css.map */
