/* Mayroka QR v14 - Trend temizleme + fiyat ayarı
   - Trend ürün açıklamaları gizli
   - Trend fiyatları okunur büyüklükte
   - Kategori içi kart düzenine dokunmaz
*/
html body.ys-theme-2 .featured .mini-product .mini-info p,
html body.ys-theme-2 .featured .mini-product p{
  display:none!important;
  visibility:hidden!important;
  height:0!important;
  max-height:0!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
}
html body.ys-theme-2 .featured .mini-product .mini-info{
  display:flex!important;
  flex-direction:column!important;
  justify-content:space-between!important;
  min-height:62px!important;
  padding-top:5px!important;
  gap:4px!important;
}
html body.ys-theme-2 .featured .mini-product .mini-info h3{
  display:-webkit-box!important;
  -webkit-box-orient:vertical!important;
  -webkit-line-clamp:2!important;
  overflow:hidden!important;
  white-space:normal!important;
  text-overflow:ellipsis!important;
  font-size:10.5px!important;
  line-height:1.08!important;
  max-height:24px!important;
  margin:0!important;
  color:#fff!important;
  font-weight:950!important;
}
html body.ys-theme-2 .featured .mini-product .mini-info > b{
  display:block!important;
  font-size:13px!important;
  line-height:14px!important;
  height:auto!important;
  min-height:14px!important;
  max-height:16px!important;
  margin:5px 0 0!important;
  padding:0!important;
  color:var(--theme2-primary,#d99035)!important;
  font-weight:950!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  transform:none!important;
  scale:1!important;
}
html body.ys-theme-2 .featured .mini-product .mini-info > b small,
html body.ys-theme-2 .featured .mini-product .mini-info small{
  font-size:7.5px!important;
  line-height:1!important;
  opacity:.72!important;
}
/* Ürün detay ana fiyatı aşırı büyümesin */
html body.ys-theme-2 .product-detail-page .detail .price,
html body.ys-theme-2 .product-detail-page .product-detail-compact .price,
html body.ys-theme-2 .product-detail-page [data-inline-main-price-wrap]{
  font-size:22px!important;
  line-height:1.05!important;
  text-align:right!important;
  width:100%!important;
  white-space:nowrap!important;
  overflow:visible!important;
  margin-top:6px!important;
}
