.customizer-container{display:flex;gap:0;margin:0;padding:0;font-family:aktiv-grotesk,sans-serif;background:#fff;min-height:100%}@media(max-width:768px){.customizer-container{flex-direction:column}}.customizer-canvas-section{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}@media(max-width:768px){.customizer-canvas-section{padding:1.6rem;min-height:50vh}}.customizer-controls-section{width:500px;background:#fff;border-left:1px solid #e5e7eb;overflow-y:auto;max-height:100vh;position:relative}@media(max-width:768px){.customizer-controls-section{width:100%;border-left:none;border-top:1px solid #e5e7eb}}.customizer-canvas-wrapper{border:none;border-radius:0;overflow:hidden;background:#fff;position:relative;width:100%;min-height:600px;display:flex;align-items:center;padding:2rem}@media(max-width:768px){.customizer-canvas-wrapper{min-height:400px;width:400px;height:100%}}.customizer-step-container{margin-bottom:0;padding:12px;border:none;border-bottom:1px solid #e5e7eb;border-radius:0;background:#fff}@media(max-width:768px){.customizer-step-container{padding:12px}}.customizer-step-title{font-size:12px;font-weight:400;margin-bottom:.75rem;color:#374151;text-transform:uppercase;letter-spacing:.05em}.customizer-product-grid{display:flex;gap:.8rem;overflow-x:auto}@media(max-width:768px){.customizer-product-grid{gap:.4rem}}.customizer-product-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.8rem;border:1px solid #e5e7eb;border-radius:4px;background:#fff;cursor:pointer;transition:all .2s ease;min-width:90px;flex-shrink:1}.customizer-product-card:hover{border-color:#1e40af;background:#f8fafc}.customizer-product-card.selected{border-color:#1e40af;background:#1e40af}.customizer-product-card.selected:hover{background:#1e40af}.customizer-product-card img{width:50px;height:50px;object-fit:contain;margin-bottom:.8rem;filter:brightness(0) saturate(100%)}.customizer-product-card span{font-size:1.2rem;text-align:center;color:#374151;font-weight:500;line-height:1.2}.customizer-product-card.selected span{color:#fff}@media(max-width:768px){.customizer-product-card{min-width:70px;padding:.4rem}.customizer-product-card img{width:40px;height:40px;margin-bottom:.4rem}.customizer-product-card span{font-size:1.6rem}}.customizer-color-grid{display:flex;gap:.5rem;overflow-x:auto;padding:4px 0}@media(max-width:768px){.customizer-color-grid{gap:.4rem;padding-bottom:.4rem}}.customizer-color-card{width:50px;height:50px;border:2px solid #e5e7eb;border-radius:50%;background:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.customizer-color-card:hover{border-color:#1e40af;transform:scale(1.05)}.customizer-color-card.selected{border-color:#1e40af}.customizer-color-card img{width:100%;height:100%;object-fit:contain;transform:translateY(10px) scale(3)}@media(max-width:768px){.customizer-color-card{width:45px;height:45px}}.customizer-input{width:100%;padding:1.2rem;border:1px solid #d1d5db;border-radius:6px;font-size:1.4rem}.customizer-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}@media(max-width:768px){.customizer-input{padding:1.6rem;font-size:1.2rem;margin-bottom:1.2rem}}.customizer-select{width:100%;padding:1.2rem;border:1px solid #d1d5db;border-radius:6px;font-size:1.4rem;margin-bottom:1.6rem;background:#fff}.customizer-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}@media(max-width:768px){.customizer-select{padding:1.6rem;font-size:1.2rem;margin-bottom:1.2rem}}.customizer-btn{width:fit-content;padding:1.4rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:1.4rem;font-weight:500;cursor:pointer;transition:background .2s ease}.customizer-btn:hover{background:#2563eb}.customizer-btn:disabled{background:#9ca3af;cursor:not-allowed}@media(max-width:768px){.customizer-btn{padding:1.2rem;font-size:1.2rem}}.customizer-upload-input{display:none}.customizer-upload-label{display:block;width:100%;padding:1.4rem;background:#f3f4f6;color:#374151;border:2px dashed #d1d5db;border-radius:6px;text-align:center;cursor:pointer;transition:all .2s ease}.customizer-upload-label:hover{border-color:#3b82f6;background:#eff6ff}.customizer-processing-container{margin-top:1.6rem;padding:1.6rem;background:#f8fafc;border-radius:.8rem;border:1px solid #e2e8f0}.customizer-progress-bar{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin:.8rem 0}.customizer-progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#1d4ed8);transition:width .3s ease}.customizer-preview-container{margin-top:1.6rem;display:flex;gap:1.6rem;align-items:center}.customizer-preview-image{width:80px;height:80px;object-fit:contain;border:1px solid #e2e8f0;border-radius:.4rem;background:#fff}.customizer-error-message{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;padding:1.2rem;border-radius:.8rem;margin-top:1.6rem;font-size:1.4rem}@keyframes customizer-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.customizer-option-card{display:flex;align-items:center;padding:12px;border:1px solid #e5e7eb;border-radius:4px;background:#fff;cursor:pointer;transition:all .2s ease}.customizer-option-card:hover{border-color:#1e40af;background:#f8fafc}.customizer-option-card .icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:4px;margin-right:1.6rem;font-size:2rem}.customizer-option-card .icon img{width:24px;height:24px;object-fit:contain}.customizer-option-card .content{flex:1}.customizer-option-card .customizer-option-title{font-size:1.4rem;font-weight:600;color:#374151}.customizer-option-card .subtitle{font-size:1.2rem;color:#6b7280;margin-bottom:.4rem}.customizer-option-card .price{font-size:1.2rem;font-weight:600;color:#1e40af;display:flex;align-items:center;gap:.6rem}.customizer-price-original{font-size:1rem;font-weight:400;color:#9ca3af;text-decoration:line-through}.customizer-price-free{font-size:1.4rem;font-weight:700;color:#059669}.customizer-option-card .new-badge{background:#1e40af;color:#fff;font-size:1rem;font-weight:600;padding:.2rem .6rem;border-radius:2px;margin-left:.8rem}.customizer-option-card .arrow{color:#9ca3af;font-size:2rem}@media(max-width:768px){.customizer-option-card{padding:1.2rem}.customizer-option-card .icon{width:32px;height:32px;margin-right:1.2rem;font-size:1.6rem}.customizer-option-card .icon img{width:20px;height:20px}.customizer-option-card .customizer-option-title{font-size:1.2rem}.customizer-option-card .subtitle,.customizer-option-card .price,.customizer-option-card .arrow{font-size:1.6rem}}.customizer-reset-btn{padding:.8rem 1.6rem;border:1px solid #d1d5db;border-radius:.6rem;background:#f3f4f6;cursor:pointer;color:#374151;transition:all .2s ease;line-height:1}.customizer-reset-btn:hover{background:#e5e7eb;border-color:#9ca3af}.customizer-terms-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:10000;padding:1.6rem}.customizer-moderation-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000bf;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:10001;pointer-events:all}.customizer-moderation-content{background:#fff;border-radius:12px;padding:3.2rem;max-width:500px;width:90%;text-align:center;box-shadow:0 10px 40px #0000004d}.customizer-spinner{border:4px solid #f3f3f3;border-top:4px solid #3b82f6;border-radius:50%;width:50px;height:50px;animation:customizer-spin 1s linear infinite;margin:0 auto 1.5rem}.customizer-terms-content{background:#fff;border-radius:8px;max-width:600px;max-height:80vh;width:100%;overflow-y:auto;position:relative}.customizer-terms-header{padding:2.4rem 2.4rem 1.6rem;border-bottom:1px solid #e5e5e5;position:relative}.customizer-terms-header h2{margin:0;font-size:2.4rem;font-weight:700;color:#333;text-align:center}.customizer-terms-close-btn{position:absolute;top:1.6rem;right:1.6rem;background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:.25rem;border-radius:50%;width:3.2rem;height:3.2rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.customizer-terms-close-btn:hover{background:#f5f5f5;color:#333}.customizer-terms-close-btn:active{transform:scale(.95)}.customizer-terms-body{padding:2.4rem;line-height:1.6;color:#555;position:relative}.customizer-terms-body h3{margin:2.4rem 0 .8rem;font-size:1.6rem;font-weight:700;color:#333}.customizer-terms-body h3:first-child{margin-top:0}.customizer-terms-body p{margin:.8rem 0}.customizer-terms-body ul{margin:.8rem 0;padding-left:2.4rem}.customizer-terms-body li{margin:.4rem 0}.customizer-terms-footer{padding:1.6rem 2.4rem 2.4rem;border-top:1px solid #e5e5e5;display:flex;align-items:center;justify-content:space-between;gap:1.6rem;position:sticky;bottom:0;background-color:#fff}.customizer-terms-checkbox{display:flex;align-items:flex-start;gap:.8rem}.customizer-terms-checkbox input[type=checkbox]{margin-top:.4rem;flex-shrink:0}.customizer-terms-checkbox label{font-size:1.44rem;color:#555;cursor:pointer}.customizer-terms-buttons{display:flex;gap:1.6rem;justify-content:flex-end}@media(max-width:480px){.customizer-terms-buttons{flex-direction:column}}.customizer-terms-btn{padding:10.4px 28px;border:none;border-radius:4px;font-weight:500;cursor:pointer;transition:all .2s ease}.customizer-terms-btn.cancel{background:#f5f5f5;color:#666}.customizer-terms-btn.cancel:hover{background:#e5e5e5}.customizer-terms-btn.accept{background:#007bff;color:#fff}.customizer-terms-btn.accept:hover:not(:disabled){background:#0056b3}.customizer-terms-btn.accept:disabled{background:#ccc;cursor:not-allowed}.customizer-loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:10001;padding:1rem}.customizer-loading-content{background:#fff;border-radius:12px;max-width:500px;width:100%;padding:2rem;box-shadow:0 10px 40px #0003}.customizer-loading-header{text-align:center;margin-bottom:2rem}.customizer-loading-header h2{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:#333}.customizer-loading-header p{margin:0;font-size:.9rem;color:#666}.customizer-loading-progress{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.customizer-loading-bar{width:100%;height:12px;background:#e5e7eb;border-radius:6px;overflow:hidden}.customizer-loading-bar .progress{height:100%;background:linear-gradient(90deg,#3b82f6,#10b981);transition:width .3s ease;border-radius:6px}.customizer-loading-percentage{text-align:center;font-size:1.5rem;font-weight:600;color:#3b82f6}.customizer-instructions{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#f8fafc;border-radius:12px;padding:3.2rem}@media(max-width:768px){.customizer-instructions{flex-direction:column;padding:1.6rem}}.customizer-video-section{flex:1;width:100%;margin-right:3.2rem}@media(max-width:768px){.customizer-video-section{margin-right:0;margin-bottom:2.4rem;max-width:100%}}.customizer-instructions-container{display:flex}@media(max-width:768px){.customizer-instructions-container{flex-direction:column}}.customizer-instructions-video{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px #0000001a}.customizer-instructions-content{flex:1;max-width:500px}.customizer-instructions-title{font-size:2.8rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;letter-spacing:.05em}@media(max-width:768px){.customizer-instructions-title{font-size:2.4rem;text-align:center}}.customizer-instruction-step{display:flex;align-items:center;margin-bottom:2rem}.customizer-instruction-step:last-child{margin-bottom:0}.customizer-step-number{display:flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;background:#3b82f6;color:#fff;border-radius:50%;font-weight:700;font-size:1.4rem;margin-right:1rem;flex-shrink:0}.customizer-step-text{color:#4b5563;line-height:1.6;margin:0;font-size:1.6rem}@media(max-width:768px){.customizer-step-text{font-size:14px}}.customizer-slide-drawer{position:fixed;top:0;width:500px;height:100vh;background:#fff;border-left:1px solid #e5e7eb;box-shadow:-4px 0 20px #0000001a;transition:right .3s ease;z-index:1000;overflow-y:auto}@media(max-width:768px){.customizer-slide-drawer{width:100%}}.customizer-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:2.4rem;border-bottom:1px solid #e5e7eb}@media(max-width:768px){.customizer-drawer-header{padding:1.6rem}}.customizer-back-button{display:flex;align-items:center;gap:.8rem;background:none;border:none;font-size:1.4rem;font-weight:500;color:#374151;cursor:pointer;padding:.8rem;border-radius:4px;transition:background .2s ease}.customizer-back-button:hover{background:#f3f4f6}@media(max-width:768px){.customizer-back-button{font-size:1.2rem}}.customizer-drawer-content{padding:2.4rem}@media(max-width:768px){.customizer-drawer-content{padding:1.6rem}}.customizer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999;transition:all .3s ease}.customizer-upload-guidelines{margin-bottom:1.6rem}.customizer-guidelines-header{display:flex;align-items:center;gap:.8rem;margin-bottom:1.6rem}.customizer-guidelines-header .icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:1.6rem}.customizer-guidelines-header .title{font-size:1.4rem;font-weight:600;color:#374151}.customizer-guidelines-list{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media(max-width:768px){.customizer-guidelines-list{grid-template-columns:1fr}}.customizer-guideline-item{display:flex;align-items:center;flex-direction:column;justify-content:center;gap:.75rem;font-size:1.2rem;color:#6b7280;text-align:center}.customizer-guideline-item .icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;flex-shrink:0}.customizer-guideline-item .text{flex:1;line-height:1.4}.customizer-guideline-item .size-requirement{font-weight:600;color:#374151}.customizer-rotation-controls{margin-top:1.6rem;display:flex;gap:.8rem}.customizer-controls-header{padding:1rem 12px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.customizer-controls-header h2{font-size:1.6rem;font-weight:600;color:#374151;margin:0}.customizer-add-to-cart-container{text-align:center}.customizer-add-to-cart-description{font-size:1.4rem;color:#6b7280;margin-bottom:1.6rem}.customizer-quantity-wrapper{display:flex;align-items:center;gap:.8rem}.customizer-quantity-label{font-size:1.4rem;font-weight:600;color:#374151}.customizer-quantity-controls{display:flex;align-items:center;border:1px solid #d1d5db;border-radius:.6rem;overflow:hidden}.customizer-quantity-btn{padding:.8rem 1.2rem;border:none;background:#fff;color:#374151;cursor:pointer;font-size:1.6rem;font-weight:600;transition:all .2s ease}.customizer-quantity-btn:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.customizer-quantity-input{width:60px;padding:.8rem;border:none;border-left:1px solid #d1d5db;border-right:1px solid #d1d5db;text-align:center;font-size:1.6rem;font-weight:600;color:#374151}.customizer-add-to-cart-button{background:#10b981;color:#fff;padding:10.4px 28px;font-size:1.6rem;font-weight:600;border-radius:.8rem;border:none;cursor:pointer;transition:all .2s ease}.customizer-add-to-cart-button:disabled{background:#9ca3af;cursor:not-allowed}.customizer-cart-error{display:flex;align-items:flex-start;gap:.8rem;margin-bottom:1.6rem;padding:1rem 1.6rem;background:#fef2f2;border-radius:.6rem;border:1px solid #fecaca}.customizer-cart-error-icon{width:20px;height:20px;flex-shrink:0;color:#dc2626;margin-top:2px}.customizer-cart-error-message{font-size:1.4rem;font-weight:500;color:#dc2626;line-height:1.5;text-align:left}.customizer-color-header{margin-bottom:.8rem}.customizer-color-label{font-size:1.2rem;color:#6b7280}.customizer-options-container{display:flex;flex-direction:column;gap:.8rem}.customizer-threshold-slider{margin-top:1.6rem}.customizer-threshold-description{font-size:1.2rem;color:#6b7280;margin-bottom:1.6rem}.customizer-threshold-controls{margin-bottom:1.6rem}.customizer-threshold-labels{display:flex;justify-content:space-between;margin-bottom:.8rem}.customizer-threshold-label{font-size:1.2rem;color:#6b7280}.customizer-threshold-range{width:100%;height:6px;border-radius:3px;background:#e5e7eb;outline:none;cursor:pointer}.customizer-invert-toggle{margin-top:1.6rem;padding:1.6rem;background:#f8fafc;border-radius:.8rem;border:1px solid #e2e8f0}.customizer-invert-toggle-inner{display:flex;align-items:center;justify-content:space-between}.customizer-invert-label{font-size:1.4rem;font-weight:600;color:#374151}.customizer-toggle-switch{width:44px;height:24px;border-radius:12px;border:none;position:relative;cursor:pointer;transition:background .2s ease}.customizer-toggle-switch.active{background:#10b981}.customizer-toggle-switch.inactive{background:#d1d5db}.customizer-toggle-knob{width:20px;height:20px;border-radius:50%;background:#fff;position:absolute;top:2px;transition:left .2s ease;box-shadow:0 2px 4px #0000001a;display:block}.customizer-processing-status{display:flex;align-items:center;gap:.8rem;margin-bottom:.8rem}.customizer-processing-spinner{width:16px;height:16px;border:2px solid #3b82f6;border-top:2px solid transparent;border-radius:50%;animation:customizer-spin 1s linear infinite}.customizer-processing-text{font-size:1.4rem;color:#374151}.customizer-processing-description{font-size:1.2rem;color:#6b7280;margin-top:.8rem}.customizer-preview-item{display:flex;flex-direction:column;align-items:center;width:50%}.customizer-preview-label{font-size:1.2rem;color:#6b7280;margin-bottom:.4rem}html.customizer-scroll-lock,body.customizer-scroll-lock{overflow:hidden!important;position:fixed!important;width:100%!important;height:100%!important}.customizer-review-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#e8f0f5;z-index:9999;display:flex;flex-direction:column;overflow:hidden}.customizer-review-header{padding:1.6rem 2.4rem;text-align:center;background:#e8f0f5}.customizer-review-header p{font-size:1.4rem;color:#4b5563;margin:0}.customizer-review-toolbar{display:flex;justify-content:center;gap:1.2rem;padding:1.2rem 2.4rem;background:#e8f0f5}.customizer-toolbar-btn{display:flex;align-items:center;gap:.8rem;padding:1rem 2rem;background:#fff;border:1px solid #d1d5db;border-radius:.6rem;font-size:1.3rem;font-weight:600;color:#1f2937;cursor:pointer;text-transform:uppercase;letter-spacing:.025em;transition:all .15s ease}.customizer-toolbar-btn:hover{background:#f9fafb;border-color:#9ca3af}.customizer-toolbar-btn:active{background:#f3f4f6}.customizer-toolbar-btn.active{background:#1e3a5f;color:#fff;border-color:#1e3a5f}.customizer-toolbar-btn.active:hover{background:#152a45}.customizer-toolbar-btn svg{width:16px;height:16px}.customizer-review-image-container{display:flex;align-items:center;justify-content:center;padding:1.6rem 3.2rem;overflow:auto;background:#e8f0f5}.customizer-review-image-wrapper{max-width:100%;max-height:100%;display:flex;align-items:center;justify-content:center}.customizer-review-image{max-width:100%;max-height:70vh;object-fit:contain;filter:brightness(0) saturate(100%)}.customizer-review-footer{display:flex;justify-content:center;gap:1.6rem;padding:2.4rem;background:#e8f0f5}.customizer-review-btn{padding:1.4rem 4rem;font-size:1.4rem;font-weight:600;border-radius:.6rem;cursor:pointer;text-transform:uppercase;letter-spacing:.05em;transition:all .15s ease}.customizer-review-btn.primary{background:#1e3a5f;color:#fff;border:none}.customizer-review-btn.primary:hover{background:#152a45}.customizer-review-btn.secondary{background:#fff;color:#1f2937;border:1px solid #d1d5db}.customizer-review-btn.secondary:hover{background:#f9fafb;border-color:#9ca3af}.customizer-threshold-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000004d;z-index:10000}.customizer-threshold-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:2.4rem;border-radius:.8rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;z-index:10001;min-width:300px}.customizer-threshold-modal h3{margin:0 0 .8rem;font-size:1.6rem;font-weight:600;color:#1f2937}.customizer-threshold-modal p{margin:0 0 1.6rem;font-size:1.3rem;color:#6b7280}.customizer-font-card{padding:1.6rem!important;border:2px solid #e5e7eb!important;border-radius:.8rem!important;background:#fff!important;cursor:pointer!important;transition:all .2s ease!important;text-align:center!important}.customizer-font-card:hover,.customizer-font-card.selected{border-color:#10b981!important;background:#f0fdf4!important}.customizer-preset-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1.2rem}@media(min-width:769px){.customizer-preset-grid{grid-template-columns:repeat(auto-fit,minmax(125px,1fr))}}.customizer-preset-card{padding:.4rem;border:2px solid #e5e7eb;border-radius:.8rem;background:#fff;cursor:pointer;transition:all .2s ease;text-align:center}.customizer-preset-card:hover,.customizer-preset-card.selected{border-color:#10b981;background:#f0fdf4}.customizer-jersey-section{display:flex;flex-direction:column;gap:1.6rem}.customizer-jersey-input-group{display:flex;flex-direction:column;gap:.8rem}.customizer-jersey-input-label{font-size:1.4rem;font-weight:600;color:#374151}.customizer-jersey-input-help{font-size:1.2rem;color:#6b7280;margin:0}.customizer-position-toggle{display:flex;border:1px solid #e5e7eb;border-radius:.6rem;overflow:hidden}.customizer-position-btn{flex:1;padding:.8rem 1.6rem;background:#fff;border:none;font-size:1.4rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease}.customizer-position-btn:first-child{border-right:1px solid #e5e7eb}.customizer-position-btn.active{background:#1e3a5f;color:#fff}.customizer-position-btn:hover:not(.active){background:#f3f4f6}.customizer-curve-toggle{display:flex;align-items:center;justify-content:space-between;padding:1.2rem;background:#f8fafc;border-radius:.6rem}.customizer-curve-label{font-size:1.4rem;font-weight:500;color:#374151}.customizer-button{width:fit-content;padding:1.4rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:1.4rem;font-weight:500;cursor:pointer;transition:background .2s ease}.customizer-button:hover{background:#2563eb}.customizer-button:disabled{background:#9ca3af;cursor:not-allowed}@media(max-width:768px){.customizer-button{padding:1.2rem;font-size:1.2rem}}.customizer-reset-button{padding:.8rem 1.6rem;border:1px solid #d1d5db;border-radius:.6rem;background:#f3f4f6;cursor:pointer;color:#374151;transition:all .2s ease;line-height:1}.customizer-reset-button:hover{background:#e5e7eb;border-color:#9ca3af}.customizer-customization-card{display:flex;align-items:center;padding:12px;border:1px solid #e5e7eb;border-radius:4px;background:#fff;cursor:pointer;transition:all .2s ease}.customizer-customization-card:hover{border-color:#1e40af;background:#f8fafc}.customizer-customization-card .icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border-radius:4px;margin-right:1.6rem;font-size:2rem}.customizer-customization-card .icon img{width:24px;height:24px;object-fit:contain}.customizer-customization-card .content{flex:1}.customizer-customization-card .title{font-size:1.4rem;font-weight:600;color:#374151}.customizer-customization-card .subtitle{font-size:1.2rem;color:#6b7280;margin-bottom:.4rem}.customizer-customization-card .arrow{color:#9ca3af;font-size:2rem}@media(max-width:768px){.customizer-customization-card{padding:1.2rem}.customizer-customization-card .icon{width:32px;height:32px;margin-right:1.2rem;font-size:1.6rem}.customizer-customization-card .icon img{width:20px;height:20px}.customizer-customization-card .title{font-size:1.2rem}.customizer-customization-card .subtitle{font-size:1rem}.customizer-customization-card .arrow{font-size:1.6rem}}.customizer-terms-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:10000;padding:1.6rem}.customizer-terms-modal-content{background:#fff;border-radius:8px;max-width:600px;max-height:80vh;width:100%;overflow-y:auto;position:relative}.customizer-terms-modal-header{padding:2.4rem 2.4rem 1.6rem;border-bottom:1px solid #e5e5e5;position:relative}.customizer-terms-modal-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#333;text-align:center}.customizer-terms-modal-close{position:absolute;top:1.6rem;right:1.6rem;background:none;border:none;font-size:2.4rem;color:#666;cursor:pointer;padding:.4rem;border-radius:50%;width:3.2rem;height:3.2rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.customizer-terms-modal-close:hover{background:#f5f5f5;color:#333}.customizer-terms-modal-close:active{transform:scale(.95)}.customizer-terms-modal-body{padding:2.4rem;line-height:1.6;color:#555;position:relative}.customizer-terms-modal-body h3{margin:2.4rem 0 .8rem;font-size:1.6rem;font-weight:700;color:#333}.customizer-terms-modal-body h3:first-child{margin-top:0}.customizer-terms-modal-body p{margin:.8rem 0}.customizer-terms-modal-body ul{margin:.8rem 0;padding-left:2.4rem}.customizer-terms-modal-body li{margin:.4rem 0}.customizer-terms-modal-footer{padding:1.6rem 2.4rem 2.4rem;border-top:1px solid #e5e5e5;display:flex;align-items:center;justify-content:space-between;gap:1.6rem;position:sticky;bottom:0;background-color:#fff}@media(max-width:768px){.customizer-terms-modal-footer{flex-direction:column}}.customizer-terms-checkbox-container{display:flex;align-items:flex-start;gap:.8rem}.customizer-terms-checkbox-container input[type=checkbox]{margin-top:.4rem;flex-shrink:0}.customizer-terms-checkbox-container label{font-size:1.44rem;color:#555;cursor:pointer}.customizer-terms-button-container{display:flex;gap:1.6rem;justify-content:flex-end}.customizer-terms-button{padding:10.4px 28px;border:none;border-radius:4px;font-weight:500;cursor:pointer;transition:all .2s ease}.customizer-terms-button.cancel{background:#f5f5f5;color:#666}.customizer-terms-button.cancel:hover{background:#e5e5e5}.customizer-terms-button.accept{background:#007bff;color:#fff}.customizer-terms-button.accept:hover:not(:disabled){background:#0056b3}.customizer-terms-button.accept:disabled{background:#ccc;cursor:not-allowed}.customizer-loading-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:10001;padding:1.6rem}.customizer-loading-modal-content{background:#fff;border-radius:12px;max-width:600px;width:100%;padding:3.2rem;box-shadow:0 10px 40px #0003}.customizer-loading-modal-header{text-align:center;margin-bottom:3.2rem}.customizer-loading-modal-header h2{margin:0 0 .8rem;font-size:2.4rem;font-weight:700;color:#333}.customizer-loading-modal-header p{margin:0;font-size:1.44rem;color:#666}.customizer-loading-progress-container{display:flex;flex-direction:column;gap:1.6rem;margin-top:1.6rem}.customizer-loading-progress-bar{width:100%;height:12px;background:#e5e7eb;border-radius:6px;overflow:hidden}.customizer-loading-progress-bar .progress{height:100%;background:linear-gradient(90deg,#3b82f6,#10b981);transition:width .3s ease;border-radius:6px}.customizer-canvas{background:#fff;position:relative;margin:0 auto}.customizer-product-image{position:absolute;width:100%;height:100%;object-fit:contain}.custom-text-element{position:absolute;transform-origin:center;text-align:center;width:auto;height:auto;will-change:transform}.custom-image-element{position:absolute;transform-origin:center;object-fit:contain;image-rendering:-webkit-optimize-contrast;-webkit-image-rendering:-webkit-optimize-contrast;-moz-image-rendering:-moz-crisp-edges;filter:contrast(1.05) brightness(1.02) saturate(1.1);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;backface-visibility:hidden;-webkit-backface-visibility:hidden}.customizer-color-card-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:10px;color:#666}.customizer-drawer-title{font-size:1.6rem;font-weight:600;color:#374151;margin:0}.customizer-drawer-spacer{width:60px}.customizer-text-input-container{margin-bottom:2.4rem}.customizer-text-input-label{display:block;font-size:1.4rem;font-weight:600;color:#374151;margin-bottom:.8rem}.customizer-text-input-help{font-size:1.2rem;color:#6b7280;margin:0}.customizer-font-preview-container{margin-bottom:2.4rem}.customizer-font-preview-label{display:block;font-size:1.4rem;font-weight:600;color:#374151;margin-bottom:1.2rem}.customizer-font-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.2rem}.customizer-font-preview-text{margin-bottom:.8rem;line-height:1.2;min-height:4rem;display:flex;align-items:center;justify-content:center;line-break:anywhere}.customizer-font-preview-name{font-size:1.2rem;color:#6b7280;font-weight:500}.customizer-jersey-numbers,.customizer-jersey-text{margin-bottom:1.6rem}.customizer-jersey-label{display:block;font-size:1.4rem;font-weight:600;color:#374151;margin-bottom:.8rem}.customizer-jersey-position{margin-bottom:2.4rem}.customizer-jersey-position-buttons{display:flex;gap:.8rem}.customizer-jersey-position-btn{flex:1;padding:1.2rem;border:1px solid #d1d5db;border-radius:.6rem;font-size:1.6rem;cursor:pointer;transition:all .2s ease}.customizer-jersey-position-btn.active{background:#10b981;color:#fff}.customizer-jersey-curve-toggle{margin-top:1.6rem;display:flex;gap:.8rem}.customizer-jersey-curve-label{font-size:1.4rem;font-weight:600;color:#374151;margin-bottom:.8rem;display:block}.customizer-toggle-wrapper{display:flex;align-items:center;justify-content:space-between;margin-bottom:.8rem}.customizer-toggle-btn{width:44px;height:24px;border-radius:12px;border:none;position:relative;cursor:pointer;transition:background .2s ease}.customizer-toggle-btn.active{background:#10b981}.customizer-toggle-btn.inactive{background:#d1d5db}.customizer-preset-label{display:block;font-size:1.4rem;font-weight:600;color:#374151;margin-bottom:1.2rem}.customizer-preset-categories{display:flex;flex-direction:column;gap:1.2rem}.customizer-preset-category-card{padding:16px;border:1px solid #e5e7eb;border-radius:.8rem;background:#fff;cursor:pointer;transition:all .2s ease;text-align:center;display:flex;flex-direction:row;align-items:center;gap:1.2rem}.customizer-preset-category-card:hover{border-color:#10b981;background:#f0fdf4}.customizer-preset-category-image{width:60px;height:60px;object-fit:contain;border-radius:.4rem;flex-shrink:0}.customizer-preset-category-content{flex:1;text-align:left}.customizer-preset-category-title{font-size:1.4rem;font-weight:600;color:#374151}.customizer-preset-category-count{font-size:1.2rem;color:#6b7280;margin-top:.4rem}.customizer-preset-back{display:flex;align-items:center;gap:.8rem;background:none;border:none;color:#3b82f6;font-size:1.4rem;cursor:pointer;padding:0;margin-bottom:1.6rem}.customizer-preset-back:hover{text-decoration:underline}.customizer-preset-design-img{width:100%;height:auto;border-radius:.4rem;margin-bottom:.8rem}.customizer-preset-design-title{font-size:1.2rem;font-weight:500;color:#374151}.customizer-fallback-processing{margin-top:1.6rem}.customizer-fallback-text{font-size:1.2rem;color:#6b7280;margin-bottom:.8rem}.customizer-processed-preview{display:flex;align-items:center;gap:1.6rem}.customizer-processed-thumb{width:60px;height:60px;object-fit:contain;border:1px solid #e2e8f0;border-radius:.4rem;background:#fff}.customizer-processed-info{flex:1}.customizer-processed-title{margin:0;font-size:1.4rem;font-weight:600;color:#374151}.customizer-processed-review-btn{margin-top:.4rem;padding:0;background:none;border:none;color:#3b82f6;font-size:1.3rem;cursor:pointer;text-decoration:underline}.customizer-supported-formats{font-size:1.2rem;color:#6b7280;margin-top:.8rem}.customizer-review-threshold-container{padding:0 3.2rem 1.6rem;background:#e8f0f5;display:flex;justify-content:center}.customizer-review-threshold-box{background:#fff;padding:1.6rem 2.4rem;border-radius:.8rem;box-shadow:0 2px 8px #0000001a;width:100%;max-width:400px}.customizer-review-threshold-help{text-align:center;margin-bottom:.4rem}.customizer-review-threshold-help-text{font-size:1.3rem;color:#4b5563}.customizer-review-threshold-labels{display:flex;justify-content:space-between;margin-bottom:.8rem}.customizer-review-threshold-label{font-size:1.2rem;color:#6b7280}.customizer-review-threshold-slider{width:100%;height:6px;border-radius:3px;background:#e5e7eb;outline:none;cursor:pointer}.customizer-review-inverted-badge{text-align:center;margin-top:1.2rem;padding:.6rem 1.2rem;background:#1e3a5f;border-radius:.4rem;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;width:100%}.customizer-review-inverted-text{font-size:1.2rem;color:#fff;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.customizer-empty-state{padding:1.6rem;text-align:center;color:#6b7280}.customizer-empty-state-subtitle{font-size:1.2rem;margin-top:.8rem}.customizer-fallback-section{margin-top:1.6rem}.customizer-fallback-help{font-size:1.2rem;color:#6b7280;margin-bottom:.8rem}.customizer-fallback-btn{background:#10b981}.customizer-modal-text{font-size:1.6rem;line-height:1.6;margin-bottom:1.6rem}.customizer-modal-text:last-child{margin-bottom:0}.customizer-terms-modal-body a{color:#06c;text-decoration:underline}.customizer-input.text-center{text-align:center}.customizer-input.uppercase{text-transform:uppercase}.customizer-preset-category-image-wrapper{width:50px;height:50px;border-radius:.6rem;overflow:hidden;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;box-shadow:0 0 7px 1px #0000001a;flex-shrink:0}.customizer-preset-category-image-wrapper img{width:100%;height:100%;object-fit:contain}.customizer-button-center{justify-content:center}
/*# sourceMappingURL=/cdn/shop/t/21/assets/customizer.css.map */
