.footer{position:relative;border-top:.1rem solid rgba(var(--color-foreground),.08);background:rgb(var(--color-background));color:rgb(var(--color-foreground));overflow:hidden}.footer__grid{display:grid;gap:4rem 3rem;grid-template-columns:1fr}@media screen and (min-width:750px){.footer__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:990px){.footer__grid{grid-template-columns:repeat(var(--footer-columns, 3),minmax(0,1fr))}.footer__grid--has-newsletter{grid-template-columns:repeat(var(--footer-columns, 3),minmax(0,1fr)) minmax(0,1.5fr)}.footer__block--newsletter{padding-left:3rem;border-left:.1rem solid rgba(var(--color-foreground),.08)}}.footer__heading{margin:0 0 1.6rem;font-family:var(--font-body-family);font-size:1.2rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:rgba(var(--color-foreground),.75)}.footer__heading--newsletter{font-family:var(--font-heading-family);font-size:2.2rem;font-weight:var(--font-heading-weight);letter-spacing:normal;text-transform:none;color:rgb(var(--color-foreground))}.footer__menu{margin:0;padding:0;display:grid;gap:1rem}.footer__link,.footer__policy-link{position:relative;display:inline-block;color:rgba(var(--color-foreground),.8);text-decoration:none;font-size:1.5rem;line-height:1.4;transition:color var(--duration-short) ease}.footer__link:after,.footer__policy-link:after{content:"";position:absolute;left:0;bottom:-.2rem;width:100%;height:.1rem;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.footer__link:hover,.footer__policy-link:hover,.footer__link--active{color:rgb(var(--color-foreground))}.footer__link:hover:after,.footer__policy-link:hover:after{transform:scaleX(1);transform-origin:left}.footer__text{font-size:1.5rem;line-height:1.6;color:rgba(var(--color-foreground),.8)}.footer__text p{margin:0}.footer__text p+p{margin-top:.8rem}.footer__brand-name{margin:0 0 1.2rem;font-family:var(--font-heading-family);font-size:2.6rem;line-height:1}.footer__brand-image,.footer__image{margin-bottom:1.6rem}.footer__image--center{margin-left:auto;margin-right:auto}.footer__image--right{margin-left:auto}.footer__brand-image img,.footer__image img{display:block;width:100%;height:auto}.footer__whatsapp{display:inline-flex;align-items:center;gap:.8rem;margin-top:1.4rem;font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground));text-decoration:none}.footer__whatsapp svg{width:2rem;height:2rem}.footer__whatsapp:hover span{text-decoration:underline;text-underline-offset:.3rem}.footer__newsletter{margin-top:2rem}.footer__newsletter-field{position:relative;display:flex;align-items:center;border-bottom:.15rem solid rgba(var(--color-foreground),.25);transition:border-color var(--duration-short) ease}.footer__newsletter-field:focus-within{border-color:rgb(var(--color-foreground))}.footer__newsletter-input{flex:1;min-width:0;padding:1.2rem 0;border:0;background:transparent;color:rgb(var(--color-foreground));font:inherit;font-size:1.6rem}.footer__newsletter-input::placeholder{color:rgba(var(--color-foreground),.6)}.footer__newsletter-input:focus{outline:none}.footer__newsletter-button{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;padding:0;border:0;background:transparent;color:rgb(var(--color-foreground));cursor:pointer;transition:transform var(--duration-short) ease}.footer__newsletter-button svg{width:2.4rem;height:2.4rem}.footer__newsletter-button:hover{transform:translate(.3rem)}.footer__newsletter-message{display:block;margin-top:.8rem;font-size:1.3rem}.footer__social{margin-top:2.4rem}.footer__social .list-social__item .icon{width:2rem;height:2rem}.footer__social .list-social__link{display:inline-flex;align-items:center;justify-content:center;width:4.2rem;height:4.2rem;margin:0 .6rem 0 0;border:.1rem solid rgba(var(--color-foreground),.15);border-radius:50%;transition:background var(--duration-short) ease,color var(--duration-short) ease,transform var(--duration-short) ease}.footer__social .list-social__link:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background));transform:translateY(-.2rem)}.footer__wordmark{position:relative;padding:0 2rem;text-align:center;line-height:.85;font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:clamp(5rem,15vw,22rem);letter-spacing:-.02em;white-space:nowrap;overflow:hidden;-webkit-user-select:none;user-select:none;pointer-events:none}.footer__wordmark span{display:inline-block;transform:translateY(.14em);color:transparent;-webkit-text-stroke:.06rem rgba(var(--color-foreground),.35);background:linear-gradient(180deg,rgba(var(--color-foreground),.08),rgba(var(--color-foreground),0));-webkit-background-clip:text;background-clip:text}.footer__bottom{position:relative;border-top:.1rem solid rgba(var(--color-foreground),.08);background:rgb(var(--color-background))}.footer__bottom-inner{display:flex;flex-direction:column;gap:1.6rem;padding-top:2rem;padding-bottom:2rem}@media screen and (min-width:990px){.footer__bottom-inner{flex-direction:row;align-items:center;justify-content:space-between}}.footer__bottom-left,.footer__bottom-right{display:flex;flex-wrap:wrap;align-items:center;gap:1.2rem 2.4rem}.footer__localization{display:flex;gap:1rem}.footer__payment .list-payment{margin:0;justify-content:flex-start}.footer__payment .list-payment__item{margin:0 .4rem 0 0}.footer__copyright{display:flex;flex-wrap:wrap;gap:.4rem 1.2rem;font-size:1.2rem;color:rgba(var(--color-foreground),.7)}.footer__copyright a{color:inherit}.footer__policies{display:flex;flex-wrap:wrap;gap:.4rem 1.6rem;margin:0;padding:0}.footer__policies .footer__policy-link{font-size:1.2rem;color:rgba(var(--color-foreground),.7)}.footer__back-to-top{position:absolute;right:2rem;bottom:2rem;display:inline-flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;border:.1rem solid rgba(var(--color-foreground),.2);border-radius:50%;background:rgb(var(--color-background));color:rgb(var(--color-foreground));transition:background var(--duration-short) ease,color var(--duration-short) ease,transform var(--duration-short) ease}.footer__back-to-top .svg-wrapper{width:1.2rem;height:1.2rem;transform:rotate(180deg)}.footer__back-to-top:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background));transform:translateY(-.3rem)}@media screen and (min-width:990px){.footer__back-to-top{right:4rem;bottom:2.4rem}.footer--has-wordmark .footer__back-to-top{bottom:auto;top:3.2rem}}@media screen and (max-width:749px){.footer__block--newsletter{order:-1}}@media screen and (max-width:749px){.footer__wordmark{font-size:clamp(3rem,11.5vw,22rem);padding:0 1rem}.footer__back-to-top{right:1.5rem;bottom:1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/24/assets/section-footer.css.map */
