/* Enlarge the sale price ONLY inside the "Special Product" home block */
.s-block--special-product .special-price-current {
  font-size: 2.4rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.s-block--special-product .special-price-before {
  font-size: 1.1rem !important;
}

.s-block--special-product .special-price-instead {
  font-size: 0.95rem !important;
}

@media (max-width: 768px) {
  .s-block--special-product .special-price-current {
    font-size: 1.8rem !important;
  }
}

.s-block--special-product .p_image img {
  aspect-ratio: 641 / 900; /* matches the image's real dimensions */
  height: auto;
}

.special-product-countdown {
  min-height: 90px; /* reserve space before the timer JS renders numbers */
}

/* Make the section headers stand out clearly */
#mobile-menu .menu-section-heading .menu_title {
  font-size: 1.25rem !important;
  font-weight: 800 !important;
  color: #000 !important;
  padding-top: 4px;
  padding-bottom: 4px;
}

/* Keep the regular sub-items lighter by comparison */
#mobile-menu li:not(.menu-section-heading) .menu_title {
  font-size: 1rem;
  font-weight: 500;
  color: #4b5563; /* gray, matches your current sub-item tone */
}


.s-slider-block__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s-slider-block__title-right {
  width: 100%;
  text-align: center;
}

.s-slider-block__title-right h1,
.s-slider-block__title-right h2 {
  font-size: 2rem !important;
  font-weight: 800 !important;
  display: inline-block;
}

/* Keep "عرض الكل" + arrows pinned to the left, since the title now spans full width */
.s-slider-block__title-left {
  position: absolute;
  left: 0;
}

@media (max-width: 768px) {
  .s-slider-block__title-right h1,
  .s-slider-block__title-right h2 {
    font-size: 1.4rem !important;
  }
}


#mobile-menu .menu-section-heading .menu_title {
  font-size: 1.25rem !important;
  font-weight: 800 !important;
  color: #000 !important;
  padding-top: 4px;
  padding-bottom: 4px;
}

#mobile-menu li:not(.menu-section-heading) .menu_title {
  font-size: 1rem;
  font-weight: 500;
  color: #4b5563;
} 

.s-block--categories .s-block__title {
  display: flex;
  justify-content: center;
  text-align: center;
}

.s-block--categories .s-block__title > div {
  align-items: center;
}

.s-block--categories .s-block__title h2 {
  width: auto !important;
  text-align: center;
}

.s-block--categories .s-block__title p {
  width: auto !important;
  text-align: center;
}