/**
 * - Year Make Model-
 *
 * @format
 */

/* .page {
  width: min(1440px, 100%);
  max-width: none;
} */

/*
#ymm_searchbox {
  background-color: #0094d6 !important;

  h2,
  label {
    color: white !important;
  }
}
*/
/*
#ymm_searchbox .btn.ymm_search {
  background-color: #000000;
  transition: all 0.2s;

  &:hover {
    background-color: #3c3c3c;
    border-color: #3c3c3c;
  }
}

#ymm_searchbox .btn.ymm_search[disabled] {
  opacity: 1 !important;
  background-color: #3c3c3c;
  border: none;
}

.ymm-grid .grid {
  column-gap: 25px !important;
  row-gap: 25px !important;
  justify-content: center;
  margin: 0 !important;
}
*/

/*
.ymm_content {
  padding-top: 30px;
}

.grid__item {
  margin: 0 !important;
  background-color: white;
  border-radius: 5px !important;
  width: max(230px, 20%) !important;
  box-shadow: 0 0 15px 1px #0003;
  padding: 15px !important;
}

.grid__item .product-thumb {
  min-height: 0 !important;
}

.grid__item .product-thumb a {
  background: none;
}
*/
