.custom-footer{--footer-bg: #000000;--footer-text: #ffffff;--footer-heading: #ffffff;--footer-accent: #AD7E50;--footer-button: #2e538a;--footer-arrow: #9e2035}.custom-footer{padding:var(--spacing-section-y) var(--spacing-section-x);padding-bottom:1.5rem;background-color:var(--footer-bg);color:var(--footer-text)}.custom-footer__container{width:100%;max-width:80rem;margin:0 auto}.custom-footer__top{margin-bottom:clamp(3rem,4vw,4rem);display:flex;flex-direction:column;align-items:center;gap:clamp(2rem,6vw,3rem)}.custom-footer__logo-link{text-decoration:none;width:clamp(14.25rem,21vw,19.1875rem);display:block}.custom-footer__logo{width:100%;height:auto;object-fit:contain}.custom-footer__logo-text{font-family:var(--font-family-heading);font-size:clamp(1.5rem,3vw,2.5rem);font-weight:var(--font-weight-bold);text-align:center;color:var(--footer-heading)}.custom-footer__slogan{font-family:var(--font-family-heading);font-size:clamp(1.25rem,4.5vw,5.25rem);font-weight:var(--font-weight-regular);line-height:var(--line-height-tight);text-align:center;letter-spacing:var(--letter-spacing-heading);width:max-content;max-width:100%;background:linear-gradient(180deg,var(--footer-accent) -.25%,rgba(0,0,0,.72) 85.61%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.custom-footer__middle{display:flex;flex-direction:column;align-items:flex-start;gap:3rem}.custom-footer__nav-group{width:100%;display:flex;flex-direction:column;gap:2rem}.custom-footer__nav,.custom-footer__contact{flex:1}.custom-footer__nav-heading{font-family:var(--font-family-body);font-size:.875rem;font-weight:var(--font-weight-bold);line-height:var(--line-height-normal);text-transform:uppercase;letter-spacing:var(--letter-spacing-heading);margin:0 0 1rem;color:var(--footer-heading)}.custom-footer__nav-list,.custom-footer__contact-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.custom-footer__nav-item{margin-bottom:1rem;display:flex}.custom-footer__nav-item:last-child{margin-bottom:0}.custom-footer__nav-link{font-family:var(--font-family-body);font-size:var(--font-size-body);font-weight:var(--font-weight-regular);line-height:var(--line-height-normal);text-decoration:none;color:var(--footer-text);transition:color var(--transition-base)}.custom-footer__nav-link:hover,.custom-footer__nav-link--active{color:var(--footer-accent)}.custom-footer__contact-item{margin-bottom:.75rem;display:flex;align-items:flex-start;gap:.8125rem}.custom-footer__contact-item:last-child{margin-bottom:0}.custom-footer__contact-icon{width:1.25rem;height:1.25rem;color:var(--footer-text);display:flex;justify-content:center;align-items:center;flex-shrink:0}.custom-footer__contact-icon svg{width:100%;height:100%}.custom-footer__contact-link,.custom-footer__contact-text{font-family:var(--font-family-body);font-size:var(--font-size-body);font-weight:var(--font-weight-regular);line-height:var(--line-height-normal);text-decoration:none;color:var(--footer-text);transition:color var(--transition-base)}.custom-footer__contact-link:hover{color:var(--footer-accent)}.custom-footer__subscribe-group{width:100%;max-width:32.5rem;display:flex;flex-direction:column;gap:1rem;align-self:center}.custom-footer__newsletter,.custom-footer__form{width:100%}.custom-footer__form-wrapper{width:100%;display:flex}.custom-footer__input{font-family:var(--font-family-body);font-size:var(--font-size-body);font-weight:var(--font-weight-regular);line-height:var(--line-height-normal);min-width:0;padding:1rem;background-color:#e7e7e8;color:rgb(var(--color-custom-dark));border:none;outline:none;flex:1}.custom-footer__input::placeholder{color:rgb(var(--color-custom-paragraph))}.custom-footer__input:focus{outline:2px solid var(--footer-accent);outline-offset:-2px}.custom-footer__submit{font-family:var(--font-family-body);font-size:var(--font-size-body);font-weight:var(--font-weight-bold);line-height:1;min-width:fit-content;padding:1rem 1.5rem;background-color:var(--footer-button);cursor:pointer;color:var(--footer-text);border:none;transition:background-color var(--transition-base)}.custom-footer__submit:hover{background-color:var(--footer-button);filter:brightness(1.15)}.custom-footer__submit:focus-visible{outline:2px solid var(--footer-accent);outline-offset:2px}.custom-footer__form-message{font-family:var(--font-family-body);font-size:.875rem;margin:.5rem 0 0}.custom-footer__form-message--error{color:#ff6b6b}.custom-footer__form-message--success{color:#51cf66}.custom-footer__socials{list-style:none;margin:0;padding:0;display:flex;justify-content:center;gap:.5rem}.custom-footer__social-item{display:flex}.custom-footer__social-link{text-decoration:none;width:2.5rem;height:2.5rem;padding:.625rem;background-color:transparent;color:var(--footer-text);border:1px solid rgb(var(--color-custom-primary));border-radius:50%;display:flex;justify-content:center;align-items:center;transition:background-color var(--transition-base),border-color var(--transition-base)}.custom-footer__social-link:hover{background-color:rgb(var(--color-custom-primary));border-color:rgb(var(--color-custom-primary))}.custom-footer__social-link:focus-visible{outline:2px solid var(--footer-accent);outline-offset:2px}.custom-footer__social-link svg{width:1rem;height:1rem}.custom-footer__bottom{margin-top:3rem;padding-top:1rem;display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative}.custom-footer__bottom:before{content:"";width:100%;height:1px;background:#464646;position:absolute;top:0;left:0}.custom-footer__return-top{font-family:var(--font-family-body);font-size:var(--font-size-body);font-weight:var(--font-weight-regular);line-height:var(--line-height-normal);text-decoration:none;color:#e7e7e8;display:flex;align-items:center;gap:.25rem;transition:color var(--transition-base)}.custom-footer__return-top:hover{color:var(--footer-accent)}.custom-footer__return-top svg{width:1.25rem;height:1.25rem;color:var(--footer-arrow)}.custom-footer__legal{text-align:center;display:flex;flex-direction:column;align-items:baseline;gap:.75rem}.custom-footer__policies{list-style:none;margin:0;padding:0;display:flex;justify-content:center;flex-wrap:wrap;gap:.5rem 1rem}.custom-footer__policy-link{font-family:var(--font-family-body);font-size:.875rem;font-weight:var(--font-weight-regular);line-height:var(--line-height-normal);text-decoration:none;color:var(--footer-text);transition:color var(--transition-base)}.custom-footer__policy-link:hover{color:var(--footer-accent)}.custom-footer__copyright{font-family:var(--font-family-body);font-size:var(--font-size-body);font-weight:var(--font-weight-regular);line-height:var(--line-height-normal);margin:0;color:#e7e7e8}.custom-footer__copyright-link{text-decoration:none;color:inherit;transition:color var(--transition-base)}.custom-footer__copyright-link:hover{color:var(--footer-accent)}@media screen and (min-width:750px){.custom-footer__nav-group{flex-direction:row;justify-content:flex-start}.custom-footer__contact{padding-left:1.5rem}.custom-footer__subscribe-group{max-width:none}.custom-footer__bottom{flex-direction:row;justify-content:space-between}.custom-footer__return-top{order:1}.custom-footer__legal{text-align:left;flex-direction:row;gap:1.5rem}}@media screen and (min-width:990px){.custom-footer__middle{flex-direction:row;gap:4rem}.custom-footer__nav-group{flex:2}.custom-footer__subscribe-group{align-items:flex-start;flex:1;align-self:flex-start}.custom-footer__socials{justify-content:flex-start}}@media(prefers-reduced-motion:reduce){.custom-footer__nav-link,.custom-footer__contact-link,.custom-footer__social-link,.custom-footer__return-top,.custom-footer__policy-link,.custom-footer__copyright-link,.custom-footer__submit{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/section-custom-footer.css.map */
