/** Shopify CDN: Minification failed

Line 130:1 Expected "}" to go with "{"

**/
#care-card {
  background-color: #eebad6;
  margin-top: 10px;
  max-width: 100%;
  position: center !important;
  .grid {
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .image {
    position: relative;
    container-type: size;
    min-height: 400px;
    &:before {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      content: '';
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 0 30cqh 100cqh 0;
      border-color: transparent #eebad6 transparent transparent;
      transform: rotate(0deg);
    }
  }
  .text {
    padding: 40px 40px 40px 0;
    box-sizing: border-box;
    .item-title {
      color: #FFF;
      font-size: 40px;
      line-height: 1;
      margin-bottom: 20px;
      font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
    letter-spacing: calc(var(--font-heading-scale) * .06rem);
    /* line-height: calc(1 + .3/max(1,var(--font-heading-scale))); */
    word-break: break-word;
    }
    .overview {
      margin-bottom: 15px;
    }
  }
  .featured-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .foot {
    display: grid;
    grid-template-columns: 1fr max-content;
    align-items: flex-end;
    gap: 40px;
    .right {
      width: 120px;
    }
    .left {
      display: flex;
      flex-direction: column;
      gap: 10px;
      svg {
        display: block;
        width: 70px;
      }
      .light-conditions,
      .watering {
        font-size: 21px;
        display: flex;
        align-items: center;
        line-height: 1.8;
        svg {
          margin-right: 10px;
          scale: 5;
        }
      }
      .watering {
        svg {
          scale: 4;
          transform-origin: center;
        }
      }
      .contact {
        font-size: 14px;
        line-height: 1.6;
        padding: 15px 0 0 15px;
        a {
          color: #FFF;
          text-decoration: none;
        }
      }
      .right {
    svg {
          height: 100px !important;
          width: 150px; 
          color: #FFF !important;
          fill: #FFF !important;
          stroke: #FFF !important;
          .cls-1 {
            fill: #FFF !important;
                }
        }
    }
    
  }
}

@media screen and (max-width: 992px) {
  #care-card {
    margin-top: 0;
  }
  #care-card .grid,
  #care-card .foot {
    grid-template-columns: 1fr;
  }
  #care-card .text {
    padding: 30px;
  }
  #care-card .image {
    display: none;
  }
}