.footer{position:relative;border-top:.1rem solid rgba(var(--color-foreground),.08)}.footer:not(.color-scheme-1){border-top:none}.footer__blocks-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:6.4rem 1.6rem 2.4rem;gap:2.4rem}@media(min-width:768px){.footer__blocks-wrapper{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:8rem 0 6.4rem;gap:4rem}}@media(min-width:1080px){.footer__blocks-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.footer__col--brand{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media(min-width:768px){.footer__col--brand{max-width:450px}}.footer__col--menus{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:rgb(var(--color-background));gap:2.4rem}@media(min-width:768px){.footer__col--menus{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:4rem}}.footer__menu-col{width:auto}@media(min-width:768px){.footer__menu-col{width:170px;min-width:0}}@media(min-width:1280px){.footer__menu-col{width:200px}}.footer__block--brand{width:100%}.footer__block--brand .footer-block__brand-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2.4rem}.footer__block--brand .footer-block__brand--content{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;gap:1.2rem}@media(min-width:768px){.footer__block--brand .footer-block__brand--content{gap:1.6rem}}.footer__block--brand .footer-block__brand--title{margin:0}.footer__block--brand .footer-block__brand--subtext{margin:0;color:rgb(var(--color-foreground))}.footer__copyright-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:rgba(var(--color-foreground));gap:.8rem;text-decoration:none}.footer__copyright-bar .copyright__content{opacity:.5;color:rgba(var(--color-foreground))}.footer__copyright-bar a{color:rgba(var(--color-foreground));text-decoration:none}.footer__copyright-bar--desktop-only{display:none}@media(min-width:768px){.footer__copyright-bar--desktop-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.footer__copyright-bar--mobile-only{display:-webkit-box;display:-ms-flexbox;display:flex}@media(min-width:768px){.footer__copyright-bar--mobile-only{display:none}}.footer__logo-wrapper{width:100%}.footer__logo{display:block;width:100%;height:auto}.footer__logo--mobile{display:block}@media(min-width:768px){.footer__logo--mobile{display:none}}.footer__logo--desktop{display:none}@media(min-width:768px){.footer__logo--desktop{display:block}}.footer__list-social.list-social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:3.2rem}@media(min-width:768px){.footer__list-social.list-social{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.footer__list-social.list-social a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:2.4rem;height:2.4rem;padding:0;-webkit-transition:background-color .2s ease;transition:background-color .2s ease;border-radius:50%;background-color:rgb(var(--color-background))}.footer__list-social.list-social a .svg-wrapper{width:100%;height:100%}.footer__list-social.list-social a path{fill:rgb(var(--color-button))}.footer .footer-block__social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.footer .footer-block__social--desktop-only{display:none}@media(min-width:768px){.footer .footer-block__social--desktop-only{display:-webkit-box;display:-ms-flexbox;display:flex}}.footer .footer-block__social--mobile-only{display:-webkit-box;display:-ms-flexbox;display:flex}@media(min-width:768px){.footer .footer-block__social--mobile-only{display:none}}.footer .footer-block__heading{margin:0;color:rgb(var(--color-foreground));font-family:var(--font-heading);font-size:14px;font-style:normal;letter-spacing:.7px;line-height:20px;text-transform:uppercase}.footer .list-menu__item--link{display:block;padding:.8rem 0;color:rgb(var(--color-foreground));line-height:2.4rem;text-decoration:none}.footer .list-menu__item--link:hover{text-decoration:underline}@media(min-width:768px){.footer-block__details{padding:0}.footer-block__details[open] .footer-block__details-content,.footer__menu-col .footer-block__details{display:block}.footer__menu-col .footer-block__summary{padding:0;pointer-events:none}.footer__menu-col .icon-plus,.footer__menu-col .icon-minus,.footer__menu-col .footer-block__toggle{display:none}}.footer-block__summary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;cursor:pointer}.footer-block__details[open] summary{padding:0 0 2.4rem}.footer-block__details .footer-block__details-content{margin-bottom:0}.footer-block__details .footer-block__toggle{position:relative;width:2rem;height:2rem}.footer-block__details .svg-wrapper{position:absolute;top:0;left:0;width:2rem;height:2rem}.footer-block__details svg{top:0;right:0;bottom:0;left:0;-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease;transition:opacity .3s ease,transform .3s ease,-webkit-transform .3s ease}.footer-block__details svg path{stroke:rgb(var(--color-foreground));fill:rgb(var(--color-foreground))}.footer-block__details .icon-minus{visibility:hidden;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);opacity:0}.footer-block__details[open] .icon-minus{visibility:visible;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0);opacity:1}.footer-block__details[open] .icon-plus{visibility:hidden;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);opacity:0}.footer-block__details:not([open]) .footer-block__details-content{display:none}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-footer.css.map */
