<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 233:2 Unexpected "{"
Line 233:3 Expected identifier but found "%"
Line 237:2 Unexpected "{"
Line 237:3 Expected identifier but found "%"

**/


/* CSS from section stylesheet tags */
.extra-cards {
    display: grid;
    grid-template-columns: auto; 
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; 
  }
  .extra-cards__image-container {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
  }
  .extra-cards__image-container {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
  }
  .extra-cards__image {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
  }
  .extra-cards__cta-container {
    background-color: #F4F2D6;
    color: #9DB74B;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .extra-cards__title {
    font-family: 'PPE-Editorial';
    font-size: 40px;
    font-weight: 300;
    line-height: 120%;
    text-align:center; 
  }
  .extra-cards__subtitle {
    font-family: 'AT Surt';
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 16px;
    text-align:center;
  }
  .extra-cards__btn {
    font-family: 'AT Surt Medium';
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    margin-top: 40px;
    padding: 16px 40px;
    border-radius: 8px;
    text-decoration: none;
    background-color: #9DB74B;
    color: #F4F2D6;
    border: 1.5px solid transparent;
  }
  .extra-cards__btn:hover {
    background-color: transparent;
    color: #9DB74B;
    border: 1.5px solid #9DB74B;
  }
  @media only screen and (min-width: 768px) {
    .extra-cards {
      grid-template-columns: 1fr 1fr;
      gap: 40px;
    }
    .extra-cards__subtitle {
      font-size: 16px;
    }
    .extra-cards__image-container {
      padding-bottom: 66%;
    }
    .extra-cards__btn {
      font-size: 16px;
    }
  }
.gifts-for {
    display: grid;
    grid-template-columns: auto;
    padding: 24px;
    gap: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    background-image: var(--bg-image-mobile);
  }
  .gifts-for__image-container {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 40px;
  }
  .gifts-for__image {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    content: var(--image-mobile); 
  }
  .gifts-for__title {
    font-family: 'AT Surt Medium';
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
  }
  .gifts-for__btn {
    font-family: 'AT Surt Medium';
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    padding: 16px 40px;
    border-radius: 8px;
    margin-top: 12px;
    color: white;
    text-decoration: none;
    background-color: var(--title-btn-color); 
    border: 1.5px solid transparent;
  }
  .gifts-for__btn:hover {
    background-color: var(--btn-hover-bg-color);
    color: var(--title-btn-color);
    border: 1.5px solid var(--title-btn-color);
  }
  .gifts-for__cta-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
  }
  @media only screen and (min-width: 768px) {
    .gifts-for {
      grid-template-columns: 1fr 1fr;
      padding: 40px;
      background-image: var(--bg-image-desktop); 
    }
    .gifts-for__image-container {
      padding-bottom: 69%;
      width: 100%;
    }
    .gifts-for__image {
      content: var(--image-desktop); 
    }
    .image-container-desktop-style {
      grid-column-start: 2;
    }
    .cta-container-desktop-style {
      grid-column-start: 1; 
      grid-row-start: 1;
    }
    .gifts-for__title {
      font-size: 40px;
    }
    .gifts-for__btn {
      font-size: 16px;
      margin-top: 16px;
    }
  }
.section-title {
    color: #9DB74B;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }
  .section-title__title {
    font-family: 'PPE-Editorial';
    font-size: 40px;
    font-weight: 300;
    line-height: 120%;
  }
  .section-title__subtitle {
    font-family: 'AT Surt';
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 16px;
  }
   @media only screen and (min-width: 768px) {
     .section-title__title {
       font-size: 60px;
     }
     .section-title__subtitle {
       font-size: 16px;
     }
   }
.navbar-menu-icon-light {
  color: var(--white_color)
  }
  .navbar-menu-icon-dark {
    color: var(--black_color)
  }
  .header__aside .menu li a {
    color: inherit
  }
  
  .header .header__content--white {
    color: var(--white_color);
  }
  .header .header__content--black {
    color: var(--black_color);
  }
  .header .header__content .nav {
    color: inherit;
  }
  .header .header__content .nav li {
    color: inherit;
    padding: 0px !important;
  }
  /* Overrides mega-menu nav color   */
  #shopify-section-header .header .header__content--white .nav .gm-item .gm-target, #shopify-section-header .header .header__content--black .nav .gm-item .gm-target {
    color: inherit !important;
    padding: 0px 0px !important;
  }
  #shopify-section-header .header .header__content--white .nav .gm-item .gm-target .gm-text, #shopify-section-header .header .header__content--black .nav .gm-item .gm-target .gm-text {
    color: inherit !important; 
  } 
  {% if is_logo_white and template_suffix == 'flask-landing-page' %}
    #shopify-section-header .header .header__content--white .nav .gm-item.gm-level-0:not(.gm-active) .gm-target .gm-text {
      color: white !important;
    }
  {% endif %}

  
  /* End */
  .header.header-is-fixed .header__content {
    color: var(--black_color); 
  }
  /* new homepage changes */
  .gm-menu-installed .wrapper #shopify-section-header .gm-menu .gm-item.gm-level-0&gt;.gm-target{
    padding: 0px !important;
  }
  .gm-menu-installed .gm-menu{
    column-gap: 24px;
  }
  /* new homepage changes */</pre></body></html>