.visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}.hotspot-section{width:100%;height:min(85vh,725px);max-height:min(85vh,725px)}.hotspot-container{display:grid;grid-template-columns:1fr 1fr;height:100%;min-height:100%}.hotspot-image-wrapper{position:relative;background:#f5f5f5;height:100%;overflow:hidden}.hotspot-image-container{position:relative;width:100%;height:100%}.hotspot-main-image{width:100%;height:100%;object-fit:cover;display:block}.hotspot-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:#666;font-size:18px}.hotspot-point{position:absolute;width:40px;height:40px;border:none;background:#ffffffbf;border-radius:50%;cursor:pointer;transform:translate(-50%,-50%);transition:all .3s ease;box-shadow:0 4px 12px #0003;z-index:10}.hotspot-point:hover,.hotspot-point.active{background:#fff;transform:translate(-50%,-50%) scale(1.1)}.hotspot-point:hover,.hotspot-point:focus,.hotspot-point.active{background:#fff;transform:translate(-50%,-50%) scale(1.25);outline:2px solid #fff;outline-offset:2px}.hotspot-icon{font-size:20px;font-weight:700;color:#333}.hotspot-pulse{position:absolute;top:50%;left:50%;width:100%;height:100%;border:2px solid rgba(255,255,255,.8);border-radius:50%;transform:translate(-50%,-50%);animation:pulse 2s infinite}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:1}to{transform:translate(-50%,-50%) scale(2);opacity:0}}.image-sections{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:5}.image-section{position:absolute;border:3px solid rgba(255,255,255,.8);border-radius:8px;background:#ffffff1a;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);transition:all .3s ease}.image-section.active{border-color:#fff;background:#fff3}.hotspot-content-wrapper{position:relative;padding:80px;color:#fff;overflow:hidden;background-color:#4a90e2;background-image:linear-gradient(135deg,#4a90e2,#357abd);background-size:cover;background-position:center;background-repeat:no-repeat;transition:all .5s ease;height:100%;display:flex;flex-direction:column}.hotspot-content{height:100%;display:flex;flex-direction:column;position:relative;z-index:2;gap:1rem;flex:1;background:#33333306;padding:2rem;border-radius:20px;border:2px solid rgba(51,51,51,.05);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.hotspot-title{font-size:35px;font-weight:700;line-height:1.2;margin:0 0 16px;text-transform:uppercase;letter-spacing:0}.hotspot-subtitle{font-size:18px;opacity:.9;line-height:1.4;margin:0}.product-carousel-container{position:relative;flex:1;display:flex;align-items:center;overflow:hidden;min-height:300px}.product-carousel-track{display:flex;width:100%;transition:transform .5s ease;height:100%}.product-slide{width:100%;flex-shrink:0;color:#333;display:flex;align-items:center;height:100%}.product-image{flex:1;height:100%;overflow:hidden;box-shadow:0 8px 32px #0000001a;border-style:solid;border-color:#333;border-width:1px 0 1px 1px;background:#fff}.product-image img{width:100%;height:100%;object-fit:contain}.product-details{display:flex;flex:1;flex-direction:column;align-items:flex-start;padding:28px;background-color:#fffdf8;box-shadow:0 8px 32px #0000001a;border:1px solid #333;height:100%;justify-content:space-between}.product-category{font-size:1.4rem;color:#666;text-transform:uppercase;letter-spacing:.5px;font-family:var(--font-heading-family)}.product-title{font-size:2.2rem;font-weight:400;font-family:var(--font-heading-family);margin:0;color:#333}.product-price{margin-bottom:24px}.price-compare{text-decoration:line-through;color:#999;margin-right:8px}.price-current{font-size:20px;font-weight:600;color:#333}.product-form{display:flex;flex-direction:column;gap:16px;width:100%;max-width:300px}.variant-select{padding:12px;width:100%;border:1px solid #333;font-size:16px;background:#fff;background-position:right 10px center}.add-to-cart-btn{background:#333;color:#fff;border:none;padding:16px 24px;font-size:16px;font-weight:600;cursor:pointer;transition:background .3s ease;text-transform:uppercase;letter-spacing:.5px}.add-to-cart-btn:hover:not(:disabled){background:#555}.add-to-cart-btn.sold-out{background:#ccc;cursor:not-allowed}.product-carousel-nav{display:flex;justify-content:right;gap:12px;margin-top:auto}.carousel-btn{width:44px;height:44px;border:2px solid rgba(255,255,255,.3);background:#ffffff1a;color:#fff;border-radius:50%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.carousel-btn:hover{background:#fff3;border-color:#ffffff80}.hotspot-content-wrapper.dark-bg .hotspot-title,.hotspot-content-wrapper.dark-bg .hotspot-subtitle{color:#fff}.hotspot-content-wrapper.light-bg .hotspot-title,.hotspot-content-wrapper.light-bg .hotspot-subtitle{color:#000;text-shadow:0 1px 3px rgba(255,255,255,.8)}.hotspot-content-wrapper.dark-bg .carousel-btn{border-color:#ffffff4d;background:#ffffff1a;color:#fff}.hotspot-content-wrapper.dark-bg .carousel-btn svg{stroke:#333}.hotspot-content-wrapper.light-bg .carousel-btn svg{stroke:#fff}.hotspot-content-wrapper.light-bg .carousel-btn{border-color:#000;background:#000000bf;color:#000}.hotspot-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000}.hotspot-modal.active{display:block}.hotspot-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hotspot-modal-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:400px;overflow:hidden;box-shadow:0 20px 40px #0000004d;max-height:90vh;overflow-y:auto;background:#fff}.hotspot-modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;background:#000000b3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .2s ease}.hotspot-modal-close:hover{background:#000000e6}.modal-product-content{text-align:center;color:#333;display:flex;flex-direction:column}.modal-product-content .product-image{margin:0;overflow:hidden;max-height:325px;background:#fff}.modal-product-content .product-image img{width:100%;height:100%;max-height:325px;object-fit:contain;display:block}.modal-product-content .product-category{font-size:1.2rem;color:#666;text-transform:uppercase;letter-spacing:.5px;font-family:var(--font-heading-family)}.modal-product-content .product-title{font-size:1.8rem;font-weight:400;font-family:var(--font-heading-family);margin:8px 0 16px;color:#333}.modal-product-content .product-form{max-width:none;width:100%}@media (max-width: 1439px){.hotspot-content-wrapper{padding:60px}.hotspot-title{font-size:38px}.hotspot-content{gap:32px}.product-details{padding:24px}.product-category{font-size:1.3rem}.product-title{font-size:2rem}.product-carousel-container{min-height:280px}}@media (max-width: 1279px){.hotspot-content-wrapper{padding:50px}.hotspot-title{font-size:34px}.hotspot-subtitle{font-size:16px}.hotspot-content{gap:28px}.product-details{padding:20px}.product-category{font-size:1.2rem}.product-title{font-size:1.8rem}.add-to-cart-btn{padding:14px 20px;font-size:15px}.variant-select{padding:10px;font-size:15px}.product-carousel-container{min-height:260px}}@media (max-width: 1139px){.hotspot-content-wrapper{padding:40px}.hotspot-title{font-size:30px}.hotspot-content{gap:24px}.product-details{padding:18px}.product-category{font-size:1.1rem}.product-title{font-size:1.6rem}.carousel-btn{width:40px;height:40px}.product-form{max-width:250px}.product-carousel-container{min-height:240px}}@media (max-width: 1080px){.hotspot-content-wrapper{padding:35px}.hotspot-title{font-size:28px}.hotspot-subtitle{font-size:15px}.hotspot-content{gap:20px}.product-details{padding:16px}.product-category{font-size:1rem}.product-title{font-size:1.5rem}.add-to-cart-btn{padding:12px 18px;font-size:14px}.variant-select{padding:8px;font-size:14px}.carousel-btn{width:36px;height:36px}.product-form{max-width:220px;gap:12px}.product-carousel-container{min-height:220px}}@media (max-width: 1023px){.hotspot-content-wrapper{padding:30px}.hotspot-title{font-size:26px}.hotspot-content{gap:18px}.product-details{padding:14px}.product-title{font-size:1.4rem}.product-carousel-container{min-height:200px}}@media (min-width: 990px){.hotspot-container{grid-template-columns:1fr 1fr}.hotspot-content-wrapper{display:flex}}@media (max-width: 989px){.hotspot-section{height:min(85vh,725px);max-height:min(85vh,725px)}.hotspot-container{grid-template-columns:1fr;grid-template-rows:1fr;height:100%}.hotspot-content-wrapper{display:none}.hotspot-image-wrapper,.hotspot-image-container{height:100%}}@media (max-width: 768px){.hotspot-point{width:36px;height:36px}.hotspot-icon{font-size:18px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-product-hotspot.css.map */
