@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Playfair+Display:wght@500;700&display=swap');

/* Font size adjustments to match source legibility */
:root {
    --font-body-scale: 1.1; /* Increase body font scale */
    --font-heading-scale: 1.4; /* Increase heading font scale */
}

/* Increase base font sizes */
body {
    font-size: 1.7rem !important; /* Up from 1.5rem */
}

@media screen and (min-width: 750px) {
    body {
        font-size: 1.8rem !important; /* Up from 1.6rem */
    }
}

/* Proper heading hierarchy with clear differentiation */
h1, .h1 { font-size: calc(var(--font-heading-scale) * 4.5rem) !important; }
h2, .h2 { font-size: calc(var(--font-heading-scale) * 2rem) !important; }
h3, .h3 { font-size: calc(var(--font-heading-scale) * 1.8rem) !important; }
h4, .h4 { font-size: calc(var(--font-heading-scale) * 1.4rem) !important; }

/* Hero section specific sizing */
.image-with-text__heading.h1 {
    font-size: 5.5rem !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
}

.image-with-text__text.h2,
.image-with-text__heading + p {
    font-size: 2.2rem !important;
    line-height: 1.3 !important;
}

/* Increase paragraph sizes significantly */
p, .rich-text__text p {
    font-size: 1.9rem !important;
    line-height: 1.6 !important;
}

.image-with-text__text p {
    font-size: 1.8rem !important;
}

@media screen and (max-width: 749px) {
    /* Hero H1 on mobile */
    .image-with-text__heading.h1 {
        font-size: 3.2rem !important;
    }
    
    /* Hero H2/subtitle on mobile */
    .image-with-text__text.h2,
    .image-with-text__heading + p {
        font-size: 1.6rem !important;
    }
    
    /* Paragraphs on mobile */
    p {
        font-size: 1.6rem !important;
    }
}

/* Ensure buttons and links are readable */
.button, button, a {
    font-size: 1.6rem !important;
}

/* Rich text sections */
.rich-text__text {
    font-size: 1.8rem !important;
    line-height: 1.6 !important;
}

.rich-text__heading {
    font-size: calc(var(--font-heading-scale) * 2.5rem) !important;
}

/* Product names - these are h2 elements in the product sections */
.image-with-text__heading.h2:not(.h1) {
    font-size: 2.8rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin: 1.5rem 0 1rem 0 !important;
}

/* Product name links */
.image-with-text__heading.h2 a {
    font-size: inherit !important;
    font-weight: inherit !important;
    text-decoration: none !important;
}

/* Make sure smaller headings like "Pros" and "Cons" don't get too big */
.image-with-text__heading.pros,
.image-with-text__heading.cons {
    font-size: 2rem !important;
}

@media screen and (max-width: 749px) {
    .image-with-text__heading.h2:not(.h1) {
        font-size: 2.2rem !important;
    }
    
    .image-with-text__heading.pros,
    .image-with-text__heading.cons {
        font-size: 1.8rem !important;
    }
}


      

      

      

      

      


      
        :root,
        .color-scheme-1 {
          --color-background: 255,255,255;
        
          --gradient-background: radial-gradient(rgba(204, 193, 255, 1), rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 97%);
        

        

        --color-foreground: 0,0,0;
        --color-background-contrast: 191,191,191;
        --color-shadow: 0,0,0;
        --color-button: 0,0,0;
        --color-button-text: 255,255,255;
        --color-secondary-button: 255,255,255;
        --color-secondary-button-text: 0,0,0;
        --color-link: 0,0,0;
        --color-badge-foreground: 0,0,0;
        --color-badge-background: 255,255,255;
        --color-badge-border: 0,0,0;
        --payment-terms-background-color: rgb(255 255 255);
      }
      
        
        .color-scheme-2 {
          --color-background: 255,255,255;
        
          --gradient-background: #ffffff;
        

        

        --color-foreground: 18,18,18;
        --color-background-contrast: 191,191,191;
        --color-shadow: 18,18,18;
        --color-button: 254,44,85;
        --color-button-text: 255,255,255;
        --color-secondary-button: 255,255,255;
        --color-secondary-button-text: 18,18,18;
        --color-link: 18,18,18;
        --color-badge-foreground: 18,18,18;
        --color-badge-background: 255,255,255;
        --color-badge-border: 18,18,18;
        --payment-terms-background-color: rgb(255 255 255);
      }
      
        
        .color-scheme-3 {
          --color-background: 204,193,255;
        
          --gradient-background: #ccc1ff;
        

        

        --color-foreground: 18,18,18;
        --color-background-contrast: 99,66,255;
        --color-shadow: 18,18,18;
        --color-button: 0,0,0;
        --color-button-text: 204,193,255;
        --color-secondary-button: 204,193,255;
        --color-secondary-button-text: 18,18,18;
        --color-link: 18,18,18;
        --color-badge-foreground: 18,18,18;
        --color-badge-background: 204,193,255;
        --color-badge-border: 18,18,18;
        --payment-terms-background-color: rgb(204 193 255);
      }
      
        
        .color-scheme-4 {
          --color-background: 0,0,0;
        
          --gradient-background: #000000;
        

        

        --color-foreground: 255,255,255;
        --color-background-contrast: 128,128,128;
        --color-shadow: 18,18,18;
        --color-button: 255,255,255;
        --color-button-text: 0,0,0;
        --color-secondary-button: 0,0,0;
        --color-secondary-button-text: 255,255,255;
        --color-link: 255,255,255;
        --color-badge-foreground: 255,255,255;
        --color-badge-background: 0,0,0;
        --color-badge-border: 255,255,255;
        --payment-terms-background-color: rgb(0 0 0);
      }
      
        
        .color-scheme-5 {
          --color-background: 35,70,182;
        
          --gradient-background: #2346b6;
        

        

        --color-foreground: 255,255,255;
        --color-background-contrast: 14,29,75;
        --color-shadow: 18,18,18;
        --color-button: 255,255,255;
        --color-button-text: 35,70,182;
        --color-secondary-button: 35,70,182;
        --color-secondary-button-text: 255,255,255;
        --color-link: 255,255,255;
        --color-badge-foreground: 255,255,255;
        --color-badge-background: 35,70,182;
        --color-badge-border: 255,255,255;
        --payment-terms-background-color: rgb(35 70 182);
      }
      
        
        .color-scheme-2326724a-565e-454f-bc4f-59dad6c47d84 {
          --color-background: 255,255,255;
        
          --gradient-background: radial-gradient(rgba(255, 216, 164, 1), rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 97%);
        

        

        --color-foreground: 0,0,0;
        --color-background-contrast: 191,191,191;
        --color-shadow: 0,0,0;
        --color-button: 0,0,0;
        --color-button-text: 255,255,255;
        --color-secondary-button: 255,255,255;
        --color-secondary-button-text: 0,0,0;
        --color-link: 0,0,0;
        --color-badge-foreground: 0,0,0;
        --color-badge-background: 255,255,255;
        --color-badge-border: 0,0,0;
        --payment-terms-background-color: rgb(255 255 255);
      }
      

      body, .color-scheme-1, .color-scheme-2, .color-scheme-3, .color-scheme-4, .color-scheme-5, .color-scheme-2326724a-565e-454f-bc4f-59dad6c47d84 {
        color: rgba(var(--color-foreground), 0.75);
        background-color: rgb(var(--color-background));
      }

      :root {
        --font-body-family: "Inter", sans-serif;
        --font-body-style: normal;
        --font-body-weight: 400;
        --font-body-weight-bold: 700;

        --font-heading-family: "Playfair Display", serif;
        --font-heading-style: normal;
        --font-heading-weight: 500;

        --font-body-scale: 1.0;
        --font-heading-scale: 1.3;

        --media-padding: px;
        --media-border-opacity: 0.1;
        --media-border-width: 0px;
        --media-radius: 10px;
        --media-shadow-opacity: 0.0;
        --media-shadow-horizontal-offset: 0px;
        --media-shadow-vertical-offset: 4px;
        --media-shadow-blur-radius: 5px;
        --media-shadow-visible: 0;

        --page-width: 120rem;
        --page-width-margin: 0rem;

        --product-card-image-padding: 0.0rem;
        --product-card-corner-radius: 1.0rem;
        --product-card-text-alignment: left;
        --product-card-border-width: 0.0rem;
        --product-card-border-opacity: 0.1;
        --product-card-shadow-opacity: 0.0;
        --product-card-shadow-visible: 0;
        --product-card-shadow-horizontal-offset: 0.0rem;
        --product-card-shadow-vertical-offset: 0.4rem;
        --product-card-shadow-blur-radius: 0.5rem;

        --collection-card-image-padding: 0.0rem;
        --collection-card-corner-radius: 1.0rem;
        --collection-card-text-alignment: left;
        --collection-card-border-width: 0.0rem;
        --collection-card-border-opacity: 0.1;
        --collection-card-shadow-opacity: 0.0;
        --collection-card-shadow-visible: 0;
        --collection-card-shadow-horizontal-offset: 0.0rem;
        --collection-card-shadow-vertical-offset: 0.4rem;
        --collection-card-shadow-blur-radius: 0.5rem;

        --blog-card-image-padding: 0.0rem;
        --blog-card-corner-radius: 1.0rem;
        --blog-card-text-alignment: left;
        --blog-card-border-width: 0.0rem;
        --blog-card-border-opacity: 0.1;
        --blog-card-shadow-opacity: 0.0;
        --blog-card-shadow-visible: 0;
        --blog-card-shadow-horizontal-offset: 0.0rem;
        --blog-card-shadow-vertical-offset: 0.4rem;
        --blog-card-shadow-blur-radius: 0.5rem;

        --badge-corner-radius: 4.0rem;

        --popup-border-width: 1px;
        --popup-border-opacity: 1.0;
        --popup-corner-radius: 10px;
        --popup-shadow-opacity: 0.0;
        --popup-shadow-horizontal-offset: 0px;
        --popup-shadow-vertical-offset: 4px;
        --popup-shadow-blur-radius: 5px;

        --drawer-border-width: 1px;
        --drawer-border-opacity: 1.0;
        --drawer-shadow-opacity: 0.0;
        --drawer-shadow-horizontal-offset: 0px;
        --drawer-shadow-vertical-offset: 4px;
        --drawer-shadow-blur-radius: 5px;

        --spacing-sections-desktop: 20px;
        --spacing-sections-mobile: 20px;

        --grid-desktop-vertical-spacing: 4px;
        --grid-desktop-horizontal-spacing: 4px;
        --grid-mobile-vertical-spacing: 2px;
        --grid-mobile-horizontal-spacing: 2px;

        --text-boxes-border-opacity: 0.1;
        --text-boxes-border-width: 0px;
        --text-boxes-radius: 10px;
        --text-boxes-shadow-opacity: 0.0;
        --text-boxes-shadow-visible: 0;
        --text-boxes-shadow-horizontal-offset: 0px;
        --text-boxes-shadow-vertical-offset: 4px;
        --text-boxes-shadow-blur-radius: 5px;

        --buttons-radius: 10px;
        --buttons-radius-outset: 10px;
        --buttons-border-width: 0px;
        --buttons-border-opacity: 1.0;
        --buttons-shadow-opacity: 0.0;
        --buttons-shadow-visible: 0;
        --buttons-shadow-horizontal-offset: 0px;
        --buttons-shadow-vertical-offset: 4px;
        --buttons-shadow-blur-radius: 5px;
        --buttons-border-offset: 0.3px;

        --inputs-radius: 10px;
        --inputs-border-width: 1px;
        --inputs-border-opacity: 1.0;
        --inputs-shadow-opacity: 0.0;
        --inputs-shadow-horizontal-offset: 0px;
        --inputs-margin-offset: 0px;
        --inputs-shadow-vertical-offset: 4px;
        --inputs-shadow-blur-radius: 5px;
        --inputs-radius-outset: 11px;

        --variant-pills-radius: 10px;
        --variant-pills-border-width: 0px;
        --variant-pills-border-opacity: 0.1;
        --variant-pills-shadow-opacity: 0.0;
        --variant-pills-shadow-horizontal-offset: 0px;
        --variant-pills-shadow-vertical-offset: 4px;
        --variant-pills-shadow-blur-radius: 5px;
      }

      *,
      *::before,
      *::after {
        box-sizing: inherit;
      }

      html {
        box-sizing: border-box;
        font-size: calc(var(--font-body-scale) * 62.5%);
        height: 100%;
      }

      body {
        display: grid;
        grid-template-rows: auto auto 1fr auto;
        grid-template-columns: 100%;
        min-height: 100%;
        margin: 0;
        font-size: 1.5rem;
        letter-spacing: 0.06rem;
        line-height: calc(1 + 0.8 / var(--font-body-scale));
        font-family: var(--font-body-family);
        font-style: var(--font-body-style);
        font-weight: var(--font-body-weight);
      }

      @media screen and (min-width: 750px) {
        body {
          font-size: 1.6rem;
        }
      }
    


  .drawer {
    visibility: hidden;
  }



  header-drawer {
    justify-self: start;
    margin-left: -1.2rem;
  }@media screen and (min-width: 990px) {
      header-drawer {
        display: none;
      }
    }.menu-drawer-container {
    display: flex;
  }

  .list-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .list-menu--inline {
    display: inline-flex;
    flex-wrap: wrap;
  }

  summary.list-menu__item {
    padding-right: 2.7rem;
  }

  .list-menu__item {
    display: flex;
    align-items: center;
    line-height: calc(1 + 0.3 / var(--font-body-scale));
  }

  .list-menu__item--link {
    text-decoration: none;
    padding-bottom: 1rem;
    padding-top: 1rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
  }

  @media screen and (min-width: 750px) {
    .list-menu__item--link {
      padding-bottom: 0.5rem;
      padding-top: 0.5rem;
    }
  }


.header {
    padding: 6px 3rem 4px 3rem;
  }

  .section-header {
    position: sticky; /* This is for fixing a Safari z-index issue. PR #2147 */
    margin-bottom: 0px;
  }

  @media screen and (min-width: 750px) {
    .section-header {
      margin-bottom: 0px;
    }
  }

  @media screen and (min-width: 990px) {
    .header {
      padding-top: 12px;
      padding-bottom: 8px;
    }
  }

.section-template--23899364196666__image_with_text_XBrgne-padding {
    padding-top: 66px;
    padding-bottom: 27px;
  }

  @media screen and (min-width: 750px) {
    .section-template--23899364196666__image_with_text_XBrgne-padding {
      padding-top: 88px;
      padding-bottom: 36px;
    }
  }

.section-template--23899364196666__image_with_text_877B8q-padding {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  @media screen and (min-width: 750px) {
    .section-template--23899364196666__image_with_text_877B8q-padding {
      padding-top: 36px;
      padding-bottom: 36px;
    }
  }

.section-template--23899364196666__rich_text_CyqYwm-padding {
    padding-top: 30px;
    padding-bottom: 39px;
  }

  @media screen and (min-width: 750px) {
    .section-template--23899364196666__rich_text_CyqYwm-padding {
      padding-top: 40px;
      padding-bottom: 52px;
    }
  }

.section-template--23899364196666__image_with_text_JAYKDp-padding {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  @media screen and (min-width: 750px) {
    .section-template--23899364196666__image_with_text_JAYKDp-padding {
      padding-top: 36px;
      padding-bottom: 36px;
    }
  }

.section-template--23899364196666__rich_text_UKy6Bq-padding {
    padding-top: 30px;
    padding-bottom: 39px;
  }

  @media screen and (min-width: 750px) {
    .section-template--23899364196666__rich_text_UKy6Bq-padding {
      padding-top: 40px;
      padding-bottom: 52px;
    }
  }

.section-template--23899364196666__image_with_text_npim8H-padding {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  @media screen and (min-width: 750px) {
    .section-template--23899364196666__image_with_text_npim8H-padding {
      padding-top: 36px;
      padding-bottom: 36px;
    }
  }

.section-template--23899364196666__image_with_text_ma8BBH-padding {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  @media screen and (min-width: 750px) {
    .section-template--23899364196666__image_with_text_ma8BBH-padding {
      padding-top: 36px;
      padding-bottom: 36px;
    }
  }

.section-template--23899364196666__image_with_text_tB9dGj-padding {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  @media screen and (min-width: 750px) {
    .section-template--23899364196666__image_with_text_tB9dGj-padding {
      padding-top: 36px;
      padding-bottom: 36px;
    }
  }

.section-template--23899364196666__image_with_text_MRMNiN-padding {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  @media screen and (min-width: 750px) {
    .section-template--23899364196666__image_with_text_MRMNiN-padding {
      padding-top: 36px;
      padding-bottom: 36px;
    }
  }

.section-template--23899364196666__image_with_text_N8QQ7f-padding {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  @media screen and (min-width: 750px) {
    .section-template--23899364196666__image_with_text_N8QQ7f-padding {
      padding-top: 36px;
      padding-bottom: 36px;
    }
  }

.section-template--23899364196666__image_with_text_Kkity4-padding {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  @media screen and (min-width: 750px) {
    .section-template--23899364196666__image_with_text_Kkity4-padding {
      padding-top: 36px;
      padding-bottom: 36px;
    }
  }

.section-template--23899364196666__image_with_text_GfJPG4-padding {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  @media screen and (min-width: 750px) {
    .section-template--23899364196666__image_with_text_GfJPG4-padding {
      padding-top: 36px;
      padding-bottom: 36px;
    }
  }

.section-template--23899364196666__image_with_text_CiGgCJ-padding {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  @media screen and (min-width: 750px) {
    .section-template--23899364196666__image_with_text_CiGgCJ-padding {
      padding-top: 36px;
      padding-bottom: 36px;
    }
  }

.section-template--23899364196666__image_with_text_dcQCMb-padding {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  @media screen and (min-width: 750px) {
    .section-template--23899364196666__image_with_text_dcQCMb-padding {
      padding-top: 36px;
      padding-bottom: 36px;
    }
  }

.section-template--23899364196666__image_with_text_BX3698-padding {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  @media screen and (min-width: 750px) {
    .section-template--23899364196666__image_with_text_BX3698-padding {
      padding-top: 36px;
      padding-bottom: 36px;
    }
  }

.section-template--23899364196666__collapsible_content_YkrmPK-padding {
    padding-top: 75px;
    padding-bottom: 27px;
  }

  @media screen and (min-width: 750px) {
    .section-template--23899364196666__collapsible_content_YkrmPK-padding {
      padding-top: 100px;
      padding-bottom: 36px;
    }
  }


.anchor-button {
    position: fixed;
    bottom: 25px;
    right: 50px;
    z-index: 999;
    border-radius: 10px;
    min-width: 200px;
    font-size: 1em;
    color: #fff;
    background: #3772df;
    box-shadow: 0 4px 6px #00000040;
    padding: 4px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    opacity: 1;
}
@media only screen and (max-width: 749px) {
    .anchor-button {
        position: fixed;
        border-radius: 10px;
        max-width: 50%;
        bottom: 25px;
        right: 0;
        left: 0;
        margin: auto;
        z-index: 25;
    }
}


:root, .color-scheme-1 {
  --gradient-background: radial-gradient(
    #fddaff,
    #ffffff 90%,
    #ffffff 97%
  )!important;
}

.footer {
    margin-top: 45px;
  }

  .section-sections--23280335782202__footer-padding {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  @media screen and (min-width: 750px) {
    .footer {
      margin-top: 60px;
    }

    .section-sections--23280335782202__footer-padding {
      padding-top: 36px;
      padding-bottom: 36px;
    }
  }