.quote-form{--quote-form-gap: 18px;--quote-form-section-gap: 28px;--quote-form-radius: 6px;--quote-form-border: rgba(0, 0, 0, .18);--quote-form-border-strong: rgba(0, 0, 0, .32);--quote-form-error: #c53b3b;--quote-form-muted: rgba(0, 0, 0, .7);--quote-form-bg-soft: rgba(0, 0, 0, .025);--quote-form-focus: rgb(var(--accent-button-color, 0, 102, 204));display:block;margin:0 0 24px;padding:0;font-family:var(--base-font-family);font-style:var(--base-font-style);font-weight:var(--base-font-weight);line-height:1.45;color:inherit}.quote-form__heading{margin:0 0 8px;font-family:var(--base-font-family);font-weight:600;text-transform:uppercase;letter-spacing:.04em}.quote-form__subheading{margin:0 0 16px;font-family:var(--base-font-family);color:var(--quote-form-muted)}.quote-form__form{display:grid;gap:var(--quote-form-section-gap)}.quote-form__primary,.quote-form__attributes,.quote-form__customer{display:grid;gap:var(--quote-form-gap);align-items:start}.quote-form__field{display:grid;gap:6px}.quote-form__label{font-family:var(--base-font-family);font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.06em}.quote-form__label--required:after{content:" *";color:var(--quote-form-error)}.quote-form__hint,.quote-form__field-note{margin:0;font-size:12px;color:var(--quote-form-muted)}.quote-form__field-note--moq{font-weight:600;color:var(--quote-form-error)}.quote-form__field-note--moq[hidden]{display:none}.quote-form__label-aside{margin-left:10px;font-weight:400;text-transform:none;letter-spacing:0;font-size:11px;color:var(--quote-form-muted)}.quote-form input[type=text],.quote-form input[type=email],.quote-form input[type=tel],.quote-form input[type=number],.quote-form input[type=date],.quote-form select,.quote-form textarea{width:100%;padding:12px 14px;border:1px solid var(--quote-form-border);border-radius:var(--quote-form-radius);font-family:var(--base-font-family);font-style:var(--base-font-style);font-weight:var(--base-font-weight);font-size:15px;background:#fff;color:inherit;box-sizing:border-box;transition:border-color .15s ease}.quote-form input:hover,.quote-form select:hover,.quote-form textarea:hover{border-color:var(--quote-form-border-strong)}.quote-form input[type=date]{position:relative;appearance:none;-webkit-appearance:none;padding-right:40px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4.5' width='18' height='17' rx='2'/%3E%3Cpath d='M3 9h18M8 2.5v4M16 2.5v4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:18px 18px;cursor:pointer}.quote-form input[type=date]::-webkit-calendar-picker-indicator{position:absolute;top:0;right:0;bottom:0;left:0;width:auto;height:auto;margin:0;padding:0;background:transparent;cursor:pointer;opacity:0}.quote-form select{appearance:none;-webkit-appearance:none;padding-right:38px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' fill='none' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:12px 12px;cursor:pointer}.quote-form textarea{min-height:90px;resize:vertical}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus,.quote-form button:focus-visible{outline:2px solid var(--quote-form-focus);outline-offset:2px;border-color:var(--quote-form-border-strong)}.quote-form__field--error input,.quote-form__field--error select,.quote-form__field--error textarea{border-color:var(--quote-form-error)}.quote-form__field-error{margin:0;font-size:12px;color:var(--quote-form-error)}.quote-form__checkbox{display:flex;align-items:center;gap:8px;font-weight:400;text-transform:none;letter-spacing:normal}.quote-form__no-rush{margin-top:8px}.quote-form__field--disabled input[type=date],.quote-form__field--disabled>.quote-form__label:not(.quote-form__no-rush){opacity:.5;cursor:not-allowed}.quote-form__field--disabled input[type=date]{background-color:#00000008}.quote-form__checkbox--disabled,.quote-form__checkbox--disabled input[type=checkbox]{opacity:.5;cursor:not-allowed}.quote-form__checkbox input[type=checkbox]{-webkit-appearance:checkbox!important;-moz-appearance:checkbox!important;appearance:checkbox!important;margin:0;width:18px;height:18px;min-width:18px;max-width:18px;flex:0 0 18px;padding:0;border:1px solid var(--quote-form-border-strong);border-radius:3px;background:#fff;vertical-align:middle;cursor:pointer}.quote-form__checkbox input[type=checkbox]:checked{background-color:revert;background-image:none}.quote-form__checkbox input[type=checkbox]:checked:after{content:none!important}.quote-form__artwork{border:1px dashed var(--quote-form-border-strong);border-radius:var(--quote-form-radius);background:var(--quote-form-bg-soft);padding:18px;display:grid;gap:8px;transition:border-color .15s ease,background-color .15s ease}.quote-form__artwork[hidden]{display:none}.quote-form__artwork--dragover{border-style:solid;border-color:currentColor;background:#0000000f}.quote-form__artwork .quote-form__hint{margin:-2px 0 4px}.quote-form__attachments{list-style:none;margin:0;padding:0;display:grid;gap:6px}.quote-form__attachments[hidden]{display:none}.quote-form__attachment{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 12px;background:#fff;border:1px solid var(--quote-form-border);border-radius:var(--quote-form-radius);font-size:13px;word-break:break-all;overflow:hidden}.quote-form__attachment-name{flex:1 1 auto;min-width:0;position:relative;z-index:1}.quote-form__attachment-remove{flex:0 0 auto;width:24px;height:24px;padding:0;border:0;border-radius:4px;background:transparent;color:var(--quote-form-muted);font-size:18px;line-height:1;cursor:pointer;position:relative;z-index:1}.quote-form__attachment-remove:hover{background:#0000000f;color:inherit}.quote-form__attachment--uploading{background:#00000008;border-style:dashed}.quote-form__attachment--uploading .quote-form__attachment-name{color:var(--quote-form-muted)}.quote-form__attachment-progress{flex:0 0 auto;position:relative;z-index:1;font-variant-numeric:tabular-nums;font-size:12px;color:var(--quote-form-muted)}.quote-form__attachment-bar{position:absolute;inset:0 auto 0 0;width:0;background:#00000014;pointer-events:none;transition:width .15s linear;z-index:0}@keyframes quote-form-pulse{0%,to{opacity:1}50%{opacity:.6}}.quote-form__attachment--uploading .quote-form__attachment-name{animation:quote-form-pulse 1.4s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.quote-form__attachment--uploading .quote-form__attachment-name{animation:none}.quote-form__artwork,.quote-form__attachment-bar,.quote-form input,.quote-form select,.quote-form textarea{transition:none!important}}.quote-form .visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.quote-form__estimate{display:flex;justify-content:space-between;align-items:baseline;padding:16px 0 8px;margin-top:4px;border-top:1px solid var(--quote-form-border);font-weight:600}.quote-form__estimate-label{font-size:15px;text-transform:uppercase;letter-spacing:.04em}.quote-form__estimate-value{font-size:24px;font-variant-numeric:tabular-nums}.quote-form__estimate-breakdown{margin:0 0 4px;font-size:12px;color:var(--quote-form-muted);text-align:right;font-variant-numeric:tabular-nums}.quote-form__estimate-breakdown[hidden]{display:none}.quote-form__turnstile{display:flex;justify-content:center;margin:0}.quote-form__turnstile:empty{display:none}.quote-form__submit{width:100%!important;min-width:0!important;padding:14px 24px;cursor:pointer}.quote-form__submit[disabled]{opacity:.6;cursor:not-allowed}.quote-form__error{margin:0;color:var(--quote-form-error);font-size:13px}.quote-form__success{padding:24px;border:1px solid var(--quote-form-border);border-radius:var(--quote-form-radius);text-align:center}.quote-form__success-title{margin:0 0 8px;font-family:var(--base-font-family);font-size:18px}.quote-form__success-body{margin:0;color:var(--quote-form-muted)}@media(min-width:720px){.quote-form__primary,.quote-form__customer{grid-template-columns:repeat(2,1fr)}}.quote-form__help-button{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin-left:6px;padding:0;border:1px solid var(--quote-form-border-strong);border-radius:50%;background:transparent;color:inherit;font-size:11px;font-weight:700;line-height:1;cursor:pointer;vertical-align:middle;text-transform:none;letter-spacing:0}.quote-form__help-button:hover{background:#0000000d}.quote-form__pricing-link{margin:0 0 0 14px;padding:0;background:none;border:0;color:inherit;font:inherit;font-size:14px;font-weight:400;text-transform:none;letter-spacing:0;text-decoration:underline;text-underline-offset:3px;cursor:pointer;vertical-align:middle}.quote-form__pricing-link:hover{opacity:.75}.quote-form__estimate-value--placeholder{font-style:italic;font-weight:400;font-variant-numeric:normal;color:var(--quote-form-muted);font-size:14px}.quote-form-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}.quote-form-modal[hidden]{display:none}.quote-form-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;cursor:pointer}.quote-form-modal__panel{position:relative;max-width:880px;width:100%;max-height:calc(100vh - 40px);overflow-y:auto;background:#fff;color:#111;border-radius:10px;padding:32px 28px 28px;box-shadow:0 12px 40px #00000040}.quote-form-modal__close{position:absolute;top:12px;right:12px;width:36px;height:36px;padding:0;border:0;border-radius:8px;background:var(--quote-form-modal-accent, #4ea69a);color:#fff;font-size:20px;line-height:1;cursor:pointer}.quote-form-modal__close:hover{filter:brightness(1.05)}.quote-form-modal__title{margin:0 0 16px;font-family:var(--base-font-family);font-weight:700;font-size:22px;text-align:center}.quote-form-modal__table{width:100%;border-collapse:collapse;font-family:var(--base-font-family, "Poppins", sans-serif);font-size:14px}.quote-form-modal__table th,.quote-form-modal__table td{border:1px solid rgba(0,0,0,.12);padding:10px 12px;text-align:center;background:#fff}.quote-form-modal__table th{background:#0000000a;font-weight:700}.quote-form-modal__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:14px;margin-top:8px}.quote-form-modal__option{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px}.quote-form-modal__option img{width:120px;height:120px;aspect-ratio:1 / 1;object-fit:contain;background:#00000006;border-radius:6px}.quote-form-modal__option-label{font-family:var(--base-font-family, "Poppins", sans-serif);font-size:14px;line-height:1.3}
/*# sourceMappingURL=/cdn/shop/t/30/assets/quote-form.css.map */
