.footer{position:relative;background:var(--footer-bg, #0f0f0f);color:var(--footer-text, #ffffff);padding:var(--footer-padding-top, var(--section-padding-y)) 0 0;margin-top:auto}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}.footer__back-top{position:absolute;top:-24px;left:50%;transform:translate(-50%);width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--color-btn-solid-bg);border-radius:50%;color:var(--color-btn-solid-label);text-decoration:none;box-shadow:0 4px 24px #00000040;transition:transform var(--duration-default, .25s) var(--ease-out-expo, cubic-bezier(.16, 1, .3, 1)),box-shadow var(--duration-default, .25s) ease;z-index:10}.footer__back-top:hover{transform:translate(-50%) translateY(-6px);box-shadow:0 10px 36px #00000059}.footer__back-top svg{width:18px;height:18px;transition:transform var(--duration-default, .25s) var(--ease-out-expo)}.footer__back-top:hover svg{transform:translateY(-3px)}.footer__main{padding:6rem 0 5rem;border-bottom:1px solid var(--footer-border, rgba(255, 255, 255, .08))}.footer__grid{display:grid;grid-template-columns:1.5fr repeat(2,1fr) 1.5fr;gap:5rem}@media screen and (max-width:989px){.footer__grid{grid-template-columns:repeat(2,1fr);gap:3rem}}@media screen and (max-width:749px){.footer__grid{grid-template-columns:1fr;gap:2rem;text-align:center}}@media screen and (max-width:749px){.footer__main{padding:4rem 0 3rem}}.footer-block{opacity:0;transform:translateY(30px);transition:all .6s cubic-bezier(.16,1,.3,1)}.footer-block.is-visible{opacity:1;transform:translateY(0)}.footer-block:nth-child(1){transition-delay:0s}.footer-block:nth-child(2){transition-delay:.1s}.footer-block:nth-child(3){transition-delay:.2s}.footer-block:nth-child(4){transition-delay:.3s}.footer-block--brand .footer__logo{margin-bottom:2rem}.footer-block--brand .footer__logo img,.footer-block--brand .footer__logo svg{max-width:180px;max-height:60px;width:auto;height:auto}@media screen and (max-width:749px){.footer-block--brand .footer__logo img,.footer-block--brand .footer__logo svg{max-width:140px;max-height:48px}}.footer-block--brand .footer__logo-text{font-family:var(--font-heading-family);font-size:2.2rem;letter-spacing:.12em;text-transform:uppercase;font-weight:400}.footer__tagline{color:var(--footer-muted, rgba(255, 255, 255, .6));margin-bottom:2.5rem;line-height:1.7;font-size:1.4rem;max-width:280px}@media screen and (max-width:749px){.footer__tagline{font-size:1.3rem;margin-bottom:2rem;max-width:100%}}.footer__text{color:var(--footer-muted, rgba(255, 255, 255, .6));font-size:1.4rem;line-height:1.75}.footer__social{display:flex;gap:1rem;margin-bottom:2rem}@media screen and (max-width:749px){.footer__social{justify-content:center}}.footer__social-link{width:40px;height:40px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:var(--footer-text, #ffffff);transition:all .3s ease}.footer__social-link:hover{background:var(--footer-accent, var(--color-accent));transform:translateY(-2px)}.footer__social-link svg{width:18px;height:18px}.footer__follow-on-shop{margin-top:2rem}.footer-block__heading{font-family:var(--font-heading-family);font-size:1.6rem;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.1em}.footer__menu{list-style:none;padding:0;margin:0}.footer__menu-item{margin-bottom:1rem}.footer__menu-link{color:var(--footer-muted, rgba(255, 255, 255, .7));text-decoration:none;transition:color .3s ease;position:relative;padding-bottom:2px}.footer__menu-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--footer-accent, var(--color-accent));transition:width .3s ease}.footer__menu-link:hover{color:var(--footer-text, #ffffff)}.footer__menu-link:hover:after{width:100%}.footer__newsletter-text{color:var(--footer-muted, rgba(255, 255, 255, .7));margin-bottom:1.5rem;line-height:1.5}.footer__newsletter-form{display:flex;flex-direction:column;gap:1rem}.footer__newsletter-input{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);padding:1rem 1.5rem;color:var(--footer-text, #ffffff);font-size:1.4rem;border-radius:4px}.footer__newsletter-input::placeholder{color:var(--footer-muted, rgba(255, 255, 255, .7))}.footer__newsletter-btn{background:var(--footer-accent, var(--color-accent));color:var(--footer-text, #ffffff);border:none;padding:1rem 1.5rem;font-size:1.4rem;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:opacity .3s ease}.footer__newsletter-btn:hover{opacity:.9}.footer__newsletter-message{font-size:1.3rem;margin-top:1rem}.footer__newsletter-message--error{color:var(--color-error)}.footer__newsletter-message--success{color:var(--color-success)}.footer__bottom{padding:2rem 0}@media screen and (max-width:749px){.footer__bottom{padding:1.5rem 0 2rem}}.footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}@media screen and (max-width:749px){.footer__bottom-inner{flex-direction:column;text-align:center}}.footer__localization{display:flex;gap:1.5rem}@media screen and (max-width:749px){.footer__localization{justify-content:center}}.footer__disclosure-btn{background:transparent;border:1px solid var(--footer-border, rgba(255, 255, 255, .15));color:var(--footer-text, #ffffff);padding:.5rem 1rem;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .3s ease}.footer__disclosure-btn svg{width:12px;height:12px}.footer__disclosure-btn:hover{border-color:var(--footer-accent, var(--color-accent))}.footer__copyright-wrap{text-align:center;flex:1}.footer__copyright{font-size:1.2rem;color:var(--footer-muted, rgba(255, 255, 255, .85))}.footer__copyright a{color:var(--footer-text, #ffffff);text-decoration:underline;text-decoration-color:#fff6;text-underline-offset:2px}.footer__copyright a:hover{text-decoration-color:currentColor}.footer__policies{list-style:none;padding:0;margin:1rem 0 0;display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}@media screen and (max-width:749px){.footer__policies{gap:1rem}}.footer__policy-link{font-size:1.2rem;color:var(--footer-text, rgba(255, 255, 255, .85));text-decoration:none;transition:color .3s ease}.footer__policy-link:hover{color:var(--footer-text, #ffffff)}.footer__payment{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}@media screen and (max-width:749px){.footer__payment{justify-content:center}}.footer__payment-icon{opacity:.7}@media(prefers-reduced-motion:reduce){.footer-block,.footer__back-top,.footer__social-link,.footer__menu-link:after{opacity:1!important;transform:none!important;transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/30/assets/section-footer.css.map */
