/* Add custom CSS styles below */ 
.s-product-card-content-title {
  text-align: center !important;
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: 10px;
  direction: ltr; /* للأرقام */
}

.s-product-card-content-sub {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}
.s-product-card-price {
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  direction: rtl;
}

.s-block--fixed-banner img {
  width: 100%;
  aspect-ratio: 4 / 1;
  object-fit: cover;
}