/** Shopify CDN: Minification failed

Line 16:10 Expected identifier but found whitespace
Line 16:12 Unexpected "{"
Line 16:21 Expected ":"
Line 16:48 Unexpected "60"
Line 16:52 Unexpected "{"
Line 16:61 Expected ":"
Line 16:90 Expected ":"

**/


/* CSS from section stylesheet tags */
.footer {
  padding: {{ section.settings.padding_top }}px 60 {{ section.settings.padding_bottom }}px;
  background-color: #000000;
  font-family: sans-serif;
  color: #FFFFFF;
}
.footer h3,
.footer h4,
.footer a,
.footer .newsletter h4 {
  color: #FFFFFF !important;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-col {
  flex: 1 1 200px;
  min-width: 200px;
}

.footer-col h3, .footer-col h4 {
  margin-bottom: 10px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 5px;
}

.newsletter {
  margin-top: 30px;
  text-align: center;
}

.newsletter input {
  padding: 8px;
  width: 200px;
  margin-right: 8px;
}

.newsletter button {
  padding: 8px 16px;
}

footer p.copyright {
  margin-top: 30px;
  font-size: 14px;
  color: #555;
  text-align: center;
}