@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css";:root{--primary: #00e5ff;--bg-dark: #0a0a0f;--glass-bg: rgba(15, 15, 20, .55);--glass-border: rgba(255, 255, 255, .15);--text-main: #ffffff;--text-muted: #a0a0b0}.bircher-hotspot-wrapper{position:relative;width:95%;font-family:Outfit,sans-serif;background-color:var(--bg-dark);color:var(--text-main);overflow:hidden;border-radius:20px;box-shadow:0 15px 40px #0003;box-sizing:border-box;text-align:left;margin:auto}.bircher-hotspot-wrapper *{box-sizing:border-box}.bircher-hotspot-wrapper i[class^=fa-],.bircher-hotspot-wrapper i[class*=" fa-"]{font-family:"Font Awesome 6 Free","Font Awesome 5 Free",FontAwesome!important;font-weight:900!important}.bircher-hotspot-wrapper h2,.bircher-hotspot-wrapper h3,.bircher-hotspot-wrapper h4,.bircher-hotspot-wrapper p{margin:0;padding:0;color:inherit;font-family:Outfit,sans-serif}.bircher-hotspot-wrapper .app-container{position:relative;width:100%;height:100%}.bircher-hotspot-wrapper .area-nav{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;gap:15px;z-index:20;background:#0f0f14b3;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);padding:8px 12px;border-radius:50px;border:1px solid var(--glass-border);box-shadow:0 15px 40px #0009;transition:transform .5s ease,opacity .5s ease}.bircher-hotspot-wrapper .image-wrapper.panel-active .area-nav{transform:translate(-50%) translateY(20px);opacity:.5;pointer-events:none}.bircher-hotspot-wrapper .area-btn{background:transparent;color:var(--text-muted);border:none;padding:12px 20px;border-radius:30px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s cubic-bezier(.25,1,.5,1);margin:0;line-height:1}.bircher-hotspot-wrapper .area-btn i{font-size:16px}.bircher-hotspot-wrapper .area-btn:hover{color:#fff;background:#ffffff14}.bircher-hotspot-wrapper .area-btn.active{background:#00e5ff!important;color:#000!important;box-shadow:0 5px 20px #00e5ff66}.bircher-hotspot-wrapper .area-btn.active i{color:#000!important}.bircher-hotspot-wrapper .image-wrapper{position:relative;width:100%;height:100%;overflow:hidden;background:#000;display:flex;align-items:center;justify-content:center}.bircher-hotspot-wrapper .image-inner-container{position:relative;display:block;width:100%;transition:transform .8s cubic-bezier(.25,1,.5,1)}.bircher-hotspot-wrapper .overlay-gradient{position:absolute;inset:0;background:radial-gradient(circle at center,transparent 30%,rgba(0,0,0,.5) 100%);z-index:1;pointer-events:none}.bircher-hotspot-wrapper .main-bg-image{width:100%;height:auto;display:block;transition:transform .8s cubic-bezier(.25,1,.5,1),filter .8s ease,opacity .4s ease;filter:brightness(.85);opacity:1;border:none}.bircher-hotspot-wrapper .main-bg-image.fading{opacity:0;transform:scale(1.05)}.bircher-hotspot-wrapper .image-wrapper.panel-active .image-inner-container{transform:scale(1.03) translate(-3%)}.bircher-hotspot-wrapper .image-wrapper.panel-active .main-bg-image{filter:brightness(.7)}.bircher-hotspot-wrapper .dark-cutout-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;pointer-events:none;opacity:0;transition:opacity .5s ease}.bircher-hotspot-wrapper #hotspotsContainer{position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.bircher-hotspot-wrapper .hotspot{position:absolute;width:40px;height:40px;transform:translate(-50%,-50%);cursor:pointer;animation:popIn .5s cubic-bezier(.34,1.56,.64,1);opacity:1}@keyframes popIn{0%{opacity:0;transform:translate(-50%,-50%) scale(0)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.bircher-hotspot-wrapper .hotspot-core{position:absolute;top:50%;left:50%;width:14px;height:14px;background:#00e5ff;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 15px #00e5ff;z-index:2;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.bircher-hotspot-wrapper .hotspot:hover .hotspot-core,.bircher-hotspot-wrapper .hotspot.active .hotspot-core{transform:translate(-50%,-50%) scale(1.4);background:#ff3b3b;box-shadow:0 0 25px #ff3b3b}.bircher-hotspot-wrapper .hotspot-pulse{position:absolute;top:0;left:0;width:100%;height:100%;background:#00e5ff;border-radius:50%;animation:pulse 2s infinite cubic-bezier(.4,0,.2,1);z-index:1}.bircher-hotspot-wrapper .hotspot:hover .hotspot-pulse,.bircher-hotspot-wrapper .hotspot.active .hotspot-pulse{animation:none;background:#ff3b3b;transform:scale(1.8);opacity:.3}@keyframes pulse{0%{transform:scale(.6);opacity:.9}to{transform:scale(3);opacity:0}}.bircher-hotspot-wrapper .detection-zone-svg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5;pointer-events:none}.bircher-hotspot-wrapper .zone-polygon{transition:fill-opacity .3s ease-in-out}.bircher-hotspot-wrapper .zone-polygon.zone-active{animation:zoneBreathe .8s ease-in-out infinite}.bircher-hotspot-wrapper .zone-edge{transition:stroke-opacity .3s ease-in-out;stroke-dasharray:8 92;stroke-dashoffset:0;filter:blur(.5px)}.bircher-hotspot-wrapper .zone-edge.zone-edge-active{animation:edgeFlow 3s linear infinite}@keyframes zoneBreathe{0%{fill-opacity:.15}50%{fill-opacity:.35}to{fill-opacity:.15}}@keyframes edgeFlow{0%{stroke-dashoffset:0;stroke-opacity:.9}to{stroke-dashoffset:-100;stroke-opacity:.9}}.bircher-hotspot-wrapper .hotspot-tooltip{position:absolute;top:-85px;left:50%;transform:translate(-50%) translateY(20px) scale(.95);width:max-content;max-width:280px;display:flex;align-items:center;gap:12px;background:#fffffff2;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(0,0,0,.1);padding:10px 14px;border-radius:50px;opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.34,1.56,.64,1);z-index:20;pointer-events:none;box-shadow:0 15px 35px #00000026}.bircher-hotspot-wrapper .hotspot-tooltip:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);border-width:6px 6px 0;border-style:solid;border-color:rgba(255,255,255,.95) transparent transparent transparent}.bircher-hotspot-wrapper .hotspot:hover .hotspot-tooltip,.bircher-hotspot-wrapper .hotspot.active .hotspot-tooltip{opacity:1;visibility:visible;transform:translate(-50%) translateY(0) scale(1)}.bircher-hotspot-wrapper .hotspot-tooltip img{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid #00e5ff;box-shadow:0 0 10px #00e5ff66}.bircher-hotspot-wrapper .tooltip-content{display:flex;flex-direction:column}.bircher-hotspot-wrapper .tooltip-content h4{font-size:14px;font-weight:600;margin-bottom:3px;color:#111;letter-spacing:.5px}.bircher-hotspot-wrapper .tooltip-content p{font-size:11px;color:#555}.bircher-hotspot-wrapper .side-panel{position:absolute;top:0;right:-500px;width:400px;max-width:90%;height:100%;padding:20px;transition:right .7s cubic-bezier(.25,1,.3,1);z-index:30}.bircher-hotspot-wrapper .side-panel.open{right:0}.bircher-hotspot-wrapper .panel-glass{width:100%;height:100%;background:#fffffff2;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border:1px solid rgba(0,0,0,.05);border-radius:20px;padding:25px;display:flex;flex-direction:column;box-shadow:-15px 0 50px #00000026}.bircher-hotspot-wrapper .panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}.bircher-hotspot-wrapper .panel-header h2{font-size:22px;font-weight:800;letter-spacing:1px;text-transform:uppercase;color:#222}.bircher-hotspot-wrapper .close-btn{background:#0000000d;border:1px solid rgba(0,0,0,.1);width:38px;height:38px;border-radius:50%;color:#555;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;padding:0}.bircher-hotspot-wrapper .close-btn:hover{background:#0000001a;color:#000;transform:rotate(90deg);border-color:#0003}.bircher-hotspot-wrapper .panel-body{flex:1;overflow-y:auto;display:flex;flex-direction:column;padding-right:5px}.bircher-hotspot-wrapper .panel-body::-webkit-scrollbar{width:5px}.bircher-hotspot-wrapper .panel-body::-webkit-scrollbar-thumb{background:#00000026;border-radius:10px}.bircher-hotspot-wrapper .panel-body::-webkit-scrollbar-thumb:hover{background:#00000040}.bircher-hotspot-wrapper .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#666;opacity:.6;text-align:center}.bircher-hotspot-wrapper .empty-state i{font-size:40px;margin-bottom:20px;color:#00e5ff;opacity:.8;animation:float 3s ease-in-out infinite}.bircher-hotspot-wrapper .product-detail{animation:slideUpFade .6s cubic-bezier(.2,.8,.2,1);display:flex;flex-direction:column;height:100%}@keyframes slideUpFade{0%{opacity:0;transform:translateY(30px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.bircher-hotspot-wrapper .product-image-container{position:relative;width:100%;height:200px;border-radius:15px;margin-bottom:20px;background:radial-gradient(circle at center,#00e5ff26,#fff0 70%);display:flex;align-items:center;justify-content:center;border:none;box-shadow:none}.bircher-hotspot-wrapper .product-image{width:90%;height:90%;object-fit:contain;transition:transform .5s ease;border:none;position:relative;z-index:2;filter:drop-shadow(0 10px 15px rgba(0,0,0,.1))}.bircher-hotspot-wrapper .product-image-container:hover .product-image{transform:scale(1.05)}.bircher-hotspot-wrapper .product-tag{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;background:#00e5ff26;color:#008ba3;border-radius:20px;font-size:11px;font-weight:800;text-transform:uppercase;margin-bottom:15px;letter-spacing:1px;border:1px solid rgba(0,229,255,.3);width:fit-content}.bircher-hotspot-wrapper .product-title{font-size:26px;font-weight:800;margin-bottom:10px;line-height:1.1;color:#111}.bircher-hotspot-wrapper .product-desc{font-size:14px;color:#555;line-height:1.6;margin-bottom:25px}.bircher-hotspot-wrapper .product-features{list-style:none;margin-bottom:30px;padding:0}.bircher-hotspot-wrapper .product-features li{display:flex;align-items:center;gap:12px;margin-bottom:10px;font-size:13px;color:#444;background:#00000008;padding:10px 15px;border-radius:10px;border:1px solid rgba(0,0,0,.05);transition:all .3s ease}.bircher-hotspot-wrapper .product-features li:hover{background:#0000000f;transform:translate(5px);border-color:#0000001a}.bircher-hotspot-wrapper .product-features li i{color:#00e5ff;font-size:14px}.bircher-hotspot-wrapper .product-action-row{text-align:right;padding-top:5px}.bircher-hotspot-wrapper .buy-btn{background:#00e5ff;color:#000;border:none;padding:14px 24px;border-radius:30px;font-weight:700;font-size:15px;cursor:pointer;transition:all .3s cubic-bezier(.25,1,.5,1);box-shadow:0 8px 25px #00e5ff4d;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:10px;width:100%}.bircher-hotspot-wrapper .buy-btn i{font-size:16px;transition:transform .3s ease}.bircher-hotspot-wrapper .buy-btn:hover{transform:translateY(-3px);box-shadow:0 12px 30px #00e5ff80;background:#fff}.bircher-hotspot-wrapper .buy-btn:hover i{transform:translate(4px)}@media(max-width:768px){.bircher-hotspot-wrapper{border-radius:0;margin:0;box-shadow:none}.bircher-hotspot-wrapper .area-nav{position:relative;transform:none;bottom:auto;left:auto;width:100%;flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;padding:10px 15px;gap:8px;background:#000000b3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:0;z-index:20;-webkit-overflow-scrolling:touch;scrollbar-width:none}.bircher-hotspot-wrapper .area-nav::-webkit-scrollbar{display:none}.bircher-hotspot-wrapper .area-btn{font-size:12px;padding:8px 14px;white-space:nowrap;flex-shrink:0}.bircher-hotspot-wrapper .image-wrapper.panel-active .area-nav{transform:none;opacity:1;pointer-events:auto}.bircher-hotspot-wrapper .hotspot{width:50px;height:50px}.bircher-hotspot-wrapper .hotspot-core{width:18px;height:18px}.bircher-hotspot-wrapper .hotspot-tooltip{display:none!important}.bircher-hotspot-wrapper .image-wrapper.panel-active .image-inner-container{transform:none}.bircher-hotspot-wrapper .image-wrapper.panel-active .main-bg-image{filter:brightness(.6)}.bircher-hotspot-wrapper .side-panel{position:fixed;inset:auto auto 0 0;width:100%;max-width:100%;height:auto;max-height:70vh;padding:0;transform:translateY(100%);transition:transform .5s cubic-bezier(.25,1,.3,1);z-index:999;border-radius:0}.bircher-hotspot-wrapper .side-panel.open{right:auto;transform:translateY(0)}.bircher-hotspot-wrapper .panel-glass{border-radius:20px 20px 0 0;padding:15px 20px 25px;max-height:70vh;overflow-y:auto;box-shadow:0 -10px 40px #00000040}.bircher-hotspot-wrapper .panel-glass:before{content:"";display:block;width:40px;height:5px;background:#00000026;border-radius:3px;margin:0 auto 15px}.bircher-hotspot-wrapper .panel-header{margin-bottom:15px}.bircher-hotspot-wrapper .panel-header h2{font-size:18px}.bircher-hotspot-wrapper .product-image-container{height:140px;margin-bottom:12px}.bircher-hotspot-wrapper .product-title{font-size:20px}.bircher-hotspot-wrapper .product-desc{font-size:13px;margin-bottom:15px}.bircher-hotspot-wrapper .product-features{margin-bottom:15px}.bircher-hotspot-wrapper .product-features li{font-size:12px;padding:8px 12px}.bircher-hotspot-wrapper .buy-btn{padding:12px 20px;font-size:14px}.bircher-hotspot-wrapper .side-panel.open:after{content:"";position:fixed;top:-100vh;left:0;width:100vw;height:100vh;background:#0006;z-index:-1;pointer-events:none}}.elementor-page-wrapper{width:100%;overflow-x:hidden}.elementor-section{max-width:100%}
