.product-media {
  padding: 0 !important;
}
.product-media img {
  border-radius: 0 0 0 0 !important;
}
.shop_logo {
  height: 32px;
  object-fit: cover;
  padding: 1px;
}

.shopName {
  max-width: 90px;
  font-size: 11px;
}
.container-fluid {
  max-width: 100%;
  padding: 8px;
}
.prod-tag-ndd,
.prod-tag-smd,
.prod-tag-tdd {
  position: absolute;
  top: 30px;
  right: 5px;
  font-size: 10px;
  font-weight: 500;
  padding: 2px 10px;
  border-radius: 40px;
}
.prod-tag-tdd {
  color: #7b61ff;
  background: rgba(123, 97, 255, 0.16);
}
.prod-tag-ndd {
  background: #fdf3e3;
  color: #7a5a18;
}
.prod-tag-smd {
  background: #eaf4ec;
  color: #2a7a3b;
}

@media screen and (max-width: 576px) {
  .prod-tag-sp {
    bottom: 40px !important;
  }
}

.order-btn {
  /* margin-top: 12px; */
  width: 100px;
  padding: 6px;
  background: var(--order-btn-color);
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.22s ease, transform 0.18s ease;
}

.order-btn:hover {
  background: #fff;
  color: var(--order-btn-color) !important;
  border: 1px solid var(--order-btn-color);
  transform: scale(1.02);
}


