/** Shopify CDN: Minification failed

Line 175:0 Expected "}" to go with "{"

**/
/* BB Footer (white version, fixed layout) */
.bb-footer {
  background: #ffffff !important;
  padding: 4rem 2rem;
  font-family: 'GT America', sans-serif;
  color: #000000;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.bb-footer__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; /* Logo | Menu | Social */
  gap: 4rem;
  align-items: start;
}

/* Logo */
.bb-footer__logo {
  grid-column: 1;
  margin-bottom: 1rem;
}

.bb-footer__logo img {
  max-height: 120px;
  width: auto;
}

/* Menu */
.bb-footer__menu {
  grid-column: 2;
}

.bb-footer__menu a {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  color: #000000;
  font-family: 'GT America Bold', sans-serif !important;
  font-weight: 700 !important;
}

.bb-footer__menu li + li {
  margin-top: 0.4rem;
}

.bb-footer__menu a:hover {
  opacity: 0.7;
}

/* Newsletter */
.bb-footer__newsletter {
  grid-column: 2;
  margin-top: 2rem;
}

.bb-footer__newsletter input {
  border: none;
  border-bottom: 1px solid #000;
  padding: 0.6rem 0;
  width: 100%;
  font-size: 0.875rem;
  background: transparent;
}

.bb-footer__newsletter button {
  margin-top: 0.8rem;
  background: transparent;
  border: 1px solid #000;
  padding: 0.5rem 1.2rem;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.bb-footer__newsletter button:hover {
  background: #000;
  color: #fff;
}

.bb-footer__newsletter .thank-you {
  margin-top: 1rem;
  font-size: 0.75rem;
}

/* Social Media */
.bb-footer__social {
  grid-column: 3;
  text-align: right;
}

.bb-footer__follow-label {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  display: block;
  color: #000;
}

.bb-footer__social-icons {
  display: flex;
  gap: 1.5rem;
  justify-content: flex-end;
}

.bb-footer__social-icons img {
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.bb-footer__social-icons a:hover img {
  opacity: 0.6;
  transform: scale(1.1);
}

/* Copyright */
.bb-footer__copyright {
  grid-column: 3;
  text-align: right;
  font-weight: 700;
  color: #000;
  font-size: 0.875rem;
  padding-top: 1.5rem;
  margin-top: 2rem;
  border-top: none;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .bb-footer {
    padding: 3rem 1.5rem;
  }

  .bb-footer__inner {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .bb-footer__logo,
  .bb-footer__menu,
  .bb-footer__newsletter,
  .bb-footer__social,
  .bb-footer__copyright {
    grid-column: 1;
    text-align: left;
  }

  .bb-footer__logo {
    margin-bottom: 2rem;
  }

  .bb-footer__logo img {
    max-height: 80px;
  }

  .bb-footer__social-icons {
    justify-content: flex-start;
  }
 .footer, footer {
  border-top: none !important;
  box-shadow: none !important;
}
