/** Shopify CDN: Minification failed

Line 36:16 Expected identifier but found whitespace
Line 36:18 Unexpected "{"
Line 36:27 Expected ":"
Line 36:55 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:denim-studio-image-with-text (INDEX:1) */
.denim-care {
      display: flex;
      min-height: 700px;
    }

    .denim-care--reverse {
      flex-direction: row-reverse;
    }

    .denim-care__content,
    .denim-care__media {
      width: 50%;
    }

    .denim-care__content {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .denim-care__content-inner {
      width: 100%;
      max-width: {{ section.settings.content_width }}px;
      text-align:left;
    }

    .denim-care__heading {
      margin: 0 0 24px;
      font-size: 23px;
      line-height: 1.1;
      letter-spacing: 2px;
    }

    .denim-care__heading.is-uppercase {
      text-transform: uppercase;
    }

    .denim-care__description p {
      margin: 0 auto 35px;
      max-width: 500px;
      font-size: 15px;
      line-height: 1.5;
      color:#2f5652;
    }

    .denim-care__tips {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

   .denim-care__tip
 {
    padding: 11px 11px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 1.3;
    text-align: left;
}
    .denim-care__media {
      position: relative;
    }

    .denim-care__image {
      width: 100%;
     display:flex;
     height: 100%;
     max-height: 100%;
    }
  .denim-care__image--mobile{
    display:none;
  }
 @media screen and (max-width: 989px) {
      .denim-care {
        flex-direction: column;
        min-height: auto;
      }

      .denim-care--reverse {
        flex-direction: column;
      }

      .denim-care__content,
      .denim-care__media {
        width: 100%;
      }

      .denim-care__content {
        padding: 40px 20px;
      }

      .denim-care__heading {
        font-size: 30px;
      }

      .denim-care__description {
        font-size: 18px;
      }

      .denim-care__tip {
        font-size: 18px;
      }

      .denim-care__media {
        order: -1;
      }

      .denim-care--reverse .denim-care__media {
        order: -1;
      }
    }
  @media (max-width: 749px){
    .denim-care__image--desktop{
      display:none;
    }

    .denim-care__image--mobile{
      display:flex;
      height:auto;
    }
    .denim-care__heading {
        font-size: 18px;
      }

      .denim-care__description p {
        font-size: 12px;
      }

      .denim-care__tip {
        font-size: 12px;
      }
  }
/* END_SECTION:denim-studio-image-with-text */