.header-cart .cart-btn {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.header-cart .cart-btn:hover {
    color: #7079e7;
    text-decoration: none;
}

.cart-count {
    min-width: 20px;
    min-height: 20px;
    font-weight: bold;
    line-height: 1;
}

@media (max-width: 768px) {
    .header-cart {
        margin-right: 10px !important;
    }
}