/** Shopify CDN: Minification failed

Line 77:3 Unexpected "{"

**/
:root {
  /* Main colors */
  --color-cream-01: #FBF8F1;
  --color-cream-02: #fcfaf1;
  --color-black-02: #092013;
  --color-gold-01: #D3A73E;
  --color-green-01: #D4F1D8;
  --color-green-02: #2a8646;
  --color-green-03: #4C6B33;
  --color-green-04: #376230;
  --color-green-05: #246240;
  --color-green-06: #084029;
  --color-green-07: #15502C;
  --color-green-08: #286344;
  --color-grey-01: #EAEADE;
  --color-grey-02: #E7EAE0;
  --color-red-02: #f7e5df;

  /* Borders */
  --primary-border: var(--color-grey-01);

  /* Buttons */
  --primary-button-background: #DC0B34;
  --secondary-button-background: #DC0B34;
  --secondary-button-text: #ffffff;

  /* Backgrounds */
  --primary-background: ;
  --secondary-background: var(--color-cream-02);
  --quaternary-background: var(--color-green-07);
  --quinary-background: var(--color-red-02);

  /* Texts */
  --primary-text: var(--color-cream-01);
  --secondary-text: var(--color-green-02);
  --tertiary-text: var(--color-gold-01);

  /* Filters */
  --primary-filter: brightness(0) saturate(100%) invert(17%) sepia(9%) saturate(4934%) hue-rotate(110deg) brightness(98%) contrast(94%); /* #084029 */
  --secondary-filter: brightness(0) saturate(100%) invert(66%) sepia(81%) saturate(345%) hue-rotate(2deg) brightness(87%) contrast(93%); /* #D3A73E */
  --tertiary-filter: ;

  /* Typographys */
  --primary-font: "Nunito Sans";
  --secondary-font: "Inter";
}

html {
  scroll-behavior: smooth;
}

.content-for-layout * {
  font-family: var(--secondary-font);
}

.content-for-layout h1,
.content-for-layout h1 *,
.content-for-layout h2,
.content-for-layout h2 *,
.content-for-layout h3,
.content-for-layout h3 * {
  font-family: var(--primary-font) !important;
  font-optical-sizing: auto;
  font-variation-settings: "SOFT" 0;
  font-weight: 400;
}

/* [(+)] ++++++++++ SECTION 1 ++++++++++ [(+)] */
#shopify-section-template--26061070991657__lp_version_2_YAqDez {
  .gmarvel-pricing-row,
  .gmarvel-benefits-checklist,
   {
    display: none;
  }
  .gmarvel-content-column ul{
    display: none; 
  }

  .gmarvel-hero-title em {
    color: var(--secondary-text);
  }

  .gmarvel-cta-button {
    background-color: var(--primary-button-background);
  }

  @media (width <= 768px) {
    .gmarvel-cta-button {
      display: block;
      margin-left: auto;
      margin-right: auto;
      max-width: fit-content;
    }
    .gmarvel-hero-title, .gmarvel-hero-description{
      text-align: center;
      text-wrap: balance; 
    }
  }
}

/* [(+)] ++++++++++ SECTION 2 ++++++++++ [(+)] */
#shopify-section-template--26020157751593__multicolumn_KRCUVK {
  .multicolumn {
    background-color: #fcfaf1;
  }

  h3.inline-richtext {
    border: solid 1px #246240;
    border-radius: 10px;
    padding: 10px;
    background-color: #eeefe4;
    color: #246240;
  }
}

/* [(+)] ++++++++++ SECTION 3 ++++++++++ [(+)] */
#shopify-section-template--26020157751593__rich_text_CfJana {
  .rich-text__caption {
    color: var(--secondary-text);
  }
}

#shopify-section-template--26020157751593__multicolumn_4rGHCC {
  .multicolumn-card {
    border: solid 1px var(--secondary-background);
    border-radius: 20px;
    background: #fcfaf1;
  }

  .media {
    border-radius: 16px;
    padding-bottom: 44px !important;
    width: 44px;
    background-color: var(--quinary-background);
  }

  .multicolumn-card__image {
    padding: 12px;
    /* filter: var(--primary-filter); */
  }
}

/* [(+)] ++++++++++ SECTION 5 ++++++++++ [(+)] */
#shopify-section-template--26020157751593__multicolumn_DxKc3x {
  .multicolumn {
    background-color: var(--secondary-background);
  }

  .multicolumn-card {
    border: solid 1px var(--primary-border);
    border-radius: 20px;
    background: var(--secondary-background);
  }

  .media {
    border-radius: 16px;
    padding-bottom: 44px !important;
    width: 44px;
    background-color: var(--color-grey-02);
  }

  .multicolumn-card__image {
    padding: 12px;
    filter: var(--primary-filter);
  }
}

/* [(+)] ++++++++++ SECTION 8 ++++++++++ [(+)] */
#shopify-section-template--26061070991657__main_product_lp_jTX8wG {
  .lp-product-section {
    background-color: #fcf5e3;
  }
  .lp-thumbnails-slider-wrapper,
  .lp-interest-free,
  .lp-satisfaction-text,
  .lp-variants-grid {
    display: none;
  }
  .lp-block-rich-text {
    text-align: center;
    line-height: normal;
  }
  .lp-submit-btn {
    background-color: var(--primary-button-background);
  }

  @media (width <= 709px) {
    .lp-submit-btn {
      display: block;
      margin: 0 auto;
      max-width: fit-content;
    }
  }
}

/* [(+)] ++++++++++ SECTION 13 ++++++++++ [(+)] */
#shopify-section-template--26020157751593__rich_text_whKj3w {
  .rich-text {
    background-color: var(--quaternary-background);
  }

  .picture {
    --circle-size: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: var(--circle-size);
    height: var(--circle-size);
    border: solid 3px #4C6B33;
    border-radius: 100%;
    background-color: #376230;
  }

  .image-base {
    margin: 0 auto;
    max-width: 40px;
    filter: var(--secondary-filter);
  }

  .rich-text__caption {
    color: var(--tertiary-text);
  }

  .rich-text__heading,
  .rich-text__text {
    color: var(--primary-text);
  }
}

#shopify-section-template--26020157751593__multicolumn_fpyym6 {
  .multicolumn {
    background-color: var(--quaternary-background);
  }

  .multicolumn-card {
    border-radius: 20px;
    background-color: var(--color-green-08);
  }

  .media {
    padding-bottom: 24px !important;
  }

  .multicolumn-card__image {
    filter: var(--secondary-filter);
  }

  .inline-richtext,
  .rte {
    color: var(--primary-text);
  }

  .button {
    width: calc(100% - 30px);
    max-width: fit-content;
    background-color: var(--secondary-button-background);
    color: var(--secondary-button-text);
  }

  .button::after {
    content: none;
  }
}

/* [(+)] ++++++++++ SECTION 15 ++++++++++ [(+)] */
#shopify-section-template--26020157751593__rich_text_M8yYWf {
  .rich-text {
    background-color: var(--secondary-background);
  }

  .rich-text__caption {
    color: var(--secondary-text);
  }
}

#shopify-section-template--26020157751593__multicolumn_GLDEgM {
  .multicolumn {
    background-color: var(--secondary-background);
  }

  .multicolumn-card {
    border: solid 1px var(--primary-border);
    border-radius: 20px;
    background: var(--color-cream-02);
  }

  .media {
    border-radius: 100px;
    margin: 0 auto;
    padding-bottom: 56px !important;
    width: 56px;
    background-color: var(--color-grey-01);
  }

  .multicolumn-card__image {
    padding: 16px;
    filter: var(--primary-filter);
  }

  .button {
    width: calc(100% - 30px);
    max-width: fit-content;
    background-color: var(--primary-button-background);
  }

  .button::after {
    content: none;
  }
}

/* [(+)] ++++++++++ SECTION 16 ++++++++++ [(+)] */
#shopify-section-template--26020157751593__rich_text_CXDyFz {
  .rich-text__caption {
    color: var(--secondary-text);
  }
}

#shopify-section-template--26020157751593__multicolumn_CYAmKE {
  .multicolumn-card {
    border: solid 1px var(--primary-border);
    border-radius: 20px;
    background: var(--color-cream-02);
  }

  .media {
    border-radius: 100px;
    margin: 0 auto;
    padding-bottom: 44px !important;
    width: 44px;
    background-color: var(--color-grey-01);
  }

  .multicolumn-card__image {
    padding: 12px;
    filter: var(--primary-filter);
  }
}

/* [(+)] ++++++++++ SECTION 17 ++++++++++ [(+)] */
#shopify-section-template--26020157751593__collapsible_content_iHr47A {
  .collapsible-content {
    background-color: var(--secondary-background);
  }

  .caption-with-letter-spacing {
    font-size: 12px;
    letter-spacing: 1.6px;
    color: var(--secondary-text);
  }
}

/* [(+)] ++++++++++ SECTION 18 ++++++++++ [(+)] */
#shopify-section-template--26020157751593__lp_version_2_nfJfFb {
  .gmarvel-content-column {
    text-align: center;
  }

  .gmarvel-badge-exclusive {
    background-color: unset;
    border: none;
  }

  .gmarvel-badge-text-green {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1.6px;
    color: var(--tertiary-text);
  }

  .gmarvel-hero-title,
  .gmarvel-hero-description,
  .gmarvel-payment-terms {
    color: var(--primary-text);
  }

  .gmarvel-pricing-row,
  .gmarvel-benefits-checklist,
  .gmarvel-media-column {
    display: none;
  }

  .gmarvel-cta-button {
    margin-bottom: 0;
    background-color: var(--primary-button-background);
    color: var(--secondary-button-text) !important;
  }

  @media (width >= 769px) {
    .gmarvel-main-layout {
      grid-template-columns: 1fr;
    }

    .gmarvel-content-column {
      margin: 0 auto;
      max-width: 768px;
    }
  }
}

.gmarvel-cta-button,
.lp-submit-btn {
  border-radius: 7px !important;
  padding: 8px 30px !important;
  min-height: calc(4.5rem + var(--buttons-border-width) * 2);
  font-weight: 400 !important;
}
