.vendor-banner img {
  max-width: 100%;
}
.product-default-img {
  height: 300px;
  object-fit: cover;
  width: 100%;
  object-position: top;
}
.product-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* color: rgb(0, 0, 0); */
  /* line-height: 18px; */
  height: 40px;
  font-size: 16px;
  margin-bottom: 8px;
}
.product-thumbs .card .product-options {
  display: none;
}
.product-thumbs .card:hover .product-options {
  display: block;
}
.variation-option {
  min-width: 35px;
  min-height: 35px;
  text-align: center;
  border: 1px solid #f1f1f1;
  padding: 5px 5px;
  border-radius: 50%;
  color: #000;
}
.active-variation {
  background-color: #c2f2fc;
}
.active-link {
  /* color: red !important; */
  background-color: #ff2c2c !important;
}
.single-product .product-options {
  padding: 10px;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 300ms, opacity 300ms;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.65);
}
.single-product-image {
  height: 470px;
  width: 100%;
  object-fit: cover;
}

.product-short-name {
  height: 44px !important;
}
