/** Shopify CDN: Minification failed

Line 10:14 Expected identifier but found whitespace
Line 10:16 Unexpected "{"
Line 10:25 Expected ":"
Line 10:50 Expected ":"

**/
.insp-product-section-title {
    font-size: {{ section.settings.title-size }}px !important;
    margin-bottom: 30px;
  }

  .product-item-description,
  .product-item-description h4 {
    color: #000;
    text-decoration: none;
    font-weight: 200;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    margin: 0;
  }

  .product-item-description {
    width: 100%;
    text-align: center;
  }

  .grid__item {}

  .ProductSection--new .grid{
        margin: 0;
  }
  
  .newIn--products {
     
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 10px;
  }

  @media only screen and (max-width: 749px) {

    .product-item-description,
    .product-item-description p {
      font-size: 10px !important;
    }
    .grid__item {
      padding-left: 0;
    }

    

    .newIn--products .small--one-half {
      width: calc(50% - 5px);
    }
  }