/* Product category & brand */
.s-product-card-category,
.s-product-card-brand {
  width: 100%;
  text-align: center;
}

/* Dark mode product category & brand */
.dark .s-product-card-category,
.dark .s-product-card-brand {
  color: #000;
  background-color: #fff;
}

/* Installment text color */
.s-installment-mispay-content-text,
.s-installment-madfu-content-text,
.s-installment-emkan-content-text,
.s-installment-rajehi-content-text {
  color: #9fe7f5;
}

/* Dark mode installment widgets border */
.dark #tabbyPromo > [class*="styles__tabby"],
.dark .tamara-product-widget,
.dark .s-installment-madfu-wrapper {
  border: 1px solid #9fe7f5;
}