:root{--terra-footer-text-muted: rgba(244, 242, 236, .8);--terra-footer-text-subtle: rgba(244, 242, 236, .6);--terra-footer-border: rgba(244, 242, 236, .12);--terra-footer-max-width: 1400px}.terra-motion-footer{font-family:var(--font-body--family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);font-size:15px;line-height:1.6;position:relative;width:100%;box-sizing:border-box;overflow:hidden}.terra-motion-footer *,.terra-motion-footer *:before,.terra-motion-footer *:after{box-sizing:border-box}.terra-motion-footer__container{max-width:var(--terra-footer-max-width);margin-left:auto;margin-right:auto;padding:0 64px;width:100%}@media screen and (max-width:989px){.terra-motion-footer__container{padding:0 32px}}@media screen and (max-width:749px){.terra-motion-footer__container{padding:0 24px}}.terra-motion-footer__top{display:grid;grid-template-columns:repeat(12,1fr);column-gap:48px;row-gap:40px;align-items:start}@media screen and (max-width:989px){.terra-motion-footer__top{column-gap:32px}}@media screen and (max-width:749px){.terra-motion-footer__top{display:flex;flex-direction:column;gap:40px}}.terra-motion-footer__brand-area{grid-column:span 4;display:flex;flex-direction:column;align-items:flex-start;gap:20px}@media screen and (max-width:749px){.terra-motion-footer__brand-area{width:100%}}.terra-motion-footer__logo img{display:block;max-width:100%;height:auto}.terra-motion-footer__brand-text{font-size:24px;font-weight:700;margin:0;letter-spacing:.05em}.terra-motion-footer__description{font-size:15px;line-height:1.6;color:var(--terra-footer-text-muted);margin:0;max-width:360px}.terra-motion-footer__socials{list-style:none;padding:0;display:flex;align-items:center;gap:16px;margin-top:8px;flex-wrap:wrap}.terra-motion-footer__socials a{display:inline-flex;align-items:center;justify-content:center;color:var(--terra-footer-text-muted);text-decoration:none;transition:color .3s ease,transform .3s ease;width:36px;height:36px;border-radius:50%;background-color:#ffffff0d}.terra-motion-footer__socials a:hover{color:var(--accent-color);background-color:#d8653c1f;transform:translateY(-2px)}.terra-motion-footer__socials svg{width:20px;height:20px;fill:currentColor;display:block}.terra-motion-footer__newsletter{margin-top:32px;width:100%}.terra-motion-footer__newsletter-heading{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-color);margin:0 0 12px}.terra-motion-footer__newsletter-text{font-size:14px;line-height:1.5;color:var(--terra-footer-text-muted);margin:0 0 16px}.terra-motion-footer__newsletter-wrapper{display:flex;gap:8px;max-width:360px;width:100%}@media screen and (max-width:480px){.terra-motion-footer__newsletter-wrapper{flex-direction:column}}.terra-motion-footer__newsletter-input{flex:1 1 auto;min-width:0;padding:12px 16px;background-color:#ffffff12;border:1px solid var(--terra-footer-border);border-radius:4px;color:var(--text-color);font-size:14px;line-height:1.4;outline:none;transition:border-color .2s ease,background-color .2s ease}.terra-motion-footer__newsletter-input::placeholder{color:var(--terra-footer-text-subtle)}.terra-motion-footer__newsletter-input:focus{border-color:var(--accent-color);background-color:#ffffff1a}.terra-motion-footer__newsletter-btn{display:inline-flex;align-items:center;justify-content:center;background-color:var(--accent-color);color:#fff;border:none;border-radius:4px;padding:12px 20px;font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:opacity .2s ease,transform .2s ease}.terra-motion-footer__newsletter-btn:hover{opacity:.9}.terra-motion-footer__newsletter-message{display:flex;align-items:center;gap:8px;margin-top:12px;font-size:14px}.terra-motion-footer__newsletter-message.error{color:#ff6b6b}.terra-motion-footer__newsletter-message.success{color:#51cf66}.terra-motion-footer__newsletter-message svg{width:16px;height:16px;fill:currentColor}.terra-motion-footer__nav-area{grid-column:span 8;display:flex;justify-content:space-between;gap:32px;flex-wrap:wrap}@media screen and (max-width:749px){.terra-motion-footer__nav-area{display:flex;flex-direction:column;gap:0;width:100%}}.terra-motion-footer__column{flex:1 1 0;min-width:140px}@media screen and (max-width:749px){.terra-motion-footer__column{flex:1 1 100%;min-width:100%;border-bottom:1px solid var(--terra-footer-border)}.terra-motion-footer__column:first-child{border-top:1px solid var(--terra-footer-border)}}.terra-motion-footer__column-heading{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-color);margin:0 0 24px;display:block}@media screen and (max-width:749px){.terra-motion-footer__column-heading{display:none}}.terra-motion-footer__menu-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.terra-motion-footer__menu-item{margin-bottom:12px}.terra-motion-footer__menu-item:last-child{margin-bottom:0}.terra-motion-footer__menu-link{color:var(--terra-footer-text-muted);text-decoration:none;font-size:14px;line-height:1.5;display:inline-block;transition:color .3s ease,transform .2s ease}.terra-motion-footer__menu-link:hover,.terra-motion-footer__menu-link:focus-visible{color:var(--accent-color);transform:translate(2px)}.terra-motion-footer__text-content{font-size:14px;line-height:1.6;color:var(--terra-footer-text-muted)}.terra-motion-footer__accordion-trigger{display:none}.terra-motion-footer__accordion-content{display:block}@media screen and (max-width:749px){.terra-motion-footer__accordion-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;background:transparent;border:none;color:var(--text-color);font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;padding:18px 0;cursor:pointer;text-align:left;transition:color .2s ease}.terra-motion-footer__accordion-trigger:hover{color:var(--accent-color)}.terra-motion-footer__accordion-icon{width:14px;height:14px;transition:transform .3s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center}.terra-motion-footer__accordion-icon svg{width:100%;height:100%}.terra-motion-footer__accordion-content{display:none;padding-bottom:20px;padding-top:4px}.terra-motion-footer__column.is-open .terra-motion-footer__accordion-content,.terra-motion-footer__accordion-trigger[aria-expanded=true]+.terra-motion-footer__accordion-content{display:block}.terra-motion-footer__column.is-open .terra-motion-footer__accordion-icon,.terra-motion-footer__accordion-trigger[aria-expanded=true] .terra-motion-footer__accordion-icon{transform:rotate(180deg)}}.terra-motion-footer__middle{margin-top:64px;padding-top:40px;border-top:1px solid var(--terra-footer-border);display:flex;flex-direction:column;gap:40px}@media screen and (max-width:749px){.terra-motion-footer__middle{margin-top:40px;padding-top:32px}}.terra-motion-footer__trust{display:flex;flex-direction:row;gap:32px;justify-content:center;text-align:center;flex-wrap:wrap}@media screen and (max-width:749px){.terra-motion-footer__trust{gap:24px}}.terra-motion-footer__trust-item{display:flex;flex-direction:column;align-items:center;gap:12px;max-width:200px}.terra-motion-footer__trust-icon{color:var(--accent-color);display:flex;align-items:center;justify-content:center;background-color:#ffffff0d;border-radius:50%;width:48px;height:48px}.terra-motion-footer__trust-icon svg{width:24px;height:24px;fill:currentColor}.terra-motion-footer__trust-text h4{font-size:14px;font-weight:600;color:var(--text-color);margin:0 0 4px}.terra-motion-footer__trust-text p{font-size:13px;line-height:1.4;color:var(--terra-footer-text-muted);margin:0}.terra-motion-footer__contact{display:flex;flex-direction:row;justify-content:center;gap:32px;flex-wrap:wrap}@media screen and (max-width:749px){.terra-motion-footer__contact{flex-direction:column;align-items:center;text-align:center;gap:16px}}.terra-motion-footer__contact-item{font-size:14px;color:var(--terra-footer-text-muted)}.terra-motion-footer__contact-item strong{color:var(--text-color);font-weight:600;margin-right:4px}.terra-motion-footer__contact-item a{color:inherit;text-decoration:none;transition:color .3s ease}.terra-motion-footer__contact-item a:hover{color:var(--accent-color)}.terra-motion-footer__bottom{border-top:1px solid var(--terra-footer-border);padding-top:32px;margin-top:40px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:32px;font-size:13px;color:var(--terra-footer-text-subtle)}@media screen and (max-width:749px){.terra-motion-footer__bottom{flex-direction:column;gap:24px;text-align:center;margin-top:32px;padding-top:24px;align-items:center}}.terra-motion-footer__bottom-left{display:flex;flex-direction:column;gap:16px}@media screen and (max-width:749px){.terra-motion-footer__bottom-left{align-items:center}}.terra-motion-footer__tagline{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-color)}.terra-motion-footer__legal-links{display:flex;align-items:center;gap:24px;flex-wrap:wrap}@media screen and (max-width:749px){.terra-motion-footer__legal-links{justify-content:center;gap:12px;flex-direction:column}}.terra-motion-footer__legal-menu{list-style:none;padding:0;margin:0;display:flex;align-items:center;gap:16px;flex-wrap:wrap}@media screen and (max-width:749px){.terra-motion-footer__legal-menu{justify-content:center}}.terra-motion-footer__legal-menu a{color:inherit;text-decoration:none;transition:color .3s ease}.terra-motion-footer__legal-menu a:hover{color:var(--text-color)}.terra-motion-footer__bottom-right{display:flex;flex-direction:column;align-items:flex-end;gap:16px}@media screen and (max-width:749px){.terra-motion-footer__bottom-right{align-items:center}}.terra-motion-footer__localization{display:flex;align-items:center;gap:16px}.terra-motion-footer__payments{display:flex;align-items:center}.terra-motion-footer__payment-list{list-style:none;padding:0;margin:0;display:flex;align-items:center;gap:8px;flex-wrap:wrap}@media screen and (max-width:749px){.terra-motion-footer__payment-list{justify-content:center}}.terra-motion-footer__payment-item{display:inline-flex;align-items:center;height:24px}.terra-motion-footer__payment-item svg{height:24px;width:auto}@media(prefers-reduced-motion:reduce){.terra-motion-footer__menu-link,.terra-motion-footer__socials a,.terra-motion-footer__newsletter-btn,.terra-motion-footer__accordion-icon{transition:none!important;transform:none!important}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/terra-motion-footer.css.map */
