.more-link {
  display: none;
}
.promotion-badge.has-discount {
      color: rgb(255 255 255);
  background-color: #e6b09e;
}img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  img {
    object-fit: cover; /* يجعل الصور تملأ المساحة بالكامل */
  }
}