/* Custom Frontend Styles */

/* Change menu-top-area background to lighter green */
.menu-top-area {
    background: rgba(0, 36, 3, 0.85) !important;
}

/* Make text and icons white in top menu */
.menu-top-area .track-order-link,
.menu-top-area .track-order-link i,
.menu-top-area a,
.menu-top-area a i,
.menu-top-area .address-text,
.menu-top-area .address-text i {
    color: #ffffff !important;
}

.menu-top-area .track-order-link:hover,
.menu-top-area a:hover {
    color: #ffffff !important;
    opacity: 0.8;
}

/* Address text styling */
.address-text-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
}

.address-text {
    display: flex !important;
    align-items: center !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
    line-height: 1.4 !important;
}

.address-text i {
    margin-right: 6px !important;
    font-size: 13px !important;
}

/* Responsive adjustments for address */
@media (max-width: 768px) {
    .address-text-wrapper {
        text-align: center !important;
    }
    
    .address-text {
        font-size: 12px !important;
    }
}


/* Frontend Logo Sizing */
.site-branding .frontend-logo {
    max-height: 100px;
    width: auto;
    object-fit: contain;
}

/* Responsive logo sizing */
@media (max-width: 991px) {
    .site-branding .frontend-logo {
        max-height: 80px;
    }
}

@media (max-width: 576px) {
    .site-branding .frontend-logo {
        max-height: 60px;
    }
}


/* Topbar (Logo area) - Green background #002403 */
.site-header .topbar {
    background-color: #002403 !important;
}

.topbar {
    background-color: #002403 !important;
}


/* Make all icons and text white in topbar (logo area) */
.topbar,
.topbar .toolbar,
.topbar .toolbar-item,
.topbar .toolbar-item a,
.topbar .toolbar-item a div,
.topbar .toolbar-item a i,
.topbar .toolbar-item a span,
.topbar .text-label,
.topbar .search-box input,
.topbar .search-box button,
.topbar .search-box button i,
.topbar .search-box select,
.topbar .categoris {
    color: #ffffff !important;
}

/* Search box styling for white theme */
.topbar .search-box input::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

.topbar .search-box input {
    background-color: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.topbar .search-box button {
    background-color: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.topbar .search-box select {
    background-color: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

/* Count labels on cart/wishlist/compare */
.topbar .count-label {
    background-color: #ffffff !important;
    color: #002403 !important;
}

/* Mobile menu toggle */
.topbar .mobile-menu-toggle i {
    color: #ffffff !important;
}

/* Mobile menu header - match site theme */
.mm-heading-area {
    background-color: #002403 !important;
    color: #ffffff !important;
}

.mm-heading-area h4 {
    color: #ffffff !important;
}

.mm-heading-area .mobile-menu-toggle a i {
    color: #ffffff !important;
}

/* Align mobile menu close icon vertically */
.mm-heading-area .mobile-menu-toggle {
    display: flex !important;
    align-items: center !important;
}

.mm-heading-area .mobile-menu-toggle a {
    display: flex !important;
    align-items: center !important;
    padding-top: 3px !important;
}

/* ========================================
   MOBILE MENU - GREEN THEME
   ======================================== */

/* Mobile menu container */
.mobile-menu {
    background-color: #002403 !important;
}

/* Mobile menu tab content area */
.mobile-menu .tab-content,
.mobile-menu .tab-pane {
    background-color: #002403 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

/* Mobile menu toolbar items */
.mobile-menu .toolbar .toolbar-item {
    background-color: #002403 !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

/* Mobile menu tabs */
.mobile-menu .nav-tabs li span {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
}

.mobile-menu .nav-tabs li span.active {
    background-color: #002403 !important;
    color: #ffffff !important;
}

/* Mobile slideable menu */
.slideable-menu {
    background-color: #002403 !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.slideable-menu ul {
    background-color: #002403 !important;
}

.slideable-menu ul li {
    background-color: #002403 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.slideable-menu ul li a {
    color: #ffffff !important;
    background-color: #002403 !important;
}

.slideable-menu ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #FF6A00 !important;
}

.slideable-menu .menu li.back-btn > a {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
}

/* Mobile dropdown menu */
.slideable-menu .t-h-dropdown-menu {
    background-color: #002403 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.slideable-menu .t-h-dropdown-menu a {
    color: #ffffff !important;
    background-color: #002403 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.slideable-menu .t-h-dropdown-menu a:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #FF6A00 !important;
}

/* Mobile search inside mobile menu */
.mobile-menu .mobile-search {
    background-color: #002403 !important;
}

.mobile-menu .mobile-search input {
    background-color: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
}

.mobile-menu .mobile-search input::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* ========================================
   MOBILE SEARCH OVERLAY - GREEN THEME
   ======================================== */

/* Fix white background on mobile search overlay */
@media (max-width: 991px) {
    .site-header .search-box-wrap {
        background-color: #002403 !important;
    }

    .site-header .search-box-wrap .search-box-inner {
        background-color: #002403 !important;
    }

    .close-m-serch {
        color: #ffffff !important;
    }

    .close-m-serch i {
        color: #ffffff !important;
    }

    /* Category dropdown in mobile search */
    .site-header .search-box-wrap .search-box select.categoris {
        background-color: rgba(255, 255, 255, 0.15) !important;
        border-color: rgba(255, 255, 255, 0.3) !important;
        color: #ffffff !important;
    }

    .site-header .search-box-wrap .search-box select.categoris option {
        background-color: #002403 !important;
        color: #ffffff !important;
    }

    /* Search input in mobile overlay */
    .site-header .search-box-wrap input.form-control {
        background-color: rgba(255, 255, 255, 0.15) !important;
        border-color: rgba(255, 255, 255, 0.3) !important;
        color: #ffffff !important;
    }

    .site-header .search-box-wrap input.form-control::placeholder {
        color: rgba(255, 255, 255, 0.7) !important;
    }

    /* Search button in mobile overlay */
    .site-header .search-box-wrap button {
        background-color: transparent !important;
        border-color: rgba(255, 255, 255, 0.3) !important;
        color: #ffffff !important;
    }

    .site-header .search-box-wrap button i {
        color: #ffffff !important;
    }

    /* Search results dropdown */
    .site-header .search-box-wrap .serch-result {
        background-color: #002403 !important;
        border-color: rgba(255, 255, 255, 0.2) !important;
    }
}


/* Remove card/background from search button icon */
.topbar .search-box button,
.topbar .search-box .input-group-btn button {
    background-color: transparent !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 10px !important;
}

.topbar .search-box button:hover,
.topbar .search-box .input-group-btn button:hover {
    background-color: transparent !important;
    background: transparent !important;
}

/* Move search box down and increase width */
.site-header .topbar .search-box-wrap {
    margin-top: 10px !important;
    max-width: 750px !important;
    width: 100% !important;
    flex: 1 1 750px !important;
    padding: 0 15px !important;
}

.site-header .topbar .search-box-inner {
    margin-top: 10px !important;
    width: 100% !important;
}

.site-header .topbar .search-box {
    width: 100% !important;
    max-width: 100% !important;
}

.site-header .topbar .search-box input.form-control {
    width: 100% !important;
    flex: 1 !important;
}

/* Override default search box width constraints */
.site-header .topbar .d-flex {
    gap: 15px !important;
}

.site-header .topbar .search-box-wrap.d-none.d-lg-block {
    display: flex !important;
    flex: 1 1 750px !important;
    max-width: 750px !important;
}

/* Category dropdown - green background */
.topbar .search-box select option,
.topbar .categoris option {
    background-color: #002403 !important;
    color: #ffffff !important;
}

/* Select2 dropdown styling for category filter */
.select2-container--default .select2-results__option {
    background-color: #002403 !important;
    color: #ffffff !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(0, 36, 3, 0.8) !important;
    color: #ffffff !important;
}

.select2-container--default .select2-results {
    background-color: #002403 !important;
}

.select2-dropdown {
    background-color: #002403 !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.select2-search--dropdown .select2-search__field {
    background-color: rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

/* Categories menu dropdown - green background */
.site-header .menu .dropdown-menu,
.navbar .dropdown-menu,
.mega-dropdown-menu {
    background-color: #002403 !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.site-header .menu .dropdown-menu .dropdown-item,
.navbar .dropdown-menu .dropdown-item,
.mega-dropdown-menu .dropdown-item,
.mega-dropdown-menu a {
    background-color: #002403 !important;
    color: #ffffff !important;
}

.site-header .menu .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:hover,
.mega-dropdown-menu .dropdown-item:hover,
.mega-dropdown-menu a:hover {
    background-color: rgba(0, 36, 3, 0.8) !important;
    color: #ffffff !important;
}

/* Categories filter card - green background */
.left-category-area {
    background-color: #002403 !important;
}

.left-category-area .category-header {
    background-color: #002403 !important;
    color: #ffffff !important;
}

.left-category-area .category-header h4,
.left-category-area .category-header h4 i {
    color: #ffffff !important;
    background: #002403 !important;
}

.left-category-area .category-list {
    background-color: #002403 !important;
}

.left-category-area .c-item a,
.left-category-area .c-item .navi-link,
.left-category-area .c-item .navi-link span,
.left-category-area .c-item .text-gray-dark,
.left-category-area .view-all-category,
.left-category-area .view-all-category span {
    color: #ffffff !important;
}

.left-category-area .c-item a i,
.left-category-area .c-item .navi-link i {
    color: #ffffff !important;
}

.left-category-area .c-item a:hover,
.left-category-area .c-item .navi-link:hover,
.left-category-area .c-item a:hover span,
.left-category-area .c-item .navi-link:hover span,
.left-category-area .c-item a:hover .text-gray-dark,
.left-category-area .category-list .navi-link:hover span.text-gray-dark,
.left-category-area .view-all-category:hover,
.left-category-area .view-all-category:hover span {
    background-color: rgba(0, 36, 3, 0.8) !important;
    color: #FF6A00 !important;
}

.left-category-area .c-item a:hover i,
.left-category-area .c-item .navi-link:hover i {
    color: #FF6A00 !important;
}

.left-category-area .sub-c-box,
.left-category-area .child-c-box {
    background-color: #002403 !important;
}

.left-category-area .sub-c-box a,
.left-category-area .child-c-box a,
.left-category-area .child-c-box .title,
.left-category-area .category-list .sub-c-box .title,
.left-category-area .child-category a,
.left-category-area .category-list .sub-c-box .child-category a {
    color: #ffffff !important;
}

.left-category-area .sub-c-box a:hover,
.left-category-area .child-c-box a:hover,
.left-category-area .child-category a:hover,
.left-category-area .category-list .sub-c-box .child-category a:hover,
.left-category-area .category-list .sub-c-box .title:hover {
    background-color: rgba(0, 36, 3, 0.8) !important;
    color: #FF6A00 !important;
}


/* Remove border radius from topbar (logo header) */
.site-header .topbar,
.topbar {
    border-radius: 0 !important;
}

/* Remove border radius from any child elements in topbar */
.topbar * {
    border-radius: 0 !important;
}


/* Copyright section only - Green background with white text */
.site-footer .footer-copyright,
p.footer-copyright {
    background-color: #002403 !important;
    color: #ffffff !important;
    padding: 15px 0 !important;
    margin: 0 !important;
    border-top: none !important;
}

.site-footer .footer-copyright a,
p.footer-copyright a {
    color: #ffffff !important;
}

.site-footer .footer-copyright a:hover,
p.footer-copyright a:hover {
    color: #ffffff !important;
    opacity: 0.8;
}


/* ========================================
   REDUCE HEADER HEIGHT - OPTIMIZED
   ======================================== */

/* Reduce menu-top-area height */
.menu-top-area {
    padding: 0 !important;
    min-height: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
}

.menu-top-area .container {
    padding: 0 !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
}

.menu-top-area .row {
    align-items: center !important;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.menu-top-area .col-md-4 {
    padding: 0 10px !important;
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

.menu-top-area .t-m-s-a,
.menu-top-area .right-area,
.menu-top-area .address-text-wrapper {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

.menu-top-area .track-order-link {
    font-size: 13px !important;
    padding: 0 !important;
    line-height: 1.4 !important;
    display: flex !important;
    align-items: center !important;
}

/* Reduce topbar (logo area) height */
.site-header .topbar {
    padding: 12px 0 !important;
    min-height: auto !important;
}

.topbar .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.topbar .row {
    align-items: center !important;
}

/* Reduce logo size */
.site-branding {
    padding: 0 !important;
    margin: 0 !important;
}

.site-branding .frontend-logo {
    max-height: 68px !important;
    height: 68px !important;
}

/* Reduce search box height */
.topbar .search-box-wrap {
    margin: 0 !important;
    padding: 0 !important;
}

.topbar .search-box-inner {
    margin: 0 !important;
    padding: 0 !important;
}

.topbar .search-box {
    margin: 0 !important;
}

.topbar .search-box input,
.topbar .search-box select,
.topbar .search-box button {
    height: 42px !important;
    padding: 9px 13px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.topbar .search-box .input-group-prepend {
    height: 42px !important;
}

.topbar .search-box .input-group-text {
    height: 42px !important;
    padding: 9px 13px !important;
}

/* Reduce toolbar items spacing */
.topbar .toolbar {
    gap: 10px !important;
    margin: 0 !important;
}

.topbar .toolbar-item {
    padding: 5px 9px !important;
    margin: 0 !important;
}

.topbar .toolbar-item a {
    padding: 0 !important;
}

.topbar .toolbar-item i {
    font-size: 19px !important;
}

.topbar .text-label {
    font-size: 12px !important;
    line-height: 1.3 !important;
}

.topbar .count-label {
    font-size: 10px !important;
    padding: 2px 6px !important;
    min-width: 20px !important;
    height: 20px !important;
    line-height: 16px !important;
}

/* Reduce navbar height */
.site-header .navbar {
    padding: 9px 0 !important;
    min-height: auto !important;
}

.navbar .container {
    padding: 0 !important;
}

.navbar .nav-inner {
    padding: 0 !important;
    margin: 0 !important;
}

.navbar .site-menu ul {
    margin: 0 !important;
}

.navbar .site-menu ul li a {
    padding: 11px 17px !important;
    font-size: 14px !important;
}

/* Reduce category menu height */
.left-category-area .category-header {
    padding: 4px 8px !important;
    min-height: auto !important;
}

.left-category-area .category-header h4 {
    font-size: 13px !important;
    margin: 0 !important;
    line-height: 1.1 !important;
}

.left-category-area .category-header h4 i {
    font-size: 12px !important;
}

/* Reduce category list items */
.left-category-area .category-list {
    padding: 2px 0 !important;
}

.left-category-area .c-item {
    padding: 0 !important;
}

.left-category-area .c-item a,
.left-category-area .c-item .navi-link {
    padding: 4px 8px !important;
    font-size: 12px !important;
    line-height: 1.1 !important;
}

.left-category-area .c-item a i,
.left-category-area .c-item .navi-link i {
    font-size: 12px !important;
}

.left-category-area .view-all-category {
    padding: 4px 8px !important;
    font-size: 12px !important;
}

/* Reduce subcategory spacing */
.left-category-area .sub-c-box,
.left-category-area .child-c-box {
    padding: 2px 0 !important;
}

.left-category-area .sub-c-box a,
.left-category-area .child-c-box a,
.left-category-area .child-category a {
    padding: 3px 8px !important;
    font-size: 11px !important;
    line-height: 1.1 !important;
}

.left-category-area .sub-c-box .title,
.left-category-area .child-c-box .title {
    padding: 3px 8px !important;
    font-size: 11px !important;
}

/* Remove extra spacing */
.site-header {
    margin-bottom: 0 !important;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .site-branding .frontend-logo {
        max-height: 58px !important;
        height: 58px !important;
    }
    
    .menu-top-area {
        padding: 7px 0 !important;
        height: 34px !important;
    }
    
    .site-header .topbar {
        padding: 10px 0 !important;
    }
}

@media (max-width: 576px) {
    .site-branding .frontend-logo {
        max-height: 48px !important;
        height: 48px !important;
    }
    
    .menu-top-area {
        padding: 5px 0 !important;
        height: 30px !important;
    }
    
    .site-header .topbar {
        padding: 8px 0 !important;
    }
    
    .topbar .toolbar-item {
        padding: 4px 7px !important;
    }
    
    .topbar .text-label {
        font-size: 11px !important;
    }
}


/* ========================================
   WHATSAPP INTEGRATION - FLOATING BUTTON
   ======================================== */

/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.whatsapp-float:hover {
    background-color: #128c7e;
    color: #FFF;
    transform: scale(1.1);
    box-shadow: 2px 2px 8px #666;
}

.whatsapp-float i {
    margin-top: 0;
    color: #FFF;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
        font-size: 26px;
    }
}

/* ========================================
   BILINGUAL SUPPORT
   ======================================== */

.bilingual-heading {
    margin-bottom: 10px;
}

.bilingual-heading .english {
    display: block;
    font-weight: 600;
}

.bilingual-heading .kinyarwanda {
    display: block;
    font-size: 0.9em;
    color: #666;
    font-style: italic;
    margin-top: 5px;
}

/* ========================================
   CALL FOR PRICE STYLING
   ======================================== */

.call-for-price {
    color: #FF6A00 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.call-for-price::before {
    content: "\f095" !important;
    font-family: "Font Awesome 5 Free", sans-serif !important;
    font-weight: 900 !important;
    margin-right: 8px !important;
}

.call-for-price i {
    margin-right: 5px;
}

/* ========================================
   MOMO DEPOSIT BUTTON
   ======================================== */

.momo-deposit-btn {
    background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%) !important;
    color: #000 !important;
    font-weight: 600 !important;
    border: none !important;
    padding: 12px 24px !important;
    border-radius: 5px !important;
    transition: all 0.3s ease !important;
}

.momo-deposit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 165, 0, 0.4);
    color: #000 !important;
}

.momo-deposit-btn i {
    margin-right: 8px;
}

/* ========================================
   WHATSAPP CTA BUTTONS
   ======================================== */

.whatsapp-cta {
    background-color: #25d366 !important;
    color: #FFF !important;
    border: none !important;
    padding: 12px 24px !important;
    border-radius: 5px !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    text-decoration: none !important;
}

.whatsapp-cta:hover {
    background-color: #128c7e !important;
    color: #FFF !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
}

.whatsapp-cta i {
    margin-right: 8px;
    font-size: 18px;
}

/* ========================================
   TRUST BADGES
   ======================================== */

.trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 20px 0;
}

.trust-badge {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background: #f8f9fa;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
}

.trust-badge i {
    margin-right: 8px;
    color: #28a745;
    font-size: 18px;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .trust-badges {
        flex-direction: column;
    }
    
    .trust-badge {
        width: 100%;
    }
}

/* ========================================
   EMERGENCY SECTION
   ======================================== */

.emergency-section {
    background: #ffffff;
    color: #333;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    margin: 30px 0;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.emergency-section h3 {
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}

.emergency-section a {
    color: #002403;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
}

.emergency-section a:hover {
    text-decoration: underline;
    color: #004806;
}

/* ========================================
   MOBILE-FIRST OPTIMIZATIONS
   ======================================== */

/* Ensure all images are responsive */
img {
    max-width: 100%;
    height: auto;
}

/* Lazy loading support */
img[loading="lazy"] {
    opacity: 0;
    transition: opacity 0.3s;
}

img[loading="lazy"].loaded {
    opacity: 1;
}

/* Touch-friendly buttons on mobile */
@media (max-width: 768px) {
    .btn,
    .whatsapp-cta,
    .momo-deposit-btn {
        min-height: 48px !important;
        padding: 12px 20px !important;
        font-size: 16px !important;
    }
}

/* ========================================
   PRODUCT ACTION BUTTONS
   ======================================== */

.gu-product-actions {
    display: flex !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
    align-items: center !important;
}

.gu-action-btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 10px 20px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    border: none !important;
    cursor: pointer !important;
    transition: all .2s !important;
    line-height: 1.4 !important;
}

.gu-action-add {
    background: #25d366 !important;
    color: #fff !important;
}
.gu-action-add:hover {
    background: #1ea952 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.gu-action-order {
    background: #002403 !important;
    color: #fff !important;
}
.gu-action-order:hover {
    background: #003a05 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.gu-momo-note {
    margin-top: 10px !important;
    font-size: 13px !important;
    color: #FF6A00 !important;
    font-weight: 600 !important;
}

.gu-momo-note i {
    margin-right: 4px !important;
}

@media (max-width: 576px) {
    .gu-product-actions {
        flex-direction: column !important;
    }
    .gu-action-btn {
        width: 100% !important;
        justify-content: center !important;
    }
}



/* ========================================
   MOBILE HEADER - LOGO LEFT, HAMBURGER RIGHT
   ======================================== */
@media (max-width: 991px) {
    /* Hide top info bar on mobile */
    .menu-top-area { display: none !important; }

    /* Hide search, filter, compare, wishlist, lang switcher completely */
    .search-box-wrap,
    .site-header .search-box-wrap,
    .toolbar-item.close-m-serch,
    .toolbar-item.hidden-on-mobile,
    .lang-switcher { display: none !important; }

    /* Logo left, toolbar right */
    .topbar .d-flex.justify-content-between {
        align-items: center !important;
    }

    .topbar .toolbar {
        gap: 2px !important;
    }
}

/* ========================================
   MOBILE SIDEBAR - SITE MENU STYLING
   ======================================== */
.mobile-site-menu { padding: 10px 0; }

.mobile-site-menu .site-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-site-menu .site-menu ul li a {
    display: block;
    padding: 12px 20px;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    text-decoration: none;
}

.mobile-site-menu .site-menu ul li a:hover,
.mobile-site-menu .site-menu ul li.active > a {
    color: #FF6A00 !important;
    background: rgba(255,255,255,0.08);
}

/* Dropdown arrow */
.mobile-site-menu .site-menu ul li a i.icon-chevron-down {
    float: right;
    margin-top: 3px;
}

/* Dropdown menu */
.mobile-site-menu .t-h-dropdown-menu {
    display: none;
    background: rgba(0,0,0,0.2);
    padding: 0;
}

.mobile-site-menu .t-h-dropdown.open .t-h-dropdown-menu {
    display: block;
}

.mobile-site-menu .t-h-dropdown-menu a {
    padding: 10px 30px !important;
    font-size: 13px !important;
    border-bottom: 1px solid rgba(255,255,255,0.07) !important;
}

/* Show language switcher on mobile */
@media (max-width: 991px) {
    .lang-switcher { display: flex !important; align-items: center; padding: 0 6px; }
    .lang-card { padding: 4px 8px; font-size: 12px; gap: 4px; }
}

/* Force site-menu vertical in mobile sidebar */
.mobile-site-menu .site-menu > ul {
    display: flex !important;
    flex-direction: column !important;
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobile-site-menu .site-menu > ul > li {
    display: block !important;
    width: 100% !important;
}
.mobile-site-menu .site-menu > ul > li > a {
    display: block !important;
    padding: 12px 20px !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    white-space: nowrap;
}
/* Dropdown submenu vertical */
.mobile-site-menu .t-h-dropdown-menu {
    position: static !important;
    display: none;
    flex-direction: column !important;
    background: rgba(0,0,0,0.25) !important;
    box-shadow: none !important;
    border: none !important;
    width: 100% !important;
    padding: 0 !important;
}
.mobile-site-menu .t-h-dropdown.open .t-h-dropdown-menu {
    display: flex !important;
    flex-direction: column !important;
}

/* All Products dropdown in slideable-menu */
.mobile-site-menu .slideable-menu .t-h-dropdown .t-h-dropdown-menu {
    display: none;
    flex-direction: column;
    background: rgba(0,0,0,0.2);
    padding: 0;
}
.mobile-site-menu .slideable-menu .t-h-dropdown.open .t-h-dropdown-menu {
    display: flex !important;
    flex-direction: column !important;
}
.mobile-site-menu .slideable-menu .t-h-dropdown-menu a {
    padding: 10px 34px !important;
    font-size: 13px !important;
    color: #fff !important;
    display: block !important;
}
.mobile-site-menu .slideable-menu .t-h-dropdown-menu a:hover {
    color: #FF6A00 !important;
    background: rgba(255,255,255,0.08) !important;
}
.mobile-site-menu .t-h-dropdown-menu a {
    display: block !important;
    padding: 10px 34px !important;
    color: #fff !important;
    font-size: 13px !important;
    border-bottom: 1px solid rgba(255,255,255,0.07) !important;
}

/* Mobile globe language switcher */
.lang-mobile-wrap { position: relative; }

.lang-globe-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    padding: 4px 6px;
    display: flex;
    align-items: center;
    line-height: 1;
}

.lang-mobile-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: #002403;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.4);
    z-index: 99999;
    min-width: 160px;
    flex-direction: column;
    padding: 4px 0;
}

.lang-mobile-dropdown.show { display: flex; }

.lang-mobile-dropdown .lang-option {
    display: block !important;
    padding: 11px 18px !important;
    font-size: 14px !important;
    color: rgba(255,255,255,0.8) !important;
    cursor: pointer;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.lang-mobile-dropdown .lang-option:last-child { border-bottom: none; }

.lang-mobile-dropdown .lang-option:hover,
.lang-mobile-dropdown .lang-option.active {
    color: #FF6A00 !important;
    background: rgba(255,255,255,0.06);
    font-weight: 600;
}

/* Toolbar horizontal alignment on mobile */
@media (max-width: 991px) {
    .topbar .toolbar {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 2px !important;
    }
    .topbar .toolbar-item,
    .topbar .lang-switcher {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    /* Hamburger consistent size */
    .topbar .toolbar-item.visible-on-mobile.mobile-menu-toggle a div {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* Fix mobile toolbar horizontal alignment - override theme display:block */
@media (max-width: 991px) {
    .topbar .toolbar.d-flex {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        gap: 0 !important;
    }
    .site-header .toolbar .toolbar-item.visible-on-mobile,
    .topbar .toolbar .toolbar-item,
    .topbar .toolbar .lang-switcher {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 5px 7px !important;
    }
    .topbar .toolbar .toolbar-item a,
    .topbar .toolbar .toolbar-item a div {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    .topbar .toolbar .toolbar-item i {
        font-size: 20px !important;
        line-height: 1 !important;
    }
    .topbar .toolbar .text-label { display: none !important; }
}

/* ========================================
   MOBILE TOOLBAR - EXACTLY 4 ICONS ONLY
   Globe | WA | Cart | Hamburger
   ======================================== */
@media (max-width: 991px) {
    /* Hide all toolbar items on mobile by default */
    .topbar .toolbar .toolbar-item { display: none !important; }

    /* Show only WA, cart and hamburger */
    .topbar .toolbar .toolbar-item:has(.fa-whatsapp),
    .topbar .toolbar .toolbar-item:has(.icon-shopping-cart),
    .topbar .toolbar .toolbar-item.visible-on-mobile.mobile-menu-toggle { display: flex !important; }

    /* Force toolbar row */
    .topbar .toolbar.d-flex {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 0 !important;
    }

    /* Each visible icon centered */
    .topbar .toolbar .toolbar-item,
    .topbar .lang-switcher {
        align-items: center !important;
        justify-content: center !important;
        padding: 0 7px !important;
    }

    /* Hide text labels */
    .topbar .toolbar .text-label { display: none !important; }

    /* Icon size */
    .topbar .toolbar .toolbar-item i,
    .topbar .toolbar .toolbar-item a i { font-size: 22px !important; line-height: 1 !important; }

    /* Lang switcher inline */
    .topbar .lang-switcher { display: flex !important; padding: 0 7px !important; }
}

/* ========================================
   MOBILE TOOLBAR - FINAL: Globe | WA | Cart | Hamburger
   ======================================== */
@media (max-width: 991px) {
    /* Hide ALL toolbar items on mobile */
    .topbar .toolbar .toolbar-item { display: none !important; }

    /* Show only: WA, cart, hamburger */
    .topbar .toolbar .toolbar-item.mobile-show,
    .topbar .toolbar .toolbar-item.visible-on-mobile.mobile-menu-toggle { display: flex !important; align-items: center; justify-content: center; }

    /* Toolbar stays a row */
    .topbar .toolbar.d-flex {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
    }

    /* Hide text labels, keep icons */
    .topbar .toolbar .text-label { display: none !important; }
    .topbar .toolbar .toolbar-item i { font-size: 21px !important; line-height: 1 !important; }
    .topbar .toolbar .toolbar-item a div { display: flex !important; align-items: center !important; }
    .topbar .toolbar .toolbar-item { padding: 0 8px !important; }

    /* Lang switcher stays visible */
    .topbar .lang-switcher { display: flex !important; align-items: center !important; padding: 0 7px !important; }
}

/* ========================================
   MOBILE TOOLBAR - DEFINITIVE FINAL RULES
   ======================================== */
@media (max-width: 991px) {
    /* Hide cart specifically */
    .site-header .topbar .toolbar .toolbar-item.hidden-on-mobile,
    .topbar .toolbar div.toolbar-item:not(.mobile-show):not(.visible-on-mobile) {
        display: none !important;
    }
}

/* Remove leftover space from hidden cart on mobile */
@media (max-width: 991px) {
    .topbar .toolbar .toolbar-item.hidden-on-mobile {
        display: none !important;
        width: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
    }
    /* WA orders hidden state — zero space */
    .topbar .toolbar .toolbar-item.mobile-show.wa-orders-toolbar-item:not(.wa-cart-visible) {
        display: none !important;
        width: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        overflow: hidden !important;
        flex: 0 !important;
        min-width: 0 !important;
    }
}

/* Hide hamburger on desktop */
@media (min-width: 992px) {
    .site-header .topbar .toolbar .toolbar-item.visible-on-mobile.mobile-menu-toggle {
        display: none !important;
    }
}

/* All Products custom dropdown — match existing mobile menu item style */
.mobile-site-menu .site-menu + .site-menu ul li {
    background-color: #002403 !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
}
.mobile-site-menu .site-menu + .site-menu ul li > a {
    display: block !important;
    padding: 12px 20px !important;
    color: #ffffff !important;
    background-color: #002403 !important;
    font-size: 14px !important;
}
.mobile-site-menu .site-menu + .site-menu .t-h-dropdown-menu {
    display: none;
    flex-direction: column;
    background: rgba(0,0,0,0.2) !important;
    position: static !important;
    padding: 0 !important;
}
.mobile-site-menu .site-menu + .site-menu .t-h-dropdown.open .t-h-dropdown-menu {
    display: flex !important;
    flex-direction: column !important;
}
.mobile-site-menu .site-menu + .site-menu .t-h-dropdown-menu a {
    display: block !important;
    padding: 10px 34px !important;
    font-size: 13px !important;
    color: #fff !important;
    background: transparent !important;
}
.mobile-site-menu .site-menu + .site-menu .t-h-dropdown-menu a:hover {
    color: #FF6A00 !important;
    background: rgba(255,255,255,0.08) !important;
}
