.footer{padding-top:clamp(3rem,6vw,5rem);padding-bottom:1.5rem}.footer__blocks{display:grid;gap:clamp(2rem,4vw,3.5rem);padding-bottom:clamp(2rem,4vw,3.5rem);border-bottom:1px solid rgba(var(--color-foreground),.1)}.footer__blocks--columns-2,.footer__blocks--columns-3,.footer__blocks--columns-4{grid-template-columns:1fr}@media(min-width:750px){.footer__blocks--columns-2{grid-template-columns:repeat(2,1fr)}.footer__blocks--columns-3{grid-template-columns:repeat(3,1fr)}.footer__blocks--columns-4{grid-template-columns:repeat(4,1fr)}}@media(min-width:990px){.footer__blocks--with-hero.footer__blocks--columns-4{grid-template-columns:minmax(0,1.6fr) repeat(3,minmax(0,1fr));gap:clamp(2rem,5vw,4.5rem)}.footer__blocks--with-hero.footer__blocks--columns-3{grid-template-columns:minmax(0,1.5fr) repeat(2,minmax(0,1fr))}}.footer__block-heading{font-size:var(--text-base);letter-spacing:0;text-transform:none;margin:0 0 1.25rem;font-weight:600;color:rgb(var(--color-foreground))}.footer__menu{display:flex;flex-direction:column;gap:.5rem}.footer__link{color:rgba(var(--color-foreground),.75);font-size:var(--text-sm);transition:color var(--duration-default) var(--ease-out);text-decoration:none}.footer__link:hover{color:rgb(var(--color-foreground))}.footer__text{font-size:var(--text-sm);line-height:1.6;color:rgba(var(--color-foreground),.8)}.footer__text p{max-width:40ch}@media(max-width:749px){.footer__accordion{border-bottom:1px solid rgba(var(--color-foreground),.12);padding-bottom:.5rem}.footer__accordion>summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;margin-bottom:0}.footer__accordion>summary::-webkit-details-marker{display:none}.footer__accordion-icon{display:inline-flex;width:.75rem;height:.75rem;transition:transform var(--duration-default) var(--ease-out)}.footer__accordion[open] .footer__accordion-icon{transform:rotate(180deg)}.footer__accordion .footer__menu{padding-bottom:.75rem}}@media(min-width:750px){.footer__accordion{border-bottom:0;padding-bottom:0}.footer__accordion>summary{list-style:none;cursor:default;padding:0;margin-bottom:1.25rem}.footer__accordion>summary::-webkit-details-marker{display:none}.footer__accordion .footer__accordion-icon{display:none}}.footer__newsletter-heading{margin:0 0 .75rem;font-size:clamp(1.75rem,2.8vw,2.5rem);line-height:1.15;font-weight:500;letter-spacing:-.01em;text-transform:none}.footer__newsletter-sub{font-size:var(--text-base);margin:0 0 1.25rem;color:rgba(var(--color-foreground),.75);max-width:42ch;line-height:1.5}.footer__newsletter-form{width:100%;max-width:480px}.footer__newsletter-field{display:flex;align-items:stretch;gap:.5rem;border:1px solid rgba(var(--color-foreground),.18);border-radius:var(--inputs-radius, 4px);background:rgb(var(--color-background));overflow:hidden;transition:border-color var(--duration-default) var(--ease-out)}.footer__newsletter-field:focus-within{border-color:rgba(var(--color-foreground),.6)}.footer__newsletter-field .field{flex:1 1 auto;min-width:0;background:transparent;color:rgb(var(--color-foreground));border:0;padding:.875rem 1rem;font:inherit;font-size:var(--text-base);line-height:1.2}.footer__newsletter-field .field:focus{outline:none}.footer__newsletter-field .field::placeholder{color:rgba(var(--color-foreground),.5)}.footer__newsletter-button{flex:0 0 auto;align-self:stretch;width:3rem;padding:0;display:inline-flex;align-items:center;justify-content:center;border:0;background:rgb(var(--color-button));color:rgb(var(--color-on-button, 255 255 255));cursor:pointer;transition:opacity var(--duration-default) var(--ease-out)}.footer__newsletter-button:hover{opacity:.88}.footer__newsletter-button svg{width:1.125rem;height:1.125rem;display:block}.footer__newsletter-privacy{margin:.75rem 0 0;font-size:var(--text-xs);color:rgba(var(--color-foreground),.6);max-width:42ch}.footer__newsletter-success{margin-top:.75rem;font-size:var(--text-sm);color:rgb(var(--color-foreground))}.footer__logo-link,.footer__logo-text{display:inline-block;text-decoration:none;color:rgb(var(--color-foreground))}.footer__logo-image{height:auto;display:block}.footer__logo-tagline{margin:.75rem 0 0;font-size:var(--text-sm);color:rgba(var(--color-foreground),.7);max-width:32ch;line-height:1.5}.footer__contact{display:flex;flex-direction:column;gap:.625rem}.footer__contact-item{display:flex;align-items:flex-start;gap:.625rem;font-size:var(--text-sm);color:rgba(var(--color-foreground),.8);line-height:1.5}.footer__contact-icon{display:inline-flex;flex-shrink:0;width:1rem;height:1rem;margin-top:.125rem;color:rgba(var(--color-foreground),.7)}.footer__contact-icon svg{width:100%;height:100%}.footer__app-links{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}.footer__app-badge{display:inline-flex;text-decoration:none;transition:opacity var(--duration-default) var(--ease-out);color:rgb(var(--color-foreground))}.footer__app-badge:hover{opacity:.75}.footer__app-image,.footer__app-fallback{height:40px;width:auto;display:block;border-radius:6px}.social-icons{display:flex;gap:.25rem;flex-wrap:wrap}.social-icons__link{display:inline-flex;align-items:center;justify-content:center;width:var(--touch-target);height:var(--touch-target);border-radius:50%;color:rgba(var(--color-foreground),.8);transition:background-color var(--duration-default) var(--ease-out),color var(--duration-default) var(--ease-out)}.social-icons__link:hover{background-color:rgba(var(--color-foreground),.08);color:rgb(var(--color-foreground))}.social-icons__link svg{width:1.125rem;height:1.125rem}.social-icons--circle{gap:.5rem}.social-icons--circle .social-icons__link{width:2.5rem;height:2.5rem;background-color:rgba(var(--color-foreground),.08);color:rgb(var(--color-foreground))}.social-icons--circle .social-icons__link:hover{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.social-icons--circle .social-icons__link svg{width:1rem;height:1rem}.footer__bottom-bar{border-top:1px solid rgba(var(--color-foreground),.1);padding-top:1.5rem}.footer__bottom-bar-inner{display:flex;flex-direction:column;gap:1rem}.footer__bottom-left{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.footer__bottom-right{display:flex;flex-direction:column;align-items:center;gap:1rem}.footer__copyright{font-size:var(--text-xs);color:rgba(var(--color-foreground),.65)}.footer__bottom-menu{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;justify-content:center}.footer__bottom-link{font-size:var(--text-xs);color:rgba(var(--color-foreground),.65);transition:color var(--duration-default) var(--ease-out);text-decoration:none}.footer__bottom-link:hover{color:rgb(var(--color-foreground))}.footer__payments{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;justify-content:center}.footer__payment-icon{width:2.25rem;height:1.5rem}.footer__localization-form{display:flex;gap:.5rem;flex-wrap:wrap}.footer__localization-select{-webkit-appearance:none;appearance:none;background:transparent;color:rgba(var(--color-foreground),.8);border:1px solid rgba(var(--color-foreground),.2);border-radius:999px;padding:.375rem 1.75rem .375rem .875rem;font-size:var(--text-xs);cursor:pointer;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3e%3cpath d='m3 5 3 3 3-3' stroke='currentColor' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .625rem center;background-size:.625rem}.footer__localization-select:focus{outline:2px solid rgba(var(--color-foreground),.4);outline-offset:1px}@media(min-width:750px){.footer__bottom-bar-inner{flex-direction:row;justify-content:space-between;align-items:center}.footer__bottom-left{flex-direction:row;align-items:center;text-align:left}.footer__bottom-right{flex-direction:row;align-items:center}.footer__bottom-menu{justify-content:flex-start}.footer__payments{justify-content:flex-end}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/section-footer.css.map */
