.customizer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;background:#000000a6;z-index:9999}.customizer-overlay.hidden{display:none}.customizer-box{background:#fff;border-radius:12px;width:100%;max-width:1000px;height:95vh;display:flex;flex-direction:column;padding:1rem;position:relative;margin:auto;box-sizing:border-box;box-shadow:0 10px 40px #00000040;animation:fadeInScale .4s ease;font-family:Poppins,Montserrat,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased}.customizer-close{position:absolute;top:1rem;right:1rem;font-size:1.5rem;background:none;border:none;cursor:pointer;z-index:99999}.customizer-step{display:none;flex:1;flex-direction:column;align-items:center;justify-content:flex-start;gap:1rem;overflow-y:auto;width:100%}.customizer-step.active{display:flex}.customizer-title{font-size:2rem;font-weight:700;text-align:center;color:#111}.customizer-subtitle{margin:0;font-size:1rem;line-height:1.2;text-align:center}#customizer-step1 .customizer-image{position:relative;width:80%;max-width:500px;aspect-ratio:1 / 1;margin:auto;display:flex;justify-content:center;align-items:center;overflow:hidden}#customizer-step1 .customizer-image img{width:100%;height:100%;object-fit:contain;display:block}.hotspot{width:18px;height:18px;border-radius:50%;background:radial-gradient(circle at center,#d32020,#d41c97);border:2px solid #fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);cursor:pointer;z-index:5;animation:pulse-glow 2s infinite}.hotspot:hover{transform:translate(-50%,-50%) scale(1.2)}@keyframes pulse-glow{0%{box-shadow:0 0 #d41c9780}70%{box-shadow:0 0 15px 15px #d41c9700}to{box-shadow:0 0 #d41c9700}}.customizer-bottom-area{flex-shrink:0;margin-top:0rem;margin-bottom:1rem;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center}.customizer-info{font-size:.95rem;line-height:1.4;margin-bottom:.8rem}#customizer-step1 .customizer-positions{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.customizer-positions .position-btn{background:linear-gradient(135deg,#000,#222);color:#fff;border:2px solid #000;padding:.6rem 1.2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .25s ease}.customizer-positions .position-btn:hover{background:linear-gradient(135deg,#111,#333);transform:scale(1.08) translateY(-2px);box-shadow:0 6px 16px #0000004d}.customizer-positions .position-btn.completed{border:2px solid #28a745;box-shadow:0 0 20px #28a74599}.step2-content{display:flex;gap:1.5rem;width:100%;flex:1;justify-content:center;align-items:center}.live-preview-container{flex:1;max-width:500px;aspect-ratio:1/1;position:relative;border:1px solid #ddd;border-radius:8px;overflow:hidden;background:#f9f9f9}.step2-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;z-index:1}.live-preview-text{position:absolute;top:50%;left:50%;transform:translateY(-50%);z-index:2;font-weight:700;text-align:center;pointer-events:none;white-space:normal;word-break:normal;text-shadow:0px 0px 5px rgba(105,105,105,.82)}.customizer-controls{flex:1;display:flex;flex-direction:column;gap:1rem;min-width:220px}.customizer-controls label{font-weight:700;text-transform:uppercase;letter-spacing:1px;font-size:.9rem;color:#111;margin-bottom:.3rem;display:block}.customizer-controls select,.customizer-controls input[type=text]{border:2px solid #111;border-radius:8px;padding:.6rem .8rem;font-weight:600;font-size:1rem;transition:all .3s ease;background:#fafafa}.customizer-controls select:focus,.customizer-controls input[type=text]:focus{border-color:#000;box-shadow:0 0 0 4px #0003;background:#fff;outline:none}.customizer-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #ddd;padding-top:1rem;margin-top:auto}.customizer-total{font-weight:700;font-size:1.2rem}.customizer-add{background:linear-gradient(135deg,#000,#111);font-weight:700;letter-spacing:1px;color:#fff;padding:.8rem 1.6rem;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.customizer-add:hover{background:linear-gradient(135deg,#222,#000);transform:translateY(-2px) scale(1.03);box-shadow:0 8px 22px #00000059}.customizer-add:active{transform:scale(.97);box-shadow:0 4px 10px #0000004d}.btn.btn--secondary.open-customizer{background:#000!important;color:#fff!important;width:100%;height:52px;border-radius:50px;font-size:1rem;font-weight:600;letter-spacing:1px;border:none;cursor:pointer;position:relative;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,background .3s ease;box-shadow:0 4px 15px #00000040;text-transform:uppercase;margin-bottom:12px}.btn.btn--secondary.open-customizer:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(120deg,#ffffff40,#fff0);transition:all .6s ease}.btn.btn--secondary.open-customizer:hover:before{left:100%}.btn.btn--secondary.open-customizer:hover{background:#111!important;transform:translateY(-2px);box-shadow:0 6px 18px #00000059}.btn.btn--secondary.open-customizer:active{transform:scale(.97);box-shadow:0 2px 6px #0000004d}#color-options{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:flex-start;align-items:center;margin-top:.5rem}.color-box{width:38px;height:38px;border-radius:50%;border:2px solid #ccc;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.color-box:hover{transform:scale(1.1);border-color:#000;box-shadow:0 4px 10px #00000026}.color-box.active{border-color:#000;box-shadow:0 0 0 3px #00000040}@keyframes fadeInScale{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width: 768px){.customizer-box{width:100%;height:85vh;padding:.5rem;display:flex;flex-direction:column}.step2-content{flex-direction:column;align-items:center}#customizer-step1 .customizer-image{width:70%;aspect-ratio:1 / 1;max-width:300px}.live-preview-container{width:90%;max-width:500px;aspect-ratio:1 / 1}.live-preview-text{font-size:100%!important}.customizer-footer{position:sticky;bottom:0;left:0;right:0;background:#fff;border-top:2px solid #000;padding:.8rem 1rem;display:flex;flex-direction:column;align-items:center;gap:.6rem;z-index:10}.customizer-total{font-size:1.1rem;text-align:center}.hotspot{width:9px;height:9px}.customizer-add{width:100%;border-radius:12px;padding:1rem;font-size:1.05rem;font-weight:700;letter-spacing:.5px}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/customizer-desktop.css.map */
