/** Shopify CDN: Minification failed

Line 105:42 Expected "}" to go with "{"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:product_faq (INDEX:64) */
.faq_question {
     text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
     color: #2e2a39;
   }

  .faq_answer {
     display: none;
     padding: 10px;
   }
  .faq_answer.active {
     display: block;
     padding: 5px 0;
     text-decoration: none;
     color: white;
   }
/* END_SECTION:product_faq */

/* START_SECTION:recently-viewed-products (INDEX:66) */
/*recently viewed*/

          .section-recently-viewed {
              margin-top:70px;
          }

          .section-recently-viewed .recently-viewed-products-wrapper{
              position: relative;
          }

          .section-recently-viewed .recently-viewed-products-wrapper  .recently-viewed-products-item-wrapper{
              margin-bottom: 0 !important;

          }

          .section-recently-viewed .recently-viewed-products-wrapper .slick-track{
              display: flex;
              column-gap: 40px;
          }

          .section-recently-viewed .recently-viewed-products-wrapper h2{
              color: #467058;
              font-size: 30px;
          }

          /* .section-recently-viewed .recently-viewed-products-wrapper .recently-viewed-products-item-wrapper .recently-viewed-item{
              --grid-desktop-horizontal-spacing: 40px;
             width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4) !important;
          } */

          .section-recently-viewed .recently-viewed-products-wrapper .recently-viewed-products-item-wrapper .recently-viewed-item a{
              text-decoration: none;
              color: currentColor;
              display: flex;
              flex-direction: column;
              height: 100%;

          }

          .section-recently-viewed .recently-viewed-products-wrapper .recently-viewed-products-item-wrapper .recently-viewed-item a p{
              font-family: var(--font-heading-family);
              margin-bottom: 0;

          }

          .section-recently-viewed .recently-viewed-products-wrapper #clear-recently-viewed-products{
              position: absolute;
              top: 8px;
              right: 0;
          }
    .section-recently-viewed .recently-viewed-products-wrapper .slick-track {
      min-width: 100% !important;
  }

    /*section-recently-viewed*/

  .section-recently-viewed .recently-viewed-products-wrapper{
      margin-top:70px;
  }

  .section-recently-viewed .recently-viewed-products-wrapper .recently-viewed-products-item-wrapper .recently-viewed-item a p {
      font-size:20px;
      color:#2e2a39;
  }

  .section-recently-viewed .recently-viewed-products-wrapper #clear-recently-viewed-products{
      cursor:pointer;
      text-decoration: underline;
  }

  @media(max-width: 991px) {
      .section-recently-viewed .recently-viewed-products-wrapper {
          margin-top: 15px !important;
      }
/* END_SECTION:recently-viewed-products */