/* Add custom CSS styles below */ 



div[aria-label^="Category card for"]{
    overflow: hidden !important;
    padding: 0 !important;
  background: transparent !important;
}

div[aria-label^="Category card for"] a{
    display: flex !important;
    width: 100% !important;
    height: 100% !important;
}

div[aria-label^="Category card for"] img{
    width: 100% !important;
    height: 100% !important;
    max-height: unset !important;
    min-height: unset !important;
    object-fit: cover !important;
    display: block !important;
}

div[role="listitem"][aria-label^="Promotional card"][aria-label*="طحين بر معیه"] img,
div[role="listitem"][aria-label^="Promotional card"][aria-label*="دخن بيضان"] img,
div[role="listitem"][aria-label^="Promotional card"][aria-label*="صاج المراهيف"] img {
    display: none !important;
}

@media (max-width: 768px) {
 div[role="listitem"]{
background-position: 0px !important;
}
}


/* استهداف الكارت نفسه */
div[role="listitem"][aria-roledescription="promo card"][aria-label*="بهارات"] {
    background-image: url("https://cdn.files.salla.network/homepage/600121163/abc2ed79-65ab-4a3e-b6d8-1fd199b643f4.webp") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* إخفاء كل الصور الداخلية */
div[role="listitem"][aria-roledescription="promo card"][aria-label*="بهارات"] img {
    display: none !important;
}


/* تحويل الصورة إلى background */
div[role="listitem"][aria-roledescription="promo card"][aria-label*="سمن طبيعي غني"] {
    background-image: url("https://cdn.files.salla.network/homepage/600121163/3e84d04b-8565-4480-a65f-927b1ea49638.webp") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* إخفاء كل الصور الداخلية */
div[role="listitem"][aria-roledescription="promo card"][aria-label*="سمن طبيعي غني"] img {
    display: none !important;
}



/* تحويل الصورة إلى background للكارت */
div[role="listitem"][aria-roledescription="promo card"][aria-label*="بقل بقري طازج"] {
    background-image: url("https://cdn.files.salla.network/homepage/600121163/0f93fdce-820a-4f09-af5f-3aabdd5e3b24.webp") !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* إخفاء الصور الداخلية */
div[role="listitem"][aria-roledescription="promo card"][aria-label*="بقل بقري طازج"] img {
    display: none !important;
}



#B_our_services-6 , #V_group_features-9{
  margin: 2rem 0px !important;
}

.s-products-list-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
}

.s-products-list-wrapper custom-salla-product-card {
  width: 300px !important;
  max-width: 300px !important;
  min-width: 300px !important;
  flex: 0 0 300px !important;
}

.s-products-list-wrapper custom-salla-product-card .s-product-card-entry {
  width: 100% !important;
  max-width: 100% !important;
}

/* إخفاء أول li (تليفون) */
.down-footer ul li:nth-child(1),
.down-footer ul li:nth-child(2) {
  display: none !important;
}