/*
Theme Name: GiaoDienWP Theme
Theme URI: https://giaodienwp.net
Author: GiaoDienWP Team
Author URI: https://giaodienwp.net
Description: Theme bán hàng WordPress tích hợp hệ thống nạp tiền và thanh toán qua ví điện tử.
Version: 1.0.0
*/

/* Tùy chỉnh thanh cuộn */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #f1f5f9; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #94a3b8; }

.glass-nav {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.text-gradient {
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-bg {
    background-color: #ffffff;
    background-image: radial-gradient(#eff6ff 2px, transparent 2px), radial-gradient(#eff6ff 2px, transparent 2px);
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
}

/* --- MENU STYLES (Updated) --- */
.main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    /* Tăng khoảng cách giữa các item để thoáng như mẫu */
    gap: 32px;
}

.main-menu > li {
    display: flex;
    align-items: center;
}

/* ĐÃ XÓA code tạo dấu chấm (::after) ở đây */
