/* التبويب النشط */
#featured-products-style2-6 > div > div.tabs.hide-scroll
> salla-button.tab-trigger.is-active.s-button-wrap.hydrated
> button > span {
  color: white !important;
}

/* التبويبات غير النشطة */
#featured-products-style2-6 > div > div.tabs.hide-scroll
> salla-button.tab-trigger.s-button-wrap.hydrated.inactive
> button > span {
  color: black !important; /* هنا غيرت لون التكست فقط */
}


.s-product-card-content > div.s-product-card-content-footer > salla-add-product-button{
	display: none !important;
}


header .search,
.header-search,
.search-box,
.search-form {
    display: none !important;
}

/* إخفاء زر الأمنيات من كرت المنتج */
.s-product-card-wishlist-btn,
salla-wishlist-button {
  display: none !important;
}