.hotspot-quickview-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;animation:fadeIn .3s forwards}@keyframes fadeIn{to{opacity:1}}.hotspot-quickview-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.hotspot-quickview-container{position:relative;width:90%;max-width:1000px;max-height:90vh;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out;z-index:10000}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.hotspot-quickview-close{position:absolute;top:15px;right:15px;width:40px;height:40px;background:#fffffff2;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10001;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}.hotspot-quickview-close:hover{background:#fff;transform:rotate(90deg);box-shadow:0 4px 12px #0003}.hotspot-quickview-close svg{width:20px;height:20px;color:#333}.hotspot-quickview-content{max-height:90vh;overflow-y:auto;padding:30px;-webkit-overflow-scrolling:touch}.hotspot-quickview-loading{display:flex;align-items:center;justify-content:center;min-height:300px}.spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #333;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hotspot-quickview-product{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.hotspot-quickview-images{position:sticky;top:0}.hotspot-quickview-images img{width:100%;height:auto;border-radius:8px;display:block}.hotspot-quickview-info{display:flex;flex-direction:column;gap:20px}.hotspot-quickview-title{font-size:28px;font-weight:600;line-height:1.3;margin:0;color:#333}.hotspot-quickview-price{font-size:24px;font-weight:700;color:#333}.hotspot-quickview-price .money{color:#333}.hotspot-quickview-price .compare-at{text-decoration:line-through;color:#999;font-size:20px;margin-left:10px}.hotspot-quickview-description{font-size:15px;line-height:1.6;color:#666;max-height:150px;overflow-y:auto}.hotspot-quickview-link{display:inline-block;margin-top:15px;color:#333;text-decoration:none;font-weight:600;font-size:14px;transition:all .2s ease;border-bottom:2px solid #333;padding-bottom:2px}.hotspot-quickview-link:hover{color:#000;border-bottom-color:#000;transform:translate(5px)}.hotspot-view-product-btn{display:inline-block;width:100%;padding:16px 30px;background:#333;color:#fff!important;border:none;border-radius:6px;font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:1px;text-align:center;text-decoration:none;cursor:pointer;transition:all .3s ease;margin-top:20px}.hotspot-view-product-btn:hover{background:#000;transform:translateY(-2px);box-shadow:0 4px 12px #0003;color:#fff!important}.hotspot-quickview-content .product-form{margin-top:20px}.hotspot-quickview-content .product-form__item{margin-bottom:20px}.hotspot-quickview-content .product-form__item label{display:block;font-weight:600;margin-bottom:8px;font-size:14px;text-transform:uppercase;letter-spacing:.5px;color:#333}.hotspot-quickview-content .product-form select,.hotspot-quickview-content .product-form input[type=number]{width:100%;padding:12px 15px;border:2px solid #e0e0e0;border-radius:6px;font-size:15px;transition:border-color .2s ease;background:#fff}.hotspot-quickview-content .product-form select:focus,.hotspot-quickview-content .product-form input[type=number]:focus{outline:none;border-color:#333}.hotspot-quickview-content .product-form__cart-submit{width:100%;padding:16px 30px;background:#333;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:600;text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:all .3s ease;margin-top:20px}.hotspot-quickview-content .product-form__cart-submit:hover{background:#000;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.hotspot-quickview-content .product-form__cart-submit:disabled{background:#ccc;cursor:not-allowed;transform:none}.hotspot-quickview-content .variant-input-wrap{display:flex;flex-wrap:wrap;gap:10px}.hotspot-quickview-content .variant-input-wrap input[type=radio]{display:none}.hotspot-quickview-content .variant-input-wrap label{padding:10px 20px;border:2px solid #e0e0e0;border-radius:6px;cursor:pointer;transition:all .2s ease;font-weight:500;text-transform:none;letter-spacing:normal}.hotspot-quickview-content .variant-input-wrap input[type=radio]:checked+label{border-color:#333;background:#333;color:#fff}.hotspot-quickview-content .variant-input-wrap label:hover{border-color:#333}@media screen and (max-width: 768px){.hotspot-quickview-container{width:95%;max-height:95vh;border-radius:8px}.hotspot-quickview-content{padding:20px}.hotspot-quickview-product{grid-template-columns:1fr;gap:25px}.hotspot-quickview-images{position:relative}.hotspot-quickview-title{font-size:22px}.hotspot-quickview-price{font-size:20px}.hotspot-quickview-close{width:36px;height:36px;top:10px;right:10px}.hotspot-quickview-close svg{width:18px;height:18px}.hotspot-quickview-description{font-size:14px;max-height:120px}.hotspot-quickview-content .product-form__cart-submit,.hotspot-view-product-btn{padding:14px 25px;font-size:15px}}@media screen and (max-width: 480px){.hotspot-quickview-container{width:100%;max-height:100vh;border-radius:0}.hotspot-quickview-content{padding:15px}.hotspot-quickview-title{font-size:20px}.hotspot-quickview-price{font-size:18px}.hotspot-quickview-content .product-form select,.hotspot-quickview-content .product-form input[type=number]{padding:10px 12px;font-size:14px}.hotspot-quickview-content .variant-input-wrap label{padding:8px 16px;font-size:14px}}.hotspot-quickview-content::-webkit-scrollbar{width:8px}.hotspot-quickview-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.hotspot-quickview-content::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.hotspot-quickview-content::-webkit-scrollbar-thumb:hover{background:#555}@media (hover: none) and (pointer: coarse){.hotspot-quickview-close{width:44px;height:44px}.hotspot-quickview-content .product-form__cart-submit{padding:18px 30px;font-size:16px}.hotspot-quickview-content .variant-input-wrap label{min-height:44px;display:flex;align-items:center;justify-content:center}}.hotspot-quickview-close:focus{outline:2px solid #333;outline-offset:2px}.hotspot-quickview-content .product-form select:focus,.hotspot-quickview-content .product-form input:focus{outline:2px solid #333;outline-offset:2px}@keyframes successPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.hotspot-quickview-content .product-form__cart-submit.success{animation:successPulse .3s ease;background:#4caf50!important}.hotspots-wrapper.hide-content-panel .hotspots__content{display:none!important}.hotspots-wrapper.hide-content-panel .hotspots{width:100%!important;max-width:100%;margin:0 auto}.hotspots-wrapper.hide-content-panel .hotspots__image{max-width:100%;width:100%}.hotspots-wrapper.hide-content-panel .hotspots__buttons{position:absolute;top:0;left:0;width:100%;height:100%}.hotspots-wrapper.hide-content-panel{display:block!important}@media only screen and (max-width: 768px){.hotspots-wrapper.hide-content-panel .hotspots{width:100%!important}}.hotspot__button{display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.hotspot__button .icon{display:block;transition:all .3s ease}@media only screen and (max-width: 768px){.hotspot__button{min-width:44px!important;min-height:44px!important}}.hotspots__image{overflow:hidden;position:relative}.grid__image-ratio{position:relative}.hotspots__image img{transition:transform .3s ease,border-radius .3s ease;width:100%;height:100%}.hotspots{position:relative}.hotspots__buttons{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.hotspot__button{pointer-events:auto}.grid__image-ratio--natural{padding-bottom:0!important;height:auto!important}.grid__image-ratio--natural img{position:relative!important;height:auto!important;width:100%}.hotspots__image:hover img{transform:scale(1.02)}@media only screen and (max-width: 768px){.hotspots__image{max-width:100%!important}.hotspots__image img{border-radius:inherit}}
/*# sourceMappingURL=/cdn/shop/t/75/assets/hotspot-product-quickview.css.map */
