.miles-customizer{display:grid;gap:14px;box-sizing:border-box;width:100%;min-width:0;max-width:100%;margin:20px 0;padding:16px;border:1px solid color-mix(in srgb,currentColor 18%,transparent);border-radius:12px;background:color-mix(in srgb,currentColor 4%,transparent)}.miles-customizer__header,.miles-customizer__field{display:grid;gap:6px;min-width:0}.miles-customizer__heading{margin:0;font-size:1rem}.miles-customizer__help,.miles-customizer__hint,.miles-customizer__counter{margin:0;color:color-mix(in srgb,currentColor 68%,transparent);font-size:.8125rem}.miles-customizer__field label{font-weight:600}.miles-customizer__hint[data-invalid]{color:#b42318;font-weight:600}.miles-customizer__field input,.miles-customizer__field textarea,.miles-customizer__field select{box-sizing:border-box;width:100%;min-width:0;max-width:100%;min-height:44px;padding:10px 12px;border:1px solid color-mix(in srgb,currentColor 28%,transparent);border-radius:8px;background:transparent;font:inherit}.miles-customizer__field textarea{resize:vertical}.miles-customizer__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.miles-customizer__preview-actions{display:flex;align-items:center;justify-content:flex-start;gap:10px;flex-wrap:wrap}.miles-customizer__preview-disclaimer{color:#666;font-size:.75rem;line-height:1.35}.miles-customizer__preview-button{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-height:26px;padding:4px 10px;border:0;border-radius:999px;background:#f2bd2e;color:#111;font:inherit;font-size:.6875rem;font-weight:700;text-transform:uppercase;cursor:pointer}.miles-customizer__preview-button .miles-customizer__icon{width:13px;height:13px}.miles-customizer__field-heading{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.miles-customizer__preview-button:disabled{cursor:not-allowed;opacity:.45}.miles-customizer__preview-dialog{width:min(92vw,760px);max-width:760px;padding:14px;border:0;border-radius:14px;background:#fff;color:#111;box-shadow:0 20px 70px #00000052}.miles-customizer__preview-dialog::backdrop{background:#000000b8}.miles-customizer__preview-dialog-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.miles-customizer__preview-dialog-header h3{margin:0;font-size:1rem}.miles-customizer__preview-close{display:grid;width:38px;height:38px;padding:0;border:0;border-radius:50%;background:#f0f0f0;color:#111;font-size:1.5rem;line-height:1;place-items:center;cursor:pointer}.miles-customizer__text-canvas{display:block;width:100%;height:auto;border-radius:10px;background:#f4f4f4}.miles-customizer__preview-help{margin:10px 2px 0;color:#666;font-size:.75rem}.miles-customizer__preview{min-height:72px;padding:8px;border:1px dashed color-mix(in srgb,currentColor 28%,transparent);border-radius:8px}.miles-customizer__preview img{display:block;width:100%;max-height:180px;object-fit:contain}.miles-customizer__photo-summary{display:flex;width:100%;margin-top:4px;padding:0;align-items:center;gap:12px;border:0}.miles-customizer__photo-summary[hidden]{display:none}.miles-customizer__photo-summary-media{position:relative;width:min(100%,100px);flex:0 0 100px;overflow:hidden;border-radius:10px}.miles-customizer__photo-summary-media canvas,.miles-customizer__photo-editor canvas,.miles-customizer__photo-review-grid canvas{display:block;width:100%;height:auto;border-radius:10px;background:#f4f4f4}.miles-customizer__photo-summary-actions,.miles-customizer__photo-toolbar{display:flex;flex-wrap:wrap;gap:8px}.miles-customizer__photo-summary-actions button,.miles-customizer__photo-toolbar button{min-height:42px;padding:8px 12px;border:1px solid #bbb;border-radius:8px;background:#fff;color:#111;font:inherit;font-weight:600;cursor:pointer}.miles-customizer__photo-summary-actions{position:absolute;top:4px;right:4px;gap:4px;align-items:center}.miles-customizer__photo-summary-actions button{width:28px;min-width:28px;min-height:28px;padding:5px;border-radius:6px;border-color:#0000002e;background:#fffffff0;box-shadow:0 2px 8px #00000029}.miles-customizer__photo-summary-actions .miles-customizer__icon{width:16px;height:16px}.miles-customizer__photo-summary-name{min-width:0;overflow:hidden;color:#222;font-size:.75rem;line-height:1.35;text-overflow:ellipsis;overflow-wrap:anywhere}.miles-customizer__icon-button{display:inline-flex;width:44px;min-width:44px;padding:8px;align-items:center;justify-content:center}.miles-customizer__icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.miles-customizer__photo-editor{width:min(94vw,780px);max-height:calc(100dvh - 24px);padding:14px;border:0;border-radius:14px;background:#fff;color:#111;box-shadow:0 20px 70px #00000052}.miles-customizer__photo-editor::backdrop{background:#000000b8}html.miles-photo-editor-open,body.miles-photo-editor-open{overflow:hidden;overscroll-behavior:none}body.miles-photo-editor-open{position:fixed;top:var(--miles-photo-editor-scroll-y, 0);right:0;left:0;width:100%}.miles-customizer__photo-editor canvas{max-height:min(68dvh,720px);object-fit:contain;touch-action:none;cursor:grab}.miles-customizer__photo-editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:center}.miles-customizer__photo-editor-grid [data-photo-editor-preview-canvas]{cursor:default}.miles-customizer__photo-toolbar{margin-top:12px}.miles-customizer__photo-toolbar .miles-customizer__photo-confirm{margin-left:auto;border-color:#21843b;background:#21843b;color:#fff}.miles-customizer__photo-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.miles-customizer__photo-review-grid figure{margin:0}.miles-customizer__photo-review-grid figcaption{margin-top:6px;text-align:center;font-size:.8125rem;font-weight:700}@media screen and (max-width:749px){.miles-customizer__field input,.miles-customizer__field textarea,.miles-customizer__field select{font-size:16px}.miles-customizer__grid{grid-template-columns:1fr}.miles-customizer__preview-dialog{width:calc(100vw - 24px);max-height:calc(100dvh - 24px);padding:10px}.miles-customizer__photo-editor{width:calc(100vw - 20px);padding:10px;overflow-y:auto;overscroll-behavior:contain}.miles-customizer__photo-toolbar{flex-wrap:nowrap;gap:6px;margin-top:8px}.miles-customizer__photo-toolbar button{width:auto;min-width:0;min-height:40px;flex:1 1 0;padding:7px}.miles-customizer__photo-toolbar .miles-customizer__photo-confirm{margin-left:0}.miles-customizer__photo-toolbar [data-photo-action=reset]{display:none}.miles-customizer__photo-editor-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.miles-customizer__photo-editor-grid canvas{max-height:none}.miles-customizer__photo-editor-grid [data-photo-editor-preview-canvas]{max-height:none}.miles-customizer__photo-editor>.miles-customizer__hint{display:none}.miles-customizer__photo-review-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/90/assets/miles-customizer.css.map */
