.product-style {
    border: solid 1px #e8e8e8;
    border-radius: 15px;
    box-shadow: 0px 0px 10px #f0f0f0;
}
.custom-rounded {
    border-radius: 15px;
    overflow: hidden;
}
.old-price {
    color: black;
    text-decoration: line-through;
}
.discounted-price {
    color: red !important;
}
.product-box .img-wrapper .lable-block .lable4, .product-wrap .img-wrapper .lable-block .lable4 {
    -webkit-writing-mode: unset !important;
    -ms-writing-mode: unset !important;
    writing-mode: unset !important;
    -webkit-transform: unset !important;
    transform: unset !important;
}
.bottom-border {
    border-bottom: solid 1px #eee;
}
.smartbanner {
 top: -84px !important;
 font-family:"Poppins", sans-serif !important;
}
.smartbanner__info__author {
    display: none;
}