/* Add custom CSS styles below */ 
main#main-content > section.abayat-categories-section.py-16 {
  background-color: #7bc3b8 !important;
}
main#main-content > section.abayat-categories-section.py-16 div {
  background-color: transparent !important;
  background-image: none !important;
}
/* Target any section with the slider (s-block or best-offers ID) */
section.s-block,
section[id*="best-offers"] {
  background-color: #7bc3b8 !important;
  max-width: 100% !important;
  width: 100% !important;
  margin-top: 0 !important;
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  display: flex !important;
  justify-content: center !important;
}

/* Keep the inner slider wrapper centered and constrained */
section.s-block .s-products-slider-wrapper,
section[id*="best-offers"] .s-products-slider-wrapper {
  max-width: 1280px !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.index salla-button button.s-button-element {
  background-color: #dd67a3 !important;
  border: none !important;
  color: #ffffff !important;
}
.index custom-salla-product-card, 
.s-product-card-content,
.s-product-card-content-main,
.s-product-card-image {
  background-color: #99d1c8 !important;
}
a.abayat-banner-with-text-btn {
  background-color: #fe8abd !important;
  border-color: #fe8abd !important;
  color: #ffffff !important;
}
@media (max-width: 768px) {
  section.abayat-banner-with-text {
    align-items: flex-start !important;
    padding-top: 2rem !important; /* Adjust for desired mobile top spacing */
  }
}
div.bg-white.rounded-lg.p-6.md\:p-8.lg\:p-10 {
  background-color: #99d1c8 !important;
}
.index section.abayat-photo-text .bg-black\/10 {
  background-color: transparent !important;
  display: none !important;
}
section.abayat-photo-text {
  margin-top: 4rem !important; /* Adjust this value as needed */
}