#footer{background-color:var(--light-brand)}#footerTop{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"nav form" "social form";gap:0 50px;margin:0 auto;max-width:972px;padding:68px 24px}#footerNav{grid-area:nav;display:flex;flex-direction:column;gap:4px;margin-bottom:50px}.footerNavItem{position:relative;font-size:14px;padding:4px 0;max-width:fit-content}.footerNavItem:after{content:"";position:absolute;bottom:1px;left:0;width:0;transition:ease-in .4s;height:2px;background-color:var(--black)}.footerNavItem:hover:after{width:100%}#footerForm{grid-area:form}#footerFormTitle{font-family:Intro;font-size:21px;font-weight:700;text-transform:uppercase;margin-bottom:12px}#footerFormSubTitle{font-size:14px;line-height:150%;margin-bottom:10px}#footerFormWrapper{display:flex;width:100%;max-width:434px}#footerFormInput{border-radius:6px 0 0 6px;border:1px solid var(--disabled);background:#fff;height:100%;padding:15px 10px}#footerFormButton{font-size:14px;border-radius:0;max-width:139px;padding:10px}#footerSocial{grid-area:social;display:flex;align-items:center;gap:24px}.footerSocialImg{height:25px;width:fit-content;object-fit:contain}.footerSocialImg:hover{animation:shake infinite ease 2s}@keyframes shake{0%{transform:rotate(10deg)}35%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}90%{transform:rotate(-10deg)}}#footerBottom{background-color:var(--brand);padding:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;font-size:12px;line-height:83.333%}#footerLinks{display:flex;align-items:center;justify-content:center;gap:4px}@media (max-width: 800px){#footerTop{grid-template-areas:unset;grid-template-columns:1fr;gap:32px;padding:65px 34px 34px}#footerTop>*{grid-area:auto}#footerNav{margin-bottom:0}.footerNavItem:after{display:none}#footerForm{max-width:500px}#footerFormWrapper{max-width:unset}#footerSocial{justify-content:center;margin-top:20px}#footerBottom{padding:10px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme-footer.css.map */
