.product-card__image {
  position: relative;
}

/* البادج */
.product-card__discount {
  position: absolute;
  top: 10px;
  right: 10px;

  background: linear-gradient(45deg, #9c3701, #e67a2e);
  color: #ffffff !important;

  padding: 5px 12px;
  font-size: 12px;
  font-weight: 700;

  border-radius: 20px;
  line-height: 1;

  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
  z-index: 10;
}

/* لو فيه نص جواه */
.product-card__discount * {
  color: #ffffff !important;
}

/* تحسين الشكل على الموبايل */
@media (max-width: 768px) {
  .product-card__discount {
    top: 8px;
    right: 8px;
    font-size: 11px;
    padding: 4px 10px;
  }
}

.advanced-slider {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.s-block {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.product-price-bottom {
  display: none !important;
}