/* Add custom CSS styles below */ 
/* يخلي كل الأسعار باللون الأحمر */
.s-product-card-price {
  color: red !important;
}

.s-fast-checkout-button {
  background: var(--color-primary);
  color: #fff;
}