.text-card {
  margin-top: 10px;
}
.products-card {
  height: 100%;
  border: 1px solid #c4c4c4;
  padding: 6px;
}
.content-card {
  color: black;
  height: 90%;
}

.btn-card {
  color: white;
  font-size: 11px;
  padding: 6px 25px;
  border-radius: 10px;
  border: 0;
  background-color: #333333;
  text-transform: uppercase;
}
.btn-card:hover {
  transform: scale(1.02);
  transition: transform 0.5s;
}
.title-card {
  font-size: 13px;
  font-weight: bold;
  color: black;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.kategori-card {
  font-size: 12px;
  color: silver;
}
.price-card {
  line-height: 0.7em;
}
.discount-card {
  font-size: 10px;
}
.image-card {
  width: 100% !important;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.badge {
  margin: 5px 0 0 5px !important;
  -webkit-animation: scale-up-center 1s cubic-bezier(0.39, 0.575, 0.565, 1)
    infinite alternate both;
  animation: scale-up-center 1s cubic-bezier(0.39, 0.575, 0.565, 1) infinite
    alternate both;
}

.product-price {
  color: #0e185f;
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
}
.product-price:nth-of-type(2) {
  font-size: 10px;
}
.swiper-slide {
  height: auto !important;
}
