/** Shopify CDN: Minification failed

Line 19:10 Unexpected "{"
Line 19:19 Expected ":"
Line 20:14 Expected identifier but found whitespace
Line 20:16 Unexpected "{"
Line 20:25 Expected ":"
Line 20:51 Expected ":"
Line 21:17 Expected identifier but found whitespace
Line 21:19 Unexpected "{"
Line 21:28 Expected ":"
Line 21:57 Expected ":"
... and 10 more hidden warnings

**/


/* CSS from section stylesheet tags */
.section-{{ section.id }}-padding {
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
}
@media (max-width:749px) {
  .about-page .grid--2-col {
    grid-template-columns: 1fr;
  }
}
.about-page .about-content {
  padding-bottom: 2rem;
}
.section-{{ section.id }}-padding {
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
}
.fda‑disclosure__inner {
  text-align: center;
  margin-bottom: 1rem;
}
.fda‑disclosure__heading {
  font-size: 1.5rem;
  font-weight: 700;
}
.fda‑disclosure__description {
  font-size: 1rem;
  margin-top: 0.5rem;
}
/* optional styling */
.page-custom-block { margin-bottom: 2rem; }