/** Shopify CDN: Minification failed

Line 30:18 Unexpected "{"
Line 30:27 Expected ":"
Line 42:20 Unexpected "{"
Line 42:29 Expected ":"
Line 43:20 Unexpected "{"
Line 43:29 Expected ":"
Line 48:20 Unexpected "{"
Line 48:29 Expected ":"
Line 52:20 Unexpected "{"
Line 52:29 Expected ":"
... and 18 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:gm-home-snapshot (INDEX:18) */
.gm-module--gm-featured-in{background:#fff!important}
.gm-module--gm-featured-in .gm-featured-grid img{width:70%;height:28rem;max-height:none;object-fit:contain;margin-bottom:2rem}
.gm-module__hotspot,.gm-results-card__hotspot{display:block!important}.gm-results-card{position:relative;isolation:isolate}.gm-results-card__hotspot{position:absolute;inset:0;z-index:1}
.gm-module{position:relative;isolation:isolate;width:calc(100% - 3%);margin:2.8rem 1.5% 0;overflow:hidden;box-sizing:border-box}.gm-module picture,.gm-module picture img{display:block;width:100%;height:auto}.gm-module__hotspot{position:absolute;inset:0;z-index:1}.gm-module--gm-results,.gm-module--gm-featured-in{padding:3.5rem 2.5rem;background:#f7f8fa;color:#27272a}.gm-module h2{margin:0 0 3.5rem;color:#bd2cbb;font-size:2.8rem;font-weight:800}.gm-results-grid{display:grid;grid-template-columns:1.05fr 1.15fr .55fr;align-items:center;gap:3.5rem}.gm-results-photo{width:100%;height:auto}.gm-results-quote{text-align:center;font-size:1.8rem;line-height:1.55}.gm-results-quote blockquote{margin:0 0 2rem;font-style:normal}.gm-results-quote strong{color:#bd2cbb;font-size:2rem}.gm-results-card{display:flex;flex-direction:column;gap:.7rem;padding:1.5rem;border:1px solid #222;background:#fff}.gm-results-card img{width:100%;height:auto}.gm-rating{color:#bd2cbb}.gm-button{margin-top:1rem;padding:1rem;border:1px solid #bd2cbb;color:#bd2cbb;text-align:center}.gm-featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:5rem}.gm-featured-grid article{display:flex;flex-direction:column;align-items:center;text-align:center;font-size:1.6rem;line-height:1.45}.gm-featured-grid img{width:70%;max-height:28rem;object-fit:contain;margin-bottom:2rem}.gm-featured-grid strong{font-size:1.7rem}.gm-featured-grid p{margin:.5rem 0}.gm-module--gm-featured-in{margin-bottom:2.8rem}
@media(max-width:749px){.gm-module{width:calc(100% - 9.4%);margin:2rem 4.7% 0}.gm-module--gm-results,.gm-module--gm-featured-in{padding:2.4rem 2rem}.gm-module h2{margin-bottom:2.4rem;font-size:2.2rem}.gm-results-grid,.gm-featured-grid{display:flex;flex-direction:column;gap:2.4rem}.gm-results-quote{font-size:1.6rem}.gm-results-card{width:100%;box-sizing:border-box}.gm-results-card img{width:75%;align-self:center}.gm-featured-grid article{padding-bottom:2rem;border-bottom:1px solid #ddd}.gm-featured-grid img{width:68%;max-height:25rem}}
@media(max-width:749px){.gm-module--gm-featured-in .gm-featured-grid img{width:68%;height:auto;max-height:25rem}}
/* END_SECTION:gm-home-snapshot */

/* START_SECTION:goodmolecules-hero-snapshot (INDEX:20) */
#shopify-section-{{ section.id }} .goodmolecules-hero-snapshot {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
    align-items: center;
    gap: 7.7%;
    width: calc(100% - 3%);
    margin-inline: 1.5%;
    padding: 4.3%;
    background: #b7dbe9;
    box-sizing: border-box;
  }

  #shopify-section-{{ section.id }} .goodmolecules-hero-snapshot__media,
  #shopify-section-{{ section.id }} .goodmolecules-hero-snapshot__image {
    display: block;
    width: 100%;
  }

  #shopify-section-{{ section.id }} .goodmolecules-hero-snapshot__image {
    height: auto;
  }

  #shopify-section-{{ section.id }} .goodmolecules-hero-snapshot__copy {
    color: #111;
  }

  #shopify-section-{{ section.id }} .goodmolecules-hero-snapshot__copy h1 {
    margin: 0 0 2.4rem;
    color: #b72cb9;
    font-size: clamp(2.8rem, 3.15vw, 5.3rem);
    font-weight: 800;
    line-height: 1.07;
    letter-spacing: -0.025em;
  }

  #shopify-section-{{ section.id }} .goodmolecules-hero-snapshot__copy p {
    margin: 0 0 1.6rem;
    font-size: clamp(1.4rem, 1.15vw, 1.9rem);
    line-height: 1.45;
  }

  #shopify-section-{{ section.id }} .goodmolecules-hero-snapshot__title-mobile {
    display: none;
  }

  @media screen and (max-width: 749px) {
    #shopify-section-{{ section.id }} .goodmolecules-hero-snapshot {
      display: block;
      width: calc(100% - 9.4%);
      margin-inline: 4.7%;
      padding: 0;
    }

    #shopify-section-{{ section.id }} .goodmolecules-hero-snapshot__copy {
      padding: 6.5% 6.5% 8.5%;
    }

    #shopify-section-{{ section.id }} .goodmolecules-hero-snapshot__copy h1 {
      margin-bottom: 2rem;
      font-family: var(--font-heading-family);
      font-size: 2.4rem;
      line-height: 1.08;
      letter-spacing: -0.02em;
    }

    #shopify-section-{{ section.id }} .goodmolecules-hero-snapshot__title-desktop {
      display: none;
    }

    #shopify-section-{{ section.id }} .goodmolecules-hero-snapshot__title-mobile {
      display: inline;
    }

    #shopify-section-{{ section.id }} .goodmolecules-hero-snapshot__copy p {
      margin-bottom: 1.7rem;
      font-size: 1.6rem;
      line-height: 1.5;
    }
  }
/* END_SECTION:goodmolecules-hero-snapshot */