.product__description strong, .product__description span {
    color: black !important;
    background-color: #f5f5dc00 !important;
}.product__description strong,.product__description span {
    color: black !important;
}salla-apps-icons.lg\:col-span-2.rtl\:lg\:pr-20.ltr\:lg\:pl-20.hydrated {
    display: none;
}@media screen and (min-width: 680px) {
.lg\:grid-cols-6 {
    grid-template-columns: repeat(4,minmax(0,1fr));
}}section.s-block.s-block--photos-slider {
    margin: 0px;
}.main-nav-container {
    height: 150px !important;
}.navbar-brand img {
    max-height: 7rem;
}/* Add custom CSS styles below */ 
salla-slider.photos-slider .swiper-slide {
    margin-left: 0rem;
    margin-right: 2rem;
    width: 100%;
}
/* السكشن كله */
.s-block--features {
  margin: 80px auto;
}

/* الكارت */
.s-block--features__item {
  background: #ffffff;
  border-radius: 18px;
  padding: 30px 24px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

/* شريط علوي Accent */
.s-block--features__item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(135deg, #358405, #5ec90d);
  opacity: 0;
  transition: opacity 0.35s ease;
}

/* الأيقونة */
.feature-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #358405, #5ec90d);
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-icon i {
  font-size: 28px;
  color: #fff;
}

/* العنوان */
.s-block--features__item h2 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #0f172a;
}

/* النص */
.s-block--features__item p {
  font-size: 15px;
  line-height: 1.7;
  color: #475569;
}

/* Hover effect */
.s-block--features__item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}

.s-block--features__item:hover::before {
  opacity: 1;
}