/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 69:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.footer {
  background: #fff;
  padding: 40px 20px;
  border-top: 1px solid #eee;
}
.footer .footer-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .footer-column {
  flex: 1 1 250px;
  margin: 20px 0;
}
.footer h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.footer p, .footer a {
  color: #555;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
}
.footer .quick-links ul {
  list-style: none;
  padding: 0;
}
.footer .quick-links li {
  margin: 5px 0;
}
.footer .social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer .social-icons img {
  width: 30px;
}
.footer .copyright {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #eee;
  font-size: 13px;
  color: #888;
  margin-bottom: 2%;
}
@media (max-width: 768px) {
  .footer .footer-container {
    flex-direction: column;
    align-items: center;
  }
  .footer .footer-column {
    text-align: center;
  }
}
</style>