.site-footer .footer-grid{max-width:1200px;margin:0 auto}
.footer-brand p{max-width:260px;color:#3d3b38}
.footer-newsletter-form{display:grid;grid-template-columns:1fr 42px;align-items:end;border-bottom:1px solid var(--ink)}
.footer-newsletter-form input{border:0;background:transparent;padding:13px 0;font:inherit;min-width:0}
.footer-newsletter-form button{height:42px;border:0;background:transparent;font-size:22px;cursor:pointer}
.site-footer .footer-bottom{background:#fff;align-items:center}
.payment-icons{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:7px;list-style:none;padding:0;margin:0}
.payment-icons li{display:flex;align-items:center}
.payment-icons svg{display:block;width:38px;height:24px}
@media(max-width:749px){
  .site-footer .footer-grid{display:flex;flex-direction:column;gap:26px}
  .footer-brand,.site-footer .newsletter{width:100%}
  .site-footer .footer-bottom{display:flex;flex-direction:column-reverse;align-items:flex-start;gap:14px}
  .payment-icons{justify-content:flex-start}
}
