/* Add custom CSS styles below */ 
.s-product-card-entry .s-product-card-promotion-title {
    top: 230px !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;
}