.zg-layer-container .zg-discount-tag {
    margin-top: 15px;
    background-color: rgb(189, 57, 73);
    color: #fff;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: .15rem;
    padding-bottom: .15rem;
}

.zg-layer-container .zg-new-or-best-seller-tag {
    opacity: 0.8;
    text-align: center;
    position: absolute;
    background-color: rgb(255, 255, 255);
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    border-radius: 30px;
    border: 1px solid rgb(229, 229, 229);
    z-index: 2;
    top: 10px;
    right: 6px;
    font-family: NeutrafaceText-Book; 
}

@media (max-width: 959px) {
    .zg-layer-container .zg-new-or-best-seller-tag {
        display: none;
    }
}