nav a,
.header-nav a,
.navbar a {
  font-size: 1.2rem !important; /* Adjust as needed */
  font-weight: 900;
}
.s-product-card-content-title a {
  font-size: 1.2rem !important;  /* Increase size */
  line-height: 1.6 !important;
  font-weight: 700;
}

/* RTL padding (keep or adjust as needed) */
.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 2rem; /* or increase to 2.5rem if needed */
}

/* Main slider block title styling */
.s-slider-block__title h2 {
  position: relative;
  font-size: 1.5rem !important;     /* Increased from 1.125rem */
  line-height: 1.4 !important;      /* Better spacing */
  font-weight: 800 !important;      /* Stronger visual hierarchy */
  color: #1f2937;                   /* Tailwind's gray-800 */
  margin-bottom: 1rem;              /* Add spacing below if needed */
  text-transform: capitalize;       /* Optional: capitalize titles */
}