/** Shopify CDN: Minification failed

Line 73:13 Expected "}" to go with "{"

**/
/* ------------------------------------------------------------
   WILD WEST FLAG — FOOTER
   File: assets/wwf-footer.css
   ------------------------------------------------------------ */

/* Footer wrapper */
.wwf-footer {
  background-color: #f2e8d0; /* parchment */
  border-top: 3px solid #c8942a;
  padding: 3rem 1.5rem;
  color: #1a2744;
  font-family: "Lato", sans-serif;
}

/* Footer grid layout */
.wwf-footer-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2.5rem;
}

/* Footer headings */
.wwf-footer h3 {
  font-family: "Cinzel", serif;
  font-size: 1.4rem;
  color: #1a2744;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
  font-weight: 700;
}

/* Footer links */
.wwf-footer a {
  display: block;
  color: #1a2744;
  text-decoration: none;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  transition: 0.2s ease;
}

.wwf-footer a:hover {
  color: #c8942a;
}

/* Footer text */
.wwf-footer p {
  font-family: "IM Fell English", serif;
  font-size: 1.1rem;
  line-height: 1.6;
  opacity: 0.95;
}

/* Social icons */
.wwf-footer-social {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.wwf-footer-social img,
.wwf-footer-social svg {
  width: 28px;
  height: 28px;
  fill: #1a2744;
  transition: