.custom-footer{width:100%;background-color:var(--footer-bg-color);color:var(--footer-link-color)}.custom-footer__main{padding:var(--footer-padding-top-desktop) var(--footer-padding-right-desktop) var(--footer-padding-bottom-desktop) var(--footer-padding-left-desktop)}.custom-footer__container{max-width:1400px;margin:0 auto}.custom-footer__columns{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1.2fr;gap:var(--footer-column-gap-desktop);align-items:start}.custom-footer__column{display:flex;flex-direction:column;gap:var(--footer-logo-description-gap-desktop)}.custom-footer__logo{width:var(--logo-width-desktop);height:var(--logo-height-desktop);display:flex;align-items:center}.custom-footer__logo img{width:100%;height:100%;object-fit:contain;object-position:left center;display:block}.custom-footer__description{font-family:var(--inter-font);font-weight:500;font-size:13px;line-height:20px;letter-spacing:.0002em;color:var(--footer-logo-description-color);margin:0}.custom-footer__heading{font-family:var(--inter-font);font-weight:700;font-size:18px;line-height:22.14px;letter-spacing:0;color:var(--footer-heading-color);text-transform:capitalize;margin:0;display:flex;align-items:center;justify-content:space-between}.custom-footer__chevron{display:none;stroke:var(--footer-heading-color);transition:transform .3s ease}.custom-footer__menu{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.custom-footer__link{font-family:var(--inter-font);font-weight:400;font-size:18px;line-height:25px;letter-spacing:.016em;color:var(--footer-link-color);text-decoration:none;transition:opacity .2s ease;display:block}.custom-footer__link:hover{opacity:.7}.custom-footer__social{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.custom-footer__social-link{display:flex;align-items:center;gap:10px;color:var(--footer-link-color);text-decoration:none;transition:opacity .2s ease;font-family:var(--inter-font);font-weight:400;font-size:18px;line-height:25px;letter-spacing:.016em}.custom-footer__social-link:hover{opacity:.7}.custom-footer__social-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px}.custom-footer__social-icon img{width:100%;height:100%;object-fit:contain;display:block}.custom-footer__social-name{flex:1}.custom-footer__column--badges{justify-content:flex-start;align-items:flex-end}.custom-footer__badges-wrapper{display:flex;flex-direction:row;gap:var(--badge-gap-desktop);align-items:center}.custom-footer__badge{width:var(--badge-width-desktop);height:var(--badge-height-desktop);display:flex;align-items:center;justify-content:center}.custom-footer__badge img{width:100%;height:100%;object-fit:contain;display:block}.custom-footer__bottom{margin-top:var(--footer-section-gap-desktop);padding:var(--footer-bottom-padding-top-desktop) var(--footer-padding-right-desktop) var(--footer-bottom-padding-bottom-desktop) var(--footer-padding-left-desktop)}.custom-footer__bottom-content{display:flex;align-items:center;justify-content:center;gap:16px;position:relative;max-width:1400px;margin:0 auto}.custom-footer__copyright{display:flex;align-items:center;gap:16px;font-family:var(--inter-font);font-weight:500;font-size:13px;line-height:20px;letter-spacing:.0002em;color:var(--footer-copyright-color)}.custom-footer__copyright-line,.custom-footer__powered-line{color:var(--footer-copyright-color)}.custom-footer__copyright-mobile,.custom-footer__powered-mobile{display:none}.custom-footer__payment{position:absolute;right:0;display:flex;align-items:center}.custom-footer__payment-image{max-width:var(--payment-width-desktop);height:auto;display:block}@media screen and (max-width:989px){.custom-footer__columns{grid-template-columns:repeat(3,1fr);gap:30px}.custom-footer__column--badges{grid-column:span 3;justify-content:center;align-items:center}}@media screen and (min-width:750px)and (max-width:1024px){.custom-footer__bottom-content{flex-direction:column;align-items:center;text-align:center}.custom-footer__payment{position:static;order:1}.custom-footer__copyright{order:2}}@media screen and (max-width:749px){.custom-footer__main{padding:var(--footer-padding-top-mobile) var(--footer-padding-right-mobile) 0 var(--footer-padding-left-mobile)}.custom-footer__columns{display:block}.custom-footer__column{gap:var(--footer-logo-description-gap-mobile)}.custom-footer__column--brand{padding-bottom:var(--footer-description-accordion-gap)}.custom-footer__column--menu,.custom-footer__column--social{padding:var(--footer-accordion-padding-top) 0 var(--footer-accordion-padding-bottom) 0;border-bottom:1px solid rgba(255,255,255,.2);gap:0}.custom-footer__menu,.custom-footer__social{padding-top:14px}.custom-footer__column--badges{padding-top:var(--footer-accordion-bottom-gap);padding-bottom:var(--footer-padding-bottom-mobile);align-items:flex-start}.custom-footer__logo{width:var(--logo-width-mobile);height:var(--logo-height-mobile)}.custom-footer__description{font-size:13px;line-height:20px;letter-spacing:.0002em}.custom-footer__heading{font-size:18px;line-height:22.14px;letter-spacing:0}.custom-footer__badge{width:var(--badge-width-mobile);height:var(--badge-height-mobile)}.custom-footer__badges-wrapper{display:flex;flex-direction:row;gap:var(--badge-gap-mobile);align-items:center}.custom-footer__column--menu .custom-footer__chevron,.custom-footer__column--social .custom-footer__chevron{display:block}.custom-footer__column--menu.is-active .custom-footer__chevron,.custom-footer__column--social.is-active .custom-footer__chevron{transform:rotate(180deg)}.custom-footer__bottom{margin-top:0;padding:var(--footer-bottom-padding-top-mobile) var(--footer-padding-right-mobile) var(--footer-bottom-padding-bottom-mobile) var(--footer-padding-left-mobile);border-top:none}.custom-footer__bottom-content{flex-direction:column;gap:16px}.custom-footer__copyright{flex-direction:column;gap:8px;order:2;font-size:13.12px;line-height:18.02px;letter-spacing:0;text-align:center}.custom-footer__copyright-desktop,.custom-footer__powered-desktop{display:none}.custom-footer__copyright-mobile,.custom-footer__powered-mobile{display:block}.custom-footer__payment{position:static;order:1}.custom-footer__payment-image{max-width:var(--payment-width-mobile)}}@media(min-width:990px)and (max-width:1200px){.custom-footer__badges-wrapper{display:flex;flex-direction:column;gap:var(--badge-gap-desktop);align-items:center}}@media(min-width:750px)and (max-width:950px){.custom-footer__bottom{margin-top:0!important}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/custom-footer.css.map */
