/* Add custom CSS styles below */ 

.mt-5 {
    margin-bottom: 1.25rem;
}

@media (max-width: 991px) {
.simplified-products .s-products-list-wrapper .product-card--simplified .product-card__promotion {
    top: 1rem;
    bottom: auto;
    left: 1rem;
    right: auto;
  }
}

/* Match the English metadata layout to the Arabic (RTL) version */
[dir="ltr"] .s-metadata-box {
  direction: rtl !important;
  text-align: right !important;
}

[dir="ltr"] .s-metadata-box .s-metadata-row-name,
[dir="ltr"] .s-metadata-box .s-metadata-row-value {
  text-align: right !important;
}