.custom-piece-form{display:block;padding-top:var(--cpf-padding-top, 64px);padding-bottom:var(--cpf-padding-bottom, 64px);background-color:var(--cpf-background, #ffffff);color:var(--cpf-text, #15092d)}.custom-piece-form__container{width:100%;max-width:920px;margin:0 auto;padding-left:60px;padding-right:60px}.custom-piece-form__header{text-align:center;margin-bottom:32px}.custom-piece-form__heading{margin:0 0 8px;font-family:var(--secondary-font, Outfit, sans-serif);font-size:24px;font-weight:500;line-height:normal;letter-spacing:normal;color:var(--cpf-text, #15092d)}.custom-piece-form__subheading{margin:0;font-family:var(--main-font, Outfit, sans-serif);font-size:16px;letter-spacing:normal;font-weight:400;line-height:16px;color:var(--cpf-text, #15092d)}.custom-piece-form__form{display:flex;flex-direction:column;gap:20px}.custom-piece-form__row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.custom-piece-form__field{display:flex;flex-direction:column;gap:8px}.custom-piece-form__label{font-family:var(--main-font, Outfit, sans-serif);font-size:14px;letter-spacing:normal;font-weight:400;line-height:20px;text-transform:uppercase;color:var(--cpf-text, #15092d)}.custom-piece-form__input,.custom-piece-form__textarea{width:100%;font-family:var(--main-font, Outfit, sans-serif);font-size:14px;letter-spacing:normal;font-weight:300;line-height:20px;color:var(--cpf-text, #15092d);background-color:var(--cpf-field-bg, #f7f7f9);border:1px solid var(--cpf-field-border, #e4e4ea);border-radius:4px;padding:12px;-webkit-appearance:none;appearance:none;transition:border-color .16s ease,box-shadow .16s ease}.custom-piece-form__input{padding:8px 12px;min-height:44px}.custom-piece-form__input::placeholder,.custom-piece-form__textarea::placeholder{color:var(--cpf-muted, #8b8b96)}.custom-piece-form__input:focus,.custom-piece-form__textarea:focus{outline:none;border-color:var(--cpf-text, #15092d);box-shadow:0 0 0 1px var(--cpf-text, #15092d)}.custom-piece-form__textarea{min-height:120px;max-height:120px;resize:none}.custom-piece-form__submit{width:100%;font-family:var(--main-font, Outfit, sans-serif);font-size:14px;letter-spacing:normal;font-weight:500;line-height:14px;text-transform:uppercase;color:var(--cpf-button-text, #ffffff);background-color:var(--cpf-button-bg, #15092d);border:none;border-radius:4px;padding:12px 23px;min-height:48px;cursor:pointer;margin-top:12px;-webkit-appearance:none;appearance:none;transition:opacity .16s ease,transform .16s ease}.custom-piece-form__submit:hover,.custom-piece-form__submit:focus-visible{opacity:.9}.custom-piece-form__submit:active{transform:translateY(1px)}.custom-piece-form__message{font-family:var(--main-font, Outfit, sans-serif);font-size:14px;line-height:140%;padding:14px 16px;border-radius:6px;margin:0}.custom-piece-form__message--success{color:#0a5c2b;background-color:#e6f4ea}.custom-piece-form__message--error{color:#8a1f1f;background-color:#fbe9e9}.custom-piece-form__direct{margin-top:32px;text-align:center}.custom-piece-form__direct-heading{margin:0 0 8px;font-family:var(--secondary-font, Outfit, sans-serif);font-size:24px;font-weight:500;line-height:24px;letter-spacing:normal;color:var(--cpf-text, #15092d)}.custom-piece-form__direct-text{margin:0 0 12px;font-family:var(--main-font, Outfit, sans-serif);font-size:16px;letter-spacing:normal;font-weight:400;line-height:16px;color:var(--cpf-text, #15092d)}.custom-piece-form__direct-email{display:block;margin-bottom:12px;font-family:var(--main-font, Outfit, sans-serif);font-size:18px;letter-spacing:normal;font-weight:500;line-height:24px;color:var(--cpf-text, #15092d);text-decoration:underline}.custom-piece-form__direct-note{margin:0;font-family:var(--main-font, Outfit, sans-serif);font-size:14px;letter-spacing:normal;font-weight:400;line-height:20px;color:var(--cpf-muted, #8b8b96)}.custom-piece-form__direct-note *{margin:0}.custom-piece-form__popup{position:fixed;right:16px;bottom:20px;z-index:3;display:flex;flex-direction:column;gap:4px;width:195px;max-width:calc(100vw - 40px);padding:12px 16px;background-color:#898395;border-radius:4px;color:#fff}.custom-piece-form__popup[hidden]{display:none}.custom-piece-form__popup-close{position:absolute;top:50%;transform:translateY(-50%);right:16px;display:flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;border:none;background:transparent;color:#fff;cursor:pointer;-webkit-appearance:none;appearance:none}.custom-piece-form__popup-close svg{display:block;width:13px;height:13px}.custom-piece-form__popup-heading{margin:0;font-family:var(--main-font, Outfit, sans-serif);font-size:12px;letter-spacing:normal;font-weight:500;line-height:16px;color:#fff}.custom-piece-form__popup-link,.custom-piece-form__popup-text{margin:0;font-family:var(--main-font, Outfit, sans-serif);font-size:10px;letter-spacing:normal;font-weight:400;line-height:14px;color:#fff}.custom-piece-form__popup-link{text-decoration:underline}@media screen and (max-width:749px){.custom-piece-form__container{padding-left:16px;padding-right:16px}.custom-piece-form__row{grid-template-columns:1fr;gap:12px}.custom-piece-form__header{text-align:left;margin-bottom:12px}.custom-piece-form__heading{font-size:18px;margin-bottom:24px}.custom-piece-form__subheading{font-size:14px}.custom-piece-form__label{font-size:12px}.custom-piece-form__field{gap:4px}.custom-piece-form__form{gap:12px}.custom-piece-form__input,.custom-piece-form__textarea{font-size:12px}.custom-piece-form__textarea{min-height:76px;max-height:98px;padding:8px 12px}.custom-piece-form__direct{text-align:left}.custom-piece-form__direct-heading{font-size:18px;margin-bottom:24px}.custom-piece-form__direct-text{font-size:14px;margin-bottom:12px}.custom-piece-form__direct-note{font-size:12px}.custom-piece-form__direct-note br{display:none}.custom-piece-form__submit{margin-top:0}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-custom-piece-form.css.map */
