/* Add custom CSS styles below */ 
.store-footer  salla-payments.salla-payments_footer.s-payments-list-wrap.hydrated {
    display: none;
}
/* اجعل كرت المنتج مرجع للتموضع */
.product-card,
.product-item,
.product-box {
  position: relative;
}

/* شارة يار الفندقي */
.product-card::before,
.product-item::before,
.product-box::before {
  content: "يار الفندقي";
  position: absolute;
  top: 14px;
  right: 14px;

  background-color: #E36414; /* لون SHOR */
  color: #F8F6F4;           /* لون النص */
  padding: 8px 16px;

  border-radius: 999px;     /* كبسولة */
  font-size: 14px;
  font-weight: 600;
  line-height: 1;

  z-index: 10;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  letter-spacing: 0.3px;
}
.cart a.mt-8.rounded-\[10px\]:not(:hover) {
    color: #fff;
}
.s-product-card-vertical .s-product-card-image a img {
    object-position: top right;
}
custom-salla-product-card  .rounded-tr-\[24px\].bg-\[\#9E0000\].min-w-\[80px\] {
    border-radius: 0px;
    color: #fff;
    background-color: #554437;
}
.RF-single-product .sidebar .promotion-title {
    color: #fff;
}