/**
* Theme Name: Razox Child
* Description: This is a child theme of Razox, generated by Merlin WP.
* Author: <a href="http://pavothemes.com/">Pavothemes</a>
* Template: razox
* Version: 2.0.4
*/

/* Ürün sayısı etiket tasarımı */
.cat-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #27ae60; /* Yeşil */
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 6px;
    z-index: 30;
    line-height: 1;
    text-transform: uppercase;
    box-shadow: 0 2px 5px rgba(0,0,0,0.35);
}

/* Kategori kartını pozisyonlanabilir yap */
.woocommerce ul.products li.product-category {
    position: relative;
}

/* Resmin badge altında kalması için */
.woocommerce ul.products li.product-category a img {
    display: block;
    z-index: 5;
    position: relative;
}
