.watch-and-shop{padding:70px 20px 80px;background:#08325f;position:relative;content-visibility:auto;contain-intrinsic-size:auto 600px}.watch-and-shop__header{display:flex;flex-direction:column;align-items:center;gap:8px;max-width:774px;margin:0 auto 50px;text-align:center}.watch-and-shop__heading{font-family:Oakes Grotesk,Arial,sans-serif;text-align:center;font-size:36px;font-weight:700;text-transform:uppercase;margin:0;letter-spacing:1.25px;line-height:1.3;color:#fff}.watch-and-shop__description{font-family:Oakes Grotesk,Arial,sans-serif;font-size:18px;font-weight:400;color:#fff;line-height:1.6;margin:0}.watch-and-shop__container{position:relative;max-width:2500px;margin:0 auto}.watch-and-shop__grid-wrapper{overflow:hidden;width:100%;padding:0 60px}.watch-and-shop__grid{display:flex;gap:16px;transition:transform .4s cubic-bezier(.25,.1,.25,1);will-change:transform;backface-visibility:hidden;transform-style:preserve-3d}.watch-and-shop__grid.no-transition{transition:none}.watch-and-shop__progress-bar{display:none;width:100%;max-width:398px;height:3px;background:#595959;border-radius:30px;margin:30px auto 0;overflow:hidden}.watch-and-shop__progress-fill{height:100%;width:100%;background:#fff;border-radius:30px;transform:scaleX(.33);transform-origin:left center;transition:transform .1s ease-out;will-change:transform}.watch-and-shop__nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:39px;background:#ea6329;border:none;border-radius:300px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease;z-index:10;opacity:1}.watch-and-shop__nav:hover{background:#d55520;transform:translateY(-50%) scale(1.05)}.watch-and-shop__nav--prev{left:20px}.watch-and-shop__nav--next{right:20px}.watch-and-shop__nav svg{width:24px;height:24px}.watch-and-shop__nav:disabled{opacity:.5;cursor:not-allowed}.watch-and-shop__nav:disabled:hover{background:#ea6329;transform:translateY(-50%)}.watch-and-shop__card{background:transparent;border-radius:0;overflow:visible;cursor:pointer;transition:transform .3s ease;position:relative;flex:0 0 auto;width:332px;max-width:332px;min-width:280px}.watch-and-shop__card:hover{transform:translateY(-5px)}.watch-and-shop__video-container{position:relative;width:100%;height:429px;background:#1a1a1a;overflow:hidden;border-radius:9px 9px 0 0}.watch-and-shop__video{width:100%;height:100%;object-fit:cover;display:block;background:#1a1a1a}.watch-and-shop__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,#0003 0% 100%),#c4c4c4;color:#666;font-family:Oakes Grotesk,Arial,sans-serif}.watch-and-shop__play-btn{display:none!important;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;background:#00000080;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:5}.watch-and-shop__play-btn:hover{background:#000000b3;transform:translate(-50%,-50%) scale(1.1)}.watch-and-shop__play-btn svg{width:24px;height:24px;fill:#fff;margin-left:3px}.watch-and-shop__mute-btn{position:absolute;bottom:18px;right:18px;width:44px;height:44px;background:#0000004d;backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(1px);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:5}.watch-and-shop__mute-btn:hover{background:#00000080}.watch-and-shop__mute-btn svg{width:18px;height:18px;fill:#fff}.watch-and-shop__product-info{padding:11px 13px;background:#fff;display:flex;gap:8px;align-items:center;justify-content:space-between;border-radius:0 0 9px 9px}.watch-and-shop__product-left{display:flex;gap:8px;align-items:center;flex:1;min-width:0}.watch-and-shop__product-image{width:52px;height:55px;object-fit:cover;border-radius:2px;flex-shrink:0;background:#ececec}.watch-and-shop__product-details{flex:1;min-width:0;display:flex;flex-direction:column;gap:10px}.watch-and-shop__product-name{font-family:Oakes Grotesk,Arial,sans-serif;font-size:16px;font-weight:500;margin:0;color:#000;line-height:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.watch-and-shop__product-price{margin:0;display:flex;align-items:center;gap:4px}.watch-and-shop__product-price .price{font-family:Oakes Grotesk,Arial,sans-serif;font-size:13px;font-weight:700;color:#000}.watch-and-shop__product-price .compare-price{font-family:Montserrat,Arial,sans-serif;font-size:11px;font-weight:500;color:#00000073;text-decoration:line-through}.watch-and-shop__add-btn{width:32px;height:32px;background:#ea6329;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.watch-and-shop__add-btn:hover{background:#d55520;transform:scale(1.1)}.watch-and-shop__add-btn svg{width:21px;height:21px;fill:#fff}.watch-and-shop-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:none;align-items:center;justify-content:center}.watch-and-shop-modal.is-open{display:flex}.watch-and-shop-modal__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000f2;z-index:1}.watch-and-shop-modal__content{position:relative;z-index:2;width:90%;max-width:450px;max-height:90vh;display:flex;flex-direction:column}.watch-and-shop-modal__close{position:absolute;top:15px;right:15px;width:40px;height:40px;background:#0009;border:2px solid rgba(255,255,255,.9);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.watch-and-shop-modal__close:hover{background:#000c;border-color:#fff;transform:scale(1.1)}.watch-and-shop-modal__reels-container{display:none}@media(max-width:768px){.watch-and-shop-modal__reels-container{display:block;position:fixed;top:0;left:0;width:100%;height:100%;background:#000;z-index:2}.watch-and-shop-modal__reels-scroll{width:100%;height:100%;overflow-y:scroll;overflow-x:hidden;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.watch-and-shop-modal__reels-scroll::-webkit-scrollbar{display:none}.watch-and-shop-modal__reel-item{position:relative;width:100%;height:100vh;height:100dvh;scroll-snap-align:start;scroll-snap-stop:always;flex-shrink:0;background:#000;overflow:hidden}.watch-and-shop-modal__reel-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.watch-and-shop-modal__reel-tap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;cursor:pointer;display:flex;align-items:center;justify-content:center}.watch-and-shop-modal__reel-play-icon{opacity:0;transform:scale(.8);transition:opacity .2s ease,transform .2s ease;pointer-events:none;filter:drop-shadow(0 2px 8px rgba(0,0,0,.5))}.watch-and-shop-modal__reel-item--paused .watch-and-shop-modal__reel-play-icon{opacity:1;transform:scale(1)}.watch-and-shop-modal__indicators{position:fixed;left:12px;top:50%;transform:translateY(-50%);z-index:20;display:flex;flex-direction:column;align-items:center;gap:8px;pointer-events:none;padding:12px 6px;background:#0003;border-radius:20px}.watch-and-shop-modal__indicator{display:block;width:4px;height:12px;min-width:4px;min-height:12px;border-radius:4px;background:#ffffff59;transition:background .3s ease,height .3s ease,box-shadow .3s ease;pointer-events:auto;cursor:pointer;filter:drop-shadow(0 0 2px rgba(0,0,0,.5))}.watch-and-shop-modal__indicator--active{background:#fff;height:18px;min-height:18px;box-shadow:0 0 8px #fff9}.watch-and-shop-modal__reels-mute{position:fixed;top:58px;right:16px;z-index:20;background:#00000073;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,transform .15s}.watch-and-shop-modal__reels-mute:active{transform:scale(.9)}.watch-and-shop-modal__reels-mute svg{width:20px;height:20px}.watch-and-shop-modal__reel-product{position:absolute;bottom:0;left:0;right:0;z-index:5;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.4) 70%,transparent 100%);padding:36px 14px 24px;display:flex;align-items:center;gap:10px;text-decoration:none;color:#fff}.watch-and-shop-modal__reel-product-img-wrap{width:42px;height:42px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#ffffff1a;border:1px solid rgba(255,255,255,.15)}.watch-and-shop-modal__reel-product-img{width:100%;height:100%;object-fit:cover}.watch-and-shop-modal__reel-product-info{flex:1;min-width:0}.watch-and-shop-modal__reel-product-title{font-family:Oakes Grotesk,Arial,sans-serif;font-weight:600;font-size:13px;line-height:1.3;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}.watch-and-shop-modal__reel-product-price{display:flex;align-items:center;gap:6px;margin:3px 0 0}.watch-and-shop-modal__reel-product-price .price{font-family:Oakes Grotesk,Arial,sans-serif;font-weight:700;font-size:13px;color:#fff}.watch-and-shop-modal__reel-product-price .compare-price{font-family:Montserrat,Arial,sans-serif;font-weight:400;font-size:12px;color:#ffffff8c;text-decoration:line-through}.watch-and-shop-modal__reel-shop-btn{flex-shrink:0;background:#ea6329;color:#fff;font-family:Oakes Grotesk,Arial,sans-serif;font-weight:700;font-size:11px;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:8px;padding:9px 14px;cursor:pointer;text-decoration:none;transition:background .2s,transform .15s}.watch-and-shop-modal__reel-shop-btn:active{transform:scale(.95);background:#d55520}.watch-and-shop-modal__reel-close{position:fixed;top:16px;right:16px;width:36px;height:36px;background:#00000073;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:100;transition:background .2s,transform .15s}.watch-and-shop-modal__reel-close:active{transform:scale(.9)}.watch-and-shop-modal__reel-close svg{width:22px;height:22px;fill:#fff}.watch-and-shop-modal__content,.watch-and-shop-modal__close{display:none!important}}.watch-and-shop-modal__side-preview{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:15px;z-index:10}.watch-and-shop-modal__side-preview--prev{left:-200px}.watch-and-shop-modal__side-preview--next{right:-200px}.watch-and-shop-modal__preview-video{width:100px;height:150px;border-radius:12px;background-size:cover;background-position:center;background-color:#333;opacity:.6;transition:all .3s ease;border:2px solid rgba(255,255,255,.2);cursor:pointer;overflow:hidden;position:relative}.watch-and-shop-modal__preview-video-element{width:100%;height:100%;object-fit:cover;display:block;position:absolute;top:0;left:0}.watch-and-shop-modal__preview-video:hover{opacity:.9;transform:scale(1.05)}.watch-and-shop-modal__nav{width:48px;height:48px;background:#ffffff26;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.watch-and-shop-modal__nav:hover{background:#ffffff4d;transform:scale(1.1)}.watch-and-shop-modal__video-wrapper{position:relative;background:#000;border-radius:20px;overflow:hidden;aspect-ratio:9 / 16}.watch-and-shop-modal__video{width:100%;height:100%;object-fit:cover;display:block}.watch-and-shop-modal__actions{position:absolute;top:15px;right:15px;display:flex;flex-direction:column;gap:15px;z-index:5}.watch-and-shop-modal__sound,.watch-and-shop-modal__like,.watch-and-shop-modal__share{width:48px;height:48px;background:#0009;border:none;border-radius:50%;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative}.watch-and-shop-modal__sound:hover,.watch-and-shop-modal__like:hover,.watch-and-shop-modal__share:hover{background:#000c;transform:scale(1.1)}.watch-and-shop-modal__like.is-liked svg{fill:#ff0050;stroke:#ff0050}.like-count,.share-count{font-family:Oakes Grotesk,Arial,sans-serif;font-size:11px;color:#fff;font-weight:600}.watch-and-shop-modal__product-card{position:absolute;bottom:0;left:0;right:0;background:#fff;padding:15px;display:flex;align-items:center;gap:12px;border-radius:0 0 20px 20px;z-index:5;text-decoration:none;cursor:pointer;transition:all .3s ease}.watch-and-shop-modal__product-card:hover{background:#f9f9f9}.watch-and-shop-modal__product-link-icon{position:absolute;top:-45px;right:12px;width:32px;height:32px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#1a1a1a;transition:all .3s ease;z-index:10}.watch-and-shop-modal__product-card:hover .watch-and-shop-modal__product-link-icon{background:#fff;transform:scale(1.1)}.watch-and-shop-modal__product-img{width:60px;height:60px;object-fit:cover;border-radius:8px;flex-shrink:0}.watch-and-shop-modal__product-info{flex:1;min-width:0}.watch-and-shop-modal__product-title{font-family:Oakes Grotesk,Arial,sans-serif;font-size:14px;font-weight:600;margin:0 0 5px;color:#1a1a1a;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.watch-and-shop-modal__product-price{margin:0;display:flex;align-items:center;gap:8px}.watch-and-shop-modal__product-price .price{font-family:Oakes Grotesk,Arial,sans-serif;font-size:16px;font-weight:700;color:#1a1a1a}.watch-and-shop-modal__product-price .compare-price{font-family:Oakes Grotesk,Arial,sans-serif;font-size:13px;color:#999;text-decoration:line-through}.watch-and-shop-modal__shop-btn{font-family:Oakes Grotesk,Arial,sans-serif;background:#ea6329;color:#fff;padding:12px 20px;border-radius:8px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0;transition:all .3s ease;display:inline-block;pointer-events:none}.watch-and-shop-modal__product-card:hover .watch-and-shop-modal__shop-btn{background:#d55520;transform:translateY(-2px);box-shadow:0 4px 12px #ea63294d}.watch-and-shop-modal__swipe-hint{position:absolute;bottom:180px;left:50%;transform:translate(-50%);display:none;flex-direction:column;align-items:center;gap:12px;z-index:20;pointer-events:none;opacity:0;animation:swipeFadeIn .5s ease forwards}.watch-and-shop-modal__swipe-hint.is-visible{display:flex}.watch-and-shop-modal__swipe-hint.is-hiding{animation:swipeFadeOut .5s ease forwards}.watch-and-shop-modal__swipe-icon{animation:swipeBounce 2s ease-in-out infinite}.watch-and-shop-modal__swipe-icon svg{filter:drop-shadow(0 2px 8px rgba(0,0,0,.5))}.watch-and-shop-modal__swipe-text{font-family:Oakes Grotesk,Arial,sans-serif;font-size:16px;font-weight:600;color:#fff;text-transform:lowercase;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.5);letter-spacing:.5px}@keyframes swipeFadeIn{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes swipeFadeOut{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(20px)}}@keyframes swipeBounce{0%,to{transform:translateY(0)}50%{transform:translateY(15px)}}@media(max-width:1024px){.watch-and-shop-modal__side-preview{display:none}}@media(max-width:1024px)and (min-width:769px){.watch-and-shop__card{width:280px;min-width:260px}.watch-and-shop__video-container{height:360px}.watch-and-shop__grid-wrapper{padding:0 50px}.watch-and-shop__heading{font-size:32px}.watch-and-shop__description{font-size:16px}}@media(max-width:768px){.watch-and-shop{padding:62px 16px 40px;content-visibility:visible}.watch-and-shop__grid{will-change:auto;transform-style:flat;backface-visibility:visible}.watch-and-shop__header{margin-bottom:30px;gap:10px;max-width:398px}.watch-and-shop__heading{font-size:24px;letter-spacing:.7px}.watch-and-shop__description{font-size:14px;line-height:22px}.watch-and-shop__container{padding:0}.watch-and-shop__grid-wrapper{padding:0;-webkit-overflow-scrolling:touch;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;touch-action:pan-x pan-y;scroll-snap-type:x mandatory;scroll-padding-left:0}.watch-and-shop__grid-wrapper::-webkit-scrollbar{display:none}.watch-and-shop__grid{gap:16px;cursor:grab;display:flex;flex-wrap:nowrap;padding-right:16px}.watch-and-shop__grid:active{cursor:grabbing}.watch-and-shop__nav{display:none!important}.watch-and-shop__card{flex:0 0 auto;width:300px;min-width:300px;max-width:300px;scroll-snap-align:start}.watch-and-shop__card:hover{transform:none}.watch-and-shop__video-container{width:100%;height:388px;border-radius:8px 8px 0 0}.watch-and-shop__play-btn{width:51px;height:51px;opacity:1!important}.watch-and-shop__play-btn svg{width:20px;height:20px}.watch-and-shop__mute-btn{width:40px;height:40px;bottom:16px;right:16px;border-radius:20px}.watch-and-shop__mute-btn svg{width:16px;height:16px}.watch-and-shop__product-info{padding:10px 12px;gap:7px;border-radius:0 0 8px 8px}.watch-and-shop__product-left{width:216px;gap:7px}.watch-and-shop__product-image{width:47px;height:50px;border-radius:2px}.watch-and-shop__product-details{gap:0;justify-content:space-between;height:50px}.watch-and-shop__product-name,.watch-and-shop__product-price .price{font-size:14px}.watch-and-shop__product-price .compare-price{font-size:10px}.watch-and-shop__add-btn{width:29px;height:29px}.watch-and-shop__add-btn svg{width:19px;height:19px}.watch-and-shop__progress-bar{display:block}.watch-and-shop-modal__content{max-width:95%;width:100%}.watch-and-shop-modal__video-wrapper{border-radius:16px}}@media(max-width:480px){.watch-and-shop{padding:50px 12px 30px}.watch-and-shop__header{margin-bottom:20px}.watch-and-shop__heading{font-size:20px}.watch-and-shop__description{font-size:13px;line-height:20px}.watch-and-shop__grid{gap:12px;padding-right:12px}.watch-and-shop__card{flex:0 0 auto;width:260px;min-width:260px;max-width:260px}.watch-and-shop__video-container{width:100%;height:340px}.watch-and-shop__play-btn{width:46px;height:46px}.watch-and-shop__play-btn svg{width:18px;height:18px}.watch-and-shop__mute-btn{width:36px;height:36px;bottom:12px;right:12px}.watch-and-shop__mute-btn svg{width:14px;height:14px}.watch-and-shop__product-info{padding:8px 10px;gap:6px}.watch-and-shop__product-image{width:42px;height:45px;border-radius:2px}.watch-and-shop__product-details{height:45px}.watch-and-shop__product-name,.watch-and-shop__product-price .price{font-size:13px}.watch-and-shop__product-price .compare-price{font-size:9px}.watch-and-shop__add-btn{width:26px;height:26px}.watch-and-shop__add-btn svg{width:17px;height:17px}.watch-and-shop__progress-bar{max-width:100%;margin-top:24px}.watch-and-shop-modal__close{top:10px;right:10px;width:36px;height:36px}.watch-and-shop-modal__actions{top:10px;right:10px;gap:10px}.watch-and-shop-modal__sound,.watch-and-shop-modal__like,.watch-and-shop-modal__share{width:40px;height:40px}.watch-and-shop-modal__product-card{padding:10px;gap:10px;flex-wrap:nowrap}.watch-and-shop-modal__product-img{width:50px;height:50px}.watch-and-shop-modal__product-title{font-size:12px}.watch-and-shop-modal__product-price .price{font-size:14px}.watch-and-shop-modal__shop-btn{padding:10px 14px;font-size:11px}.watch-and-shop-modal__swipe-hint{bottom:140px}}@media(max-width:374px){.watch-and-shop{padding:40px 10px 24px}.watch-and-shop__heading{font-size:18px}.watch-and-shop__description{font-size:12px;line-height:18px}.watch-and-shop__grid{gap:10px;padding-right:10px}.watch-and-shop__card{width:220px;min-width:220px;max-width:220px}.watch-and-shop__video-container{height:290px}.watch-and-shop__play-btn{width:42px;height:42px}.watch-and-shop__play-btn svg{width:16px;height:16px}.watch-and-shop__mute-btn{width:32px;height:32px;bottom:10px;right:10px}.watch-and-shop__mute-btn svg{width:12px;height:12px}.watch-and-shop__product-info{padding:7px 8px;gap:5px}.watch-and-shop__product-image{width:38px;height:40px}.watch-and-shop__product-details{height:40px}.watch-and-shop__product-name,.watch-and-shop__product-price .price{font-size:12px}.watch-and-shop__product-price .compare-price{font-size:8px}.watch-and-shop__add-btn{width:24px;height:24px}.watch-and-shop__add-btn svg{width:15px;height:15px}.watch-and-shop__progress-bar{margin-top:20px}}@media(prefers-reduced-motion:reduce){.watch-and-shop__card,.watch-and-shop-modal__nav,.watch-and-shop-modal__close,.watch-and-shop-modal__shop-btn,.watch-and-shop__grid{transition:none}.watch-and-shop-modal__swipe-icon{animation:none}.watch-and-shop-modal__swipe-hint{animation:none;opacity:1}}
/*# sourceMappingURL=/cdn/shop/t/47/assets/section-watch-and-shop.css.map */
