.wbkb-product-price{

	display:flex;

	flex-direction:column;

	gap:1px;

}

.wbkb-discount{

	display:inline-flex;

	align-items:center;

	justify-content:center;

	width:max-content;

	padding:4px 8px;

	border-radius:6px;

	font-size:12px;

	font-weight:700;

}

.wbkb-regular-price{

	text-decoration:line-through;

	opacity:.6;

}

.wbkb-sale-price{

	font-size:24px;

	font-weight:700;

}


.wbkb-discount{

	background:#ef4444;

	color:#fff;

	padding:4px 10px;

	border-radius:999px;

	font-size:12px;

	font-weight:700;

	line-height:1;

}

.wbkb-price-top{

	display:flex;

	align-items:center;

	gap:10px;
}

.wbkb-regular-price{

	text-decoration:line-through;

	opacity:.6;

}

.wbkb-sale-price{

	font-size:24px;

	font-weight:700;

	line-height:1.3;

}