/* TET GLOBAL - SADECE MOBİL ÜRÜN KART DÜZENİ */
@media screen and (max-width:768px){
.productItem .productMarka{
display:block !important;
font-size:13px !important;
font-weight:700 !important;
color:#b88a5a !important;
letter-spacing:1px !important;
margin-top:12px !important;
margin-bottom:10px !important;
line-height:1.4 !important;
text-align:center !important;
}
.productItem .productName{
min-height:44px !important;
display:flex !important;
align-items:flex-start !important;
justify-content:center !important;
text-align:center !important;
line-height:1.45 !important;
font-size:14px !important;
font-weight:500 !important;
padding:0 6px !important;
margin-bottom:14px !important;
}
.productItem .productPrice{
margin-top:8px !important;
}
.productItem .discountPrice{
margin-top:6px !important;
}
.productItem .discountPrice span{
line-height:1.4 !important;
}
}