/* Add custom CSS styles below */ 

/* change color of title on image */
.product-card__promotion {
  background : rgba(32,39,74,0.5) !important;
}

.promotion-title{
    background : rgba(32,39,74,0.5) !important;

}

/* change color of title on image with size on mobile*/

@media (max-width: 992px) {
.product-card__promotion {
    bottom: auto !important;
    top: 1rem !important;
    transform: translateX(-0.8rem);
    font-size: 0.65rem;
  background : rgba(32,39,74,0.5) !important;
}
}