.prod-tag-ndd,
.prod-tag-smd,
.prod-tag-tdd {
  position: absolute;
  bottom: 40px;
  right: 5px;
  font-size: 10px;
  font-weight: 500;
  padding: 2px 10px;
  border-radius: 40px;
}
@media screen and (max-width: 468px) {
  .prod-tag-ndd,
  .prod-tag-smd,
  .prod-tag-tdd {
    font-size: 8px !important;
  }
}

.prod-tag-tdd {
  color: #5332f7;
  background: rgba(123, 97, 255, 0.16);
}

.prod-tag-ndd {
  color: #fa6736;
  background: #fff5f2;
}

.prod-tag-smd {
  color: #ffffff;
  background: #c026d3;
}

.shopLogo {
  width: 62px;
  height: 32px;
  object-fit: cover;
}

.order-button {
  width: 80px;
  padding: 6px;
  background: #21a9e3;
  color: #fff;
  border: 1px solid #21a9e3; /* keep border always */
  border-radius: 5px;
  font-size: 10px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.22s ease, color 0.22s ease, transform 0.18s ease;
}

.order-button:hover {
  background: #fff;
  color: #21a9e3;
  transform: scale(1.02);
}
.prod-img img{
  height: 150px !important;
}
.card-title a {
    display: block;
    width: 230px;
    font-size: 15px;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
