.footer-commerce {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 0;
  width: 100%;
  max-width: 1420px;
  margin: 0 auto 18px;
  overflow: hidden;
  border: 1px solid #d8e2ee;
  border-radius: 17px;
  background: #fff;
}
.footer-commerce-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 102px;
  padding: 18px 22px;
}
.footer-commerce-group + .footer-commerce-group {
  border-left: 1px solid #e0e7f0;
}
.footer-commerce-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}
.footer-commerce-heading > span {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: #eaf1fb;
  color: #2a66eb;
}
.footer-commerce-heading p,
.footer-commerce-heading strong,
.footer-commerce-heading small {
  display: block;
  margin: 0;
}
.footer-commerce-heading strong {
  color: #29384d;
  font-size: var(--site-card-title, 15px);
  font-weight: 650;
  line-height: 1.35;
}
.footer-commerce-heading small {
  max-width: 260px;
  margin-top: 4px;
  color: #53647a;
  font-size: var(--site-card-copy, 14px);
  line-height: 1.45;
}
.footer-brand-logos {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}
.footer-brand-logos > span {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 72px;
  height: 42px;
  padding: 5px 11px;
  border: 1px solid #d5dfea;
  border-radius: 9px;
  background: #fff;
}
.footer-brand-logos img {
  display: block;
  max-width: 66px;
  max-height: 25px;
  object-fit: contain;
}
.footer-brand-logos .footer-bank-logo,
.footer-brand-logos .footer-pickup-logo {
  gap: 7px;
  min-width: auto;
  padding: 5px 12px;
  color: #425269;
}
.footer-bank-logo img {
  width: 20px;
  height: 20px;
}
.footer-pickup-logo svg {
  color: #2a66eb;
}
.footer-brand-logos b {
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.footer-delivery-logos > span:first-child {
  min-width: 94px;
}
.footer-bottom-right {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-bottom-right a {
  color: #64748b;
  text-decoration: none;
}
.footer-bottom-right a:hover {
  color: #2a66eb;
}
.footer-bottom-right b {
  color: #53647a;
  font-weight: 650;
}
.footer-legal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-legal i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #a7b2c0;
}
@media (max-width: 1050px) {
  .footer-commerce {
    grid-template-columns: 1fr;
  }
  .footer-commerce-group + .footer-commerce-group {
    border-top: 1px solid #e0e7f0;
    border-left: 0;
  }
}
@media (max-width: 768px) {
  .footer-commerce {
    width: calc(100% - 24px);
    margin: 0 12px 14px;
  }
  .footer-commerce-group {
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
    padding: 15px;
  }
  .footer-brand-logos {
    justify-content: flex-start;
  }
  .footer-bottom-right {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px 15px;
  }
  .footer-legal {
    gap: 6px;
  }
}
.footer-brand-logos img {
  max-width: 78px;
}
.footer-delivery-logos > span {
  min-width: 91px;
}
.footer-commerce-heading > span,
.footer-bank-logo img + *,
.footer-pickup-logo svg {
  color: var(--action-blue, #4b74b5) !important;
}
.footer-bottom-right a:hover {
  color: var(--action-blue, #4b74b5) !important;
}
.footer-commerce-heading > span,
.footer-bank-logo img + *,
.footer-pickup-logo svg,
.footer-bottom-right a:hover {
  color: #2864e8 !important;
}
