.shop-the-feed-section{padding-bottom:60px}.shop-the-feed-section .section-header{margin-bottom:40px}.shop-the-feed-section .title{font-family:var(--font-heading-family);font-size:32px;font-weight:600;letter-spacing:.02em;margin-bottom:10px;color:var(--color-gosleep-main)}.shop-the-feed-section .description{font-size:16px;color:#0f2448;max-width:600px}.shop-the-feed-section .section-header.text-center .description{margin-left:auto;margin-right:auto}.shop-the-feed-section .shop-the-feed-slider .slick-list{margin:0 -15px}.shop-the-feed-section .feed-item-slide{padding:0 8px;outline:none}.shop-the-feed-section .feed-item-inner{position:relative;overflow:hidden;border-radius:8px;background:#f4f4f4}.shop-the-feed-section .image-wrapper{position:relative;display:block;width:100%;overflow:hidden}.shop-the-feed-section .image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.25,1,.5,1),opacity .3s ease}.shop-the-feed-section .feed-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .3s ease;pointer-events:none}.shop-the-feed-section .feed-item-slide.is-hover .feed-video{opacity:1}.shop-the-feed-section .feed-item-slide.is-hover .active-image{opacity:0}.shop-the-feed-section .video-play-pause-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;background:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;box-shadow:0 4px 15px #0003;opacity:0;visibility:hidden}.shop-the-feed-section .feed-item-slide:hover .video-play-pause-btn{opacity:1;visibility:visible}.shop-the-feed-section .video-play-pause-btn svg{width:20px;height:20px;fill:#0f2448}.shop-the-feed-section .video-play-pause-btn:hover{transform:translate(-50%,-50%) scale(1.1);background:#f4f4f4}.shop-the-feed-section .feed-item-slide.is-playing .video-play-pause-btn{opacity:0;visibility:hidden}.shop-the-feed-section .feed-item-slide.is-playing:hover .video-play-pause-btn{opacity:1;visibility:visible}.shop-the-feed-section .feed-item-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(0,0,0,.5) 0%,transparent 40%);display:flex;align-items:flex-end;justify-content:center;padding:15px;opacity:0;transition:opacity .3s ease;pointer-events:none;z-index:4}.shop-the-feed-section .feed-item-slide:hover .feed-item-overlay{opacity:1;pointer-events:auto}.shop-the-feed-section .btn-shop-look{width:100%;background:#0f2448;color:#fff;border:none;padding:14px 24px;font-size:15px;font-weight:600;text-transform:none;letter-spacing:normal;border-radius:50px;cursor:pointer;transition:all .4s cubic-bezier(.165,.84,.44,1);box-shadow:0 4px 15px #0003;transform:translateY(20px)}.shop-the-feed-section .feed-item-slide:hover .btn-shop-look{transform:translateY(0)}.shop-the-feed-section .btn-shop-look:hover{background:#fff;color:#0f2448;transform:scale(1.02)}.shop-the-feed-section .instagram-icon-link{position:absolute;top:20px;right:20px;width:24px;height:24px;fill:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));z-index:3}.shop-the-feed-section .hotspots-thumbnails{position:absolute;bottom:20px;left:20px;display:flex;gap:8px;pointer-events:none;z-index:3;transition:transform .4s cubic-bezier(.165,.84,.44,1)}.shop-the-feed-section .feed-item-slide:hover .hotspots-thumbnails{transform:translateY(-60px)}.shop-the-feed-section .hotspot-thumb{width:40px;height:40px;border-radius:4px;overflow:hidden;border:1.5px solid #fff;box-shadow:0 2px 8px #0003}.shop-the-feed-section .hotspot-thumb img{width:100%;height:100%;object-fit:cover;position:static!important}.shop-feed-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;display:flex;align-items:center;justify-content:center;visibility:hidden;opacity:0;transition:all .4s ease}.shop-feed-modal[aria-hidden=false]{visibility:visible;opacity:1}.shop-feed-modal .shop-feed-modal__overlay{display:block;position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.shop-feed-modal .shop-feed-modal__content{position:relative;background:#fff;width:95%;max-width:1100px;height:85vh;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transform:scale(.95);transition:transform .3s cubic-bezier(.165,.84,.44,1),opacity .3s ease-in-out;box-shadow:0 20px 50px #0000004d;transform-origin:center}.shop-feed-modal .shop-feed-modal__content.is-animating-out{transform:scale(.8)!important;opacity:0}.shop-feed-modal .shop-feed-modal__content.is-animating-in{transition:none!important;transform:scale(.8)!important;opacity:0}.shop-feed-modal[aria-hidden=false] .shop-feed-modal__content{transform:scale(1)}.shop-feed-modal .shop-feed-modal__close{position:absolute;top:25px;right:25px;background:#f4f4f4;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:100;transition:background .3s}.shop-feed-modal .shop-feed-modal__close:hover{background:#e5e5e5}.shop-feed-modal .shop-feed-modal__close svg{width:18px;height:18px;fill:#0f2448}.shop-feed-modal .shop-feed-modal__body{display:flex;height:100%}.shop-feed-modal .shop-feed-modal__left{flex:1.1;background:#f9f9f9;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.shop-feed-modal .modal-media-wrapper{width:100%;height:100%;position:relative;z-index:1}.shop-feed-modal .modal-main-image,.shop-feed-modal .modal-main-video{width:100%;height:100%;object-fit:cover}.shop-feed-modal .shop-feed-modal__right{flex:.9;display:flex;flex-direction:column;padding:40px;position:relative;background:#fff}.shop-feed-modal .modal-right-header{margin-bottom:20px}.shop-feed-modal .modal-heading{font-size:24px;font-weight:700;margin:0;color:#0f2448;line-height:1.2;letter-spacing:0}.shop-feed-modal .modal-instagram-info{display:flex;align-items:center;gap:12px;margin-bottom:20px}.shop-feed-modal .inst-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.shop-feed-modal .inst-username{font-weight:600;font-size:14px;margin:0}.shop-feed-modal .btn-follow{font-size:13px;color:#c9a68a;text-decoration:none;font-weight:600}.shop-feed-modal .modal-product-list{flex:1;overflow-y:auto;margin-bottom:20px;padding-right:5px}.shop-feed-modal .modal-product-item{display:flex;gap:15px;margin-bottom:10px;align-items:center;padding:10px;border-radius:12px;transition:background .3s}.shop-feed-modal .modal-product-item.active{background:#f9f9f9}.shop-feed-modal .prod-thumb{width:90px;height:85px;border-radius:8px;overflow:hidden;background:#f4f4f4;flex-shrink:0}.shop-feed-modal .prod-thumb img{width:100%;height:100%;object-fit:cover}.shop-feed-modal .prod-info{flex:1}.shop-feed-modal .prod-title{font-size:16x;font-weight:700;margin:0 0 4px;line-height:1.4}.shop-feed-modal .prod-title a{color:inherit;text-decoration:none;transition:opacity .3s;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.shop-feed-modal .prod-title a:hover{opacity:.7;text-decoration:underline}.shop-feed-modal .prod-price{font-size:15px;margin:0 0 8px;display:flex;gap:8px;align-items:center}.shop-feed-modal .old-price{color:#0f2448;text-decoration:line-through;font-weight:600}.shop-feed-modal .new-price{color:#f26551;font-weight:700}.shop-feed-modal .regular-price{color:#0f2448;font-weight:700}.shop-feed-modal .btn-add-cart{background:#0f2448;color:#fff;border:none;padding:8px 18px;border-radius:20px;font-size:12px;font-weight:600;cursor:pointer;transition:all .3s;white-space:nowrap}.shop-feed-modal .btn-add-cart:hover{background:#333;transform:scale(1.05)}.shop-feed-modal .btn-add-cart.is-loading{opacity:.7;cursor:not-allowed}.shop-feed-modal .modal-footer-nav{display:flex;justify-content:space-between;padding-top:20px;border-top:1px solid #eee}.shop-feed-modal .nav-btn{background:none;border:none;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;cursor:pointer;color:#0f2448;transition:opacity .3s;padding:5px}.shop-feed-modal .nav-btn:hover{opacity:.6}.shop-feed-modal .nav-btn svg{fill:#0f2448}.shop-feed-modal .modal-hotspots-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.shop-feed-modal .hotspot-dot{position:absolute;width:28px;height:28px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;box-shadow:0 0 10px #0003;cursor:pointer;transform:translate(-50%,-50%)}.shop-feed-modal .hotspot-dot:after{content:"";position:absolute;top:-6px;left:-6px;right:-6px;bottom:-6px;border:2px solid #fff;border-radius:50%;opacity:.5;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:.5}to{transform:scale(1.5);opacity:0}}.shop-feed-modal .modal-product-list::-webkit-scrollbar{width:4px}.shop-feed-modal .modal-product-list::-webkit-scrollbar-track{background:#f1f1f1}.shop-feed-modal .modal-product-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}@media(max-width:991px){.shop-feed-modal .shop-feed-modal__body{flex-direction:column;overflow:auto}.shop-feed-modal .shop-feed-modal__left{flex:none;height:45vh}.shop-feed-modal .shop-feed-modal__right{flex:1;padding:25px}.shop-feed-modal .shop-feed-modal__content{height:90vh;width:95%}.shop-feed-modal .modal-heading{font-size:20px}.shop-feed-modal .modal-footer-nav{width:50%;align-items:center;justify-content:center;margin:auto}.shop-the-feed-section .title{font-size:24px;margin:0}.shop-the-feed-section .section-header{margin-bottom:20px}.shop-the-feed-section{padding-bottom:0}}@media(max-width:1024px){.shop-the-feed-section .video-play-pause-btn{opacity:1!important;visibility:visible!important}.shop-the-feed-section .feed-item-slide.is-playing .video-play-pause-btn{opacity:0!important;visibility:hidden!important}.shop-the-feed-section .feed-item-slide.is-playing .video-play-pause-btn{opacity:.8!important;visibility:visible!important}.shop-the-feed-section .feed-item-overlay{opacity:1!important;pointer-events:auto!important}.shop-the-feed-section .btn-shop-look{transform:translateY(0)!important}.shop-the-feed-section .hotspots-thumbnails{transform:translateY(-60px)!important}}.shop-the-feed-modal-open{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/8/assets/component-shop-the-feed.css.map */
