<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-thumb{
	position: relative;
	overflow:hidden;
}
.product-thumb &gt; .label_offer{
	position: absolute;
	width: 180px;
	padding: 5px;
	background-color: orangered;
	color: #fff;
	font-weight: bold;
	transform: rotate(-45deg);
	z-index: 9;
	top: 38px;
	left: -38px;
	text-align: center;
}
.product_offercom{
	position: absolute;
    left: 15px;
    top: 0;
    z-index: 1;
    overflow: hidden;
    width: 150px;
    height: 150px;
    text-align: right;
	text-transform: uppercase;
}
.product_offercom span{
    color: #fff;
	text-transform: uppercase;
    text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 200px;
    background-color: orangered;
    position: absolute;
    top: 40px;
    left: -40px;
}</pre></body></html>