/* Add custom CSS styles below */ 
.section-title,
.widget-header__title,
.products-carousel__title,
.widget-header h2,
.widget-header h3,
.s-slider-block__title h2,
.s-block__title h2,
h2.mb-4.text-lg.font-bold.leading- {
  background: linear-gradient(90deg, rgba(145,118,40,0.95), rgba(190,165,75,0.95), rgba(225,210,120,0.95)) !important;
  background-image: linear-gradient(90deg, rgba(145,118,40,0.95), rgba(190,165,75,0.95), rgba(225,210,120,0.95)) !important;
  display: inline-block !important;
  padding: 6px 14px !important;
  border-radius: 12px !important;
  color: inherit !important;
  font-weight: inherit !important;
  box-shadow: 0 3px 10px rgba(0,0,0,0.25) !important;
  backdrop-filter: blur(2px) !important;
  -webkit-backdrop-filter: blur(2px) !important;
  position: relative !important;
  z-index: 1 !important; /* ✅ أصبح منخفضًا ولا يغطي القائمة */
  border: none !important;
}