/* MYLOVE - ÜRÜN LİSTESİ FOTOĞRAF ÜSTÜ %20 ETİKET */
#ProductPageProductList .ItemOrj .productImage{
position:relative!important;
overflow:hidden!important;
}
#ProductPageProductList .ItemOrj .productImage::before{
content:"%20";
position:absolute!important;
top:10px!important;
left:10px!important;
width:46px!important;
height:34px!important;
background:#e84f86!important;
color:#fff!important;
font-size:15px!important;
font-weight:800!important;
line-height:1!important;
border-radius:9px!important;
display:flex!important;
align-items:center!important;
justify-content:center!important;
transform:rotate(-8deg)!important;
z-index:8!important;
box-shadow:0 4px 10px rgba(232,79,134,.28)!important;
pointer-events:none!important;
box-sizing:border-box!important;
}
@media(max-width:768px){
#ProductPageProductList .ItemOrj .productImage::before{
top:7px!important;
left:7px!important;
width:40px!important;
height:30px!important;
font-size:13px!important;
border-radius:8px!important;
}
}