/** Shopify CDN: Minification failed

Line 1631:21 Expected identifier but found whitespace
Line 1631:23 Unexpected "{"
Line 1631:40 Expected ":"

**/


/* CSS from section stylesheet tags */
.become-seller.container {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-bottom:50px;
}
  
.become-seller .image-section {
    flex: 1 1 100%;
    order: 1;
}

.become-seller .content-section {
    flex: 1 1 100%;
    padding: 20px;
    order: 2;
}

.become-seller .responsive-image {
    width: 100%;
    height: auto;
}

.become-seller h1 {
    font-family: 'Montserrat-Black';
    color: #12222E;
    font-size: 4em;
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    line-height: 130%;
}
.become-seller p {
    font-size: 1em;
    color: #12222E;
    font-weight: 600;
    line-height: 150%;
}
  
.feature > p{
    font-size: 1em;
    color: #12222E;
    font-weight: 500;
    line-height: 150%;
}

.become-seller .features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin:20px 0 15px 0;
}

  
.become-seller .feature {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    flex-direction: column;
}

.become-seller .icon {
    width: 50px;
    height: 50px;
}

.become-seller h2 {
    font-family: 'Montserrat-Black';
    color: #12222E;
    font-size: 1.5em;
    margin-bottom: 5px;
    font-weight: 900;
    line-height: 130%;
}
  
.become-seller .cta-button {
    padding: 12px 50px;
    border-radius: 8px;
    border: 1px solid #E8EAEC;
    background: #12222E;
    color: #E8EAEC;
    cursor: pointer;
    font-size: 1.125em;
    transition: 0.2s;
    font-family: 'Comfortaa';
}

.become-seller .cta-button:hover {
    box-shadow: 3px 3px 0px 0px #193042;
    opacity:1;
}

@media (min-width: 768px) {
    .become-seller.container {
        flex-wrap: nowrap;
        margin-bottom:0px;
    }

    .content-section .section-logo{
        display:block;
        width: 55.184px;
        height: 49px;
    }

    .become-seller .image-section {
        align-content: center;
        flex: 1 1 45%;
        order: 1;
        max-width: 430px;
    }

    .become-seller .content-section {
        flex: 1 1 55%;
        order: 2;
    }

    .become-seller .features {
        flex-direction: row;
        justify-content: space-between;
    }
}

  @media (max-width: 767px) {
  .content-section .section-logo{
    display:none;
  }
    
  .become-seller.container {
      margin-bottom:0px;
  }
    
  .become-seller h1{
    font-size: 2em;
    line-height: 48px;
  }

    .become-seller p {
    font-size: 0.875em;
    font-weight: 400;
    }

    .become-seller h2{
      font-size: 1.25em;
     font-weight: 700;
    }
    
    .feature > p{
      font-size: 0.875em;
      font-weight: 400;
    }
    .feature > img{
      width: 32px;
    }
    .become-seller .responsive-image{
      height: 250px;
      width: 100%;
      object-fit: cover;
      border-radius: 11px;
    }
  }
.best-products-container{
    padding: 40px;
    width: 100%;
    margin: 0 auto;
    max-width: 1800px;
}
  .best-products-section {
    background-color: #fff;
    position: relative;
  }

  .best-products-header {
    text-align: left;
    margin-bottom: 48px;
  }

  .best-products-header h2 {
    font-size: 2.3rem;
    font-family: 'Montserrat-bold';
    color: #000;
    margin-bottom: 20px;
  }

  .best-products-header p {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    color: #000;
    margin-bottom: 40px;
  }

  .best-products-grid {
    display: grid;
    gap: 30px;
    align-items: start;
  }

  /* Dynamic grid columns based on product count */
  .best-products-grid.product-count-1 {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
  }

  .best-products-grid.product-count-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .best-products-grid.product-count-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .best-products-grid.product-count-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .best-products-grid.product-count-5,
  .best-products-grid.product-count-6,
  .best-products-grid.product-count-7,
  .best-products-grid.product-count-8,
  .best-products-grid.product-count-9 {
    grid-template-columns: repeat(3, 1fr);
  }

  .best-products-grid.product-count-10,
  .best-products-grid.product-count-11,
  .best-products-grid.product-count-12 {
    grid-template-columns: repeat(4, 1fr);
  }

  .best-product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .best-product-card-background {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
  }

  .best-product-card-image {
    height: auto;
    object-fit: contain;
    z-index: 2;
    position: relative;
  }

  .best-product-card-info {
    width: 100%;
    text-align: center;
  }

  .best-product-card-title {
    color: #000;
    font-family: 'Montserrat-regular';
    font-size: 25px;
    font-style: normal;
    line-height: 150%;
    margin: 0 0 12px;
  }

  .best-product-card-price {
    color: #000;
    font-family: 'Montserrat-regular';
    font-size: 18px;
    font-style: normal;
    line-height: 150%;
    margin: 0 0 20px;
  }

  .best-product-card-button {
    width: 100%;
    padding: 16px 24px;
    border-radius: 8px;
    border: none;
    background: #6BC4E8;
    color: #fff;
    font-family: 'Montserrat-regular';
    font-size: 17px;
    font-style: normal;
    line-height: 150%;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: fit-content;
    justify-self: center;
  }

  .best-product-card-button:hover {
    opacity: 0.9;
    transform: translateY(-2px);
  }

  .best-product-card-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }

  @media (max-width: 1024px) {
    .best-products-grid.product-count-1 {
      grid-template-columns: 1fr;
      max-width: 100%;
    }

    .best-products-grid.product-count-2 {
      grid-template-columns: repeat(2, 1fr);
    }

    .best-products-grid.product-count-3 {
      grid-template-columns: repeat(2, 1fr);
    }

    .best-products-grid.product-count-4 {
      grid-template-columns: repeat(2, 1fr);
    }

    .best-products-grid.product-count-5,
    .best-products-grid.product-count-6,
    .best-products-grid.product-count-7,
    .best-products-grid.product-count-8,
    .best-products-grid.product-count-9 {
      grid-template-columns: repeat(2, 1fr);
    }

    .best-products-grid.product-count-10,
    .best-products-grid.product-count-11,
    .best-products-grid.product-count-12 {
      grid-template-columns: repeat(2, 1fr);
    }

    .best-products-grid {
      gap: 24px;
    }
  }

  @media (max-width: 768px) {
    .best-products-container{
    padding: 20px;
  }
    .best-products-section {
      padding: 40px 0;
    }

    .best-products-header {
      margin-bottom: 32px;
    }

    .best-products-header h2 {
      font-size: 1.75em;
      font-weight: 700;
      line-height: 150%;
    }

    .best-products-header p {
      font-size: 1em;
      font-weight: 400;
      line-height: 150%;
    }

    .best-products-grid.product-count-1,
    .best-products-grid.product-count-2,
    .best-products-grid.product-count-3,
    .best-products-grid.product-count-4,
    .best-products-grid.product-count-5,
    .best-products-grid.product-count-6,
    .best-products-grid.product-count-7,
    .best-products-grid.product-count-8,
    .best-products-grid.product-count-9,
    .best-products-grid.product-count-10,
    .best-products-grid.product-count-11,
    .best-products-grid.product-count-12 {
      grid-template-columns: 1fr;
    }

    .best-products-grid {
      gap: 32px;
    }

    .best-product-card-background {
      margin-bottom: 20px;
      max-width: 280px;
      margin-left: auto;
      margin-right: auto;
    }

    .best-product-card-title {
      font-size: 1.25em;
      font-weight: 700;
    }

    .best-product-card-price {
      font-size: 1.125em;
      font-weight: 700;
    }

    .best-product-card-button {
      padding: 14px 20px;
      font-size: 0.9375em;
    }
  }

  @media (max-width: 480px) {

    .best-products-header h2 {
      font-size: 1.5em;
    }

    .best-products-header p {
      font-size: 0.9375em;
    }
  }
.swiper-best-seller {
      width: 100%;
      height:100%;
    }
  .container-best-sellers{
    box-sizing: border-box;
    position:relative;
  }

  .container-best-sellers h2{
    color: #12222E;
    font-family: 'Montserrat-Black';
    font-size: 2em;
    font-style: normal;
    font-weight: 900;
    line-height: 130%;
  }

  .container-best-sellers > p{
    color: #193042;
    font-family: 'Montserrat-Black';
    font-size: 1.125em;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin: 0 auto 24px 0;
    max-width: 700px;
  }

  .swiper-best-seller-button {
      border-radius: 8px;
      border: 1px solid #12222E;
      background: #12222E;
      width: 42px;
      height: 42px;
      cursor: pointer;
      display: flex;
      justify-content: center;
      place-items: center;
    }
  .swiper-best-seller-button .swiper-best-seller-fill {
      fill: #fff;
    }
    .swiper-best-seller-button.swiper-button-disabled .swiper-best-seller-fill {
      fill: #12222E;
    }
    .swiper-button-best-seller-position{
      align-items:center;
      gap: 10px;
    }

    @media (max-width: 768px) {
        .container-best-sellers h1{
          font-size: 2em;
          font-weight: 700;
          line-height: 150%;
      }

      .container-best-sellers > p{
        font-size: 1em;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 20px;
      }
      .add-on-header{
        margin-bottom:20px;
      }
      .swiper-button-best-seller-position{
            align-self: flex-end;
      }
  }
.swiper_blog {
      width: 100%;
      height:auto;
    }
    .swiper-slide{
       height:auto;
    }
    .swiper-blog-button{
      border-radius: 8px;
      background: #12222E;
      color: #E8EAEC;
      padding: 16px 48px;
      font-size: 1.125em;
      font-style: normal;
      font-weight: 700;
      line-height: 150%;
      cursor:pointer;
      border: 1px solid #e8eaec !important;
    }
    .swiper-blog-button:hover{
      box-shadow: 3px 3px 0px 0px #193042;
      opacity: 1;
    }
    .blog_new_section {
      position: relative;
      width: 100%;
    }
  
    .blog_new_section-title {
      color: #12222E;
      font-family: 'Montserrat-Black';
      font-size: 4em;
      font-style: normal;
      font-weight: 900;
      line-height: 130%;
    }

    .blog_new_section-description {
      color: #193042;
      font-size: 1.125em;
      font-style: normal;
      font-weight: 600;
      line-height: 150%;
      margin: 0 auto 24px 0;
      max-width: 660px;
    }
  
    .blog-content-container{
      /* min-height: 11rem; */
      display:flex;
      
    }
    .blog-content-container h3 {
      color: #193042;
      font-size: 1.25em;
      font-style: normal;
      font-weight: 900;
      line-height: 130%;
      font-family: 'Montserrat-Black';
      flex-grow: 1;
      text-overflow: ellipsis;
      overflow: hidden;
    }
    .blog-content-container .featured-content {
      color: #193042;
      font-size: 0.875em;
      font-style: normal;
      font-weight: 500;
      line-height: 150%;
      margin-bottom: 10px;
      flex-grow: 1;
    }

    .blog-content-container .blog__text-link {
      color: #12222E;
      font-size: 1.125em;
      font-style: normal;
      font-weight: 700;
      line-height: 150%;
      text-decoration: underline;
      text-underline-offset: 5px;
    }

    .blog-container {
      border-radius: 24px;
      border: 2px solid #193042;
      background: #FFF;
      gap:5px;
      padding:10px;
    }
  .blog-container:hover {
    opacity:1;
  }
    .blog__media{
       border-radius: 24px;
    }

    .blog-container p {
      margin: 0px;
    }
    .swiper-feature-button {
      border-radius: 8px;
      border: 1px solid #12222E;
      background: #12222E;
      width: 42px;
      height: 42px;
      cursor: pointer;    
      display: flex;
      justify-content: center;
      place-items: center;
    }
    .swiper-button-position-blog{
      gap: 10px;
      width:fit-content;
          align-self: center;
    }
    .blog-margin-container{
      margin-bottom:10px;
    }

    @media (max-width: 767px) {
      .blog-content-container{
        min-height:18rem;
      }
      .swiper-blog-button{
        font-size:0.875em;
        font-weight: 600;
        padding: 8px 12px;
      }
      .swiper-button-position-blog{
        align-self:flex-end;
      }

      .blog_new_section{
        margin: 40px 0px 30px 0px;
        padding: 0px;
        padding-left: 18px;
      }
      .blog_new_section-title {
        font-size: 1.625em;
        font-weight: 700;
      }
      .blog_new_section-description {
        font-size: 0.875em;
        font-weight: 400;
        width:100%;
      }

      .blog-content-container h3 {
        font-size: 1.25em;
        font-weight: 700;
      }

      .blog-content-container .featured-content {
        font-size: 0.875em;
        font-weight: 400;
      }

      .blog-content-container .blog__text-link {
        font-size: 1.125em;
        font-weight: 400;
      }

      .blog-container img {
        padding: 0px;
      }

      .blog-container {
        padding: 10px;
        gap: 20px;
      }
    }
.swiper_featured {
      width: 100%;
      height: 100%;
    }

    .featured_in_section {
      margin-top:50px;
      padding: 0px 0px 60px 100px;
      position: relative;
      width: 100%;
      max-width: 2200px;
      margin-left: auto;
    }
  
    .featured_in_section-title {
      color: #12222E;
      font-family: 'Montserrat-Black';
      font-size: 4em;
      font-style: normal;
      font-weight: 900;
      line-height: 130%;
    }

    .featured_in_section-description {
      color: #193042;
      font-size: 1.125em;
      font-style: normal;
      font-weight: 600;
      line-height: 150%;
      margin: 0 auto 24px 0;
      max-width: 660px;
    }
    .swiper-featured-section h3 {
      color: #193042;
      font-size: 1.25em;
      font-style: normal;
      font-weight: 900;
      line-height: 130%;
      font-family: 'Montserrat-Black';
      text-overflow: ellipsis;
      overflow: hidden;
    }
  

    .swiper-featured-section .featured-content {
      color: #193042;
      font-size: 0.875em;
      font-style: normal;
      font-weight: 500;
      line-height: 150%;
      margin-bottom: 10px;
    }

    .swiper-featured-section a {
      color: #12222E;
      font-size: 1.125em;
      font-style: normal;
      font-weight: 700;
      line-height: 150%;
      text-decoration: underline;
      text-underline-offset: 5px;
    }

    .featured-container {
      border-radius: 24px;
      border: 2px solid var(--Foundation-Pantone-P300, #193042);
      background: #FFF;
      gap:5px;
      flex-direction:row;
    }

    .featured-container img {
      background-repeat: no-repeat;
      background-size: cover;
      -o-object-fit: cover;
      object-fit: cover;
      height:auto;
      padding: 10px;
      width:140px;
    }
    .featured-container p {
      margin: 0px;
    }
    .swiper-feature-button {
      border-radius: 8px;
      border: 1px solid #12222E;
      background: #12222E;
      width: 42px;
      height: 42px;
      cursor: pointer;    
      display: flex;
      justify-content: center;
      place-items: center;
    }

    .swiper-button-disabled {
      background: #FFF;
    }

    .swiper-feature-button .swiper-featured-fill {
      fill: #fff;
    }

    .swiper-feature-button.swiper-button-disabled .swiper-featured-fill {
      fill: #12222E;
    }
    .swiper-button-position{
      gap: 10px;
      align-items: center;
    }

    @media (max-width: 767px) {
      .swiper-button-position{
          align-self: flex-end;
      }
      .featured_in_section{
        margin-top:30px;
        padding: 0px 0px 30px 18px;
      }
      
      .featured_in_section-title {
        font-size: 1.625em;
        font-weight: 700;
      }

      .featured_in_section-description {
        font-size: 0.875em;
        font-weight: 400;
        width:100%;
      }

      .swiper-featured-section h3 {
        font-size: 1.25em;
        font-weight: 700;
      }

      .swiper-featured-section .featured-content {
        font-size: 0.875em;
        font-weight: 400;
      }

      .swiper-featured-section a {
        font-size: 1.125em;
        font-weight: 400;
      }

      .featured-container img {
        padding: 0px;
      }

      .featured-container {
        padding: 10px;
        gap: 20px;
        flex-direction:column;
      }
    }
.gifs-video-section {
    position: relative;
    overflow: hidden;
}
.gifs-video-section-track-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.gifs-video-title {
  font-size: 4em;
  margin-bottom: 10px;
  font-family: 'Montserrat-Black';
  line-height: 130%;
  text-align:center;
}
.gifs-video-subtitle {
  font-size: 1.125em;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 150%;
  text-align:center;
}

.gifs-video-section-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    padding: 0;
    margin: 0;
    list-style: none;
}

.gifs-video-section-slide {
    min-width: 100%;
    transition: transform 0.5s ease-in-out;
}

.gifs-video-section-nav {
    display: none;
    justify-content: center;
    margin-top: 10px;
}

.gifs-video-section-nav-button {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    border: 1px solid #193042;
}

.gifs-video-section-nav-button.current-slide {
    background-color: #193042;
}

.gifs-video-section-video {
    border-radius: 24px;
    border: 2px solid #193042;
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .gifs-video-section-track {
        display: flex;
        gap: 15px;
        justify-content: center;
    }

    .gifs-video-section-slide {
        min-width: auto;
    }

    .gifs-video-section-nav {
        display: none;
    }
}

@media (max-width: 767px) {
    .gifs-video-section-video {
        border-radius: 8px;
        border: 2px solid transparent;
        width: 300px;
        height: 300px;
    }

    .gifs-video-section-track {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .gifs-video-section-slide {
        min-width: 100%;
        text-align: -webkit-center;
    }

    .gifs-video-section-nav {
        display: flex;
    }
}
.how-works-new-container{
    padding: 40px;
    width: 100%;
    margin: 0 auto;
    max-width: 1800px;
  }
  .how-works-new-body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .how-works-new-header {
    font-size: 2.3rem;
    font-family: 'Montserrat-Bold';
    color: #000;
    margin-bottom: 20px;
  }

  .how-works-new-plan-sub-header {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: #000;
  }

  .how-works-new-description {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    color: #000;
    margin-bottom: 40px;
  }

  .how-works-new-plans {
    display: flex;
    margin-top: 30px;
    gap: 20px;
  }

  .how-works-new-plan {
    background-color: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    width: 48%;
    padding: 20px;
    border-radius: 24px;
  }

  .how-works-new-subscribe-plan {
    border: 4px solid #F4C430;
  }

  .how-works-new-one-time-plan {
    border: 4px solid #C5B9AC;
  }

  .how-works-new-plan-header {
    color: #000;
    font-family: 'Montserrat-Bold';
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%;
    margin-bottom: 10px;
  }

  .how-works-new-plan-price {
    color: #000;
    font-family: 'Montserrat-Bold';
    font-size: 45px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%;
    margin: 15px 0;
  }

  .how-works-new-list-title {
    color: #000;
    font-family: 'Montserrat-Bold';
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .how-works-new-plan-button {
    color: white;
    padding: 12px 20px;
    cursor: pointer;
    font-size: 17px;
    margin: 20px 0;
    width: 100%;
    transition: 0.2s;
    border-radius: 8px;
    border: none;
    background: #63CBE8;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
    width: fit-content;
    justify-self: center;
  }

  .how-works-new-plan-button:hover {
    opacity: 0.9;
    transform: translateY(-1px);
  }

  .how-works-new-plan-list {
    padding: 0;
    text-align: left;
    list-style: none;
  }

  .how-works-new-plan-list p {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
    line-height: 150%;
    padding-left: 20px;
    position: relative;
    font-weight: 600;
  }

  .how-works-new-plan-list p::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #000;
    font-weight: bold;
  }

  @media (max-width: 767px) {
    .how-works-new-container{
      padding:20px;
    }
    .how-works-new-header {
      font-size: 32px;
    }

    .how-works-new-description {
      font-size: 14px;
    }

    .how-works-new-plan {
      width: 100%;
    }

    .how-works-new-plans {
      flex-direction: column;
      gap: 15px;
    }

    .how-works-new-plan-header {
      font-size: 22px;
    }

    .how-works-new-plan-price {
      font-size: 22px;
    }

    .how-works-new-plan-button {
      font-size: 16px;
    }

    .how-works-new-plan-list li {
      font-size: 16px;
    }
    .how-works-new-plan-sub-header{
      font-size: 15px;
    }
    .how-works-new-plan-list p{
      
      font-size: 12px;
    }
  }
.how-works-body {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom:50px;
    }
    .how-works-container {
      text-align: center;
    }
    .how-works-header {
      font-size: 3.5em;
      font-style: normal;
      font-weight: 900;
      line-height: 130%;
      color: #12222E;
    }

    .how-works-plan-sub-header {
      font-size: 1em;
      font-style: normal;
      font-weight: 500;
      line-height: 150%;
      font-family: 'Comfortaa';
    }

    .how-works-description {
      font-size: 1.125em;
      font-style: normal;
      font-weight: 600;
      line-height: 150%;
    }

    .how-works-plans {
      display: flex;
      justify-content: space-between;
      margin-top: 30px;
    }

    .how-works-plan {
      background-color: white;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
      width: 48%;
      padding: 20px;
      border-radius: 24px;
      border: 2px solid #193042;
    }

    .how-works-plan-header {
      color: #12222E;
      font-family: 'Montserrat-Black';
      font-size: 2em;
      font-style: normal;
      font-weight: 900;
      line-height: 130%;
    }

    .how-works-plan-price {
      color: #12222E;
      font-family: 'Montserrat-Black';
      font-size: 2.5em;
      font-style: normal;
      font-weight: 900;
      line-height: 130%;
    }

    .how-works-list-title {
      color: #12222E;
      font-family: 'Montserrat-Black';
      font-size: 1em;
      font-style: normal;
      font-weight: 900;
      line-height: 130%;
    }

    .how-works-plan-button {
      color: white;
      padding: 10px 20px;
      cursor: pointer;
      font-size: 1.125em;
      margin-bottom: 25px;
      width: 100%;
      transition: 0.2s;
      font-family: 'Comfortaa';
    }

    .button-subscribe {
      border-radius: 8px;
      border: 1px solid #12222E;
      background: #FFF;
      color: #12222E;
      display:flex;
      justify-content: center;
    }

    .button-one-time {
      border-radius: 8px;
      border: 1px solid #E8EAEC;
      background: #12222E;
      color: #E8EAEC;
      display:flex;
      justify-content: center;
    }

    .button-subscribe:hover, .button-one-time:hover{
      opacity:1;
    }

    .how-works-plan-button:hover {
      box-shadow: 3px 3px 0px 0px #193042;
    }

    .how-works-plan-list {
      padding: 0;
      text-align: left;
    }

    .how-works-plan-list-item {
      font-size: 0.875em;
      margin-bottom: 10px;
    }

    .how-works-subscribe-plan {
      /* background: linear-gradient(265deg, #CFE4F2 0.22%, #90D2ED 51.32%, #63CBE8 100.42%); */
      background: #63CBE8;
    }

    .how-works-one-time-plan {
      background: #FFF;
    }

    @media (max-width: 767px) {
      .how-works-header {
        font-size: 2em;
      }

      .how-works-description {
        font-size: 0.875em;
        font-weight: 400;
      }

      .how-works-plan {
        width: 100%;
      }

      .how-works-plans {
        gap: 15px;
      }

      .how-works-plan-header {
        font-size: 1.375em;
      }

      .how-works-plan-price {
        font-size: 1.375em;
      }

      .how-works-plan-button {
        font-size: 1em;
      }

      .how-works-plan-list-item {
        font-size: 1em;
      }

    }
.swiper-slideshow-product {
      width: 100%;
      height:100%;
    }
/* .swiper-slide{
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    transition: .5s linear;
} */

  .container-slideshow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

  
.left-section {
    max-width: 50%;
    padding: 20px;
    display:flex;
    flex-direction:column;
}

.left-section h1 {
  color: #12222E;
    font-family: 'Montserrat-Black';
    font-size: 4.5em;
    font-style: normal;
    font-weight: 900;
    line-height: 130%;
}

.left-section p {
  color: #193042;
  font-family: 'Montserrat-regular';
  font-size: 1.125em;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; 
}

  
.left-section a {
    color: #E8EAEC;
    font-family: 'Montserrat-Black';
    font-size: 1.125em;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    border-radius: 8px;
    background: #12222E;
    padding: 16px 48px;
    transition: .2s;
    border: 0px;
    margin-top:10px;
    width:fit-content;
}
  .left-section a:hover{
     box-shadow: 3px 3px #193042;
      border: 1px solid #E8EAEC;
    opacity:1;
  }

  
.right-section {
    max-width: 45%;
    /* padding: 20px; */
    position: relative;
    margin-left: auto;
}
@media (max-width: 520px) {
    .swiper-slideshow-product{
      width: 100% !important;
    }
  }

  
@media (max-width: 768px) {
    .swiper-slideshow-product{
      width: 80%;
    }
    .swiper-3d{
      perspective:1000px;
    }
    .container-slideshow {
        flex-direction: column;
        padding: 18px;
    }
  
    .left-section, .right-section {
        max-width: 100%;
        padding: 10px;
    }

    .left-section h1 {
      font-size: 2.25em;
      font-weight: 700;
      line-height: 130%;
  }
    .left-section p{
      font-size: 1em;
      font-weight: 700;
    }
  .left-section button{
      font-size: 0.875em;
      padding: 16px 32px;
      font-weight: 600;
  }
}
.flavors-main-container {
    text-align: -webkit-center;
    font-family: 'Comfortaa';
  }
    .tab-content {
      display: none;
      opacity: 0;
      gap:20px;
    }

    .tab-content.active {
      display: flex;
      opacity: 1;
    }

    .tab-content .content-block,
    .tab-content .product_image_cotainer {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .tab-content .content-block.visible,
    .tab-content .product_image_cotainer.visible{
      opacity: 1;
      transform: translateY(0);
    }
  .tab-content-container {
    padding: 2em 0;
  }

  .flavors-main-static{
    padding: 3.2vw 40px;
  }

  .flavors-section {
    padding: 40px 20px;
    max-width: 1400px;
    margin: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    gap:20px;
  }


  .flavors-section .title {
    color: #12222E;
    font-family: 'Montserrat-Black';
    font-size: 4em;
    font-weight: 900;
    line-height: 130%;
    text-align: center;
  }

  .flavors-section .desc {
    font-size: 1.125em;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
  }

  .tab-buttons {
    border-radius: 8px;
    border: 1px solid #193042;
    background: #FFF;
    padding: 8px;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .tab-button {
    cursor: pointer;
    border-radius: 8px;
    padding: 16px 4em;
    font-family: 'Comfortaa';
    font-size: 1.125em;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    border: none;
    background: #fff;
    color: #193042;
  }
  .tab-button.active {
    color: #fff;
    background-color: var(--active-bg-color);
  }

  .flavors-main-title {
    font-size: 4em;
    font-style: normal;
    font-weight: 900;
    line-height: 130%;
    color: #12222E;
  }

  .flavors-sub {
    font-size: 1.125em;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
  }

  .product_image_cotainer {
    border-radius: 24px;
    border: 2px solid #193042;
    justify-content: center;
    }
  
  /* .shop-now-button{
    padding: 16px 48px;
    border-radius: 8px;
    background: #FFF;
    color: #12222E;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 150%;
      transition: 0.2s;
  } */
  
  /* .shop-now-button:hover{
    box-shadow: 3px 3px 0px 0px #193042;
    opacity:1;
  } */

  .product_image_cotainer a {
    border-radius: 8px;
    color: #12222E;
    font-size: 1.125em;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    width: 80%;
    background: #FFF;
    margin: 0 0 24px 0;
    padding: 16px 48px;
    transition: .2s;
  }
  .product_image_cotainer a:hover{
    box-shadow: 3px 3px 0px 0px #193042;
    opacity:1;
  }

  .heading-tabs-flavs {
    color: #12222E;
    font-family: 'Montserrat-Black';
    font-size: 2.5em;
    font-style: normal;
    font-weight: 900;
    line-height: 130%;
  margin-bottom: 30px;
  }

  .nutrition_inline div {
    border-top: 1px solid black;
    width: 20vw;
    display: flex;
    justify-content: space-between;
  }

  .icons-container-flavs img {
    margin-bottom: 12px;
  }

  .icons-container-flavs p {
    color: #193042;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }

  .tab-content-p1>p {
    text-align: start;
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }
  .space-around-flavs{
    justify-content: space-around;
  }
  .flavors-main-container .container{
    padding:40px;
  }
  .left-column, .right-column {
    width: 100%;
    gap:20px;
    flex-grow:1;
    grid-template-rows: repeat(2, 1fr);
    display: grid;
  }

  .content-block {
    /* background-color: {{ flavor_inner_bg }}; */
    border-radius: 24px;
    border: 1px solid #193042;
    padding: 32px;
    flex:1;
    align-content: center;
  }

  .content-block h2 {
    font-size: 2em;
    color: #12222E;
    font-family: 'Montserrat-Black';
    font-weight: 900;
    line-height: 130%;
  }
.content-block h3 {
    font-size: 2em;
    color: #12222E;
    font-family: 'Montserrat-Black';
    font-weight: 900;
    line-height: 130%;
  }
  .content-block h4 {
    font-size: 2em;
    color: #12222E;
    font-family: 'Montserrat-Black';
    font-weight: 900;
    line-height: 130%;
  }
  .content-block p {
    font-size: 1em;
    color: #193042;
    font-weight: 500;
    line-height: 150%;
  }


  .icons-row {
    display: flex;
    justify-content: space-around;
    margin: 25px 0px;
    background-color: {{ flavor_inner_bg }};
    border-radius: 24px;
    border: 1px solid #193042;
    padding: 32px;
  }
  .icons-row > div{
      display: flex;
      flex-direction: column;
      align-items: center;
      flex: 1 1 calc( 100% / 6 );
      text-align: center;
  }
  .icons-row div p{
    margin:0px;
  }

  @media screen and (max-width: 980px) {
      .flavors-main-static {
          padding: 30px 18px;
      }
  }

  @media screen and (max-width: 767px) {
    .flavors-section{
      gap:10px;
    }
    .tab-content{
      gap:0px;
    }
    .flavors-main-container .container {
      padding: 0px!important;
    }

    .left-column, .right-column{
      width: 100%;
      padding: 0px;
    }

    .right-column{
      margin-top:20px;
    }
    .flavors-main-title {
      font-size: 1.375em;
      font-weight: 700;
      line-height: 33px;
    }

    .flavors-sub {
      font-size: 0.875em;
      font-weight: 400;
      text-align: start;
    }

    .tab-buttons {
      display: flex;
      flex-wrap: nowrap;
      overflow-x: auto;
      width: auto;
      background: unset;
      padding: 6px;
      border-radius: 7.779px;
      border: 0.972px solid rgba(0, 0, 0, 0.12);
      border-right:0px !important;
      border-top-right-radius:0px;
      border-bottom-right-radius:0px;
      margin-left: 10px;
    }
    .tab-buttons::-webkit-scrollbar {
      display: none;
    }

    .tab-button{
      background: unset;
      font-size: 1em;
    }
    .tab-content-container{
      padding: 30px 18px;
    }
    .product_image_cotainer{
      margin-bottom:20px;
    }
    .product_image_cotainer img{
      width:unset;
    }
    .product_image_cotainer a{
      font-size: 1em;
      margin: 0 0 14px;
      font-weight: 600;
    }

    .icons-container-flavs p{
      font-size: 0.875em;
    }
    .icons-container-flavs img{
      width:32px;
      height:32px;
    }
    .nutrition_inline{
      margin-bottom: 2rem;
    }
    .nutrition_inline div{
      border-top:unset;
      border-bottom: 1px solid rgba(0, 0, 0, 0.25);
      width:100%;
      margin: 1rem 0 0 0;
    }
    .content-block{
      padding:20px;
    }
    .content-block h2{
      font-size:1.5em;
    }
    .content-block p{
      font-size:1.125em;
    }

    .icons-row {
      flex-wrap: wrap;
      margin:0;
      background-color: unset;
      border: unset;
      padding: 10px 0px;
    }
    .icons-row > div{
      flex: 1 1 calc( 100% / 3 );
      padding:10px;
    }
  }
.testemonial-bg-main{
    padding:0px 40px 40px 40px;
  }
  .background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
  .bg-testimonials {
    background-size: cover;
    background-position: center;
    border-radius: 24px;
    border: 2px solid var(--Foundation-Pantone-P300, #193042);
    position: relative;
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
    .bg-testimonials::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
    z-index: 1;
  }
  .testimonials-slider__title{
    font-size: 3em;
    font-family: 'Montserrat-Black';
    color: #12222E;
  }
  .testimonials-slider__desc{
    font-size: 1.125em;
    font-weight: 600;
    line-height: 150%;
    color: #495057;
    margin: 20px 0;
  }
  .carousel-testimonials-bg{
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 80%;
      max-width: 1200px;
      z-index: 2;
  }
    .testimonials-slider {
      margin-top:2rem;
      position: relative;
      max-width: 100%;
      overflow: hidden;
      border-radius: 24px;
      border: 2px solid #193042;
      background: #FFF;
    }

    .slides {
      display: flex;
      transition: transform 0.5s ease;
    }

    .slide {
      min-width: 100%;
      padding: 3em 1.5em;
      box-sizing: border-box;
      user-select: none;
    }

    .slide p {
      margin: 0px;
      font-size: 1.3em;
      font-style: normal;
      font-weight: 700;
      line-height: 150%;
      text-align: center;
    }

    .carousel-dots {
      display: flex;
      justify-content: center;
      margin-top: 5px;
    }

    .dot {
      width: 10px;
      height: 10px;
      background-color: transparent;
      border-radius: 50%;
      margin: 0 5px;
      cursor: pointer;
      border: 1px solid #193042;
    }

    .dot.active {
      background-color: #c3dbee;
    }

    .top-quote {
      position: absolute;
      top: -0.15em;
      left: 0.2em;
      z-index: 10;
      color: #69C9E7;
      font-family: "Clash Display";
      font-size: 86px;
      font-style: normal;
      font-weight: 400;
      display: inline-flex;
      line-height: 150%;
    }

    .bottom-quote {
      position: absolute;
      z-index: 10;
      color: #69C9E7;
      font-family: "Clash Display";
      font-size: 86px;
      font-style: normal;
      font-weight: 400;
      display: inline-flex;
      line-height: 150%;
      right: 0.2em;
      bottom: -0.6em;
    }
  
    .testimonials-slider__title, .testimonials-slider__desc{
      text-align:center;
    }
    .testimonials-slider__title{
      font-size: 3em;
    }
    .testimonials-slider__desc{
      font-size: 1.125em;
    }
    @media screen and (max-width: 767px) {
      .testemonial-bg-main{
        padding:0px 20px 40px 20px;
      }
      .slide p{
        font-size: 0.95em;
      }
      .slide {
        padding: 3em 1em;
      }
      .testimonials-slider__title, .testimonials-slider__desc{
        text-align:start;
      }
      .testimonials-slider__title{
        font-size: 2em;
      }
      .testimonials-slider__desc{
        font-size: 1em;
      }
    }
.testimonial-new-section {
    padding: 40px;
    max-width: 1800px;
    margin: 0 auto;
  }

  .testimonial-new__title {
    font-size: 2.3rem;
    font-family: 'Montserrat-Bold';
    color: #12222E;
    margin-bottom: 20px;
  }

  .testimonial-new__desc {
    font-size: 18px;
    font-weight: 600;
    line-height: 150%;
    color: #495057;
    margin-bottom: 40px;
  }

  .testimonial-new__swiper-container {
    position: relative;
    padding: 0 60px;
  }

  .testimonial-new__pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-bottom: 30px;
    position: relative;
    z-index: 10;
  }

  .testimonial-new__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #193042;
    opacity: 1;
    margin: 0 5px;
  }

  .testimonial-new__pagination .swiper-pagination-bullet-active {
    background-color: #c3dbee;
    border-color: #193042;
  }

  .testimonial-new__slide {
    height: auto;
    padding: 20px;
    box-sizing: border-box;
  }

  .testimonial-new__card {
    background: #FFF;
    border: 5px solid #69C9E7;
    border-radius: 20px;
    padding: 24px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }

  /* Speech bubble tail */
  .testimonial-new__card::after {
    content: '';
    position: absolute;
    bottom: -12px;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-top: 12px solid #69C9E7;
  }

  .testimonial-new__card::before {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 0 solid transparent;
    z-index: 1;
    border-top: 10px solid white;
  }

  .testimonial-new__stars {
    display: flex;
    gap: 4px;
    margin-bottom: 12px;
    justify-content: center;
  }

  .testimonial-new__star {
    width: 15.437px;
    height: 15px;
    display: inline-block;
    flex-shrink: 0;
  }

  .testimonial-new__star svg {
    width: 100%;
    height: 100%;
  }

  .testimonial-new__time {
    font-size: 0.875em;
    color: #211B32;
    text-align: center;
    margin-bottom: 12px;
  }

  .testimonial-new__content {
    font-size: 15px;
    line-height: 150%;
    color: #12222E;
    text-align: center;
    margin-bottom: 16px;
    flex-grow: 1;
  }

  .testimonial-new__author {
    font-size: 15px;
    font-weight: 700;
    color: #12222E;
    text-align: center;
    margin-top: auto;
    font-family: 'Montserrat-Bold';
  }

  .testimonial-new__navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    transition: all 0.3s ease;
    color: #000
  }
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after,
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    font-size: 21px;
  }


  .testimonial-new__navigation.swiper-button-disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }

  .testimonial-new__navigation--prev {
    left: 0;
    margin: unset;
  }

  .testimonial-new__navigation--next {
    right: 0;
    margin: unset;
  }

  .testimonial-new__navigation svg {
    width: 14px;
    height: 14px;
  }

  .testimonial-new__navigation path {
    fill: #193042;
  }

  @media screen and (max-width: 1024px) {
    .testimonial-new-section {
      padding: 40px 20px;
    }

    .testimonial-new__swiper-container {
      padding: 0 50px;
    }
  }

  @media screen and (max-width: 767px) {
    .testimonial-new-section {
      padding: 20px;
    }

    .testimonial-new__title {
      font-size: 2rem;
      text-align: start;
    }

    .testimonial-new__desc {
      font-size: 1em;
      text-align: start;
    }

    .testimonial-new__swiper-container {
      padding: 0 40px;
    }

    .testimonial-new__card {
      padding: 20px;
    }

    .testimonial-new__content {
      font-size: 0.9em;
    }

    .testimonial-new__navigation {
      width: 28px;
      height: 28px;
    }

    .testimonial-new__navigation svg {
      width: 12px;
      height: 12px;
    }
  }
.sparkling-main-container{
    text-align: -webkit-center;
    position: relative;
    background: rgba(254, 250, 238, 0.8);
    height:75vh;
  }
  .rotating-outer-container {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #193042;
    border-radius: 100px;
    padding: 5px;
  }

  .logo-container {
    z-index: 9999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .main-logo-grid {
    width: 230px;
    height: 230px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    position: relative;
  }

  .rotating-outer-container svg {
    animation: rotate 20s linear 0s infinite;
  }

  @keyframes rotate {
    0% {
      transform: rotate(0deg);
    }

    25% {
      transform: rotate(90deg);
    }

    50% {
      transform: rotate(180deg);
    }

    75% {
      transform: rotate(270deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  .make-middle svg {
    padding-top: 10px;
  }

  .rammetto-text-d {
    text-shadow: 4px 4px 0px #193042;
    -webkit-text-stroke-width: thin;
    -webkit-text-stroke-color: #193042;
    font-size: 4.5em;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }

  .comfortaa-text-d {
    font-size: 1em;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    color: #12222E;
  }

  .container-sparkling-d {
    margin: 60px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .flex-main-sparkling-d {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
  }

  /* .sparkling-mid-width {
    width: 17%;
    text-wrap: balance;
  } */

  .sparkling-container-2 {
    display: flex;
    gap: 30px;
  }

  .sparkling-container-2 div {
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: #193042;
  }

  .img-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
  }

  .img-container img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
  }

  .sparkling-svg-size-1 {
    width: 156px;
    height: 158px;
  }

  .sparkling-svg-size-2 {
    width: 69px;
    height: 35px;
  }
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .rammetto-text-d {
      font-size: 2.5em;
    }
}
  
  @media screen and (max-width: 767px) {
    .sparkling-main-container{
      height:100%;
    }
    .sparkling-main-container .container {
      padding: 20px;
    }

    .rammetto-text-d {
      font-size: 1.5em;
      text-shadow: 2.5px 2.5px 0px #193042;
      -webkit-text-stroke-width: thin;
    }
    .comfortaa-text-d {
      font-size: 0.75em;
    }

    .container-sparkling-d {
      margin: 75px 0 34px 0;
    }

    .flex-main-sparkling-d {
      gap: 8px;
    }

    /* .sparkling-mid-width {
      width: 50%;
    } */

    .sparkling-container-2 {
      flex-direction: column;
      gap: 15px;
    }

    .sparkling-container-2 div {
      font-size: 0.875em;
      font-weight: 400;
    }

    .main-logo-grid {
      width: 100px;
      height: 100px;
    }

    .sparkling-svg-size-1 {
      width: 77px;
      height: 78px;
    }

    .sparkling-svg-size-2 {
      width: 42px;
      height: 34px;
    }
  }
.main-why-frio{
    background: linear-gradient(265deg, #CFE4F2 0.22%, #90D2ED 51.32%, #63CBE8 100.42%);
  }

  .main-why-frio h1{
    font-size: 3.5em;
    font-style: normal;
    font-weight: 900;
    line-height: 130%;
    color: #12222E;
  }
  .main-why-frio > div > p{
    text-align: start;
    font-size: 1.3em;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
  }
  .testimonials-slider {
    margin-top:2rem;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    border-radius: 24px;
    border: 2px solid #193042;
    background: #FFF;
  }
  
  .slides {
    display: flex;
    transition: transform 0.5s ease;
  }

  .slide {
    min-width: 100%;
    padding: 3em 1.5em;
    box-sizing: border-box;
    user-select: none;
  }

  .slide p {
    margin: 0px;
    font-size: 1.3em;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
  }
  
  .carousel-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }

  .dots {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    border: 1px solid #193042;
  }

  .dots.active {
    background-color: #193042;
  }

  .top-quote {
    position: absolute;
    top: -0.15em;
    left: 0.2em;
    z-index: 10;
    color: #69C9E7;
    font-family: "Clash Display";
    font-size: 86px;
    font-style: normal;
    font-weight: 400;
    display: inline-flex;
    line-height: 150%;
  }

  .bottom-quote {
    position: absolute;
    z-index: 10;
    color: #69C9E7;
    font-family: "Clash Display";
    font-size: 86px;
    font-style: normal;
    font-weight: 400;
    display: inline-flex;
    line-height: 150%;
    right: 0.2em;
    bottom: -0.6em;
  }
  .google-reviews__review-stars{
    color: #FFD700;   
    display: grid;
    justify-items: center;
  }
  @media screen and (max-width: 767px) {
    .margin-pic-mobile{
      margin-top: -3em;
    }
    
    .main-why-frio > div > p{
      font-size: 0.9em;
    }
    
    .slide p{
      font-size: 0.95em;
    }
    .slide {
      padding: 3em 1em;
    }
  }