/* Add custom CSS styles below */ 
.s-product-card-entry .s-product-card-promotion-title {
    top: 5px !important;
}

.s-product-card-image img.loaded {
    top: 6% !important;
}

    .s-product-card-promotion-title {
        padding-top: 3px !important;
        padding-bottom: 7px !important;
    } 
.s-product-card-entry .s-product-card-promotion-title {
    background-color: darkgoldenrod !important;
}

.s-product-card-entry .s-product-card-promotion-title:before, .s-product-card-entry .s-product-card-promotion-title:after {
    border-bottom-color: darkgoldenrod !important;
}

.promotion-title {
   padding-right: 55px !important;
}

.promotion-title {
    background-color: darkgoldenrod !important;
}

.promotion-title:where([dir="rtl"], [dir="rtl"] *) {
    right: -5px !important;
}

.s-product-card-fit-height .s-product-card-image {
    height: 14rem !important;
}





.price-with-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.price-with-badge .bnpl-inline {
  height: 20px; /* عدّل حسب الحجم المناسب */
  width: auto;
  display: block;
}

.s-product-card-content-sub,
.s-product-card-footer,
.s-product-card-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}