<style>
/* ✅ تنسيق العناوين */
h2, h3, .section-title {
  color: #37a649 !important;
  text-shadow: 1px 1px 0 #000;
}

/* ✅ زر Show All Products */
a.block.w-fit.mx-auto.mt-10.px-12.font-bold.text-xl.text-center.rounded-full {
  background-color: #37a649 !important;
  color: #ffffff !important;
  border: 2px solid #000 !important;
  box-shadow: 6px 6px 0 #000 !important;
  transition: all 0.3s ease-in-out;
}

a.block.w-fit.mx-auto.mt-10.px-12.font-bold.text-xl.text-center.rounded-full:hover {
  background-color: #f2e52e !important;
  color: #000 !important;
}

/* ✅ أسهم السلايدر لو معمولة بـ ::after */
.swiper-button-next::after,
.swiper-button-prev::after {
  color: #37a649 !important;
  text-shadow: 1px 1px 0 #000 !important;
  font-size: 24px !important;
}

/* ✅ لو الأسهم SVG */
.swiper-button-next svg,
.swiper-button-prev svg {
  fill: #37a649 !important;
  stroke: #000 !important;
  stroke-width: 1.5px;
}
</style>
