*{box-sizing:border-box}.hotspot-gallery-container{margin:0 auto 48px;width:100%;box-sizing:border-box;overflow:hidden}.hotspot-gallery-container .section-title{text-align:center;font-size:4.2rem;font-weight:700;font-family:Poppins;margin-bottom:3.2rem;line-height:150%;letter-spacing:normal;color:#000}.hotspot-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:475px;gap:var(--grid-gap, 8px);width:100%;box-sizing:border-box}.hotspot-gallery-container[data-layout=grid-2x3] .hotspot-gallery-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:300px}.hotspot-gallery-container[data-layout=grid-3x2] .hotspot-gallery-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:250px}.hotspot-gallery-container[data-layout=masonry] .hotspot-gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-auto-rows:minmax(315px,auto);gap:var(--grid-gap, 8px)}.hotspot-item{position:relative;overflow:hidden;background:#f5f5f5;width:100%;box-sizing:border-box;min-height:375px;min-width:315px}.hotspot-item[data-position=span-2]{grid-column:span 2}.hotspot-item[data-position=span-2-rows]{grid-row:span 2}.hotspot-item[data-position=large]{grid-column:span 2;grid-row:span 2}.hotspot-image-wrapper{position:relative;width:100%;height:100%;overflow:hidden;background-color:#f0f0f0}.image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1;transition:opacity .2s ease}.loading-spinner{width:30px;height:30px;border:2px solid #e0e0e0;border-top:2px solid #666;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hotspot_image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .2s ease;opacity:0;z-index:2}.hotspot_image.loaded{opacity:1}.hotspot_image.loaded+.image-placeholder{opacity:0;pointer-events:none}.hotspot-btn{position:absolute;background:transparent;border:none;width:40px;height:40px;cursor:pointer;transform:translate(-50%,-50%);z-index:3;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.hotspot-dot{width:24px;height:24px;background:#fff;border:5px solid #e1e1de;border-radius:50%;position:relative;z-index:2;transition:all .3s ease}.hotspot-pulse{position:absolute;width:40px;height:40px;border:2px solid rgba(255,255,255,.8);border-radius:50%;animation:pulse 2s infinite;z-index:1}.hotspot-btn[data-hotspot-id="1"] .hotspot-pulse{animation-delay:0s}.hotspot-btn[data-hotspot-id="2"] .hotspot-pulse{animation-delay:.5s}.hotspot-btn[data-hotspot-id="3"] .hotspot-pulse{animation-delay:1s}@keyframes pulse{0%{transform:scale(.5);opacity:1}to{transform:scale(1.2);opacity:0}}.hotspot-btn:hover .hotspot-dot{background:#3367d6;border-color:#fff;transform:scale(1.2)}.hotspot-modal{position:fixed;top:55%;left:50%;width:100%;height:100%;z-index:9;display:flex;align-items:center;justify-content:center;padding:20px;transform:translate(-50%,-50%)}.hotspot-modal.hidden{display:none}.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:relative;max-width:280px;width:auto;max-height:140px;min-width:250px;box-sizing:border-box}.hotspot-product-content{background:#fffc;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);width:100%;margin-bottom:2px;padding:4px;box-shadow:0 4px 12px #0000001a;gap:20}.hotspot-product-content .product-image{-webkit-backdrop-filter:blur(0px)!important;backdrop-filter:blur(0px)!important;opacity:1;border-radius:0}.hotspot-modal-close{margin:auto;background:#fff;border:none;border-radius:50%;width:20px;height:20px;font-size:20px;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;padding:0}.hotspot-modal-close:hover{background:#0003}.hotspot-product-content{padding:4px}@media (max-width: 768px){.hotspot-gallery-container{padding:10px 0;margin:0 0 30px;overflow:hidden}.hotspot-wrapper{max-width:254px}.hotspot-gallery-grid{display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;gap:10px;padding-bottom:12px}.hotspot-gallery-grid::-webkit-scrollbar{height:6px;width:6px}.hotspot-gallery-grid::-webkit-scrollbar-button{display:none;width:0;height:0}.hotspot-gallery-grid::-webkit-scrollbar-corner{background:transparent}.hotspot-gallery-grid::-webkit-scrollbar-track{background:#e0e0e0;border-radius:0;margin:0;box-shadow:none}.hotspot-gallery-grid::-webkit-scrollbar-thumb{background:#4285f4;border-radius:0;border:none;box-shadow:none;transition:background-color .2s ease}.hotspot-gallery-grid::-webkit-scrollbar-thumb:hover{background:#3367d6}.hotspot-gallery-grid::-webkit-scrollbar-thumb:active{background:#2851a3}.hotspot-gallery-grid{scrollbar-width:thin;scrollbar-color:#4285f4 #e0e0e0}.hotspot-item{flex:0 0 280px;height:350px;scroll-snap-align:start}.hotspot-item[data-position=span-2],.hotspot-item[data-position=large]{flex:0 0 350px}.hotspot-item[data-position=span-2-rows]{flex:0 0 300px}.hotspot-btn{width:44px;height:44px}.hotspot-dot{width:18px;height:18px}.hotspot-btn:hover .hotspot-dot{background:#3367d6;border-color:#fff;transform:scale(1.2)}.hotspot-pulse{width:44px;height:44px}.hotspot-gallery-container .section-title{font-weight:700;font-size:2.4rem;line-height:100%}}@keyframes fadeInOut{0%,to{opacity:.5}50%{opacity:1}}@media (max-width: 480px){.hotspot-gallery-container{padding:2px 0;margin-bottom:30px}.hotspot-gallery-grid{gap:8px;padding:0 10px 12px}.hotspot-item{flex:0 0 250px;height:300px}.hotspot-item[data-position=span-2],.hotspot-item[data-position=large]{flex:0 0 320px}.hotspot-item[data-position=span-2-rows]{flex:0 0 270px}.hotspot-modal{padding:10px}.hotspot-modal-content{width:calc(100vw - 20px);max-width:calc(100vw - 20px);max-height:85vh;margin:0}.hotspot-product-content{padding:6px}}.hotspot-gallery-grid{scroll-behavior:smooth}@media (min-width: 769px){.hotspot-gallery-container:after{display:none}.hotspot-gallery-grid::-webkit-scrollbar{display:none}.hotspot-gallery-grid{scrollbar-width:none;-ms-overflow-style:none}}.hotspot-product-content{max-width:254px}.hotspot-product-card{display:flex;justify-content:space-between;max-width:270px;gap:8px}.hotspot-product-card .hotspot_image{max-width:86px;max-height:83px}.hotspot-product-card .product-info{max-height:83px;margin:auto}.hotspot-product-card .product-image{margin-bottom:0;max-height:83px;max-width:86px}.hotspot-product-card .product-title{font-size:1.3rem;font-weight:400;color:#000;line-height:150%;letter-spacing:normal;font-family:Poppins}.hotspot-product-card .product-price{font-size:1.3rem;font-weight:700;color:#000;line-height:100%;letter-spacing:normal;font-family:Poppins;margin-bottom:5px}.hotspot-product-card .product-description{display:none!important}.hotspot-product-card .product-actions .btn-secondary{display:none}.hotspot-product-card .product-actions .btn-primary{font-size:1.3rem;font-weight:400;color:#000;line-height:150%;letter-spacing:normal;font-family:Poppins}.hotspot-product-card .product-price{margin-bottom:0}.hotspot-product-card .product-image img{max-width:86px;max-height:83px;object-fit:cover}.hotspot-product-card .product-price .compare-price{display:none}.hotspot_image{display:block!important;opacity:1!important;z-index:1!important}.hidden{display:none!important}@media (max-width: 768px){.hotspot-gallery-container .section-title{margin-bottom:2.4rem}}
/*# sourceMappingURL=/cdn/shop/t/92/assets/hotspot-gallery.css.map */
