.footer{background-color:rgb(var(--color-footer-background));color:rgb(var(--color-armada-med-grey))}.footer__inner{padding:var(--space-0)}.footer__main{display:flex;flex-direction:column;padding:var(--space-9) var(--space-7);gap:var(--space-11)}@media screen and (min-width:990px){.footer__main{flex-direction:row;justify-content:space-between;align-items:stretch}}.footer__branding{display:flex;padding:var(--space-0);flex-direction:column;justify-content:space-between;align-items:flex-start;align-self:stretch;flex-shrink:0}.footer__branding-top{display:flex;flex-direction:column;gap:var(--space-6);align-items:flex-start}.footer__branding-bottom{display:grid;grid-template-columns:minmax(0,max-content);gap:var(--space-5);align-items:flex-start}@media screen and (max-width:989px){.footer__branding-bottom{margin-top:var(--space-12)}}.footer__logo{display:block;width:140px;height:auto;color:rgb(var(--color-armada-white))}@media screen and (min-width:990px){.footer__logo{width:200px}}.footer__title{color:rgb(var(--color-armada-white))}.footer__subtitle{color:rgb(var(--color-armada-white));text-transform:none}.footer__newsletter-form{display:flex;flex-direction:column;gap:var(--space-7);min-width:0;width:100%;max-width:100%;justify-self:start}.footer__newsletter-field{position:relative}.footer__newsletter-input{width:100%;padding:var(--space-4) var(--space-5);padding-right:var(--space-12);font-family:var(--font-body-family);font-size:var(--size-body-m);color:rgb(var(--color-armada-white));background-color:transparent;border:1px solid rgb(var(--color-armada-white));border-radius:var(--inputs-radius);outline:none;transition:border-color .2s ease}.footer__newsletter-input::placeholder{color:rgb(var(--color-armada-white))}.footer__newsletter-input:-webkit-autofill,.footer__newsletter-input:-webkit-autofill:hover,.footer__newsletter-input:-webkit-autofill:focus,.footer__newsletter-input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 1000px rgb(var(--color-footer-background)) inset;box-shadow:0 0 0 1000px rgb(var(--color-footer-background)) inset;-webkit-text-fill-color:rgb(var(--color-armada-white));caret-color:rgb(var(--color-armada-white));transition:background-color 9999s ease-in-out 0s}.footer__newsletter-input:focus{border-color:rgb(var(--color-armada-white))}.footer__newsletter-button{position:absolute;right:var(--space-4);top:50%;transform:translateY(-50%);background:none;border:none;color:rgb(var(--color-armada-white));cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.footer__newsletter-button svg{width:20px;height:20px}.footer__newsletter-message{font-size:var(--size-body-xs);display:flex;align-items:center;gap:var(--space-2)}.footer__newsletter-message--error{color:rgb(var(--color-armada-red-sale))}.footer__newsletter-message--success{color:rgb(var(--color-armada-ski-green))}.footer .newsletter-form__message{font-size:var(--size-body-xs);display:flex;align-items:center;gap:var(--space-2);margin-top:var(--space-2)}.footer .newsletter-form__message[hidden]{display:none}.footer .newsletter-form__message svg{width:14px;height:14px;flex-shrink:0}.footer .newsletter-form__message--success{color:rgb(var(--color-armada-ski-green))}.footer__newsletter-success{display:flex;flex-direction:column;gap:var(--space-5)}.footer__newsletter-success-label{font-family:var(--font-body-family);font-size:var(--size-body-xs);font-weight:var(--font-body-weight);line-height:1.3;letter-spacing:.12px;color:rgb(var(--color-armada-white));text-transform:none}.footer__newsletter-success-row{display:flex;gap:var(--space-5);align-items:flex-start}.footer__newsletter-success-row>.icon-check-circle{width:var(--space-7);height:var(--space-7);flex-shrink:0;color:rgb(var(--color-armada-white))}.footer__newsletter-success-text{display:flex;flex-direction:column;gap:var(--space-3);font-family:var(--font-body-family);color:rgb(var(--color-armada-white))}.footer__newsletter-success-heading{font-size:var(--size-body-m);font-weight:var(--font-body-weight);line-height:1.5;color:rgb(var(--color-armada-white));text-transform:none}.footer__newsletter-success-body{font-size:var(--size-body-xs);font-weight:var(--font-body-weight);line-height:1.3;letter-spacing:.12px;color:rgb(var(--color-armada-white));text-transform:none}.footer__nav-grid{display:grid;grid-template-columns:1fr 1fr;padding:var(--space-0, 0) 0 0 0;gap:var(--space-12);align-self:stretch}.footer__nav-row{display:contents}@media screen and (min-width:1280px){.footer__nav-grid{grid-template-columns:repeat(4,1fr);margin-top:0;gap:var(--space-12)}.footer__inner{max-width:none}}.footer__nav-column{display:flex;flex-direction:column;gap:var(--space-7)}.footer__nav-heading{color:rgb(var(--color-armada-white))}.footer__nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-5)}.footer__nav-link{color:rgb(var(--color-armada-med-grey))}.footer__nav-link:hover{color:rgb(var(--color-armada-white))}.footer__bottom{display:flex;padding:var(--space-7);justify-content:space-between;align-items:flex-end;align-self:stretch}@media screen and (max-width:989px){.footer__bottom{flex-direction:column;align-items:flex-start}}.footer__bottom-left{display:flex;flex-direction:column;gap:var(--space-5)}.footer__address,.footer__copyright{color:rgb(var(--color-armada-light-grey))}.footer[data-animate] .footer__branding,.footer[data-animate] .footer__nav-column,.footer[data-animate] .footer__bottom{opacity:0;transform:translateY(20px);animation:footerFadeIn .5s ease forwards}.footer[data-animate] .footer__branding{animation-delay:.1s}.footer[data-animate] .footer__nav-column:nth-child(1){animation-delay:.2s}.footer[data-animate] .footer__nav-column:nth-child(2){animation-delay:.3s}.footer[data-animate] .footer__nav-column:nth-child(3){animation-delay:.4s}.footer[data-animate] .footer__nav-column:nth-child(4){animation-delay:.5s}.footer[data-animate] .footer__bottom{animation-delay:.6s}@keyframes footerFadeIn{to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/section-footer.css.map */
