/** Shopify CDN: Minification failed

Line 10:15 Expected identifier but found whitespace
Line 10:17 Unexpected "{"
Line 10:35 Expected ":"

**/
  .whats-inside__wrapper {
    padding: 0 20px;
    background: {{ bg_color_wrapper }};
  }
  .whats-inside__container {
    padding: 50px 0 0;
  }
  h1.whats-inside__heading {
    color: #333334;
}
  .whats-inside__content-img img {
    width: 45%;
    height: 100%;
    object-fit: contain;
  }
  .whats-inside__content {
    position: relative;
    margin: 30px 0 10px;
  }
  .whats-inside__item-description {
    font-size: 13px;
    line-height: 16px;
    margin-top: 5px;
  }
  .whats-inside__content-item {
    position: absolute;
    padding: 10px 20px;
    border-radius: 20px;
    width: 320px;
  }
  .whats-inside__content-item:nth-child(2) {
    top: 7%;
    left: 10%;
    width: 250px;
  }
  .whats-inside__content-item:nth-child(3) {
    top: 0;
    right: 17%;
    border-bottom-left-radius: 0;
  }
  .whats-inside__content-item:nth-child(4) {
    right: 10%;
    bottom: 3%;
  }
  .whats-inside__content-item:nth-child(5) {
    bottom: 20%;
    left: 12%;
    border-top-right-radius: 0;
  }
  .whats-inside__cta {
    margin: 10px 0 35px;
  }
  .whats-inside__mobile {
    display: none;
  }
  .whats-inside__content-item:nth-child(2):after {
    content: '';
    background: url('/cdn/shop/files/Path_32771.svg?v=1693896193');
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    left: 60%;
    bottom: -90%;
  }
  .whats-inside__content-item:nth-child(4):after {
    content: '';
    background: url('/cdn/shop/files/Path_32770.svg?v=1693896194');
    height: 100%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    top: -60%;
    left: -48%;
  }
  @media (max-width: 1024px) {
    .whats-inside__content-item:nth-child(2), .whats-inside__content-item:nth-child(5) {
      left: 0%;
    }
    .whats-inside__content-item:nth-child(3), .whats-inside__content-item:nth-child(4) {
      right: 0;
    }
    .whats-inside__content-item:nth-child(2):after {
      left: 60%;
    }
    .whats-inside__content-item:nth-child(4):after {
      height: 100px;
      width: 100px;
      top: -40%;
      left: -30%;
      background-size: contain;
    }
  }
  @media (max-width: 768px) {
    .whats-inside__content-img img {
      width: 80%;
      margin: 100px 0;
    }
    .whats-inside__content-item {
      width: 50%;
    }
    .whats-inside__desktop {
      display: none;
    }
    .whats-inside__mobile {
      display: block;
    }
    .whats-inside__cta {
      margin: 20px 0 0;
    }
    .whats-inside__content-item:nth-child(2):after {
      left: 20%;
      bottom: -140%;
    }
    .whats-inside__content-item:nth-child(4):after {
      top: -75px;
      left: 20%;
    }
  }
  @media (max-width: 589px) {
    .whats-inside__content-img img {
      width: 80%;
      margin: 100px 0 150px;
    }
    .whats-inside__content-item:nth-child(2):after {
      height: 100px;
      width: 100px;
      bottom: -100%;
    }
  }
  @media (max-width: 390px) {
    .whats-inside__content-item:nth-child(4) {
      bottom: 0%;
      padding-right: 0;
      padding-left: 10px;
  }
  
  }