.contact img{max-width:100%}.contact .form__message{align-items:flex-start}.contact .icon-success{margin-top:.125rem}.contact .contact-form-pills{display:flex;flex-wrap:wrap;gap:1.25rem;width:100%}.contact .contact-details__wrapper{display:flex;border-radius:1.25rem;align-items:center;min-height:3.75rem}.contact .contact-details__wrapper .contact-details__line{position:relative;height:100%;padding-right:3.875rem;margin-left:2.0625rem}.contact .contact-details__wrapper .contact-details__line .image{position:absolute;top:50%;transform:translateY(-50%);right:50%;width:4.125rem;height:4.125rem;z-index:7;border-radius:50%;overflow:hidden;background-color:rgba(var(--color-background))}.contact .contact-details__wrapper .contact-details__line .image img{width:100%;object-fit:contain;border-radius:50%;display:flex;margin:auto;margin-block:auto;max-width:2.1875rem;height:100%}.contact-us-form .field__input:focus,.contact-us-form .field__input:not(:placeholder-shown),.contact-us-form .field__input:-webkit-autofill{padding:1.375rem .9375rem .5rem 1.25rem}.field__input::placeholder{color:#000000bf}.field__input,.contact__fields .field__input:hover{background:#f9f9f9}@media screen and (min-width:769px){.page-width{padding:0 5rem}}@media screen and (min-width:750px){.contact__button{margin-top:1.875rem}.contact__button{margin-top:2.5rem}.contact__fields{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:1.25rem}}.thank-you-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.thank-you-popup-overlay.show{opacity:1;visibility:visible}.thank-you-popup{background:#fff;border-radius:20px;padding:3rem 2.5rem;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;position:relative;text-align:center;box-shadow:0 20px 60px #0000004d;transform:scale(.7);transition:transform .3s cubic-bezier(.68,-.55,.265,1.55)}.popup-close{position:absolute;top:1rem;right:1rem;background:transparent;border:none;font-size:2rem;line-height:1;cursor:pointer;color:var(--color-foreground);padding:0;width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%}.popup-icon{width:6.5rem;height:6.5rem;margin:0 auto;animation:popupIconBounce .6s cubic-bezier(.68,-.55,.265,1.55) .3s both}@keyframes popupIconBounce{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.popup-icon svg,.popup-icon img{width:100%;height:100%;object-fit:contain}.popup-heading{font-size:2rem;font-weight:700;margin-bottom:1rem;color:#333;line-height:1.2;animation:popupSlideUp .5s ease .4s both}.popup-message{font-size:1.125rem;line-height:1.6;margin-bottom:1rem;color:#666;animation:popupSlideUp .5s ease .5s both}.popup-message p{margin-bottom:.5rem}.popup-message p:last-child{margin-bottom:0}.popup-subtext{font-size:.9375rem;color:#888;margin-bottom:1.5rem;animation:popupSlideUp .5s ease .6s both}@keyframes popupSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.popup-button{margin-top:1rem;min-width:200px;animation:popupSlideUp .5s ease .7s both}.popup-social{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e5e5;animation:popupSlideUp .5s ease .8s both}.popup-social .social-heading{font-size:.875rem;font-weight:600;margin-bottom:1rem;color:#666;text-transform:uppercase;letter-spacing:.05em}.popup-social .social-links{display:flex;gap:1rem;justify-content:center;align-items:center}.popup-social .social-links a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:#f5f5f5;color:#333;transition:all .3s ease}.popup-social .social-links a:hover{background-color:#44cd99;color:#fff;transform:translateY(-3px)}.popup-social .social-links a svg{width:20px;height:20px}@media screen and (max-width:768px){.thank-you-popup{padding:2rem 1.5rem;width:95%}.popup-heading{font-size:1.5rem}.popup-message{font-size:1rem}.popup-subtext{font-size:.875rem}.popup-icon{width:80px;height:80px}.popup-button{min-width:150px;padding:.75rem 1.5rem}}.contact-us-form .form__message{display:flex;align-items:flex-start;gap:.625rem;padding:1rem 1.25rem;border-radius:.625rem;background-color:#fef2f2;border:1px solid #fca5a5;margin-bottom:1.25rem}.contact-us-form .form__message .svg-wrapper,.contact-us-form .form__message svg{flex-shrink:0;width:1.25rem;height:1.25rem;color:#dc2626}.contact-us-form .form__message .svg-wrapper{display:flex;align-items:center;justify-content:center}.contact-us-form .form-status{color:#991b1b;font-size:.9375rem;font-weight:500;line-height:1.5;display:flex;align-items:center;gap:.5rem}.contact-us-form .form-status-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.contact-us-form .form-status-list li{padding:.75rem 1rem;background-color:#fef2f2;border-radius:.5rem;border-left:3px solid #dc2626}.contact-us-form .form-status-list li a{color:#991b1b;text-decoration:none;font-weight:500;font-size:.875rem;display:block;transition:color .2s ease}.contact-us-form .form-status-list li a:hover{color:#dc2626;text-decoration:underline}.contact-us-form .field--with-error .contact__field-error{display:flex;align-items:flex-start;gap:.5rem;margin-top:.5rem;padding:.625rem .75rem;background-color:#fef2f2;border-radius:.5rem;border-left:3px solid #dc2626}.contact-us-form .field--with-error .contact__field-error .form__message{background:transparent;border:none;padding:0;margin:0;color:#991b1b;font-size:.8125rem;font-weight:500;line-height:1.4;display:flex;align-items:center;gap:.375rem}.contact-us-form .field--with-error .contact__field-error .svg-wrapper{flex-shrink:0;display:flex;align-items:center;justify-content:center}.contact-us-form .field--with-error .contact__field-error .svg-wrapper svg{width:1rem;height:1rem;color:#dc2626}.contact-us-form .field--with-error .field__input{border-color:#dc2626;background-color:#fef2f2}.contact-us-form .field--with-error .field__input:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.contact-us-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}.contact-us-form .form-status.form__message:has(.icon-success){background-color:#ecfdf5;border-color:#6ee7b7}.contact-us-form .form-status.form__message:has(.icon-success) .icon-success{color:#059669}.contact-us-form .form-status.form__message:has(.icon-success){color:#065f46}
/*# sourceMappingURL=/cdn/shop/t/35/assets/section-contact-form.css.map */
