.yith-wcbm-badge-19917{--badge-discount-text : 'Discount';--badge-up-to-text : 'Up to';--badge-primary-color : #e40246;--badge-text-color : #ffffff;--badge-secondary-color : #88012a;--badge-secondary-light-color : #9f0131;--badge-secondary-dark-color : #720123;--badge-tertiary-color : #5b001c;--badge-triadic-positive-color : hsl(431 , 98% , 45% );--badge-triadic-negative-color : hsl(251 , 98% , 45% );--badge-analogous-positive-color : hsl(371 , 98% , 45% );--badge-analogous-negative-color : hsl(311 , 98% , 45% );--badge-complementary-color : hsl(521 , 98% , 45% );}
.yith-wcbm-badge.yith-wcbm-badge-css-16 .yith-wcbm-badge__wrap {
display: flex;
align-items: center;
justify-content: center;
}
.yith-wcbm-badge.yith-wcbm-badge-css-16 div.yith-wcbm-css-s1 {
position: absolute;
height: calc( 100% + 6px);
background: var(--badge-primary-color, #f69f00);
left: 0;
top: 0;
width: 5px;
transform: translateX(-100%);
border-radius: 4px 0 0 4px;
}
.yith-wcbm-badge.yith-wcbm-badge-css-16 div.yith-wcbm-css-s1:before {
content: '';
position: absolute;
height: calc(100% - 6px );
background: var(--badge-primary-color, #f69f00);
right: 0;
top: 0;
transform: translateX(50%);
width: 3px;
}
.yith-wcbm-badge.yith-wcbm-badge-css-16 div.yith-wcbm-css-s2 {
background: var(--badge-secondary-light-color, #f69f00);
position: absolute;
height: 5px;
left: 0;
bottom: 0;
width: 4px;
transform: translate(-100%, 100%);
border-radius: 3px 0 0 3px;
}
.yith-wcbm-badge.yith-wcbm-badge-css-16 div.yith-wcbm-css-text {
padding: 5px 7px 5px 3px;
text-align: center;
background-color: var(--badge-primary-color, #f69f00);
color: var(--badge-text-color, #ffffff);
border-radius: 0 4px 4px 0;
}