.site-header-section-container .top-bar {
    color: #fff;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}
.box-header-main-nav.header-bg .nav-bar-container {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.search-form {
    flex: 1;
    min-width: 240px;
}

.site-header-section-container .logo img {
    height: 70px;
}

.site-header-section-container .top-bar-left {
    display: flex;
    align-items: center;
    gap: 6px;
}

.site-header-section-container .top-bar-left span {
    font-size: 12px;
}

.site-header-section-container .top-bar-right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.site-header-section-container .top-bar-right a {
    color: #ccc;
    text-decoration: none;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: color 0.2s;
}

.site-header-section-container .top-bar-right a:hover {
    color: #fff;
}

.site-header-section-container .lang-selector {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    color: #ccc;
    font-size: 12px;
}

.site-header-section-container .main-header {
    background: #fff;
    padding: 12px 0px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.site-header-section-container .logo {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    flex-shrink: 0;
}

.site-header-section-container .logo-icon {
    width: 44px;
    height: 44px;
    background: #2a6e3f;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}

.site-header-section-container .logo-icon::after {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â';
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 8px;
    color: #f4c430;
}

.site-header-section-container .logo-text {
    line-height: 1.1;
}

.site-header-section-container .logo-text .brand {
    font-size: 20px;
    font-weight: 700;
    color: #2a6e3f;
}

.site-header-section-container .logo-text .tagline {
    font-size: 9px;
    color: #999;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.site-header-section-container .search-wrap {
    flex: 1;
    min-width: 240px;
    display: flex;
    border: 2px solid #2a6e3f;
    border-radius: 25px;
    overflow: hidden;
    height: 44px;
}

.site-header-section-container .search-category {
    padding: 0 12px;
    border: none;
    border-right: 1px solid #ddd;
    background: #d9f7e4;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 6px;
}

.site-header-section-container .search-category select {
    border: none;
    background: transparent;
    font-size: 13px;
    color: #2a6e3f;
    cursor: pointer;
    outline: none;
    height: 100%;
    font-weight: 600;
}

.site-header-section-container .search-input {
    flex: 1;
    border: none;
    padding: 0 12px;
    font-size: 13px;
    outline: none;
    color: #161515;
}

.site-header-section-container .search-input::placeholder {
    color: #aaa;
}

.site-header-section-container .search-camera {
    background: transparent;
    border: none;
    padding: 0 10px;
    cursor: pointer;
    color: #aaa;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.site-header-section-container .search-camera:hover {
    color: #2a6e3f;
}

.site-header-section-container .search-btn {
    background: #2a6e3f;
    color: #fff;
    border: none;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: background 0.2s;
    white-space: nowrap;
}

.site-header-section-container .search-btn:hover {
    background: #1e5530;
}

.site-header-section-container .header-icons {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.site-header-section-container .icon-btn {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 8px;
    transition: background 0.2s;
    color: #555;
    font-size: 18px;
    text-decoration: none;
}

.site-header-section-container .icon-btn:hover {
    background: #f5f5f5;
}

.site-header-section-container .notification-dropdown {
    position: relative;
}

.site-header-section-container .notification-dropdown .dropdown-content {
    position: absolute;
    top: 100%;
    right: 0;
    width: 320px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1000;
}

.site-header-section-container .notification-dropdown:hover .dropdown-content {
    display: block;
}

.site-header-section-container .dropdown-header {
    padding: 12px 16px;
    border-bottom: 1px solid #f5f5f5;
    font-weight: 700;
    font-size: 14px;
    color: #333;
    background: #f6f4eb;
    text-align: center;
}

.site-header-section-container .notification-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 400px;
    overflow-y: auto;
}

.site-header-section-container .notification-list li {
    padding: 12px 16px;
    border-bottom: 1px solid #f9f9f9;
    transition: background 0.2s;
}

.site-header-section-container .notification-list li:hover {
    background: #f8fcf9;
}

.site-header-section-container .noti-item {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.site-header-section-container .noti-info {
    flex: 1;
}

.site-header-section-container .noti-desc {
    font-size: 13px;
    color: #444;
    line-height: 1.4;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.site-header-section-container .noti-time {
    font-size: 11px;
    color: #999;
}

.site-header-section-container .noti-amount {
    font-weight: 700;
    font-size: 13px;
    white-space: nowrap;
}

.site-header-section-container .text-success {
    color: #2e7d32;
}

.site-header-section-container .text-danger {
    color: #d32f2f;
}

.site-header-section-container .empty-noti {
    padding: 30px 16px;
    text-align: center;
    color: #999;
    font-size: 13px;
}

.site-header-section-container .dropdown-footer {
    padding: 10px 16px;
    text-align: center;
    border-top: 1px solid #f5f5f5;
}

.site-header-section-container .dropdown-footer a {
    font-size: 13px;
    color: #2a6e3f;
    text-decoration: none;
    font-weight: 600;
}

.site-header-section-container .dropdown-footer a:hover {
    text-decoration: underline;
}

.site-header-section-container .badge {
    position: absolute;
    top: 2px;
    right: 2px;
    background: #e53935;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.site-header-section-container .account-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 0 8px;
    transition: background 0.2s;
    height: 32px;
    padding-left: 10px;
    border-left: 1px solid #cdcdcd85;
}

.site-header-section-container .account-btn:hover {
    background: #f5f5f5;
}

.site-header-section-container .account-icon {
    width: 30px;
    height: 30px;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #999;
}

.site-header-section-container .account-text {
    line-height: 1.2;
}

.site-header-section-container .account-text .hello {
    font-size: 11px;
    color: #999;
    width: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.site-header-section-container .account-text .signin {
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

.site-header-section-container .cart-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #f5a623;
    color: #fff;
    border-radius: 24px;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    transition: background 0.2s;
    position: relative;
}

.site-header-section-container .cart-btn:hover {
    background: #333;
}

.site-header-section-container .cart-badge {
    background: #2a6e3f;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -7px;
    right: 4px;
}

.site-header-section-container .trending-bar {
    background: #fff;
    padding: 6px 20px 0px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.site-header-section-container .trending-label {
    font-size: 12px;
    color: #888;
    font-weight: 600;
}

.site-header-section-container .trending-tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.site-header-section-container .trending-tag {
    font-size: 12px;
    color: #444;
    text-decoration: none;
    transition: color 0.2s;
}

.site-header-section-container .trending-tag:hover {
    color: #2a6e3f;
    text-decoration: underline;
}

.site-header-section-container .nav-bar {
    background: #fff;
    padding: 0 0px;
    display: flex;
    align-items: center;
    gap: 0;
    scrollbar-width: none;
    overflow: visible;
}

.site-header-section-container .nav-bar::-webkit-scrollbar {
    display: none;
}

.site-header-section-container .all-cat-wrap {
    position: relative;
    flex-shrink: 0;
}

.site-header-section-container .all-cat-wrap.open .all-cat-btn svg {
    transform: rotate(180deg);
}

.site-header-section-container .all-cat-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #2a6e3f;
    color: #fff;
    border: none;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    margin: 8px 0;
    margin-right: 8px;
    white-space: nowrap;
    transition: background 0.2s;
    user-select: none;
}

.site-header-section-container .all-cat-btn svg {
    width: 17px;
    height: 17px;
    transition: transform 0.22s ease;
}

.site-header-section-container .btn-deal {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    margin: 8px 0;
    margin-right: 8px;
    white-space: nowrap;
    transition: background 0.2s;
    user-select: none;
    color: #000;
}

.site-header-section-container .btn-deal a {
    color: #2a6e3f;
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 5px;
}

.site-header-section-container .all-cat-btn:hover {
    background: #1e5530;
}

.site-header-section-container .hamburger {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.site-header-section-container .hamburger span {
    display: block;
    width: 16px;
    height: 2px;
    background: #fff;
    border-radius: 1px;
}

.site-header-section-container .cat-dropdown {
    display: none;
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    width: max-content;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 1000;
    animation: dropFade 0.18s ease;
}

/* Mega menu Ã¢â‚¬â€ danh mÃ¡Â»Â¥c cÃ¡ÂºÂ¥p 1 + cÃ¡ÂºÂ¥p 2 */
.site-header-section-container .cat-dropdown.cat-dropdown--mega {
    padding: 0;
    border-radius: 0 8px 8px 8px;
    border: 1px solid #e8e3d8;
    border-top: none;
    display: none;
    gap: 0;
}

.site-header-section-container .cat-mega-col {
    padding: 0;
    border-right: 1px solid #f0ece3;
    min-width: 0;
    background: linear-gradient(180deg, #faf9f6 0%, #fff 48px);
}

.site-header-section-container .cat-mega-top {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.site-header-section-container .cat-mega-acc-btn {
    display: none;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    border: none;
    border-left: 1px solid #eef4ef;
    background: #fafcf9;
    color: #2a6e3f;
    cursor: pointer;
    padding: 0;
    transition: background 0.15s;
}

.site-header-section-container .cat-mega-acc-btn:hover {
    background: #eef5f0;
}

.site-header-section-container .cat-mega-acc-icon {
    font-size: 22px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.site-header-section-container .cat-mega-col.is-sub-open .cat-mega-acc-icon {
    transform: rotate(180deg);
}

.site-header-section-container .cat-mega-col:last-child {
    border-right: none;
}

.site-header-section-container .cat-mega-parent {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 4px 16px;
    text-decoration: none;
    color: #1a1a1a;
    font-weight: 500;
    font-size: 13px;
    border-bottom: 1px solid #eef4ef;
    transition: background 0.15s, color 0.15s;
    flex: 1;
    min-width: 0;
}

.site-header-section-container .cat-mega-parent:hover {
    background: #f0f7f2;
    color: #2a6e3f;
}

.site-header-section-container .cat-mega-parent .cat-icon {
    flex-shrink: 0;
}

.site-header-section-container .cat-mega-parent-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    flex: 1;
}

.site-header-section-container .cat-mega-parent-name {
    line-height: 1.25;
}

.site-header-section-container .cat-mega-parent-desc {
    font-size: 11px;
    font-weight: 500;
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.site-header-section-container .cat-mega-parent-chev {
    font-size: 20px;
    color: #c5c5c5;
    flex-shrink: 0;
    transition: transform 0.2s, color 0.15s;
}

.site-header-section-container .cat-mega-parent:hover .cat-mega-parent-chev {
    color: #2a6e3f;
    transform: translateX(2px);
}

.site-header-section-container .cat-mega-sub {
    list-style: none;
    margin: 0;
    padding: 8px 10px 14px;
    display: none;
}

.site-header-section-container .cat-mega-sub li {
    list-style: disc;
    margin-left: 31px;
}

.site-header-section-container .cat-mega-sub-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 9px 0px;
    margin: 2px 0;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #444;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
    border: none;
    border-bottom: none;
}

.site-header-section-container .cat-mega-sub-link:hover {
    background: #f0f7f2;
    color: #2a6e3f;
}

.site-header-section-container .cat-mega-sub-name {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.site-header-section-container .cat-mega-sub-icon {
    font-size: 16px;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity 0.15s, transform 0.15s;
    color: #2a6e3f;
    flex-shrink: 0;
}

.site-header-section-container .cat-mega-sub-link:hover .cat-mega-sub-icon {
    opacity: 1;
    transform: translateX(0);
}

@keyframes dropFade {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes megaFlyIn {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (hover: hover) and (min-width: 991px) {
    .site-header-section-container .all-cat-wrap:hover .cat-dropdown:not(.cat-dropdown--mega) {
        display: block;
    }

    .site-header-section-container .all-cat-wrap:hover .cat-dropdown.cat-dropdown--mega {
        display: grid;
    }
}

.site-header-section-container .all-cat-wrap.open .cat-dropdown:not(.cat-dropdown--mega) {
    display: block;
}

.site-header-section-container .all-cat-wrap.open .cat-dropdown.cat-dropdown--mega {
    display: block;
}

/* Dropdown phÃ¡ÂºÂ³ng (nÃ¡ÂºÂ¿u cÃƒÂ²n dÃƒÂ¹ng Ã¡Â»Å¸ view khÃƒÂ¡c) */
.site-header-section-container .cat-dropdown:not(.cat-dropdown--mega) a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
    border-bottom: 1px solid #f5f5f5;
}

.site-header-section-container .cat-dropdown:not(.cat-dropdown--mega) a:last-child {
    border-bottom: none;
}

.site-header-section-container .cat-dropdown:not(.cat-dropdown--mega) a:hover {
    background: #f0f7f2;
    color: #2a6e3f;
}

.site-header-section-container .cat-dropdown:not(.cat-dropdown--mega) a .cat-icon {
    height: 25px;
    font-size: 16px;
    width: 30px;
    text-align: center;
    display: block;
}

.site-header-section-container .nav-link {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 14px;
    font-size: 14px;
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    font-weight: 500;
}

.site-header-section-container .nav-link:hover {
    color: #2a6e3f;
    border-bottom-color: #2a6e3f;
}

.site-header-section-container .nav-link .nav-icon {
    font-size: 15px;
    display: block;
    height: 25px;
}

.site-header-section-container .flash-badge {
    background: #e53935;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 1px 5px;
    border-radius: 3px;
    margin-left: 2px;
}

.site-header-section-container .sub-nav {
    background: #fff;
    padding: 5px 0px;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    overflow-x: auto;
    /* scrollbar-width: none; */
}

.site-header-section-container .sub-nav::-webkit-scrollbar {
    display: none;
}

.site-header-section-container .sub-nav a {
    font-size: 13px;
    color: #555;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s;
}

.site-header-section-container .sub-nav a:hover {
    color: #2a6e3f;
}

.site-header-section-container .mob-menu-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    padding: 6px;
    border-radius: 6px;
    transition: background 0.2s;
}

.site-header-section-container .mob-menu-btn:hover {
    background: #f0f0f0;
}

.site-header-section-container .mob-menu-btn span {
    display: block;
    width: 22px;
    height: 2px;
    background: #333;
    border-radius: 2px;
    transition: all 0.3s;
}

.site-header-section-container .mob-menu-btn.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.site-header-section-container .mob-menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.site-header-section-container .mob-menu-btn.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.site-header-section-container .mob-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 900;
    opacity: 0;
    transition: opacity 0.3s;
}

.site-header-section-container .mob-overlay.show {
    opacity: 1;
}

.site-header-section-container .mob-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    max-width: 88vw;
    height: 100%;
    background: #fff;
    z-index: 1000;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.site-header-section-container .mob-drawer.open {
    transform: translateX(0);
}

.site-header-section-container .mob-drawer-head {
    background: #fff;
    padding: 16px 16px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}

.site-header-section-container .mob-drawer-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
}

.site-header-section-container .mob-drawer-logo .d-icon {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    position: relative;
}

.site-header-section-container .mob-drawer-logo .d-icon::after {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â';
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 7px;
    color: #f4c430;
}

.site-header-section-container .mob-drawer-logo .d-name {
    font-size: 17px;
    font-weight: 700;
}

.site-header-section-container .mob-close-btn {
    background: #2a6e3f;
    border: none;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.site-header-section-container .mob-close-btn:hover {}

.site-header-section-container .mob-drawer-search {
    padding: 14px 14px 10px;
    border-bottom: 1px solid #f0f0f0;
    flex-shrink: 0;
}

.site-header-section-container .mob-search-box {
    display: flex;
    border: 2px solid #2a6e3f;
    border-radius: 8px;
    overflow: hidden;
    height: 42px;
}

.site-header-section-container .mob-search-input {
    flex: 1;
    border: none;
    padding: 0 12px;
    font-size: 13px;
    outline: none;
    color: #555;
}

.site-header-section-container .mob-search-input::placeholder {
    color: #aaa;
}

.site-header-section-container .mob-search-go {
    background: #2a6e3f;
    border: none;
    color: #fff;
    padding: 0 14px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s;
}

.site-header-section-container .mob-search-go:hover {
    background: #1e5530;
}

.site-header-section-container .mob-drawer-body {
    flex: 1;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.site-header-section-container .mob-account-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
    color: #333;
}

.site-header-section-container .mob-account-row:hover {
    background: #f9f9f9;
}

.site-header-section-container .mob-acc-icon {
    width: 36px;
    height: 36px;
    background: #eef5f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.site-header-section-container .mob-acc-text .hello {
    font-size: 11px;
    color: #999;
}

.site-header-section-container .mob-acc-text .name {
    font-size: 14px;
    font-weight: 600;
    color: #2a6e3f;
}

.site-header-section-container .mob-section-title {
    font-size: 11px;
    font-weight: 700;
    color: #aaa;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 16px 4px;
}

.site-header-section-container .mob-nav-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 16px;
    font-size: 13px;
    color: #444;
    text-decoration: none;
    border-bottom: 1px solid #f5f5f5;
    transition: background 0.15s, color 0.15s;
}

.site-header-section-container .mob-nav-link:hover {
    background: #f0f7f2;
    color: #2a6e3f;
}

.site-header-section-container .mob-nav-link .m-icon {
    font-size: 17px;
    width: 24px;
    text-align: center;
}

.site-header-section-container .mob-nav-link .m-badge {
    margin-left: auto;
    background: #e53935;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 1px 6px;
    border-radius: 10px;
}

.site-header-section-container .mob-nav-link .m-hot {
    margin-left: auto;
    background: #e53935;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 1px 5px;
    border-radius: 3px;
}

.site-header-section-container .mob-cat-block {
    border-bottom: 1px solid #f0f0f0;
}

.site-header-section-container .mob-cat-block .mob-nav-link {
    border-bottom: none;
}

.site-header-section-container .mob-cat-sub {
    padding: 2px 12px 12px 52px;
    background: linear-gradient(180deg, #f7faf8 0%, #fafcfb 100%);
}

.site-header-section-container .mob-nav-sublink {
    display: block;
    padding: 9px 12px;
    font-size: 13px;
    font-weight: 500;
    color: #555;
    text-decoration: none;
    border-radius: 8px;
    margin: 2px 0;
    transition: background 0.15s, color 0.15s;
}

.site-header-section-container .mob-nav-sublink:hover {
    background: #e8f2eb;
    color: #2a6e3f;
}

.site-header-section-container .top-bar-container {
    background: #000000;
    color: #fff;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    padding: 5px;
}

.site-header-section-container .nav-link .nav-icon img {
    width: 25px;
    height: 25px;
}

header.site-header-section-container {
    box-shadow: 0 1px 2px #0a140f0a, 0 4px 12px #0a140f0d;
    position: relative;
}

@media(max-width:1400px) {
    .site-header-section-container .sub-nav {
        flex-wrap: nowrap;
    }

    .site-header-section-container .trending-bar {
        flex-wrap: nowrap;
    }



    .site-header-section-container .trending-tags a {
        width: 100%;
        min-width: max-content;
        max-width: fit-content;
    }

    .site-header-section-container .trending-label {
        width: max-content;
    }
}

@media(max-width:1290px) {
    .site-header-section-container .trending-tags {
        overflow-x: scroll;
        flex-wrap: unset;
        flex: 1;
    }
}

@media(max-width:1200px) {
    .site-header-section-container .all-cat-btn {
        display: none;
    }
}

@media(max-width:990px) {
    .site-header-section-container .cart-btn {
        display: none;
    }

    .search-form {
        display: none;
    }

    .site-header-section-container .mob-drawer-logo img {
        height: 55px;
    }

    .site-header-section-container .top-bar-container {
        display: none;
    }
}

@media (max-width: 990px) {
    .site-header-section-container .logo img {
        height: 50px;
    }

    .site-header-section-container .top-bar {
        display: none;
    }

    .site-header-section-container .trending-bar {
        display: none;
    }

    .site-header-section-container .nav-bar {
        display: flex !important;
        align-items: stretch;
        padding: 0 0px;
        gap: 0;
    }

    .site-header-section-container .nav-bar .nav-link,
    .site-header-section-container .nav-bar .btn-deal {
        display: none !important;
    }

    .site-header-section-container .all-cat-wrap {
        flex: 1;
        width: 100%;
        /* z-index: 1001; */
    }

    .site-header-section-container .all-cat-btn {
        display: flex !important;
        /* width: 100%; */
        justify-content: center;
        margin: 6px 0;
        border-radius: 6px;
    }

    .site-header-section-container .cat-dropdown.cat-dropdown--mega {
        top: calc(100% + 4px);
        left: 0;
        right: 0;
        width: max-content;
        max-height: min(72vh, 520px);
        overflow-y: auto;
        overflow-x: hidden;
        border-radius: 0 0 10px 10px;
        border: 1px solid #e8e3d8;
        border-top: 1px solid #e8e3d8;
        box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
        animation: dropFade 0.2s ease;
    }

    .site-header-section-container .cat-mega-col {
        border-right: none;
        border-bottom: 1px solid #f0ece3;
    }

    .site-header-section-container .cat-mega-col:last-child {
        border-bottom: none;
    }

    .site-header-section-container .cat-mega-acc-btn {
        display: flex;
    }

    .site-header-section-container .cat-mega-parent-chev {
        display: none;
    }

    .site-header-section-container .cat-mega-sub {
        max-height: 0;
        overflow: hidden;
        padding-top: 0;
        padding-bottom: 0;
        margin: 0;
        transition: max-height 0.32s ease, padding 0.22s ease;
    }

    .site-header-section-container .cat-mega-col.is-sub-open .cat-mega-sub {
        max-height: 880px;
        padding-top: 4px;
        padding-bottom: 12px;
        display: block;
    }

    .site-header-section-container .sub-nav {
        display: none;
    }

    .site-header-section-container .search-wrap {
        display: none;
    }

    .site-header-section-container .header-icons .icon-btn:not(:last-of-type) {
        display: none;
    }

    .site-header-section-container .account-btn {
        display: none;
    }

    .site-header-section-container .cart-btn span {
        display: none;
    }

    .site-header-section-container .main-header {
        padding: 10px 0px;
        flex-wrap: nowrap;
        gap: 0;
        justify-content: space-between;
    }

    .site-header-section-container .mob-menu-btn {
        display: flex;
    }

    .site-header-section-container .logo {
        flex: 1;
        margin-left: 8px;
    }

    .site-header-section-container .mob-right-group {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .site-header-section-container .mob-cart-btn {
        display: flex;
        align-items: center;
        gap: 5px;
        background: #1a1a1a;
        color: #fff;
        border-radius: 20px;
        padding: 7px 12px;
        cursor: pointer;
        font-size: 13px;
        font-weight: 600;
        position: relative;
        text-decoration: none;
    }

    .site-header-section-container .mob-cart-badge {
        background: #e53935;
        color: #fff;
        font-size: 10px;
        font-weight: 700;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -6px;
        right: 0;
    }

    .site-header-section-container .mob-overlay {
        display: none;
    }
}

@media (min-width: 991px) {
    .site-header-section-container .cat-dropdown.cat-dropdown--mega {
        position: absolute;
        left: 0;
        right: auto;
        border-top: 1px solid #e8e3d8;
        border-radius: 8px;
        box-shadow: 8px 14px 36px rgba(0, 0, 0, 0.14);
        animation: megaFlyIn 0.2s ease;
    }

    .site-header-section-container .cat-dropdown.cat-dropdown--mega::before {
        content: '';
        position: absolute;
        left: -10px;
        top: 0;
        width: 10px;
        height: 100%;
        min-height: 80px;
    }

    .site-header-section-container .cat-mega-acc-btn {
        display: none !important;
    }
}

@media (min-width: 990px) {
    .site-header-section-container .mob-menu-btn {
        display: none;
    }

    .site-header-section-container .mob-overlay {
        display: none !important;
    }

    .site-header-section-container .mob-drawer {
        display: none !important;
    }

    .site-header-section-container .mob-right-group {
        display: none;
    }

    .site-header-section-container .account-text {
        display: block;
    }

    .site-header-section-container .cart-btn {
        display: flex;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .site-header-section-container .account-text {
        display: none;
    }

    .site-header-section-container .cart-btn span {
        display: none;
    }
}

.site-header-section-container .top-bar-right ul li a {
    height: 25px;
    width: 25px;
    border: 1px solid #ffffffc2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    padding: 5px;
}

.top-bar-right ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.site-header-section-container .search-input::placeholder {
    color: #555;
}

.site-header-section-container .cat-dropdown:not(.cat-dropdown--mega) a .cat-icon img,
.site-header-section-container .cat-mega-parent .cat-icon img {
    border-radius: 25px;
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.nav-bar-container {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    overflow: visible;
}

.site-header-section-container .cat-mega-col:hover .cat-mega-sub {
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.site-header-section-container .btn-deal svg {
    stroke: #2a6e3f;
}

.site-header-section-container .btn-deal a span {
    position: absolute;
    top: 4px;
    background: #f00;
    font-size: 9px;
    color: #fff;
    font-weight: 700;
    padding: 1px 6px;
    border-radius: 3px;
    left: 100%;
}
@media(max-width:990px) {
  
.box-header-main-nav.header-bg .main-header-container {
    position: fixed;
    z-index: 9;
    top: 0;
    width: 100%;
    background: #fff;
}

.box-header-main-nav.header-bg .nav-bar-container {
    position: unset;
}
    .site-header-section-container .cat-mega-col:hover .cat-mega-sub {
        position: unset;
        box-shadow: unset;
    }

    .site-header-section-container .mob-cart-btn span {
        font-size: 19px;
    }

    .mob-cat-block.sp-deal-mobile {
        background: #2a6e3f;
        color: #fff;
    }

    .mob-cat-block.sp-deal-mobile a {
        color: #fff;
        text-align: center;
        justify-content: left;
    }

    .main-header-container a.mob-cart-btn {
        display: none;
    }
}
