*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-body-family);font-style:var(--font-body-style);font-weight:var(--font-body-weight);background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));line-height:calc(1 + .8 / var(--font-body-scale));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.image-editor-wrapper{position:relative;min-height:100vh;min-height:100dvh}.welcome-section{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background-color:rgb(var(--color-background));position:relative;overflow:hidden}.welcome-content{text-align:center;max-width:90vw;width:100%;max-width:500px;background-color:rgb(var(--color-background));padding:2rem 1.5rem;border-radius:var(--text-boxes-radius, .4rem);box-shadow:0 0 0 .1rem rgba(var(--color-foreground),.2);position:relative;z-index:1}.welcome-title{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:calc(var(--font-heading-scale) * 2rem);margin-bottom:1rem;color:rgb(var(--color-foreground));line-height:calc(1 + .3/max(1,var(--font-heading-scale)));letter-spacing:calc(var(--font-heading-scale) * .06rem)}.welcome-subtitle{font-size:1.4rem;color:rgba(var(--color-foreground),.75);margin-bottom:1.5rem;line-height:calc(1 + .5 / var(--font-body-scale))}.quick-start{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;align-items:center}.cta-button{width:100%;max-width:280px;min-width:calc(12rem + var(--buttons-border-width, 0) * 2);min-height:calc(4.5rem + var(--buttons-border-width, 0) * 2);padding:0 3rem;border:0;border-radius:var(--buttons-radius-outset, .4rem);font-size:1.5rem;font-family:inherit;letter-spacing:.1rem;line-height:calc(1 + .2 / var(--font-body-scale));cursor:pointer;transition:box-shadow var(--duration-short, .1s) ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;color:rgb(var(--color-button-text, var(--color-foreground)));background-color:rgba(var(--color-button, var(--color-foreground)),var(--alpha-button-background, 1));position:relative;-webkit-appearance:none;appearance:none}.cta-button.primary{--color-button: var(--color-button, var(--color-foreground));--color-button-text: var(--color-button-text, var(--color-background))}.cta-button.secondary{--color-button: var(--color-secondary-button, var(--color-foreground));--color-button-text: var(--color-secondary-button-text, var(--color-foreground));--alpha-button-background: 0;--alpha-button-border: .2}.cta-button:not([disabled]):hover{--border-offset: 1.3px}.cta-button:focus-visible,.cta-button:focus{outline:0;box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0 .5rem rgba(var(--color-foreground),.5),0 0 .5rem .4rem rgba(var(--color-foreground),.3)}.feature-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:1.5rem}.feature{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem .5rem;background-color:rgba(var(--color-foreground),.04);border-radius:var(--text-boxes-radius, .4rem);transition:transform var(--duration-short, .1s) ease;font-size:1.3rem}.feature:hover,.feature:active{transform:translateY(-2px)}.feature-icon{font-size:1.25rem}.editor-container{height:100vh;height:100dvh;display:flex;flex-direction:column;background-color:rgb(var(--color-background))}.editor-header{background-color:#2d2d2d;border-bottom:none;padding:.75rem 1.5rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;z-index:100;position:relative;gap:.5rem;box-shadow:0 2px 4px #0000001a}.header-left{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.header-right{display:flex;align-items:center;gap:.75rem}.header-right .btn-primary{background-color:#06f;color:#fff;border:none;padding:.5rem 1.5rem;border-radius:9999px;font-weight:500}.back-btn{padding:.5rem .75rem;background-color:transparent;border:none;border-radius:var(--buttons-radius, .4rem);cursor:pointer;font-size:1.3rem;transition:background-color .2s ease;min-height:4.5rem;min-width:4.5rem;color:#fff}.back-btn:hover{background-color:#ffffff1a}.back-btn:hover,.back-btn:active{background-color:rgba(var(--color-foreground),.1)}.back-btn:focus-visible{outline:var(--focused-base-outline);outline-offset:var(--focused-base-outline-offset);box-shadow:var(--focused-base-box-shadow)}.editor-header h1{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:calc(var(--font-heading-scale) * 1.5rem);color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:calc(1 + .3/max(1,var(--font-heading-scale)));letter-spacing:calc(var(--font-heading-scale) * .06rem)}.history-controls{display:flex;gap:.25rem}.btn{min-width:calc(12rem + var(--buttons-border-width, 0) * 2);min-height:calc(4.5rem + var(--buttons-border-width, 0) * 2);padding:0 3rem;border:0;border-radius:var(--buttons-radius-outset, .4rem);cursor:pointer;font-size:1.5rem;font-family:inherit;letter-spacing:.1rem;line-height:calc(1 + .2 / var(--font-body-scale));display:inline-flex;align-items:center;justify-content:center;gap:.25rem;transition:box-shadow var(--duration-short, .1s) ease;text-decoration:none;position:relative;overflow:hidden;color:rgb(var(--color-button-text, var(--color-foreground)));background-color:rgba(var(--color-button, var(--color-foreground)),var(--alpha-button-background, 1));white-space:nowrap;-webkit-appearance:none;appearance:none}.btn:disabled,.btn[aria-disabled=true],.btn.disabled{cursor:not-allowed;opacity:.5}.btn-primary{--color-button: var(--color-button, var(--color-foreground));background-color:#06f;color:#fff;border:none}.btn-primary:hover{background-color:#0052cc}.btn-secondary{--color-button: var(--color-secondary-button, var(--color-foreground));--color-button-text: var(--color-secondary-button-text, var(--color-foreground));--alpha-button-background: 0;--alpha-button-border: .2}.btn:not([disabled]):hover:after{--border-offset: 1.3px}.btn:focus-visible,.btn:focus{outline:0;box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0 .5rem rgba(var(--color-foreground),.5),0 0 .5rem .4rem rgba(var(--color-foreground),.3)}.btn-icon{min-width:70px}.btn-small{padding:.25rem .5rem;font-size:12px;min-height:32px}.mobile-tool-toggle{display:flex;background:#fff;border-bottom:1px solid #e0e0e0;padding:.75rem 1rem;gap:.5rem;position:sticky;top:0;z-index:50}.tool-toggle-btn{flex:1;padding:.75rem 1rem;background-color:rgba(var(--color-foreground),.04);border:.1rem solid rgba(var(--color-foreground),.2);border-radius:var(--buttons-radius, .4rem);cursor:pointer;font-size:1.3rem;font-family:inherit;transition:box-shadow var(--duration-short, .1s) ease;display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:4.5rem;color:rgb(var(--color-foreground))}.tool-toggle-btn:active{transform:scale(.98)}.tool-toggle-btn.active{background-color:rgba(var(--color-button, var(--color-foreground)),var(--alpha-button-background, 1));color:rgb(var(--color-button-text, var(--color-background)));border-color:rgba(var(--color-foreground),.2)}.tool-toggle-btn:focus-visible{outline:var(--focused-base-outline);outline-offset:var(--focused-base-outline-offset);box-shadow:var(--focused-base-box-shadow)}.editor-main{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative}.tools-sidebar,.properties-sidebar{width:100%;background-color:#f5f5f5;border-bottom:.1rem solid rgba(var(--color-foreground),.1);overflow-y:auto;transition:all var(--duration-medium, .3s) ease;max-height:40vh;display:none;position:relative;z-index:20}.tools-sidebar.active,.properties-sidebar.active{display:block}.sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background-color:#f5f5f5;border-bottom:.1rem solid rgba(0,0,0,.1);position:sticky;top:0;z-index:10}.sidebar-header h3{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:600;font-size:calc(var(--font-heading-scale) * 1.7rem);color:#1a1a1a;line-height:calc(1 + .3/max(1,var(--font-heading-scale)));letter-spacing:calc(var(--font-heading-scale) * .06rem)}@media only screen and (min-width: 750px){.sidebar-header h3{font-size:calc(var(--font-heading-scale) * 1.8rem)}}.collapse-btn{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:.5rem;border-radius:var(--buttons-radius, .4rem);transition:background-color var(--duration-short, .1s) ease;min-height:4.5rem;min-width:4.5rem;color:rgb(var(--color-foreground))}.collapse-btn:hover,.collapse-btn:active{background-color:rgba(var(--color-foreground),.1)}.collapse-btn:focus-visible{outline:var(--focused-base-outline);outline-offset:var(--focused-base-outline-offset);box-shadow:var(--focused-base-box-shadow)}.tool-section{padding:.5rem 0;border-bottom:none}.property-section{padding:1.1rem;border-bottom:none}.tool-section:first-child{padding-top:.75rem}.objects-list{max-height:300px;overflow-y:auto}.object-item{transition:all .2s ease}.object-item:hover{background-color:rgba(var(--color-foreground),.04)!important}.object-item.selected{border-color:rgba(var(--color-foreground),.5)!important;background-color:rgba(var(--color-foreground),.04)!important}.layers-list{max-height:400px;overflow-y:auto}.layer-item{transition:all .2s ease}.layer-item:hover{background-color:rgba(var(--color-foreground),.04)!important}.layer-item.selected{border-color:rgba(var(--color-foreground),.5)!important;background-color:rgba(var(--color-foreground),.04)!important}.layer-btn{transition:box-shadow var(--duration-short, .1s) ease}.layer-btn:hover{background-color:rgba(var(--color-button, var(--color-foreground)),var(--alpha-button-background, 1))!important;color:rgb(var(--color-button-text, var(--color-background)))!important}.checkbox-group{display:flex;flex-direction:column;gap:.5rem;margin:1rem 0}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.checkmark{font-size:.8rem;color:#667eea}.tool-section:last-child,.property-section:last-child{border-bottom:none;padding-bottom:.75rem}.tool-section h4,.property-section h4{margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.file-input-label{width:100%;justify-content:center;margin-bottom:.75rem;min-height:48px}.file-info{text-align:center;color:rgba(var(--color-foreground),.75);font-size:1.2rem;margin-top:.5rem}.tool-list{display:flex;flex-direction:column;gap:.25rem;padding:0 .5rem}.tool-btn{padding:.75rem 1rem;background-color:transparent;border:none;border-radius:.5rem;cursor:pointer;font-size:1.4rem;font-family:inherit;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease;text-align:center;min-height:auto;color:#1a1a1a;width:100%;letter-spacing:0;line-height:1.5;font-weight:500}.tool-btn:hover{background-color:#0000000d}.tool-btn span:not(.icon){white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.tool-btn:active{transform:scale(.98)}.tool-btn.active{background-color:#e0e0e0;color:#1a1a1a}.tool-btn:focus-visible{outline:var(--focused-base-outline);outline-offset:var(--focused-base-outline-offset);box-shadow:var(--focused-base-box-shadow)}.tool-btn .icon{font-size:1.8rem;flex-shrink:0;width:auto;text-align:center;display:flex;align-items:center;justify-content:center;font-weight:400;color:#000}.property-section h4 span,.property-section .checkmark{color:#000;filter:grayscale(100%)}.adjustment-group{display:flex;flex-direction:column;gap:1rem}.adjustment-control{margin-bottom:1rem}.adjustment-control label{display:flex;justify-content:space-between;align-items:center;font-size:1.5rem;font-family:inherit;margin-bottom:.75rem;color:rgb(var(--color-foreground))}.input-group{margin-bottom:1rem}.input-group label{display:block;font-size:1.4rem;font-weight:500;margin-bottom:.5rem;color:#1a1a1a;font-family:inherit}.font-family-select{font-size:1.4rem!important}.font-family-select option{font-size:1.4rem;padding:.5rem}.text-formatting-buttons{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.5rem}.format-btn{min-width:3.5rem;height:3.5rem;padding:0;background-color:transparent;border:1px solid #ddd;border-radius:.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;font-size:1.6rem;font-weight:600;color:#1a1a1a}.format-btn:hover{background-color:#0000000d;border-color:#999}.format-btn.active{background-color:#e0e0e0;border-color:#666}.format-icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.format-icon.align-icon{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.2rem;width:100%;height:100%;padding:.3rem}#textAlignCenterBtn .format-icon.align-icon{align-items:center}#textAlignRightBtn .format-icon.align-icon{align-items:flex-end}.value-display{background-color:rgba(var(--color-foreground),.04);padding:.25rem .75rem;border-radius:var(--text-boxes-radius, .4rem);font-family:monospace;font-size:1.2rem;min-width:5rem;text-align:center;color:rgb(var(--color-foreground))}.text-size-slider{width:100%;height:1.2rem;border-radius:var(--buttons-radius, .4rem);background-color:rgba(var(--color-foreground),.1);outline:none;transition:box-shadow var(--duration-short, .1s) ease;-webkit-appearance:none;appearance:none}.text-size-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:2.8rem;height:2.8rem;border-radius:50%;background-color:rgba(var(--color-button, var(--color-foreground)),var(--alpha-button-background, 1));cursor:pointer;box-shadow:0 0 0 .1rem rgba(var(--color-foreground),.2);transition:box-shadow var(--duration-short, .1s) ease}.text-size-slider::-webkit-slider-thumb:hover,.text-size-slider::-webkit-slider-thumb:active{transform:scale(1.1);box-shadow:0 0 0 .2rem rgba(var(--color-foreground),.3)}.text-size-slider::-moz-range-thumb{width:2.8rem;height:2.8rem;border-radius:50%;background-color:rgba(var(--color-button, var(--color-foreground)),var(--alpha-button-background, 1));cursor:pointer;border:none;box-shadow:0 0 0 .1rem rgba(var(--color-foreground),.2)}.text-size-slider:focus-visible{outline:var(--focused-base-outline);outline-offset:var(--focused-base-outline-offset)}.canvas-area{flex:1;display:flex;flex-direction:column;background-color:rgb(var(--color-background));position:relative;min-height:30rem;order:1}.canvas-container{flex:1;display:flex;align-items:center;justify-content:center;padding:.5rem;position:relative;overflow:hidden;touch-action:pan-x pan-y pinch-zoom;min-height:0;width:100%;height:100%;background-color:#fafafa}.canvas-container.drag-over{background-color:rgba(var(--color-foreground),.04);border:.1rem dashed rgba(var(--color-foreground),.5);border-radius:var(--text-boxes-radius, .4rem)}.drop-zone{width:100%;height:100%;min-height:20rem;border:.3rem dashed rgba(var(--color-foreground),.2);border-radius:var(--text-boxes-radius, .4rem);display:flex;align-items:center;justify-content:center;background-color:rgb(var(--color-background));cursor:pointer;transition:all var(--duration-medium, .3s) ease;position:relative;overflow:hidden}.drop-zone:active{transform:scale(.98)}.drop-zone:hover,.drop-zone:active{border-color:rgba(var(--color-foreground),.5);background-color:rgba(var(--color-foreground),.04)}.drop-zone.drag-over{border-color:rgba(var(--color-foreground),.7);background-color:rgba(var(--color-foreground),.04);transform:scale(1.02)}.drop-zone-content{text-align:center;color:rgba(var(--color-foreground),.75);z-index:1;position:relative;padding:1rem}.drop-icon{font-size:3rem;display:block;margin-bottom:1rem;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.drop-zone-content h2{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:calc(var(--font-heading-scale) * 1.5rem);margin-bottom:.5rem;color:rgb(var(--color-foreground));line-height:calc(1 + .3/max(1,var(--font-heading-scale)));letter-spacing:calc(var(--font-heading-scale) * .06rem)}.drop-zone-content p{font-size:1.4rem;margin-bottom:1rem;color:rgba(var(--color-foreground),.75)}.supported-formats{display:flex;gap:.5rem;justify-content:center;flex-wrap:wrap}.format{background-color:rgba(var(--color-button, var(--color-foreground)),var(--alpha-button-background, 1));color:rgb(var(--color-button-text, var(--color-background)));padding:.25rem .75rem;border-radius:var(--buttons-radius, .4rem);font-size:1.1rem;font-family:inherit}#imageCanvas{width:100%;height:85%;max-width:100%;max-height:85%;border:none;border-radius:var(--media-radius, .4rem);box-shadow:0 2px 8px #0000001a;display:block;cursor:default;touch-action:none;background-color:rgb(var(--color-background));object-fit:contain}.canvas-controls{background-color:rgb(var(--color-background));border-top:.1rem solid rgba(var(--color-foreground),.2);padding:.75rem 1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.zoom-controls,.view-controls{display:flex;align-items:center;gap:.25rem}.control-btn{padding:.5rem .75rem;background-color:rgba(var(--color-foreground),.04);border:.1rem solid rgba(var(--color-foreground),.2);border-radius:var(--buttons-radius, .4rem);cursor:pointer;font-size:1.3rem;font-family:inherit;transition:box-shadow var(--duration-short, .1s) ease;min-height:4.5rem;min-width:4.5rem;color:rgb(var(--color-foreground))}.control-btn:active{transform:scale(.95)}.control-btn:hover,.control-btn:active{background-color:rgba(var(--color-foreground),.1)}.control-btn:focus-visible{outline:var(--focused-base-outline);outline-offset:var(--focused-base-outline-offset);box-shadow:var(--focused-base-box-shadow)}.zoom-display{font-weight:600;min-width:5rem;text-align:center;padding:.5rem;background-color:rgba(var(--color-foreground),.04);border-radius:var(--text-boxes-radius, .4rem);font-family:monospace;font-size:1.2rem;color:rgb(var(--color-foreground))}.canvas-info{font-size:1.2rem;color:rgba(var(--color-foreground),.75);text-align:center;width:100%;margin-top:.5rem}.toast{position:fixed;top:1rem;left:1rem;right:1rem;padding:1rem;border-radius:8px;display:flex;align-items:center;gap:.5rem;font-weight:500;z-index:10000;animation:slideIn .3s ease;box-shadow:0 4px 12px #00000026;max-width:calc(100vw - 2rem)}.toast.success,.toast.error{background-color:rgba(var(--color-foreground),.04);color:rgb(var(--color-foreground));border:.1rem solid rgba(var(--color-foreground),.2)}@keyframes slideIn{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(var(--color-background),.9);display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.loading-content{text-align:center}.spinner{width:4rem;height:4rem;border:.4rem solid rgba(var(--color-foreground),.1);border-top:.4rem solid rgba(var(--color-foreground),.5);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hidden{display:none!important}@media (min-width: 769px){.mobile-tool-toggle{display:none}.editor-main{flex-direction:row}.tools-sidebar{width:12rem;max-height:none;display:block;border-bottom:none;border-right:.1rem solid rgba(0,0,0,.1);order:initial;background-color:#f5f5f5}.properties-sidebar{width:24rem;max-height:none;display:block;border-bottom:none;border-right:none;border-left:.1rem solid rgba(0,0,0,.1);order:initial;background-color:#f5f5f5}.canvas-area{order:initial;min-height:auto}.welcome-content{max-width:600px;padding:3rem}.welcome-title{font-size:3rem}.quick-start{flex-direction:row}.feature-highlights{grid-template-columns:repeat(4,1fr)}.editor-header{padding:1rem 1.5rem;flex-wrap:nowrap}.editor-header h1{font-size:calc(var(--font-heading-scale) * 1.8rem)}.canvas-controls{padding:1rem 1.5rem;flex-wrap:nowrap}.canvas-info{width:auto;margin-top:0;font-size:1.4rem}.toast{top:2rem;right:2rem;left:auto;max-width:400px}}@media (min-width: 1200px){.tools-sidebar{width:14rem}.properties-sidebar{width:26rem}.welcome-content{max-width:700px}}@media (hover: none) and (pointer: coarse){.btn,.tool-btn,.control-btn{min-height:44px}.text-size-slider{height:16px}.text-size-slider::-webkit-slider-thumb{width:32px;height:32px}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}button:focus-visible,input:focus-visible,.tool-btn:focus-visible,select:focus-visible,textarea:focus-visible{outline:var(--focused-base-outline);outline-offset:var(--focused-base-outline-offset);box-shadow:var(--focused-base-box-shadow)}.mobile-notice-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(var(--color-foreground),.8);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fadeIn var(--duration-medium, .3s) ease}.mobile-notice-content{background-color:rgb(var(--color-background));border-radius:var(--text-boxes-radius, .4rem);padding:2rem;max-width:40rem;width:100%;text-align:center;box-shadow:0 0 0 .1rem rgba(var(--color-foreground),.2);animation:slideUp var(--duration-medium, .3s) ease}.mobile-notice-icon{font-size:3rem;margin-bottom:1rem;color:rgb(var(--color-foreground))}.mobile-notice-content h3{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:calc(var(--font-heading-scale) * 1.8rem);margin-bottom:1rem;color:rgb(var(--color-foreground));line-height:calc(1 + .3/max(1,var(--font-heading-scale)));letter-spacing:calc(var(--font-heading-scale) * .06rem)}.mobile-notice-content p{font-size:1.4rem;color:rgba(var(--color-foreground),.75);line-height:calc(1 + .5 / var(--font-body-scale));margin-bottom:2rem}.mobile-notice-buttons{display:flex;flex-direction:column;gap:.75rem}.mobile-notice-buttons .btn{width:100%;justify-content:center;padding:.75rem 1.5rem;font-size:1.5rem;border-radius:var(--buttons-radius-outset, .4rem)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@media (min-width: 769px){.mobile-notice-overlay{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/image-editor.css.map */
