.product-coming-soon img {
    opacity: 0.5 !important;
    filter: grayscale(100%) !important;
}
.coming-soon-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #FD9800;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 14px;
    z-index: 10;
    border-radius: 3px;
}
