body:not(.elementor-editor-active)::before{content:'';position:fixed;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none;z-index:var(--zoom-z-noise)}.zoom-corner-deco{position:fixed;width:80px;height:80px;border:2px solid var(--zoom-border);z-index:var(--zoom-z-corner);pointer-events:none}.zoom-corner-tl{top:calc(var(--zoom-nav-height) + 10px);left:10px;border-right:none;border-bottom:none}.zoom-corner-br{bottom:10px;right:10px;border-left:none;border-top:none}.zoom-scroll-indicator{position:fixed;top:var(--zoom-nav-height);left:0;height:3px;width:0%;background:var(--zoom-accent);z-index:var(--zoom-z-scroll);transition:width .1s}@media (max-width:768px){.zoom-corner-deco{display:none}body:not(.elementor-editor-active)::before{display:none}}