.srm-footer{--footer-bg: #242244;--footer-text: #ffffff;--footer-input-bg: #393671;--footer-input-border: #5954a5;--footer-button-bg: #ffffff;--footer-button-text: #27282c;position:relative;overflow:hidden;background-color:var(--footer-bg);color:var(--footer-text);font-family:var(--font-parkinsans-family)}.srm-footer__inner{position:relative;z-index:1;display:flex;flex-direction:column;gap:3.2rem;max-width:160rem;margin:0 auto;padding:4.8rem 1.6rem 13.6rem}.srm-footer__main{display:flex;flex-direction:column;gap:4rem;width:100%}.srm-footer__brand{display:flex;flex-direction:column;gap:2.4rem;max-width:42.9rem}.srm-footer__info{display:flex;flex-direction:column;gap:1.2rem}.srm-footer__logo-link{display:inline-flex;align-items:center;max-width:28rem;text-decoration:none;color:inherit;line-height:0}.srm-footer__logo{display:block;width:auto;max-width:100%;height:3.2rem;object-fit:contain;filter:brightness(0) invert(1)}.srm-footer__logo-text{font-family:var(--font-gelica-family);font-size:2.4rem;font-weight:400;line-height:1;color:var(--footer-text)}.srm-footer__tagline{margin:0;max-width:37.8rem;font-size:1.6rem;font-weight:400;line-height:1.5;letter-spacing:-.024rem;color:var(--footer-text);opacity:.7}.srm-footer__newsletter{display:flex;flex-wrap:wrap;gap:1.2rem;align-items:stretch;width:100%}.srm-footer__input{flex:1 1 16rem;min-width:0;min-height:4.8rem;padding:1.2rem 1.6rem;border:.1rem solid var(--footer-input-border);border-radius:1.2rem;background-color:var(--footer-input-bg);color:var(--footer-text);font-family:var(--font-parkinsans-family);font-size:1.6rem;font-weight:500;line-height:1.5;letter-spacing:-.024rem}.srm-footer__input::placeholder{color:var(--footer-text);opacity:1}.srm-footer__input:focus{outline:.1rem solid var(--footer-text);outline-offset:.2rem}.srm-footer__button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-width:12rem;min-height:4.8rem;padding:1.6rem 2.4rem;border:0;border-radius:1.2rem;background-color:var(--footer-button-bg);color:var(--footer-button-text);font-family:var(--font-parkinsans-family);font-size:1.6rem;font-weight:500;line-height:1.5;letter-spacing:-.024rem;cursor:pointer}.srm-footer__message{flex:1 0 100%;margin:0;font-size:1.4rem;line-height:1.3}.srm-footer__columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:2.4rem;row-gap:4.8rem;width:100%}.srm-footer__column{display:flex;flex-direction:column;gap:2.4rem;min-width:0}.srm-footer__heading{margin:0;font-family:var(--font-gelica-family);font-size:1.8rem;font-weight:400;line-height:1.8rem;letter-spacing:-.044rem;color:var(--footer-text)}.srm-footer__links{display:flex;flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none}.srm-footer__link{display:inline-block;font-size:1.6rem;font-weight:400;line-height:1.5;letter-spacing:-.024rem;color:var(--footer-text);text-decoration:none}.srm-footer__link:hover{text-decoration:none;opacity:.72}.srm-footer__social{display:flex;flex-wrap:wrap;gap:1.2rem;margin:0;padding:0;list-style:none}.srm-footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border:.1rem solid #eaecf0;border-radius:50%;background-color:#fff;color:#27282c;line-height:0}.srm-footer__social-link svg{display:block;width:2rem;height:2rem}.srm-footer__divider{width:100%;height:0;margin:0;border:0;border-top:.1rem solid rgba(255,255,255,.2)}.srm-footer__legal{display:flex;flex-direction:column;gap:1.6rem;align-items:flex-start;width:100%}.srm-footer__copyright,.srm-footer__policy-link{margin:0;font-size:1.4rem;font-weight:400;line-height:1.3;letter-spacing:-.021rem;color:var(--footer-text);opacity:.7}.srm-footer__policies{order:1;display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:.4rem;width:100%;margin:0;padding:0;list-style:none}.srm-footer__copyright{order:2;width:100%}.srm-footer__policies li{display:inline-flex;flex:0 1 auto;align-items:center;min-width:0;gap:.4rem}.srm-footer__policies li:not(:last-child):after{content:"\2022";flex:0 0 auto;opacity:.7;color:var(--footer-text);font-size:1rem}.srm-footer__policy-link{font-size:1.05rem;line-height:1.2;letter-spacing:-.02rem;white-space:nowrap;text-decoration:none;cursor:pointer}.srm-footer__policy-link:hover{text-decoration:none;opacity:.5}.srm-footer__marquee{position:absolute;right:0;bottom:0;left:0;z-index:0;height:10rem;overflow:hidden;pointer-events:none}.srm-footer__marquee-track{display:flex;width:max-content;align-items:center;height:100%;animation:srm-footer-marquee 28s linear infinite}.srm-footer__marquee-text{flex:0 0 auto;padding-right:4rem;font-family:var(--font-gelica-family);font-size:4.8rem;font-weight:400;line-height:.9;letter-spacing:-.3rem;white-space:nowrap;color:var(--footer-text);opacity:.1}@keyframes srm-footer-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.srm-footer__marquee-track{animation:none}}@media screen and (min-width:750px){.srm-footer__inner{gap:4.8rem;padding:6.4rem 4rem 14rem}.srm-footer__columns{grid-template-columns:repeat(4,minmax(0,1fr));gap:2.4rem;column-gap:2.4rem;row-gap:2.4rem}.srm-footer__legal{flex-direction:row;align-items:center;justify-content:space-between;gap:1.2rem}.srm-footer__copyright,.srm-footer__policies{order:0;width:auto}.srm-footer__policies{flex-wrap:wrap;overflow:visible;gap:.8rem}.srm-footer__policies li{gap:.8rem}.srm-footer__policy-link{font-size:1.4rem}.srm-footer__marquee{height:12rem}.srm-footer__marquee-text{font-size:7.2rem}}@media screen and (min-width:990px){.srm-footer__inner{gap:clamp(4.8rem,3.5vw,5.6rem);padding:clamp(6.4rem,6vw,9.6rem) clamp(4rem,6.25vw,10rem) clamp(14rem,10.25vw,16.4rem)}.srm-footer__main{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:clamp(3.2rem,2.5vw,4rem)}.srm-footer__brand{flex:0 1 clamp(24rem,32vw,46.9rem);max-width:clamp(24rem,32vw,46.9rem);padding-right:clamp(2.4rem,2.5vw,4rem)}.srm-footer__columns{flex:0 1 76.4rem;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));width:auto;max-width:76.4rem}.srm-footer__newsletter{flex-wrap:nowrap}.srm-footer__input{flex:1 1 auto}.srm-footer__marquee{height:clamp(12rem,8.875vw,14.2rem)}.srm-footer__marquee-text{font-size:clamp(7.2rem,6.25vw,10rem);letter-spacing:-.3rem;padding-right:clamp(4rem,3.75vw,6rem)}.srm-footer__legal{flex-wrap:nowrap}.srm-footer__copyright,.srm-footer__policies{white-space:nowrap}}@media screen and (min-width:1200px){.srm-footer__brand{flex:0 0 clamp(36rem,29.3125vw,46.9rem);max-width:clamp(36rem,29.3125vw,46.9rem)}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/section-footer.css.map */
