.custom-contact{max-width:600px;margin:0 auto;padding:2rem 1.5rem;background-color:#fff;border-radius:0;box-shadow:none}.custom-contact-section{background-color:#fff;padding:2rem 0}.custom-contact__fields{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.custom-contact .field{position:relative;margin-bottom:1.5rem;border:none!important;box-shadow:none!important;outline:none!important}.custom-contact .field__input{width:100%;padding:1.5rem 2rem;border:1px solid #d1d5db;background-color:#fff;font-size:1.6rem;line-height:1.5;transition:border-color .3s ease,box-shadow .3s ease;border-radius:0;outline:none}.custom-contact .field__input:focus{border-color:#000;box-shadow:0 0 0 1px #000}.custom-contact .field__input::placeholder{color:rgba(var(--color-foreground),.5)}.custom-contact .field__label{position:absolute;top:calc(var(--inputs-border-width) + 1rem);left:calc(var(--inputs-border-width) + 2rem);font-size:1.6rem;color:rgba(var(--color-foreground),.75);transition:top var(--duration-short) ease,font-size var(--duration-short) ease;pointer-events:none;background-color:transparent!important;border:none!important;box-shadow:none!important;outline:none!important;letter-spacing:.1rem;line-height:1.5}.custom-contact .field__input:focus~.field__label,.custom-contact .field__input:not(:placeholder-shown)~.field__label,.custom-contact .field__input:-webkit-autofill~.field__label{font-size:1rem;top:calc(var(--inputs-border-width) + .5rem);left:calc(var(--inputs-border-width) + 2rem);letter-spacing:.04rem;color:#000}.custom-contact .field__input:focus,.custom-contact .field__input:not(:placeholder-shown),.custom-contact .field__input:-webkit-autofill{padding:2.2rem 1.5rem .8rem 2rem}.custom-contact .text-area{min-height:120px;resize:vertical;font-family:inherit}.custom-contact__checkboxes{margin:2rem 0}.custom-contact .field--checkbox .field__input[type=checkbox]{width:2rem!important;height:2rem!important;margin:0!important;padding:0!important;flex-shrink:0;margin-top:.3rem;border:1px solid #d1d5db!important;box-shadow:none!important;outline:none!important;background-color:#fff!important;cursor:pointer;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;position:relative;border-radius:0!important;display:inline-block!important}.custom-contact .field__label--checkbox{position:static!important;font-size:1.4rem;line-height:1.6;color:rgba(var(--color-foreground),.8);font-weight:400;cursor:pointer;padding:0!important;background:none!important;border:none!important;box-shadow:none!important;outline:none!important;text-decoration:none!important}.custom-contact .field--checkbox .field__input[type=checkbox]:checked{background-color:#000!important;border-color:#000!important;background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");background-size:1.2rem;background-position:center;background-repeat:no-repeat}.custom-contact .field--checkbox{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;border:none!important;box-shadow:none!important;outline:none!important;background:none!important}.custom-contact .field__label--checkbox a{color:rgb(var(--color-foreground));text-decoration:underline;transition:opacity .3s ease}.custom-contact .field__label--checkbox a:hover{opacity:.7}.custom-contact .contact__button{text-align:center;margin-top:3rem}.custom-contact .button--primary{background:#000;color:rgb(var(--color-background));padding:1.5rem 3rem;font-size:1.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;border-radius:0;cursor:pointer;transition:all .3s ease;min-width:200px}.custom-contact .button--primary:active{transform:translateY(0)}.custom-contact .form__message{margin-bottom:2rem;padding:1.5rem;border-radius:8px;display:flex;align-items:center;gap:1rem}.custom-contact .form-status-list{list-style:none;padding:0;margin:0}.custom-contact .form-status-list li{margin-bottom:.5rem}.custom-contact .contact__field-error{color:#d82c0d;font-size:1.2rem;margin-top:.5rem;display:flex;align-items:center;gap:.5rem}.custom-contact .svg-wrapper{display:inline-flex;align-items:center}.custom-contact .svg-wrapper svg{width:1.6rem;height:1.6rem}@media screen and (max-width: 749px){.custom-contact{padding:0 1rem;max-width:100%}.custom-contact__fields{gap:1.5rem}.custom-contact .field__input{padding:1rem 1.2rem;font-size:1.6rem}.custom-contact .field__label{font-size:1.6rem;top:1rem;left:1.2rem}.custom-contact .field__input:focus+.field__label,.custom-contact .field__input:not(:placeholder-shown)+.field__label{font-size:1.2rem;top:-.6rem;left:.8rem}.custom-contact .button--primary{width:100%;padding:1.2rem 2rem}}@media screen and (min-width: 750px){.custom-contact{max-width:600px}.custom-contact__fields{gap:2rem}}.custom-contact .field{animation:fadeInUp .6s ease forwards;opacity:0;transform:translateY(20px)}.custom-contact .field:nth-child(1){animation-delay:.1s}.custom-contact .field:nth-child(2){animation-delay:.2s}.custom-contact .field:nth-child(3){animation-delay:.3s}.custom-contact .field:nth-child(4){animation-delay:.4s}.custom-contact .field:nth-child(5){animation-delay:.5s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.custom-contact .field--with-error .field__input{border-color:#d1d5db}.custom-contact .field--with-error .field__input:focus{border-color:#000;box-shadow:0 0 0 1px #000}.custom-contact .form-status.form-status-list.form__message{background:#0080001a;color:#006400;border:1px solid rgba(0,128,0,.2)}.custom-contact .form__message .form-status{background:#d82c0d1a;color:#d82c0d;border:1px solid rgba(216,44,13,.2)}input[type=checkbox]#CustomContactForm-privacy-policy,input[type=checkbox]#CustomContactForm-data-consent{width:2rem!important;height:2rem!important;border:1px solid #d1d5db!important;background-color:#fff!important;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;border-radius:0!important;margin:0!important;padding:0!important;box-sizing:border-box!important}input[type=checkbox]#CustomContactForm-privacy-policy:checked,input[type=checkbox]#CustomContactForm-data-consent:checked{background-color:#000!important;border-color:#000!important;background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")!important;background-size:1.2rem!important;background-position:center!important;background-repeat:no-repeat!important}.field--checkbox input[type=checkbox]#CustomContactForm-privacy-policy,.field--checkbox input[type=checkbox]#CustomContactForm-data-consent{width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;max-width:20px!important;max-height:20px!important;border:1px solid #d1d5db!important;background-color:#fff!important;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;border-radius:0!important;margin:0!important;padding:0!important;box-sizing:border-box!important;flex-shrink:0!important;flex-grow:0!important}.field--checkbox input[type=checkbox]#CustomContactForm-privacy-policy:checked,.field--checkbox input[type=checkbox]#CustomContactForm-data-consent:checked{background-color:#000!important;border-color:#000!important;background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")!important;background-size:1.2rem!important;background-position:center!important;background-repeat:no-repeat!important}.custom-contact .field--checkbox,.custom-contact .field--checkbox label{border:none!important;outline:none!important;box-shadow:none!important;background:none!important;margin:0!important;padding:0!important}.custom-contact .field--checkbox.field{border:none!important;outline:none!important;box-shadow:none!important;background:none!important;margin:0!important;padding:0!important;min-height:auto!important;min-width:auto!important}.custom-contact .field--checkbox .field__input:not([type=checkbox]){border:none!important;outline:none!important;box-shadow:none!important;background:none!important;margin:0!important;padding:0!important}.custom-contact .field--checkbox .field__input[type=checkbox]{width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;max-width:20px!important;max-height:20px!important;border:1px solid #d1d5db!important;background-color:#fff!important;appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;border-radius:0!important;margin:0!important;padding:0!important;box-sizing:border-box!important;outline:none!important;box-shadow:none!important;flex-shrink:0!important;flex-grow:0!important}.custom-contact .field--checkbox{--inputs-border-width: 0 !important;--inputs-border-opacity: 0 !important}.checkbox-label-wrapper{margin-top:-6px!important;margin-bottom:10px}.custom-contact .checkbox-label-wrapper .link{display:inline;margin-left:.25rem;text-decoration:underline;color:#2d2d2dbf}
/*# sourceMappingURL=/cdn/shop/t/34/assets/contact-form.css.map */
