.footer{background-color:var(--primary-color, #000000);color:var(--secondary-text, #ffffff);border-top-left-radius:calc(var(--border-radius-section-backgrounds, 100px) / 2);border-top-right-radius:calc(var(--border-radius-section-backgrounds, 100px) / 2)}@media (min-width: 992px){.footer{border-top-left-radius:calc(var(--border-radius-section-backgrounds, 100px));border-top-right-radius:calc(var(--border-radius-section-backgrounds, 100px))}}.footer .footer__container{padding-top:var(--padding-top-mobile, 40px);padding-bottom:var(--padding-bottom-mobile, 40px);padding-left:20px;padding-right:20px}.footer .footer-row__top{display:flex;flex-direction:column;gap:30px}@media (min-width: 768px){.footer .footer-row__top{gap:44px}}@media (min-width: 992px){.footer .footer-row__top{flex-direction:row;gap:30px}}@media (min-width: 1400px){.footer .footer-row__top{gap:40px}}.footer .footer-nav{display:grid;width:100%;row-gap:10px}@media (min-width: 768px){.footer .footer-nav{row-gap:44px;column-gap:40px;grid-template-columns:1fr 1fr}}@media (min-width: 992px){.footer .footer-nav{row-gap:30px;column-gap:30px;grid-template-columns:repeat(3,1fr)}}@media (min-width: 1200px){.footer .footer-nav{row-gap:40px;column-gap:40px}}@media (min-width: 1400px){.footer .footer-nav{grid-template-columns:repeat(4,1fr)}}.footer .footer-nav__column{display:flex;flex-direction:column}.footer .footer-nav__column:not(.show) .footer-nav__column-list{max-height:0;opacity:0}.footer .footer-nav__column.show .footer-nav__column-list{max-height:100%;opacity:1}.footer .footer-nav__column.show .footer-nav-column-row__icon-wrapper:after{transform:translate(-50%) rotate(90deg)}@media (min-width: 768px){.footer .footer-nav__column:not(.show) .footer-nav__column-list{max-height:100%;opacity:1}}.footer .footer-nav__column-row{display:flex;align-items:center;gap:8px;padding-top:10px;padding-bottom:10px}@media (-moz-touch-enabled: 0),(hover: hover){.footer .footer-nav__column-row:hover{cursor:pointer}}@media (min-width: 768px){.footer .footer-nav__column-row{padding-top:0;padding-bottom:0}}.footer .footer-nav-column-row__icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:16px;min-width:16px;max-width:16px}.footer .footer-nav-column-row__icon-wrapper:before{top:50%;left:0;transform:translateY(-50%);width:100%;height:2px}.footer .footer-nav-column-row__icon-wrapper:after{top:0;left:50%;transform:translate(-50%);width:2px;height:100%;transition-property:transform;transition-duration:.3s;transition-timing-function:ease}.footer .footer-nav-column-row__icon-wrapper:before,.footer .footer-nav-column-row__icon-wrapper:after{content:"";position:absolute;background-color:var(--primary-background, #ffffff)}@media (min-width: 768px){.footer .footer-nav-column-row__icon-wrapper{display:none}}.footer .footer-nav__column-list{display:flex;flex-direction:column;gap:10px;transition-property:max-height,margin-top,opacity;transition-duration:.3s;transition-timing-function:linear;overflow:hidden;word-break:break-word}@media (min-width: 768px){.footer .footer-nav__column-list{gap:12px;margin-top:10px}}.footer .footer-logo{display:flex;flex-direction:column;align-items:center;gap:14px;width:100%;text-align:center}@media (min-width: 576px){.footer .footer-logo{text-align:start;align-items:flex-start}}@media (min-width: 992px){.footer .footer-logo{max-width:210px}}@media (min-width: 1200px){.footer .footer-logo{max-width:240px}}@media (min-width: 1400px){.footer .footer-logo{max-width:320px}}.footer .footer-logo__media-wrapper{display:flex;width:100%;height:auto;max-width:var(--footer-logo-width, 200px)}.footer .footer-logo__media-wrapper img,.footer .footer-logo__media-wrapper svg{width:100%;height:100%;object-fit:cover}.footer .footer__link{width:100%;text-decoration:none;color:var(--secondary-text, #ffffff)}@media (-moz-touch-enabled: 0),(hover: hover){.footer .footer__link:hover{text-decoration:underline}}.footer .footer-row__center{display:flex;flex-direction:column;padding-top:40px;padding-bottom:40px;gap:40px}@media (min-width: 480px){.footer .footer-row__center{padding-bottom:86px}}@media (min-width: 768px){.footer .footer-row__center{flex-direction:row;justify-content:space-between;align-items:flex-end;margin-top:44px;gap:40px}}@media (min-width: 992px){.footer .footer-row__center{padding-top:60px;padding-bottom:110px}}@media (min-width: 1200px){.footer .footer-row__center{padding-top:40px;padding-bottom:100px}}@media (min-width: 1660px){.footer .footer-row__center{padding-top:60px;padding-bottom:40px}}.footer .footer-newsletter{display:flex;flex-direction:column;gap:10px;width:100%;text-align:center}@media (min-width: 576px){.footer .footer-newsletter{text-align:start}}@media (min-width: 768px){.footer .footer-newsletter{max-width:320px}}@media (min-width: 992px){.footer .footer-newsletter{max-width:450px}}@media (min-width: 1200px){.footer .footer-newsletter{max-width:510px}}@media (min-width: 1660px){.footer .footer-newsletter{max-width:680px}}.footer .footer-newsletter__field{width:100%;border-top-right-radius:0;border-bottom-right-radius:0}.footer .footer-newsletter__button{display:flex;align-items:center;border-top-right-radius:var(--border-radius-buttons, 30px);border-bottom-right-radius:var(--border-radius-buttons, 30px)}.footer .footer-socials{display:flex;flex-wrap:wrap;column-gap:20px;row-gap:10px;justify-content:center}@media (min-width: 576px){.footer .footer-socials{justify-content:flex-start}}@media (min-width: 768px){.footer .footer-socials{max-width:303px}}@media (min-width: 1660px){.footer .footer-socials{max-width:100%}}.footer .footer-socials a{width:44px;height:44px;display:flex;align-items:center;justify-content:center;padding:10px;transition:transform .3s ease}@media (-moz-touch-enabled: 0),(hover: hover){.footer .footer-socials a:hover{transform:scale(1.2)}}.footer .footer-socials svg{width:24px;height:24px;color:var(--primary-background, #ffffff)}.footer .footer-row__bottom{padding-top:20px;display:flex;flex-direction:column-reverse;gap:20px;text-align:center}@media (min-width: 576px){.footer .footer-row__bottom{text-align:start}}@media (min-width: 768px){.footer .footer-row__bottom{flex-direction:row;justify-content:space-between}}.footer .footer-row__bottom-column{display:flex;flex-direction:column;gap:20px;width:100%}@media (min-width: 768px){.footer .footer-row__bottom-column{max-width:50%}}.footer .footer-row-bottom__payments{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}@media (min-width: 576px){.footer .footer-row-bottom__payments{justify-content:flex-start}}.footer .footer-row-bottom__payments-item{display:flex}.footer .footer-row-bottom__payments-item svg{width:38px;height:24px}.footer .footer-row-bottom__row-inner{display:flex;flex-direction:column;gap:20px;width:100%}@media (min-width: 992px){.footer .footer-row-bottom__row-inner{align-items:center;flex-direction:row;justify-content:flex-end;width:100%}}.footer .footer-row-bottom__secure-wrapper{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}@media (min-width: 576px){.footer .footer-row-bottom__secure-wrapper{justify-content:flex-start}}.footer .footer-row-bottom__secure-icon{display:flex;align-items:start;min-width:100px;max-width:100px}.footer .footer-row-bottom__secure-icon a{display:flex}.footer .footer-dropdowns{display:flex;align-items:center;gap:20px;width:100%}.footer .footer-dropdowns.footer-dropdowns--column{flex-direction:column}@media (min-width: 768px){.footer .footer-dropdowns.footer-dropdowns--column{max-width:360px}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/footer.css.map */
