.custom-footer{width:100%;background:var(--footer-bg);color:var(--footer-text);padding-top:var(--footer-padding-top);padding-bottom:var(--footer-padding-bottom);font-family:inherit}.custom-footer__container{width:min(calc(100% - 80px),1500px);margin:0 auto}.custom-footer__brand{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding-bottom:65px;border-bottom:1px solid var(--footer-border)}.custom-footer__logo-link{display:inline-block;line-height:0;text-decoration:none}.custom-footer__logo{display:block;width:var(--footer-logo-width);max-width:100%;height:auto}.custom-footer__brand-name{display:inline-block;color:var(--footer-text);font-size:32px;line-height:1;font-weight:400;letter-spacing:.08em;text-transform:uppercase;text-decoration:none}.custom-footer__tagline{max-width:500px;margin:20px 0 0;font-size:12px;line-height:1.7;font-weight:400;letter-spacing:.12em;text-transform:uppercase;color:var(--footer-muted)}.custom-footer__navigation{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--footer-column-gap);padding:65px 0;border-bottom:1px solid var(--footer-border)}.custom-footer__column{min-width:0}.custom-footer__column-heading{margin:0 0 25px;font-size:var(--footer-heading-size);line-height:1.4;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--footer-text)}.custom-footer__menu{list-style:none;margin:0;padding:0}.custom-footer__menu-item{margin:0 0 12px;padding:0}.custom-footer__link{position:relative;display:inline-block;color:var(--footer-muted);font-size:var(--footer-link-size);line-height:1.6;font-weight:400;text-decoration:none;transition:color .3s ease,transform .3s ease}.custom-footer__link:after{content:"";position:absolute;left:0;bottom:-3px;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right center;transition:transform .4s cubic-bezier(.16,1,.3,1)}.custom-footer__link:hover{color:var(--footer-text);transform:translate(3px)}.custom-footer__link:hover:after{transform:scaleX(1);transform-origin:left center}.custom-footer__socials{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.custom-footer__social-link{position:relative;display:inline-block;color:var(--footer-muted);font-size:var(--footer-link-size);line-height:1.6;font-weight:400;text-decoration:none;transition:color .3s ease,transform .3s ease}.custom-footer__social-link:after{content:"";position:absolute;left:0;bottom:-3px;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right center;transition:transform .4s cubic-bezier(.16,1,.3,1)}.custom-footer__social-link:hover{color:var(--footer-text);transform:translate(3px)}.custom-footer__social-link:hover:after{transform:scaleX(1);transform-origin:left center}.custom-footer__payments{padding:45px 0;border-bottom:1px solid var(--footer-border)}.custom-footer__payments-header{margin-bottom:30px;text-align:center}.custom-footer__payments-title{margin:0;font-size:var(--footer-heading-size);line-height:1.4;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--footer-text)}.custom-footer__payments-description{max-width:550px;margin:9px auto 0;font-size:11px;line-height:1.6;color:var(--footer-muted)}.custom-footer__payment-grid{display:grid;grid-template-columns:repeat(var(--payment-columns-desktop),minmax(0,1fr));gap:var(--payment-gap);justify-items:center;justify-content:var(--payment-alignment);width:min(100%,900px);margin:0 auto}.custom-footer__payment-item{display:flex;align-items:center;justify-content:center;width:min(var(--payment-box-width),100%);height:var(--payment-box-height);border:var(--payment-border-width) solid var(--payment-border);border-radius:var(--payment-radius);background:var(--payment-bg);overflow:hidden;transition:transform .3s cubic-bezier(.16,1,.3,1),border-color .3s ease,box-shadow .3s ease}.custom-footer__payment-item:hover{transform:translateY(-3px);border-color:var(--footer-text);box-shadow:0 7px 22px #0000000f}.custom-footer__payment-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:var(--payment-padding-y) var(--payment-padding-x);color:inherit;text-decoration:none}.custom-footer__payment-image{display:block;width:min(var(--payment-logo-width),100%);max-width:100%;height:auto;max-height:calc(var(--payment-box-height) - (var(--payment-padding-y) * 2));object-fit:contain;transition:transform .3s ease}.custom-footer__payment-item:hover .custom-footer__payment-image{transform:scale(1.04)}.custom-footer__payment-placeholder{display:block;max-width:100%;font-size:9px;line-height:1.3;font-weight:500;letter-spacing:.08em;text-transform:uppercase;text-align:center;color:var(--footer-muted)}.custom-footer__payment-item--desktop-only{display:flex}.custom-footer__payment-item--mobile-only{display:none}.custom-footer__bottom{display:flex;align-items:center;justify-content:space-between;gap:30px;padding-top:28px}.custom-footer__copyright{font-size:11px;line-height:1.5;font-weight:400;color:var(--footer-muted)}.custom-footer__policies{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:20px}.custom-footer__policies a{position:relative;display:inline-block;color:var(--footer-muted);font-size:11px;line-height:1.5;text-decoration:none;transition:color .3s ease}.custom-footer__policies a:after{content:"";position:absolute;left:0;bottom:-3px;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right center;transition:transform .4s cubic-bezier(.16,1,.3,1)}.custom-footer__policies a:hover{color:var(--footer-text)}.custom-footer__policies a:hover:after{transform:scaleX(1);transform-origin:left center}@media screen and (max-width:1100px){.custom-footer__container{width:calc(100% - 60px)}.custom-footer__navigation{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:50px}.custom-footer__payment-grid{grid-template-columns:repeat(var(--payment-columns-tablet),minmax(0,1fr));width:min(100%,720px)}}@media screen and (max-width:749px){.custom-footer__container{width:calc(100% - 36px)}.custom-footer__brand{padding-bottom:45px}.custom-footer__brand-name{font-size:25px}.custom-footer__tagline{max-width:330px;margin-top:16px;font-size:10px;letter-spacing:.1em}.custom-footer__navigation{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px 25px;padding:45px 0}.custom-footer__column-heading{margin-bottom:18px;font-size:10px;letter-spacing:.17em}.custom-footer__menu-item{margin-bottom:9px}.custom-footer__link,.custom-footer__social-link{font-size:12px}.custom-footer__socials{gap:9px}.custom-footer__payments{padding:32px 0}.custom-footer__payments-header{margin-bottom:24px}.custom-footer__payments-title{font-size:10px}.custom-footer__payments-description{max-width:330px;font-size:10px}.custom-footer__payment-grid{grid-template-columns:repeat(var(--payment-columns-mobile),minmax(0,1fr));gap:var(--payment-gap);width:100%}.custom-footer__payment-item{width:min(var(--payment-box-width),100%)}.custom-footer__payment-item--desktop-only{display:none}.custom-footer__payment-item--mobile-only{display:flex}.custom-footer__bottom{flex-direction:column;align-items:center;justify-content:center;gap:18px;padding-top:25px;text-align:center}.custom-footer__copyright{font-size:10px}.custom-footer__policies{justify-content:center;gap:10px 18px}.custom-footer__policies a{font-size:10px}}@media screen and (max-width:420px){.custom-footer__container{width:calc(100% - 28px)}.custom-footer__navigation{gap:35px 18px}.custom-footer__payment-grid{gap:5px}}.custom-footer a:focus-visible{outline:1px solid var(--footer-text);outline-offset:4px}@media(prefers-reduced-motion:reduce){.custom-footer__link,.custom-footer__social-link,.custom-footer__payment-item,.custom-footer__payment-image,.custom-footer__policies a,.custom-footer__link:after,.custom-footer__social-link:after,.custom-footer__policies a:after{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/custom-footer.css.map */
