.swf-footer{background:rgba(var(--color-background),1);color:rgba(var(--color-foreground),1);padding-left:20px;padding-right:20px}.swf-footer__inner{max-width:1224px;margin:0 auto;display:flex;flex-direction:column;gap:30px}.swf-footer__top{display:flex;flex-direction:column;align-items:center;gap:20px}.swf-footer__brand{display:flex;flex-direction:column;align-items:center;gap:20px;width:100%}.swf-footer__logo{display:inline-block;flex-shrink:0}.swf-footer__logo-img{display:block;width:184px;height:auto;max-width:100%}.swf-footer__logo-text{font-size:22px;font-weight:700;color:rgba(var(--color-foreground),1)}.swf-footer__about{display:flex;flex-direction:column;gap:15px;width:100%}.swf-footer__about-text{margin:0;font-size:16px;line-height:24px;font-weight:400;color:rgba(var(--color-foreground),1)}.swf-footer__association{margin:0;font-size:13px;line-height:16px;font-weight:500;color:rgba(var(--color-foreground),.55)}.swf-footer__newsletter{background:rgba(var(--color-foreground),.06);border-radius:10px;padding:12px;display:flex;flex-direction:column;gap:22px;width:100%;max-width:416px}.swf-footer__newsletter-label{display:flex;flex-direction:column;gap:4px}.swf-footer__newsletter-heading{margin:0;font-size:14px;line-height:24px;font-weight:500;letter-spacing:.02em;color:rgba(var(--color-foreground),1)}.swf-footer__newsletter-text{margin:0;font-size:12px;line-height:16px;font-weight:400;color:rgba(var(--color-foreground),.85)}.swf-footer__newsletter-form{display:flex;gap:12px;width:100%}.swf-footer__newsletter-field{flex:1 1 auto;display:flex;align-items:center;background:rgba(var(--color-foreground),.12);border-radius:8px;padding:0 8px}.swf-footer__newsletter-input{flex:1;background:transparent;border:0;outline:0;color:rgba(var(--color-foreground),1);font-family:inherit;font-size:14px;font-weight:500;line-height:22px;height:40px;padding:0;width:100%}.swf-footer__newsletter-input::placeholder{color:rgba(var(--color-foreground),.85)}.swf-footer__newsletter-btn{background:rgb(var(--color-button));color:rgb(var(--color-button-text));border:0;border-radius:8px;padding:10px 24px;height:40px;font-family:inherit;font-size:14px;font-weight:500;line-height:22px;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:opacity .15s ease}.swf-footer__newsletter-btn:hover{opacity:.9}.swf-footer__middle{display:flex;flex-direction:column;gap:30px}.swf-footer__contact-col{display:flex;flex-direction:column;gap:40px;width:100%}.swf-footer__menus{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:19px 25px}.swf-footer__menu:nth-child(3){grid-column:1 / -1}.swf-footer__group{display:flex;flex-direction:column;gap:16px}.swf-footer__heading{display:flex;flex-direction:column;gap:8px}.swf-footer__heading-label{margin:0;font-size:13px;font-weight:600;line-height:22px;letter-spacing:.5px;text-transform:uppercase;color:rgb(var(--color-foreground))}.swf-footer__divider{display:block;width:48px;height:2px;background:rgb(var(--color-button))}.swf-footer__social{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:12px}.swf-footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;background:rgba(var(--color-foreground),.06);border:1px solid rgba(var(--color-foreground),.12);border-radius:10px;color:rgb(var(--color-foreground));transition:background-color .15s ease,border-color .15s ease}.swf-footer__social-link:hover{background:rgba(var(--color-foreground),.12);border-color:rgba(var(--color-foreground),.2)}.swf-footer__contact-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.swf-footer__contact-item{display:flex;align-items:center;gap:12px}.swf-footer__contact-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:rgba(var(--color-foreground),.06);border-radius:10px;color:rgb(var(--color-foreground));flex-shrink:0}.swf-footer__contact-text{font-size:14px;line-height:20px;font-weight:400;color:rgb(var(--color-foreground));letter-spacing:-.01em;text-decoration:none}a.swf-footer__contact-text:hover{color:rgb(var(--color-button))}.swf-footer__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.swf-footer__list-link{font-size:14px;line-height:20px;font-weight:500;color:rgb(var(--color-foreground));text-decoration:none;transition:color .15s ease}.swf-footer__list-link:hover{color:rgb(var(--color-button))}.swf-footer__bottom{display:flex;flex-direction:column;align-items:center;gap:16px;padding-top:10px}.swf-footer__copy{margin:0;font-size:14px;line-height:20px;font-weight:500;letter-spacing:-.04em;color:rgba(var(--color-foreground),.55);text-align:center}.swf-footer__legal{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:19px}.swf-footer__legal-link{font-size:14px;line-height:20px;font-weight:500;letter-spacing:-.04em;color:rgba(var(--color-foreground),.55);text-decoration:none}.swf-footer__legal-link:hover{color:rgb(var(--color-foreground))}@media screen and (min-width:750px){.swf-footer{padding-left:32px;padding-right:32px}.swf-footer__inner{gap:64px}.swf-footer__top{align-items:flex-start}.swf-footer__brand{flex-direction:row;align-items:flex-start;gap:24px}.swf-footer__about{flex:1;justify-content:space-between;min-height:126px}.swf-footer__menus{grid-template-columns:repeat(3,1fr);gap:40px}.swf-footer__menu:nth-child(3){grid-column:auto}.swf-footer__bottom{flex-direction:row;justify-content:space-between;align-items:center;border-top:1px solid rgba(var(--color-foreground),.15);padding:26px 32px 0}.swf-footer__copy{text-align:left}.swf-footer__legal{justify-content:flex-end;gap:24px}}@media screen and (min-width:990px){.swf-footer{padding-left:108px;padding-right:108px}.swf-footer__inner{gap:80px}.swf-footer__top{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:44px}.swf-footer__brand{flex:1 1 auto;max-width:728px}.swf-footer__about{max-width:520px}.swf-footer__newsletter{flex:0 0 416px;width:416px}.swf-footer__middle{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:60px}.swf-footer__contact-col{flex:0 0 416px;width:416px;gap:40px}.swf-footer__menus{flex:1 1 auto;display:grid;grid-template-columns:repeat(3,minmax(0,206px));justify-content:space-between;gap:60px}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/section-swf-footer.css.map */
