.customer-service{width:100%}.customer-service__container{margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media screen and (min-width:750px){.customer-service__container{padding-left:5rem;padding-right:5rem}}.customer-service__inner{max-width:100%}.customer-service__heading{margin:0 0 .75rem;font-family:var(--font-heading, "Mohave", sans-serif);font-weight:700;text-transform:uppercase;text-align:center;color:var(--cs-heading-color);font-size:var(--cs-heading-size, 50px);line-height:1.25}@media screen and (max-width:749px){.customer-service__heading{font-size:28px}}.customer-service__intro{margin:0 0 2rem;font-family:var(--font-body, "Poppins", sans-serif);text-align:center;color:var(--cs-intro-color);font-size:var(--cs-intro-size, 25px);line-height:1.5}@media screen and (max-width:749px){.customer-service__intro{font-size:16px}}@media screen and (min-width:750px){.customer-service__intro{margin-bottom:2.5rem}}.customer-service__form{display:block;width:100%}.customer-service__message{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:1.5rem;font-family:var(--font-body, "Poppins", sans-serif);font-size:var(--cs-message-size, 16px);line-height:1.4;text-align:center}@media screen and (max-width:749px){.customer-service__message{font-size:14px}}@media screen and (min-width:750px){.customer-service__message{justify-content:center;margin-bottom:2rem}}.customer-service__message .icon,.customer-service__message .svg-wrapper{flex-shrink:0;width:1.4rem;height:1.4rem;margin-top:.15em}.customer-service__message--success{color:var(--cs-message-success-color)}.customer-service__message--error{color:var(--cs-message-error-color)}.customer-service__error-list{list-style:none;padding:0;margin:0 0 1.5rem;font-family:var(--font-body, "Poppins", sans-serif);font-size:var(--cs-message-size, 16px);color:var(--cs-message-error-color);text-align:center}@media screen and (max-width:749px){.customer-service__error-list{font-size:14px}}.customer-service__error-list li{margin-bottom:.25rem}.customer-service__error-link{color:inherit;text-decoration:underline}.customer-service__error-link:hover{text-decoration-thickness:2px}.customer-service__row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem}@media screen and (min-width:750px){.customer-service__row{gap:2rem;margin-bottom:2rem}}.customer-service__row--half .customer-service__field{flex:1 1 100%;min-width:0}@media screen and (min-width:550px){.customer-service__row--half .customer-service__field{flex:1 1 calc(50% - 1rem)}}@media screen and (min-width:750px){.customer-service__row--half .customer-service__field{flex:1 1 calc(50% - 1rem)}}.customer-service__field{margin-bottom:2rem}.customer-service__row .customer-service__field{margin-bottom:0}.customer-service__label{display:flex;align-items:baseline;flex-wrap:wrap;gap:.25em;margin-bottom:.4rem;font-family:var(--font-heading);font-size:var(--cs-label-size, 22px);font-weight:700;text-transform:uppercase;color:var(--cs-label-color, #6E4323);line-height:1.4}@media screen and (max-width:749px){.customer-service__label{font-size:16px}}.customer-service__required{color:red;order:-1}.customer-service__input{display:block;width:100%;box-sizing:border-box;padding:.9rem 1rem;font-family:var(--font-body, "Poppins", sans-serif);font-size:1.4rem;line-height:1.5;color:var(--cs-input-text);background-color:var(--cs-input-bg);border:1px solid var(--cs-input-border);border-radius:var(--cs-input-radius);transition:border-color .15s ease,box-shadow .15s ease;-webkit-appearance:none;appearance:none}.customer-service__input:not(textarea){min-height:70px;height:70px}@media screen and (max-width:749px){.customer-service__input:not(textarea){min-height:52px;height:52px}}.customer-service__input::placeholder{color:var(--cs-input-placeholder, #A0A0A0);font-size:var(--cs-placeholder-size, .9375rem);font-weight:500;opacity:1}.customer-service__input::-webkit-input-placeholder{color:var(--cs-input-placeholder, #A0A0A0);opacity:1}.customer-service__input::-moz-placeholder{color:var(--cs-input-placeholder, #A0A0A0);opacity:1}.customer-service__input:-ms-input-placeholder{color:var(--cs-input-placeholder, #A0A0A0);opacity:1}.customer-service__input:focus{outline:none;border-color:var(--cs-label-color, #703816);box-shadow:0 0 0 1px var(--cs-label-color, #703816)}.customer-service__textarea{height:auto;min-height:clamp(8.75rem,25vw,12rem);resize:vertical;padding-top:1rem}@media screen and (min-width:750px){.customer-service__textarea{min-height:10rem}}.customer-service__footer{margin:.75rem 0 1.5rem;font-family:var(--font-body, "Poppins", sans-serif);text-align:left;color:var(--cs-footer-color);font-size:var(--cs-footer-size, 14px);line-height:1.5}@media screen and (max-width:749px){.customer-service__footer{font-size:12px}}@media screen and (min-width:750px){.customer-service__footer{margin-bottom:2rem;text-align:left}}@media screen and (max-width:749px){.customer-service__footer{text-align:left}}.customer-service__actions{margin-top:1.5rem}@media screen and (min-width:750px){.customer-service__actions{margin-top:2rem}}.customer-service__btn{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:70px;height:70px;padding:1rem 2rem;font-family:var(--font-heading, "Mohave", sans-serif);font-weight:700;font-size:var(--cs-btn-size, 25px);text-transform:uppercase;text-align:center;color:var(--cs-btn-text);background:var(--cs-btn-gradient);border:none;border-radius:var(--cs-btn-radius);cursor:pointer;transition:opacity .2s ease,transform .1s ease;-webkit-appearance:none;appearance:none}@media screen and (max-width:749px){.customer-service__btn{font-size:18px;min-height:56px;height:56px}}.customer-service__btn:hover{opacity:.92}.customer-service__btn:active{transform:scale(.99)}.customer-service__btn:focus{outline:none;box-shadow:0 0 0 2px var(--cs-bg),0 0 0 4px var(--cs-label-color, #703816)}.customer-service__btn:disabled{opacity:.6;cursor:not-allowed}@media screen and (min-width:550px){.customer-service__btn{max-width:100%}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-customer-service.css.map */
