.featured-products-new {
  font-size: 16px;

  .grid {
    display: grid;
  }

  h3 {
    line-height: 1.3;
  }

  .mb-2 {
    margin-bottom: 8px;
  }

  .mb-4 {
    margin-bottom: 16px;
  }

  .products-page-width {
    @media (max-width: 992px) {
      padding: 0;
    }
  }

  .featured-products-new--wrap {
    @media (max-width: 992px) {
      padding: 0 5rem;
      display: flex;
      flex-wrap: nowrap;
      overflow-y: hidden;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      &::-webkit-scrollbar {
        display: none;
      }
    }
    @media (max-width: 749px) {
      padding: 0 1.5rem;
      gap: 15px;
    }
  }

  .featured-products-new--item {
    @media (max-width: 992px) {
      flex: 0 0 auto;
      width: 350px;
      height: auto;
    }
    @media (max-width: 479px) {
      width: 300px;
    }

    .card-text {
      @media (max-width: 479px) {
        padding: 20px;
      }
    }
  }

  .sealsubs-target-element {
    display: none;
  }

  .quick-add {
    margin: 0;
  }

  .badge {
    background-color: var(--badge-bg-color);
    color: var(--badge-text-color);
    padding: 4px 12px;
  }

  .review-stars {
    color: var(--badge-bg-color);
  }

  .product-title {
    a:after {
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1;
    }
  }

  .product-subtitle {
    margin-top: 3px;
  }

  .price-wrap {
    .price {
      font-weight: 500;
    }
    
    .price-item--compare-at {
      display: none;
    }
  }

  .quick-add__submit {
    z-index: 2;
    position: relative;
    background-color: rgb(var(--color-button));
    color: rgb(var(--color-button-text));
  }
}