/* Batch 34: one footer style for homepage and every page */
footer {
  background: #17100c !important;
  color: rgba(255,255,255,.78) !important;
  text-align: center !important;
  padding: 2rem 1rem !important;
  font-family: "DM Sans", Arial, sans-serif !important;
  font-size: .78rem !important;
  line-height: 1.65 !important;
  border: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
footer p {
  max-width: 1100px !important;
  margin: .35rem auto !important;
  color: rgba(255,255,255,.78) !important;
}
footer a {
  color: #fff7d6 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}
footer a:hover {
  color: #ffffff !important;
}
footer .footer-links,
footer .pp-footer-extra,
footer .pp-footer-shopping {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: .65rem !important;
  max-width: 1100px !important;
  margin: .55rem auto !important;
}
footer strong {
  color: #fff7d6 !important;
}
@media (max-width: 640px) {
  footer {
    padding: 1.65rem .85rem !important;
    font-size: .72rem !important;
  }
  footer .footer-links,
  footer .pp-footer-extra,
  footer .pp-footer-shopping {
    gap: .5rem .65rem !important;
  }
}