/* Add custom CSS styles below */ 
.my-2.mx-auto.w-28.h-0.border-2.border-primary {
    display: none;
}
.s-block--enhanced-features__item.group.overflow-hidden.anime-item {
    border: solid 1px #dc7364;
    border-radius: 0px;
}
.s-block--enhanced-features__item h2 {
    color: #dc7364;
}
.s-block--enhanced-features__item p {
    color: #dc7364;
}
/*
section.s-block.s-block--enhanced-features.s-block--animate.container::before {
  content: "مميزات المتجر";
  display: block;
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  color: #000;
  margin-bottom: 2rem;
}
*/
section.s-block.s-block--enhanced-features.s-block--animate.container {
  text-align: center; /* يخلي ::before في النص */
}

section.s-block.s-block--enhanced-features.s-block--animate.container::before {
  content: "مميزات متجرنا";
  display: inline-block;
  font-size: 27px;
  font-weight: bold;
  color: #000;
  border-bottom: 2px solid #d34a36; 
  padding-bottom: 10px; 
  margin-bottom: 2rem;
}