predictive-search {
  --COLUMNS: 3;
  .product-item__title {
    text-transform: var(--FONT-UPPERCASE-HEADING);
    font-weight: var(--FONT-WEIGHT-BODY) !important;
    font-size: 14px;
  }

  .predictive-search__heading {
    text-transform: uppercase;
  }

  .product-information .price small {
    text-transform: none;
  }

  .price {
    font-size: 14px !important;
  }

  .predictive-search__link{
    text-transform: var(--FONT-UPPERCASE-HEADING);
    font-size: 14px !important;
  }

  .search-form button[type=reset] {
    font-size: var(--font-body-small) !important;
  }



@media screen and (min-width: 768px) {
  .product-link {
    display: flex !important;
  }

  .product-item__title {
    font-weight: var(--FONT-WEIGHT-BODY-BOLD) !important;
  }

  .price {
    font-weight: var(--FONT-WEIGHT-BODY) !important;
    opacity: 1 !important;
  }
  
  .product-item__image {
    border-radius: 0 !important;
  }
}
}

@media only screen and (max-width: 749px) {
.predictive-search {
  padding-right: 0;

  .predictive-search__heading  {
    font-size: 12px !important;
    line-height: 18px;
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-color: var(--black);
  }

  .predictive-search__item {
    margin-bottom: 10px;
    .predictive-search__link {
      font-size: 12px !important;
      padding: 0 !important;
    }
  }

  .predictive-search__products__list {
    .predictive-search__grid-item {
      background: transparent !important;
    }
    
    .grid-item.product-item {
      border: none;
    }

    .product-link {
      display: grid !important;
      grid-template-columns: 19% 1fr !important;
      gap: 15px;
      min-height: 81px;

      .product-item__info {
        padding: 0 !important;
        justify-content: center;
        gap: 0;

        .product-item__title {
          font-size: 12px !important;
          line-height: 18px;
        }

        .price {
          font-size: 12px !important;
          line-height: 18px;
          font-weight: 300 !important;
          margin: 0;
        }
      }
    }
  } 

  .product-item__image {
      border-radius: 8px !important;
  }
}
}
