.wd-product .onsale:not(.product-labels .onsale) {
color: #fff;
background-color: #7e329f;
padding: 10px;
border-radius: 100%;
position: absolute;
bottom: 0;
font-weight: 600;
}
.bazaar--label {
display: inline-block;
background-color: #000000;
color: #ffffff;
padding: 5px 12px;
font-size: 13px;
font-weight: 700;
letter-spacing: 3px;
margin-bottom: 8px;
}
.bazaar--text {
font-size: 14px;
color: #555555;
margin-bottom: 15px;
line-height: 1.5;
}
.woocommerce ul.products li.product {
position: relative;
}
.bazaar--badge {
position: absolute;
top: 35px;
left: 0;
background-color: #000000;
color: #ffffff;
padding: 5px 10px;
font-size: 12px;
font-weight: 700;
letter-spacing: 3px;
z-index: 9;
transform: rotate(90deg);
}