/*
Theme Name: Katen
Theme URI: https://themeforest.net/item/katen-blog-magazine-wordpress-theme/39652714
Author: ThemeGer
Author URI: https://themeger.shop
Description: Blog & Magazine WordPress Theme
Version: 1.1
License: GNU General Public License
License URI: https://themeforest.net/licenses
Text Domain: katen
*/
/* سبد خرید در هدر */
.header-cart-wrapper {
    position: absolute;
    top: 15px;       /* جایگاه عمودی */
    right: 60px;     /* فاصله از سمت راست */
    z-index: 999;
}

.header-cart {
    font-size: 22px;
    color: #fff;       /* رنگ حالت شب */
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.header-cart:hover {
    color: #f0c000;   /* رنگ هاور */
}

.cart-count {
    background: #ff0000;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    padding: 2px 6px;
    vertical-align: top;
}

/* حالت روز */
body:not(.dark-mode) .header-cart {
    color: #000;  /* رنگ متن در حالت لایت */
}
