/* Add custom CSS styles below */ 
/*
first section (browse by category)
 */
.swiper-slide.anime-item.slide--one-sixth.group{
background-color: #EDEDED;
  border-radius: 25px;
  align-items: center;
  text-align: center;
  margin-left:10px;
}
.addToCart__btn .sicon-shopping {
  color: #eeeeee !important;
  border: none;
}
.s-button-element {
  background-color: #9C712E !important;
  color: #fff !important;
  border: none;
}

/* الأيقونة جوا الزر */
.s-button-element .sicon-shopping {
  color: #ffffff !important;
  border: none;
}
.s-button-element .sicon-eye {
  color: #ffffff !important;
  border: none;
}

.s-button-element.s-button-loader-after {
  background-color: #9C712E !important;
  color: #ffffff !important;
  border: none;
}

/* ===== زر القلب (المفضلة) ===== */
.btn--wishlist {
  background-color: #9C712E !important;
  border-color: none;
  color: #ffffff !important;
  border: none;
}

.btn--wishlist .s-button-text {
  color: #ffffff !important;
  border: none;
}
.enhanced-title-border::before,
.enhanced-title-border::after {
  background-color: #9C712E; 
}

.enhanced-title-border{
background-color: #9C712E;
border: none;
}

/* 
تغير لون السهل 
*/
.s-slider-prev.s-slider-nav-arrow,
.s-slider-next.s-slider-nav-arrow,
.s-slider-prev.s-slider-nav-arrow.swiper-button-disabled,
.s-slider-next.s-slider-nav-arrow.swiper-button-disabled {
  background-color: #9C712E!important;
}
/* تغير من flex ل grid */
.rectangular-list {
  width: 100%;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4px !important;
  row-gap: 4px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.rectangular-list li{
width: 70%;
}
.text-store-text-primary,
.text-primary {
  color: #000000 !important;
}
.btn.group {
  background: linear-gradient(to right, #986D2D, #F2EE9C) !important;
  color: #000 !important; /* لو حابب تغيّر لون النص */
  border: none !important;
}
.flex md:gap-15 items-start justify-center flex-wrap md:flex-nowrap{
    display: flex !important;
    justify-content: space-between !important;
}
}