.rdb2b-price {
display: grid;
gap: 4px;
margin: 6px 0;
}
.rdb2b-badge {
display: inline-flex;
width: fit-content;
padding: 4px 8px;
border-radius: 999px;
background: #111;
color: #fff;
font-size: 11px;
font-weight: 700;
line-height: 1;
}
.rdb2b-row {
display: flex;
align-items: baseline;
justify-content: space-between;
gap: 12px;
font-size: 13px;
}
.rdb2b-main strong {
font-size: 1.12em;
}
.rdb2b-saving strong {
font-weight: 700;
}
.rdb2b-tax {
display: block;
font-size: 11px;
opacity: .72;
}
.rdb2b-cart-price{display:inline-flex;align-items:center}.rdb2b-cart-price strong{font:inherit;font-weight:700;color:inherit}