.store-footer{background:#132018;color:#fff;padding:55px max(24px,7vw) 22px}
.store-footer-grid{max-width:1250px;margin:auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:55px}
.store-footer-grid section{display:flex;flex-direction:column;align-items:flex-start;gap:11px}
.store-footer-brand{display:flex;align-items:center;gap:11px;font-size:19px}
.store-footer-brand b{width:38px;height:38px;border-radius:10px;background:var(--lime);color:#17221b;display:grid;place-items:center}
.store-footer p{color:#aebbb2;line-height:1.65;max-width:480px;margin:7px 0}
.store-footer h3{font-size:12px;letter-spacing:1px;text-transform:uppercase;color:var(--lime);margin:7px 0}
.store-footer section>a:not(.store-footer-brand){color:#d6ddd8;transition:.2s}
.store-footer section>a:not(.store-footer-brand):hover{color:var(--lime);transform:translateX(3px)}
.store-footer-bottom{max-width:1250px;margin:42px auto 0;padding-top:20px;border-top:1px solid #ffffff18;display:flex;justify-content:space-between;gap:18px;color:#829087;font-size:11px}
@media(max-width:900px){.store-footer-grid{grid-template-columns:1fr 1fr}.store-footer-grid section:first-child{grid-column:1/-1}}
@media(max-width:620px){.store-footer{padding:42px 22px 20px}.store-footer-grid{grid-template-columns:1fr;gap:28px}.store-footer-grid section:first-child{grid-column:auto}.store-footer-bottom{flex-direction:column;margin-top:32px}}
