/* Bannières « LIQUIDATION » dans la fiche produit si tag = liquidation */
body.single-product.product_tag-liquidation .product:before {
content: « LIQUIDATION »;
position: absolute;
top: 20px;
left: 20px;
background: rgba(200, 0, 0, 0.9);
color: white;
padding: 8px 14px;
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
border-radius: 0 5px 5px 0;
z-index: 10;
}