/** Shopify CDN: Minification failed

Line 391:1 Expected "}" to go with "{"

**/
/* ══════════════════════════════════════════════════
   OPTIMALAMINO FOOTER — CSS
   Version: v3 — #1b88ce (AO logo blue)
   
   For Dawn 2.0: Paste into Assets → optimalamino-footer.css
   For Debut 1.0: Paste at the bottom of Assets → theme.scss.liquid or theme.css
══════════════════════════════════════════════════ */

.oa-footer {
  background: #1b88ce;
  position: relative;
  margin-top: 0;
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* Top accent line */
.oa-footer::before {
  content: '';
  display: block;
  height: 3px;
  background: linear-gradient(90deg, #5ea3e8, #a8d4ff, #5ea3e8);
}

.oa-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}


/* ─────────────────────────────────────
   TOP SECTION: Brand + Newsletter
───────────────────────────────────── */
.oa-footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  padding: 48px 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.oa-footer__brand {
  max-width: 380px;
}

.oa-footer__logo {
  display: inline-flex;
  align-items: baseline;
  text-decoration: none;
  margin-bottom: 10px;
}

.oa-footer__logo-text {
  font-family: 'Instrument Serif', Georgia, 'Times New Roman', serif;
  font-size: 26px;
  color: #ffffff;
  letter-spacing: -0.01em;
}

.oa-footer__logo-reg {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 2px;
  vertical-align: super;
}

.oa-footer__tagline {
  font-family: 'Instrument Serif', Georgia, 'Times New Roman', serif;
  font-size: 16px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 12px;
}

.oa-footer__desc {
  font-size: 13.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.6);
}


/* ── Newsletter ── */
.oa-footer__newsletter {
  max-width: 380px;
  flex-shrink: 0;
}

.oa-footer__newsletter-label {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 6px;
}

.oa-footer__newsletter-desc {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 16px;
  line-height: 1.55;
}

.oa-footer__newsletter-form {
  display: flex;
  gap: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.1);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.oa-footer__newsletter-form:focus-within {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.14);
}

.oa-footer__newsletter-input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 12px 16px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: #ffffff;
  outline: none;
  min-width: 0;
}

.oa-footer__newsletter-input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.oa-footer__newsletter-btn {
  padding: 12px 24px;
  background: #ffffff;
  color: #1b88ce;
  border: none;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}

.oa-footer__newsletter-btn:hover {
  background: #e8f4fc;
  color: #1574b3;
}

.oa-footer__newsletter-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.oa-footer__newsletter-msg {
  font-size: 13px;
  margin-top: 8px;
  min-height: 18px;
}


/* ─────────────────────────────────────
   NAV COLUMNS
───────────────────────────────────── */
.oa-footer__nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  padding: 36px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.oa-footer__col-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 18px;
}

.oa-footer__col-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.oa-footer__col-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.oa-footer__col-list a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline-block;
}

.oa-footer__col-list a:hover {
  color: #ffffff;
}


/* ── HSA/FSA Badge ── */
a.oa-footer__hsa-tag,
.oa-footer__hsa-tag {
  display: inline-block;
  margin-top: 16px;
  padding: 5px 12px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: background 0.2s ease;
}

a.oa-footer__hsa-tag:hover {
  background: rgba(255, 255, 255, 0.25);
}


/* ── NSF Badge ── */
.oa-footer__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.02em;
}

.oa-footer__badge svg {
  width: 18px;
  height: 18px;
  stroke: #ffffff;
  fill: none;
  flex-shrink: 0;
}


/* ─────────────────────────────────────
   FDA DISCLAIMER
───────────────────────────────────── */
.oa-footer__fda {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.oa-footer__fda p {
  font-size: 11.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.4);
  max-width: 860px;
  margin: 0;
}


/* ─────────────────────────────────────
   BOTTOM BAR
───────────────────────────────────── */
.oa-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 24px;
  gap: 24px;
  flex-wrap: wrap;
}

.oa-footer__legal {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.oa-footer__legal a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s ease;
}

.oa-footer__legal a:hover {
  color: #ffffff;
}

.oa-footer__legal-sep {
  color: rgba(255, 255, 255, 0.25);
  user-select: none;
}


/* ── Social Icons ── */
.oa-footer__social {
  display: flex;
  gap: 12px;
}

.oa-footer__social-link {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease;
  text-decoration: none;
}

.oa-footer__social-link:hover {
  background: rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.3);
}

.oa-footer__social-link svg {
  width: 17px;
  height: 17px;
  fill: rgba(255, 255, 255, 0.7);
  stroke: rgba(255, 255, 255, 0.7);
  transition: fill 0.2s ease, stroke 0.2s ease;
}

.oa-footer__social-link:hover svg {
  fill: #ffffff;
  stroke: #ffffff;
}


/* ─────────────────────────────────────
   RESPONSIVE
───────────────────────────────────── */
@media (max-width: 900px) {
  .oa-footer__top {
    flex-direction: column;
    gap: 32px;
  }
  .oa-footer__brand,
  .oa-footer__newsletter {
    max-width: 100%;
  }
  .oa-footer__nav {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 540px) {
  .oa-footer__nav {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .oa-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .oa-footer__newsletter-form {
    flex-direction: column;
  }
  .oa-footer__newsletter-btn {
    border-radius: 0;
  }
.oa-footer__newsletter-desc {
  margin-bottom: -20px !important;
}