.hotspot-product-showcase{padding:64px 0 24px;background:var(--background-color, #ffffff)}.showcase-container{display:grid;grid-template-columns:1fr 1fr;margin:0 auto;align-items:start}.hotspot-product-showcase[data-layout=image-right] .showcase-image-section{grid-area:image}.hotspot-product-showcase[data-layout=image-right] .showcase-product-section{grid-area:products}.showcase-image-section{position:relative}.showcase-image-wrapper{position:relative;overflow:hidden}.showcase-main-image{width:100%;height:auto;display:block}.showcase-hotspot-btn{position:absolute;background:transparent;border:none;width:50px;height:50px;cursor:pointer;transform:translate(-50%,-50%);z-index:2;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.showcase-hotspot-btn:hover{transform:translate(-50%,-50%) scale(1.1)}.showcase-hotspot-btn .hotspot-dot{width:24px;height:24px;background:#fff;border:3px solid #e0e0e0;border-radius:50%;position:relative;z-index:3;transition:all .3s ease}.showcase-hotspot-btn.active .hotspot-dot{background:#374a94;border-color:#fff}.showcase-hotspot-btn.active .hotspot-number{color:#fff}@keyframes pulse{0%{transform:scale(.8);opacity:1}to{transform:scale(1.4);opacity:0}}.showcase-product-section{display:flex;flex-direction:column;align-items:center;height:100%}.showcase-title{font-size:4.2rem;font-weight:700;margin-top:-15px;color:#000;line-height:150%;font-family:Poppins;text-align:center}@media screen and (min-width: 1440px){.showcase-title{margin-top:-15px}}.product-slider-container{position:relative;flex:1;min-width:46rem}.showcase-product-section .slider-nav{display:flex;justify-content:center;width:100%;border-radius:0;box-shadow:none;background:transparent;top:40%;gap:46rem}@media screen and (max-width: 1200px){.product-slider-container{min-width:38rem}.showcase-product-section .slider-nav{gap:39rem}}.nav-btn{background:#fff;border:1px solid #fff;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.nav-btn:hover{color:#000;border-color:#fff;border:1px solid white}.nav-btn:disabled{opacity:.3;cursor:not-allowed}.nav-btn:disabled:hover{background:#fff;color:currentColor;border-color:#fff}.product-slider{position:relative;overflow:hidden;min-height:540px}.product-slide{display:none;position:relative;background:#fff;padding:0 20px 20px;animation:slideIn .4s ease-out;min-width:380px;min-height:530px}.product-image img{width:100%;height:100%;object-fit:cover;max-width:none!important}.product-slide.active{display:block}.showcase-product-section .product-info{margin-top:0!important}@keyframes slideIn{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}.product-badge{position:absolute;top:15px;left:15px;background:#007bff;color:#fff;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;z-index:5}.wishlist-btn{position:absolute;top:15px;right:15px;background:#ffffffe6;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:5}.wishlist-btn:hover,.wishlist-btn.active{background:#ff4757;color:#fff}.product-image{position:relative;margin-bottom:20px;border-radius:12px;overflow:hidden;aspect-ratio:1}.product-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-slide:hover .product-img{transform:scale(1.05)}.product-info{text-align:center}.showcase-product-section .card__heading .h5{font-size:2.1rem;font-weight:400;margin-bottom:15px;color:#000;line-height:150%}.showcase-product-section .color-options{display:flex;justify-content:center;gap:5px;margin-bottom:15px}.showcase-product-section .color-swatch{width:20px;height:20px;border-radius:50%;cursor:pointer}.color-swatch:hover,.color-swatch.active{border:1px solid #000}.product-price{margin-bottom:20px}.current-price{font-size:1.5rem;font-weight:700;color:#000}.compare-price{font-size:1.2rem;color:#999;text-decoration:line-through;margin-left:10px}.add-to-cart-btn{background:#000;color:#fff;border:2px solid #000000;padding:15px 40px;border-radius:50px;font-size:14px;font-weight:600;letter-spacing:1px;cursor:pointer;transition:all .3s ease;width:100%;max-width:200px}.add-to-cart-btn:hover{background:#fff;color:#000}.add-to-cart-btn.sold-out{background:#ccc;border-color:#ccc;cursor:not-allowed}.showcase-product-section .slider-dots{display:flex;justify-content:center;gap:5px}.showcase-product-section .dot{width:10px;height:12px;border-radius:50%;border:none;background:#d9d9d9;cursor:pointer;transition:all .3s ease}.showcase-product-section .dot.active{background:#374a94;transform:none}@media (max-width: 1024px){.showcase-title{font-size:4.2rem;margin-top:-15px}}@media (max-width: 768px){.hotspot-product-showcase{padding:0 0 16px}.showcase-container{display:unset}.showcase-title{font-size:2.4rem;margin-bottom:25px;text-align:center}.product-slider{min-height:400px}.showcase-hotspot-btn{width:40px;height:40px}.showcase-hotspot-btn .hotspot-dot{width:16px;height:16px}.showcase-hotspot-btn .hotspot-pulse{width:40px;height:40px}}@media (max-width: 480px){.product-slide{padding:15px}.showcase-title{font-size:1.5rem}.product-title{font-size:1.2rem}.current-price{font-size:1.3rem}}.mobile-product-drawer{position:fixed;top:8%;left:0;right:0;bottom:0;border-radius:6px;height:100%;width:100%;background:#fff;z-index:9999;transform:translateY(100%);transition:transform .3s ease-in-out;display:flex;flex-direction:column}.mobile-product-drawer.active{transform:translateY(0)}.drawer-content{flex:1;overflow-y:auto;padding:20px;position:relative}.drawer-close{position:absolute;top:15px;right:15px;font-size:26px;font-weight:700;background:transparent;border:none;cursor:pointer;z-index:10000}.drawer-slide{min-width:100%;padding:20px 10px;text-align:center}.drawer-nav{display:flex;justify-content:space-between;padding:10px 20px}.drawer-nav button{background:#000;color:#fff;border:none;padding:10px 15px;border-radius:50%;cursor:pointer}@media (min-width: 769px){.mobile-product-drawer{display:none}}.drawer-close{position:absolute;top:15px;right:15px;font-size:26px;font-weight:700;line-height:1;background:transparent;border:none;color:#333;cursor:pointer;z-index:10001}.open-drawer-btn{display:none;margin-top:12px;width:100%;max-width:280px;padding:12px 16px;border-radius:999px;border:0;background:#111;color:#fff;font-weight:600}@media (max-width: 768px){.showcase-product-section{display:none}.open-drawer-btn{display:inline-block}}.drawer-header{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:#fff;z-index:10;margin-top:20px}.drawer-title{font-size:1.4rem;font-weight:600;margin:0}.drawer-image-section{padding:10px 16px 8px}.drawer-footer{padding:8px 16px 18px}.drawer-cancel{width:100%;padding:12px 14px;border-radius:999px;border:1px solid #ddd;background:#f7f7f7;color:#111;font-weight:600}.drawer-slider{display:flex;transition:transform .3s ease}.drawer-slide{min-width:100%;padding:12px 10px 24px}@media (max-width: 768px){.showcase-image-wrapper{min-width:unset;min-height:unset}.showcase-main-image{width:100%;height:auto;object-fit:cover}}.open-drawer-btn{display:none;margin-top:14px;width:92%;max-width:360px;padding:12px 18px;border-radius:999px;border:0;background:#111;color:#fff;font-weight:600}@media (max-width: 768px){.showcase-product-section{display:none}.open-drawer-btn{display:block;margin-left:auto;margin-right:auto}.mobile-product-drawer .drawer-close{margin-left:unset!important}}.drawer-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;justify-content:center}.drawer-title{margin:0;font-size:30px;font-weight:700;width:100%;text-align:center;padding:47px 0 18px}.mobile-product-drawer .drawer-close{position:static!important;margin-left:auto;font-size:26px;line-height:1;background:transparent;border:0;color:#333}.mobile-product-drawer .drawer-content{padding:0!important;height:100%;overflow-y:auto;display:flex;flex-direction:column;-webkit-overflow-scrolling:touch;justify-content:center}.drawer-image-section{padding:10px 16px 6px}.mobile-product-drawer .drawer-hotspot{width:36px;height:36px}.mobile-product-drawer .drawer-hotspot .hotspot-dot{width:16px;height:16px;box-shadow:0 0 0 3px #00000026}.mobile-product-drawer .drawer-hotspot.active .hotspot-dot{background:#111}@media (max-width: 768px){.showcase-image-section .showcase-hotspot-btn.active .hotspot-dot{background:#374a94}}.mobile-product-drawer .drawer-slider{display:flex;transition:transform .3s ease}.mobile-product-drawer .drawer-slide{min-width:100%;padding:0 24px!important}.mobile-product-drawer .drawer-nav{left:12px;right:12px;bottom:calc(72px + env(safe-area-inset-bottom));z-index:50;display:flex;justify-content:space-between;pointer-events:none;background:transparent;margin:-42px 0;gap:19rem}.mobile-product-drawer .drawer-nav .prev-btn,.mobile-product-drawer .drawer-nav .next-btn{pointer-events:auto;width:44px;height:44px;border-radius:50%;border:0;background:#374a94;color:#fff;font-size:24px;line-height:1;display:grid;place-items:center;box-shadow:0 6px 18px #00000026}.mobile-product-drawer .main-card-wrapper .main_card_inner{max-width:149px}.mobile-product-drawer .card:not(.ratio){align-items:center}.mobile-product-drawer .drawer-footer{bottom:0;z-index:20;background:#fff;border-top:1px solid #eee;padding:10px 16px calc(10px + env(safe-area-inset-bottom))}.mobile-product-drawer .drawer-cancel{width:100%;padding:12px 16px;border-radius:999px;border:1px solid #ddd;background:#f5f5f7;color:#111;font-weight:600}.mobile-product-drawer .card,.mobile-product-drawer .card-wrapper,.mobile-product-drawer .product-card{box-shadow:none!important;background:transparent!important;border:0!important}.mobile-product-drawer .card__information,.mobile-product-drawer .card-information{padding:10px 6px 0!important;text-align:left}.mobile-product-drawer .price{margin:6px 0 12px!important}.mobile-product-drawer .quick-add__submit,.mobile-product-drawer .product-form button[type=submit],.mobile-product-drawer .add-to-cart-btn,.mobile-product-drawer .button{width:100%;border-radius:999px;padding:12px 16px}.mobile-product-drawer .card__media img,.mobile-product-drawer .media img,.mobile-product-drawer .product__media img{object-fit:contain!important;background:#fff}.drawer-title-1{display:none}@media (max-width: 768px){.drawer-title-1{display:block;font-size:24px;line-height:100%;text-align:center;letter-spacing:normal;padding:32px 0 16px;font-weight:700;font-family:Poppins}}.dot:focus{outline:2px solid #fff;outline-offset:2px}@media (max-width: 768px){.mobile-product-drawer .main-card-wrapper .main_card_inner{max-width:none!important;width:100%!important}.mobile-product-drawer .card:not(.ratio){align-items:stretch!important}.mobile-product-drawer .drawer-slide,.mobile-product-drawer .card,.mobile-product-drawer .card-wrapper,.mobile-product-drawer .product-card,.mobile-product-drawer .card__media,.mobile-product-drawer .media,.mobile-product-drawer .product__media{width:100%!important;max-width:100%!important}.mobile-product-drawer .card__media img,.mobile-product-drawer .media img,.mobile-product-drawer .product__media img{display:block;width:100%!important;object-fit:contain!important;background:#fff!important}.mobile-product-drawer .card__information,.mobile-product-drawer .card-information,.mobile-product-drawer .product__information{padding:10px 6px 0!important;text-align:left!important}.mobile-product-drawer .card__heading,.mobile-product-drawer .card__heading a,.mobile-product-drawer .product-title{font-size:16px!important;line-height:1.35!important;margin:6px 0 8px!important;color:#111!important}.mobile-product-drawer .price,.mobile-product-drawer .price__container{display:block!important;margin:8px 0 12px!important}.mobile-product-drawer .quick-add__submit,.mobile-product-drawer .product-form button[type=submit],.mobile-product-drawer .add-to-cart-btn,.mobile-product-drawer .button{width:100%!important;border-radius:999px!important;padding:12px 16px!important;margin:0 0 8px!important}.mobile-product-drawer .wishlist-btn,.mobile-product-drawer [data-wishlist-button],.mobile-product-drawer .card__badge,.mobile-product-drawer .badge{display:none!important}.mobile-product-drawer .drawer-slider{overflow-y:auto!important;overflow-x:hidden!important;transform:none!important;padding:12px 12px 16px!important}.mobile-product-drawer .drawer-slide{display:none!important;min-width:auto!important;padding:0 4px 16px!important}.mobile-product-drawer .drawer-slide.active{display:block!important}.mobile-product-drawer .drawer-close{width:40px;height:40px;position:fixed!important;top:-14px;right:45%;border-radius:50%;background:#fff;color:#111;border:0;display:grid;place-items:center;box-shadow:0 8px 18px #00000040;z-index:30}.mobile-product-drawer .drawer-image-section{display:none!important}.mobile-product-drawer .drawer-footer{background:#fff;border-top:1px solid #eee;padding:10px 12px calc(12px + env(safe-area-inset-bottom))}.mobile-product-drawer .drawer-cancel{width:100%;border-radius:999px;padding:12px 14px;border:1px solid #ddd;background:#f5f5f7;font-weight:600}}@media (max-width: 768px){.showcase-container{gap:0px}}.hotspot-product-showcase,.hotspot-product-showcase .showcase-container{overflow-x:clip}@supports not (overflow-x: clip){.hotspot-product-showcase,.hotspot-product-showcase .showcase-container{overflow-x:hidden}}.hotspot-product-showcase .showcase-image-section{grid-area:image;min-width:0}.hotspot-product-showcase .showcase-product-section{grid-area:products;min-width:0}.hotspot-product-showcase[data-layout=image-right] .showcase-container{grid-template-areas:"products image"}@media (min-width: 768px){.hotspot-product-showcase .showcase-container{grid-template-areas:"image products";grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}.collection-list{display:flex;text-decoration:none;font-size:16px;justify-content:center}.collection-list button{padding:7px 20px;background:#374a94;color:#fff;border-radius:8px;text-decoration:none;border:1px solid #374a94;cursor:pointer;margin:0 auto;font-family:Poppins;font-weight:400}.hotspot-product-showcase .showcase-product-section .slider-dots button.dot,.hotspot-product-showcase .showcase-product-section .slider-dots .dot,.hotspot-product-showcase .showcase-product-section .slider-dots button.dot:before,.hotspot-product-showcase .showcase-product-section .slider-dots button.dot:after{width:8px!important;height:8px!important;min-width:0!important;padding:0!important;margin:0 2px!important;display:inline-block!important;line-height:0!important;box-sizing:content-box!important;border-radius:50%!important;background-color:#d9d9d9!important}.hotspot-product-showcase .showcase-product-section .slider-dots .dot.active{width:8px!important;height:8px!important;background-color:#000!important}@media (max-width: 768px){.drawer-product{display:grid;grid-template-rows:auto auto;gap:10px;align-items:center;justify-items:center;justify-content:center}.drawer-media-carousel{position:relative}.drawer-media-carousel .media-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.drawer-media-carousel .media-item{min-width:100%;scroll-snap-align:center}.drawer-media-img{display:block;width:100%;height:auto;object-fit:contain;background:#fff}.drawer-media-carousel .media-dots{display:flex;justify-content:center;gap:6px;margin:8px 0 2px}.drawer-media-carousel .media-dot{width:8px;height:8px;border-radius:50%;border:0;background:#d9d9d9;padding:0}.drawer-media-carousel .media-dot.active{background:#111}.drawer-product-info{padding:0 12px;font-family:Poppins}.drawer-product-title{font-size:18px;line-height:1.35;margin:6px 0;font-weight:600}.drawer-product-desc{font-size:14px;line-height:1.5;color:#222}.drawer-cta{bottom:0;background:#fff;padding:12px 16px calc(12px + env(safe-area-inset-bottom));justify-content:center;border-top:1px solid #eee;margin-top:8px}.drawer-view-product-btn{display:inline-block;padding:12px 20px;border-radius:8px;background:#374a94;color:#fff;text-decoration:none;font-weight:700;min-width:160px;text-align:center;margin-bottom:-9px}.mobile-product-drawer .drawer-image-section{display:none!important}}@media (max-width: 768px){.drawer-media-carousel .media-track{display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:12px;padding-left:16px;padding-right:12px;scrollbar-width:none}.drawer-media-carousel .media-track::-webkit-scrollbar{display:none}.drawer-media-carousel .media-item{flex:0 0 75%!important;min-width:0!important;scroll-snap-align:start!important;padding-left:20px}.drawer-media-carousel .media-item:last-child{margin-right:4px}.drawer-media-img{width:100%;height:auto;display:block;object-fit:contain;background:#fff}.drawer-media-carousel .media-dots{margin:10px 0 4px}.drawer-product-price{margin:6px 0 8px;font-size:16px;line-height:1.35}.drawer-product-price .price-current{font-weight:700!important;color:#111!important}.drawer-product-price .price-compare{margin-left:8px!important;color:#8a8a8a!important;text-decoration:line-through;font-weight:500}.drawer-product-price .price-tax-note{margin-left:6px!important;font-size:12px!important;font-weight:600!important;color:#1b8d3b!important;white-space:nowrap}}.mobile-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:9990}.mobile-drawer-overlay.active{opacity:1;pointer-events:auto}@media (min-width: 769px){.mobile-drawer-overlay{display:none}}@media screen and (min-width: 1200px){.product-slider-container .card__content{padding-top:0}}.showcase-product-section .main-card-wrapper .card_atc_btn{font-weight:700px;font-family:Poppins;line-height:100%;letter-spacing:normal;border-radius:8px;padding:11px 16px}.showcase-product-section .main-card-wrapper .card_atc_btn>a{font-size:1.8rem}.showcase-product-section .main-card-wrapper .card_title_link{font-size:2rem!important;font-weight:400px;font-family:Poppins;line-height:150%;letter-spacing:normal;color:#000}.showcase-product-section .price_compare_main_conatiner .varient_price_main{font-size:2rem;font-weight:700px;font-family:Poppins;line-height:100%;letter-spacing:normal;color:#000}.showcase-product-section .size_variants{font-size:1.8rem;font-weight:400px;font-family:Poppins!important;line-height:150%;letter-spacing:normal;color:#000}
/*# sourceMappingURL=/cdn/shop/t/92/assets/hotspot-product-showcase.css.map */
