.footer{background:rgb(var(--color-background));border-top:1px solid rgba(var(--color-foreground),.08);color:rgb(var(--color-foreground))}.footer .page-width{max-width:var(--page-width)}.footer__content-top{display:grid;grid-template-columns:1fr;gap:clamp(3.2rem,5vw,5.6rem);padding-top:clamp(3.2rem,5vw,5.6rem);padding-bottom:clamp(2.8rem,4vw,4rem)}@media screen and (min-width:990px){.footer__content-top{grid-template-columns:minmax(0,3fr) minmax(30rem,1.4fr);align-items:start;gap:clamp(4rem,6vw,8rem)}}.footer__blocks-wrapper{display:grid;grid-template-columns:1fr;gap:clamp(2.4rem,3vw,3.6rem)}@media screen and (min-width:600px){.footer__blocks-wrapper{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(2.4rem,4vw,5rem)}}@media screen and (min-width:990px){.footer__blocks-wrapper.grid--3-col-tablet,.footer__blocks-wrapper.grid--4-col-desktop,.footer__blocks-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}}.footer-block{margin:0;padding:0;min-width:0}.footer-block__heading{margin:0 0 1.6rem;font-size:1.2rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:rgba(var(--color-foreground),.62);white-space:nowrap}.footer-block__details-content,.footer-block__details-content.list-unstyled{margin:0;padding:0}.footer-block__details-content li{list-style:none;margin:0 0 .8rem;padding:0}.footer-block__details-content .list-menu__item--link,.footer-block__details-content a.link{display:inline-block;padding:.2rem 0;font-size:1.4rem;font-weight:400;letter-spacing:-.005em;color:rgba(var(--color-foreground),.78);text-decoration:none;white-space:nowrap;transition:color .18s ease,transform .18s ease}@media screen and (max-width:599px){.footer-block__details-content .list-menu__item--link,.footer-block__details-content a.link{white-space:normal}}.footer-block__details-content .list-menu__item--link:hover,.footer-block__details-content a.link:hover{color:rgb(var(--color-foreground));text-decoration:none;transform:translate(2px)}.footer-block__details-content .list-menu__item--active{color:rgb(var(--color-foreground));font-weight:400}.footer-block__brand-info{display:flex;flex-direction:column;gap:1.2rem;max-width:42rem}.footer-block__brand-info .footer-block__heading{font-size:1.6rem;letter-spacing:-.01em;text-transform:none;color:rgb(var(--color-foreground));margin-bottom:.6rem;white-space:normal}.footer-block__brand-info .rte{font-size:1.4rem;line-height:1.6;color:rgba(var(--color-foreground),.72)}.footer-block--newsletter{display:flex;flex-direction:column;gap:1.4rem;max-width:44rem}.footer-block__newsletter .footer-block__heading{font-size:1.6rem;font-weight:700;letter-spacing:-.01em;text-transform:none;color:rgb(var(--color-foreground));margin-bottom:.4rem;white-space:normal}.footer__newsletter.newsletter-form{margin:0}.newsletter-form__field-wrapper{margin:0;width:100%}.newsletter-form__field-wrapper .field{position:relative;width:100%;height:5.2rem;border-radius:999px;border:1px solid rgba(var(--color-foreground),.22);background:rgb(var(--color-background));overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.newsletter-form__field-wrapper .field:before,.newsletter-form__field-wrapper .field:after,.newsletter-form .field:before,.newsletter-form .field:after,.footer-block__newsletter .field:before,.footer-block__newsletter .field:after,.newsletter__wrapper .field:before,.newsletter__wrapper .field:after{content:none!important;display:none!important;box-shadow:none!important;border:0!important}.newsletter-form__field-wrapper .field:focus-within{border-color:rgb(var(--color-foreground));box-shadow:none}.newsletter-form__field-wrapper .field__input{width:100%;height:100%;padding:0 6rem 0 2rem!important;border:0!important;background:transparent!important;font-size:1.45rem!important;color:rgb(var(--color-foreground))!important;outline:0!important;box-shadow:none!important}.newsletter-form__field-wrapper .field__input::placeholder,.footer-block__newsletter .field__input::placeholder,.newsletter__wrapper .field__input::placeholder{opacity:0!important}.newsletter-form__field-wrapper .field__label{position:absolute;top:50%;left:2rem;transform:translateY(-50%);font-size:1.4rem;font-weight:400;color:rgba(var(--color-foreground),.5);pointer-events:none;background:transparent;padding:0;margin:0;transition:opacity .18s ease}.newsletter-form__field-wrapper .field__input:focus~.field__label,.newsletter-form__field-wrapper .field__input:not(:placeholder-shown)~.field__label{opacity:0}.newsletter-form__button.field__button{position:absolute;top:50%;right:.5rem;transform:translateY(-50%);width:4.2rem;height:4.2rem;padding:0;border-radius:50%;background:rgb(var(--color-foreground));color:rgb(var(--color-background));border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,background-color .2s ease}.newsletter-form__button.field__button:hover{transform:translateY(-50%) translate(2px)}.newsletter-form__button .svg-wrapper{width:1.6rem;height:1.6rem;display:inline-flex;align-items:center;justify-content:center}.newsletter-form__button .svg-wrapper svg{width:100%;height:100%}.newsletter-form__message{margin-top:.8rem;font-size:1.25rem;color:rgba(var(--color-foreground),.7);display:inline-flex;align-items:center;gap:.5rem}.newsletter-form__message--success{color:rgb(var(--color-foreground));font-weight:400}.footer__list-social{display:flex;flex-wrap:wrap;gap:.6rem;margin:.8rem 0 0;padding:0;list-style:none}.footer__list-social .list-social__item{margin:0;padding:0;list-style:none}.footer__list-social .list-social__link{width:4rem;height:4rem;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(var(--color-foreground),.16);background:transparent;color:rgb(var(--color-foreground));transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.footer__list-social .list-social__link:hover{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground));transform:translateY(-1px)}.footer__list-social .list-social__link svg,.footer__list-social .list-social__link .icon{width:1.6rem;height:1.6rem}.footer-block__brand-info .footer__list-social{display:none}.footer__content-bottom{border-top:1px solid rgba(var(--color-foreground),.08);margin-top:0}.footer__content-bottom-wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.6rem;padding-top:1.8rem;padding-bottom:1.8rem}.footer__content-bottom-wrapper--center{justify-content:center}.footer__column{margin:0}.footer__column--info{display:flex;align-items:center;gap:1.6rem;margin-left:auto}.footer__localization{display:flex;flex-wrap:wrap;gap:1rem}.footer__localization .caption-large,.footer__localization h2.caption-large{display:none}.footer__localization .localization-form__select,.footer__localization .disclosure__button{border:1px solid rgba(var(--color-foreground),.16);border-radius:999px;padding:.6rem 1.4rem;font-size:1.2rem;background:transparent;color:rgb(var(--color-foreground));cursor:pointer;transition:background-color .2s ease}.footer__localization .disclosure__button:hover{background:rgba(var(--color-foreground),.05)}.footer__payment{margin:0}.footer__payment .list-payment{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin:0;padding:0}.footer__payment .list-payment__item{margin:0;list-style:none;display:inline-flex;align-items:center;height:2.6rem;padding:0 .5rem;border-radius:.4rem;background:rgba(var(--color-foreground),.04)}.footer__payment .list-payment__item .icon{width:3.2rem;height:2rem;display:block}.footer__legal-row{border-top:1px solid rgba(var(--color-foreground),.08);padding-top:1.6rem!important;padding-bottom:0!important}.footer__legal-menu{display:flex;flex-wrap:wrap;gap:0 1.4rem;margin:0;padding:0;list-style:none;width:100%;justify-content:center}@media screen and (min-width:750px){.footer__legal-menu{justify-content:flex-start;gap:0 2rem}}.footer__legal-item{display:inline-flex;align-items:center;margin:0;padding:0;list-style:none;position:relative}.footer__legal-item:not(:last-child):after{content:"\b7";margin-left:1.4rem;color:rgba(var(--color-foreground),.35)}@media screen and (min-width:750px){.footer__legal-item:not(:last-child):after{margin-left:2rem}}.footer__legal-link{font-size:1.2rem;font-weight:400;letter-spacing:.02em;color:rgba(var(--color-foreground),.62);text-decoration:none;white-space:nowrap;padding:.3rem 0;transition:color .18s ease}.footer__legal-link:hover{color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:.25rem}@media screen and (max-width:599px){.footer__legal-link{white-space:normal;font-size:1.15rem}}.footer__copyright{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .8rem;font-size:1.15rem;font-weight:400;letter-spacing:.02em;color:rgba(var(--color-foreground),.55);margin:0}.footer__copyright .copyright__content{font-size:inherit;color:inherit}.footer__copyright a{color:inherit;text-decoration:none;transition:color .18s ease}.footer__copyright a:hover{color:rgb(var(--color-foreground));text-decoration:underline;text-underline-offset:.2rem}.footer__copyright .copyright__content a[href*="shopify.com"]{display:none}.footer__copyright .policies{display:inline-flex;flex-wrap:wrap;gap:0;margin:0;padding:0;list-style:none}.footer__copyright .policies li{display:inline-flex;align-items:center;margin:0}.footer__copyright .policies li:not(:last-child):after{content:"\b7";margin:0 .7rem;color:rgba(var(--color-foreground),.35)}@media screen and (max-width:749px){.footer__content-bottom-wrapper{flex-direction:column;align-items:flex-start;gap:1.2rem;padding-top:1.4rem;padding-bottom:1.4rem}.footer__content-bottom-wrapper--center{align-items:center}.footer__copyright{width:100%;justify-content:flex-start}.footer__column--info{width:100%;margin-left:0;justify-content:flex-start}.footer-block__heading{margin-bottom:1rem}}@media screen and (max-width:599px){.footer-block__heading{white-space:normal}}@media(prefers-reduced-motion:reduce){.footer-block__details-content .list-menu__item--link,.footer-block__details-content a.link,.footer__list-social .list-social__link,.newsletter-form__button.field__button{transition:none!important;transform:none!important}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/gofar-footer-extras.css.map */
