/* Add custom CSS styles below */ 
.footer-payments img, .footer-payments svg, .footer-payments li {
    filter: grayscale(0%) opacity(1);
    transition: filter 0.35s ease, opacity 0.35s ease;
}

#best-offers-7-slider{
margin: 50px 0 !important;
}

#best-offers-5-slider{
margin: 50px 0 !important;
}
.s-products-slider-wrapper {
  margin: 50px 0 !important;
}
#best-offers-3-slider{
  margin: 50px 0 !important;
}
/* الوصف تحت العنوان — يمين */
custom-salla-product-card .kiswa-card-excerpt{
  text-align: right !important;
}

/* السعر المخفض — أحمر */
.kiswa-card-sale-price__value {
  color: #c5453b !important;
}

custom-salla-product-card.kiswa-prod-card-v2.s-product-card-entry {
  background: #fff !important;
}
custom-salla-product-card.kiswa-prod-card-v2 .kiswa-prod-img,
custom-salla-product-card.kiswa-prod-card-v2 .s-product-card-image,
custom-salla-product-card.kiswa-prod-card-v2 .kiswa-prod-img > a,
custom-salla-product-card.kiswa-prod-card-v2 .kiswa-prod-img img {
  background: #fff !important;
  background-color: #fff !important;
}
custom-salla-product-card.kiswa-prod-card-v2 .kiswa-prod-overlay {
  background: transparent !important;
}
custom-salla-product-card.kiswa-prod-card-v2 .s-product-card-price, custom-salla-product-card.kiswa-prod-card-v2 .kiswa-card-sale-price__value {
    color: #c5453b !important;
}



html body custom-salla-product-card.kiswa-prod-card-v2.s-product-card-entry {
  display: grid !important;
  grid-template-columns: 1fr !important;
  grid-template-rows: auto auto auto !important;
}

html body custom-salla-product-card.kiswa-prod-card-v2 .kiswa-prod-img {
  display: contents !important;
}

html body custom-salla-product-card.kiswa-prod-card-v2 .kiswa-prod-img > a {
  grid-row: 1 !important;
  grid-column: 1 !important;
  display: block !important;
  width: 100% !important;
  height: var(--kiswa-card-image-height-desktop, 400px) !important;
  overflow: hidden !important;
}

html body custom-salla-product-card.kiswa-prod-card-v2 .kiswa-prod-overlay {
  display: none !important;
}

html body custom-salla-product-card.kiswa-prod-card-v2 .kiswa-discount-badge,
html body custom-salla-product-card.kiswa-prod-card-v2 .kiswa-prod-wish,
html body custom-salla-product-card.kiswa-prod-card-v2 .kiswa-prod-quick-view {
  grid-row: 1 !important;
  grid-column: 1 !important;
}

html body custom-salla-product-card.kiswa-prod-card-v2 .kiswa-prod-content {
  grid-row: 2 !important;
  grid-column: 1 !important;
  padding-bottom: 8px !important;
}

html body custom-salla-product-card.kiswa-prod-card-v2 .kiswa-prod-add {
  grid-row: 3 !important;
  grid-column: 1 !important;
  position: relative !important;
  inset: auto !important;
  transform: none !important;
  opacity: 1 !important;
  padding: 0 16px 16px !important;
  margin: 0 !important;
}


.theme-kiswa .kiswa-utility-bar{
  display: none !important ;
}

@media (max-width: 768px) {
  html body custom-salla-product-card.kiswa-prod-card-v2 .kiswa-prod-img > a {
    height: var(--kiswa-card-image-height-mobile, 240px) !important;
  }
}