:root{--cof-ink: #1c1c1c;--cof-ink-soft: #4a4a4a;--cof-muted: #8a8a8a;--cof-line: #d9d9d9;--cof-line-soft: #ececec;--cof-bg: #ffffff;--cof-bg-alt: #f6f6f4;--cof-focus: #1c1c1c;--cof-focus-ring: rgba(28,28,28,.15);--cof-error: #b3261e;--cof-error-bg: #fdecea;--cof-accent: #1c1c1c;--cof-radius: 10px;--cof-radius-lg: 14px;--cof-shadow: 0 1px 2px rgba(0,0,0,.04), 0 1px 3px rgba(0,0,0,.04)}.custom-order-form{color:var(--cof-ink);font-family:inherit;line-height:1.5;padding:24px 16px 48px;max-width:100%;box-sizing:border-box}.custom-order-form *,.custom-order-form *:before,.custom-order-form *:after{box-sizing:border-box}.custom-order-form__wrap,.custom-order-form__container{max-width:640px;margin:0 auto;padding:0}.custom-order-form__hero{text-align:center;margin:0 auto 28px;padding:0 4px}.custom-order-form__hero-title,.custom-order-form__title{font-size:26px;line-height:1.2;letter-spacing:.01em;font-weight:500;margin:0 0 10px;color:var(--cof-ink)}.custom-order-form__hero-subtitle,.custom-order-form__subtitle{font-size:15px;color:var(--cof-ink-soft);margin:0;line-height:1.45}.custom-order-form__form{display:block;margin:0}.custom-order-form .custom-order-form__fieldset{background:var(--cof-bg);border:1px solid var(--cof-line)!important;border-radius:var(--cof-radius-lg);padding:20px 16px 22px;margin:0 0 18px;box-shadow:var(--cof-shadow);min-width:0}.custom-order-form__legend{display:flex!important;align-items:center;gap:12px;padding:0;margin:0 0 14px;width:100%;font-size:15px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--cof-ink);float:none}.custom-order-form__legend-number{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;min-width:28px;border-radius:999px;background:var(--cof-ink);color:#fff;font-size:13px;font-weight:600;letter-spacing:0;text-transform:none;flex-shrink:0}.custom-order-form__legend-text{flex:1 1 auto;min-width:0}.custom-order-form__fieldset-hint{margin:-6px 0 14px;font-size:13px;color:var(--cof-ink-soft)}.custom-order-form__field{margin:0 0 16px}.custom-order-form__field:last-child{margin-bottom:0}.custom-order-form__label{display:block;font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--cof-ink);margin:0 0 6px}.custom-order-form__required{color:var(--cof-error);margin-left:2px}.custom-order-form__hint{display:block;font-size:12.5px;color:var(--cof-muted);margin:6px 0 0;line-height:1.4}.custom-order-form .custom-order-form__input,.custom-order-form .custom-order-form__textarea,.custom-order-form select.custom-order-form__input{display:block;width:100%;min-height:46px;padding:11px 14px;font-size:16px;line-height:1.35;font-family:inherit;color:var(--cof-ink);background:#fff!important;background-color:#fff!important;border:1.5px solid var(--cof-line)!important;border-radius:var(--cof-radius);box-shadow:none;-webkit-appearance:none;appearance:none;transition:border-color .15s ease,box-shadow .15s ease}.custom-order-form .custom-order-form__textarea{min-height:96px;resize:vertical;padding-top:12px}.custom-order-form .custom-order-form__input::placeholder,.custom-order-form .custom-order-form__textarea::placeholder{color:#a3a3a3;opacity:1}.custom-order-form .custom-order-form__input:hover,.custom-order-form .custom-order-form__textarea:hover,.custom-order-form select.custom-order-form__input:hover{border-color:#b5b5b5!important}.custom-order-form .custom-order-form__input:focus,.custom-order-form .custom-order-form__textarea:focus,.custom-order-form select.custom-order-form__input:focus{outline:none;border-color:var(--cof-focus)!important;box-shadow:0 0 0 3px var(--cof-focus-ring)}.custom-order-form select.custom-order-form__input{padding-right:42px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%231c1c1c' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' d='M1 1.5l5 5 5-5'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 14px center!important;background-size:12px 8px!important}.custom-order-form input[type=date].custom-order-form__input,.custom-order-form input[type=time].custom-order-form__input,.custom-order-form input[type=number].custom-order-form__input{-webkit-appearance:none;appearance:none;padding-right:12px}.custom-order-form input[type=date].custom-order-form__input::-webkit-calendar-picker-indicator,.custom-order-form input[type=time].custom-order-form__input::-webkit-calendar-picker-indicator{opacity:.7;cursor:pointer}.custom-order-form__row{display:grid;grid-template-columns:1fr;gap:14px}.custom-order-form__checkbox-grid{display:grid;grid-template-columns:1fr;gap:10px;margin:0;padding:0}.custom-order-form .custom-order-form__checkbox-card{display:flex;align-items:flex-start;gap:12px;padding:14px;background:#fff;border:1.5px solid var(--cof-line)!important;border-radius:var(--cof-radius);cursor:pointer;font-size:15px;line-height:1.35;color:var(--cof-ink);transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;min-height:52px;width:100%;min-width:0;word-break:normal;overflow-wrap:break-word}.custom-order-form .custom-order-form__checkbox-card:hover{border-color:#b5b5b5!important;background:#fafafa}.custom-order-form .custom-order-form__checkbox-card input[type=checkbox]{flex-shrink:0;width:20px;height:20px;margin:1px 0 0;accent-color:var(--cof-ink);cursor:pointer}.custom-order-form .custom-order-form__checkbox-card:has(input[type=checkbox]:checked){border-color:var(--cof-ink)!important;background:#f6f6f4;box-shadow:0 0 0 1px var(--cof-ink) inset}.custom-order-form .custom-order-form__checkbox-card input[type=checkbox]:checked~span,.custom-order-form .custom-order-form__checkbox-card input[type=checkbox]:checked+span{font-weight:600}.custom-order-form .custom-order-form__checkbox-card>span,.custom-order-form .custom-order-form__checkbox-card>.custom-order-form__checkbox-text{flex:1 1 auto;min-width:0;display:block}.custom-order-form__consent{background:var(--cof-bg-alt);border:1px solid var(--cof-line)!important;border-radius:var(--cof-radius-lg);padding:18px 16px;margin:22px 0 20px}.custom-order-form__consent-fieldset{border:0!important;padding:0;margin:0;min-width:0}.custom-order-form__consent-fieldset>.custom-order-form__label,.custom-order-form__consent-fieldset>legend{display:block;padding:0;margin:0 0 12px;font-size:14px;font-weight:600;letter-spacing:.03em;text-transform:none;color:var(--cof-ink);line-height:1.4}.custom-order-form__radio-label{display:flex!important;align-items:center;gap:12px;padding:12px 14px;background:#fff;border:1.5px solid var(--cof-line)!important;border-radius:var(--cof-radius);cursor:pointer;font-size:15px;color:var(--cof-ink);margin:0 0 8px;min-height:48px;transition:border-color .15s ease,background .15s ease}.custom-order-form__radio-label:last-child{margin-bottom:0}.custom-order-form__radio-label:hover{border-color:#b5b5b5!important}.custom-order-form__radio-label:has(input[type=radio]:checked){border-color:var(--cof-ink)!important;background:#fff;box-shadow:0 0 0 1px var(--cof-ink) inset}.custom-order-form .custom-order-form__radio{flex-shrink:0;width:20px;height:20px;margin:0;accent-color:var(--cof-ink);cursor:pointer}.custom-order-form__radio-label>span{flex:1 1 auto;min-width:0}.custom-order-form__field--error .custom-order-form__input,.custom-order-form__field--error .custom-order-form__textarea,.custom-order-form__field--error select.custom-order-form__input{border-color:var(--cof-error)!important;box-shadow:0 0 0 3px #b3261e1f}.custom-order-form__field-error{display:block;color:var(--cof-error);font-size:13px;margin:6px 0 0;line-height:1.4}.custom-order-form__error-summary{background:var(--cof-error-bg);border:1px solid var(--cof-error)!important;border-radius:var(--cof-radius);padding:14px 16px;margin:4px 0 18px;color:var(--cof-error)}.custom-order-form__error-summary-heading{margin:0 0 8px;font-weight:600;font-size:14px}.custom-order-form__error-list{margin:0;padding:0 0 0 18px;font-size:13.5px;line-height:1.5}.custom-order-form__submit-wrap{margin:26px 0 8px;text-align:center}.custom-order-form .custom-order-form__submit,.custom-order-form button.custom-order-form__submit{display:block;width:100%;min-height:56px;padding:16px 24px;font-size:16px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#fff!important;background:var(--cof-ink)!important;background-color:var(--cof-ink)!important;border:1.5px solid var(--cof-ink)!important;border-radius:999px;cursor:pointer;transition:transform .12s ease,background .15s ease,box-shadow .15s ease;box-shadow:0 2px 6px #00000014}.custom-order-form .custom-order-form__submit:hover{background:#000!important;background-color:#000!important;transform:translateY(-1px);box-shadow:0 4px 10px #0000001f}.custom-order-form .custom-order-form__submit:active{transform:translateY(0);box-shadow:0 1px 3px #0000001a}.custom-order-form .custom-order-form__submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.custom-order-form__submit-hint{display:block;margin:12px 0 0;font-size:13px;color:var(--cof-ink-soft);text-align:center}.custom-order-form__success{text-align:center;padding:40px 20px;background:var(--cof-bg-alt);border-radius:var(--cof-radius-lg);border:1px solid var(--cof-line)}.custom-order-form__success-title{font-size:22px;font-weight:500;margin:0 0 12px;color:var(--cof-ink)}.custom-order-form__success-body{font-size:15px;color:var(--cof-ink-soft);margin:0;line-height:1.5}@media(min-width:600px){.custom-order-form{padding:40px 24px 64px}.custom-order-form__hero-title,.custom-order-form__title{font-size:32px}.custom-order-form__hero-subtitle,.custom-order-form__subtitle{font-size:16px}.custom-order-form .custom-order-form__fieldset{padding:28px 28px 30px;margin:0 0 24px}.custom-order-form__legend{font-size:16px;margin-bottom:18px}.custom-order-form__legend-number{width:30px;height:30px;min-width:30px}.custom-order-form__row{grid-template-columns:1fr 1fr;gap:16px}.custom-order-form__checkbox-grid{grid-template-columns:1fr 1fr;gap:12px}.custom-order-form .custom-order-form__submit,.custom-order-form button.custom-order-form__submit{max-width:340px;margin:0 auto}}@media(min-width:900px){.custom-order-form{padding:56px 32px 80px}.custom-order-form__wrap,.custom-order-form__container{max-width:760px}.custom-order-form__hero{margin-bottom:40px}.custom-order-form__hero-title,.custom-order-form__title{font-size:36px}}@media print{.custom-order-form{padding:0}.custom-order-form__submit-wrap{display:none}.custom-order-form .custom-order-form__fieldset{box-shadow:none;break-inside:avoid}}
/*# sourceMappingURL=/cdn/shop/t/40/assets/custom-order-form.css.map */
