/* ==========================================================================
   Antigravity Shop Header & Navigation System (header_custom.css)
   Brand Color: #0d2644 | Container: 1450px | Clean Responsive Split
   ========================================================================== */

/* Global Background */
body, .page-wrapper {
    background-color: #f5f7fa !important;
}

/* ==========================================================================
   DESKTOP HEADER STYLES (min-width: 768px)
   ========================================================================== */
@media (min-width: 768px) {
    .header-six .page-header-responsive {
        display: none !important;
    }

    .bottom-navigation-bar {
        display: none !important;
    }

    .header-six {
        width: 100% !important;
        margin-bottom: 24px !important;
        position: relative !important;
        z-index: 1000 !important;
        display: block !important;
    }

    .header-six.header-six-sticky {
        position: sticky !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        z-index: 1050 !important;
        background-color: #f5f7fa !important;
        padding-top: 4px !important;
        box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03) !important;
    }

    .header-six .page-header {
        width: 100% !important;
        display: block !important;
        padding: 0 !important;
    }

    /* Centered Container matching 1450px site container width */
    .header-six .page-header > .container {
        max-width: 1450px !important;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 1.7rem !important;
        padding-right: 1.7rem !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        box-sizing: border-box !important;
    }

    /* 1. Top Navigation Bar (.page-header--bottom) in Brand Color #0d2644 */
    .header-six .page-header--bottom {
        width: 100% !important;
        background-color: #0d2644 !important;
        border-radius: 0 0 18px 18px !important;
        padding: 8px 0 !important;
        margin-bottom: 10px !important;
        border: none !important;
        box-shadow: 0 4px 14px rgba(13, 38, 68, 0.2) !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .header-six .page-header--bottom .nav {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 36px !important;
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
        direction: rtl !important;
    }

    .header-six .page-header--bottom .nav li {
        margin: 0 !important;
        padding: 0 !important;
        display: inline-block !important;
    }

    .header-six .page-header--bottom .nav li a {
        color: #ffffff !important;
        font-size: 13.5px !important;
        font-weight: 500 !important;
        text-decoration: none !important;
        padding: 3px 10px !important;
        transition: opacity 0.2s ease, transform 0.2s ease !important;
        display: inline-block !important;
        letter-spacing: 0.3px !important;
    }

    .header-six .page-header--bottom .nav li a:hover {
        opacity: 0.85 !important;
        transform: translateY(-1px) !important;
    }

    /* 2. Middle White Pill Container (.page-header--middle) */
    .header-six .page-header--middle {
        width: 100% !important;
        height: 60px !important;
        min-height: 60px !important;
        background-color: #ffffff !important;
        border-radius: 50px !important;
        padding: 6px 20px !important;
        margin-bottom: 24px !important;
        position: relative !important;
        z-index: 10 !important;
        box-shadow: 0 4px 22px rgba(0, 0, 0, 0.05) !important;
        border: 1px solid rgba(0, 0, 0, 0.04) !important;
        box-sizing: border-box !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .header-six .page-header--middle .row {
        width: 100% !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
    }

    /* Right Column (Categories + Phone) */
    .header-six .page-header--middle .col-md-5:first-child {
        flex: 1 1 0% !important;
        max-width: 42% !important;
        width: 42% !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
    }

    .header-six .page-header--middle .user-helpers {
        background-color: #f0f3f7 !important;
        border-radius: 25px !important;
        padding: 4px 8px !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 10px !important;
    }

    .header-six .page-header--middle .vertical-menu {
        position: relative !important;
        margin: 0 !important;
    }

    .header-six .page-header--middle .vertical-menu a.vertical-menu-title {
        background-color: #0d2644 !important;
        color: #ffffff !important;
        white-space: nowrap !important;
        font-size: 13.5px !important;
        font-weight: 600 !important;
        border-radius: 20px !important;
        padding: 7px 18px !important;
        border: none !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 6px !important;
        text-decoration: none !important;
        box-shadow: 0 3px 8px rgba(13, 38, 68, 0.25) !important;
        transition: all 0.2s ease !important;
    }

    .header-six .page-header--middle .vertical-menu a.vertical-menu-title:hover {
        background-color: #081a30 !important;
        transform: translateY(-1px) !important;
        box-shadow: 0 4px 12px rgba(13, 38, 68, 0.35) !important;
    }

    .header-six .page-header--middle .vertical-menu a.vertical-menu-title i {
        font-size: 16px !important;
        margin-left: 4px !important;
    }

    /* Dropdown Menu */
    .header-six .page-header--middle .vertical-menu .vertical-menu-items {
        display: none !important;
        position: absolute !important;
        top: 100% !important;
        right: 0 !important;
        background: #ffffff !important;
        min-width: 210px !important;
        border-radius: 14px !important;
        padding: 10px 0 !important;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
        z-index: 100 !important;
    }

    .header-six .page-header--middle .vertical-menu:hover .vertical-menu-items {
        display: block !important;
    }

    .header-six .page-header--middle .vertical-menu .vertical-menu-items ul {
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .header-six .page-header--middle .vertical-menu .vertical-menu-items ul li a {
        display: block !important;
        padding: 8px 16px !important;
        color: #374151 !important;
        text-decoration: none !important;
        font-size: 13px !important;
        transition: background 0.15s ease, color 0.15s ease !important;
    }

    .header-six .page-header--middle .vertical-menu .vertical-menu-items ul li a:hover {
        background-color: #f3f4f6 !important;
        color: #0d2644 !important;
    }

    /* Divider & Phone */
    .header-six .page-header--middle .divider {
        width: 1px !important;
        height: 16px !important;
        background-color: #cbd5e1 !important;
        margin: 0 2px !important;
    }

    .header-six .page-header--middle .phone-number {
        font-size: 13.5px !important;
        font-weight: 700 !important;
        color: #374151 !important;
        direction: ltr !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 6px !important;
        padding: 0 6px !important;
    }

    .header-six .page-header--middle .phone-number a {
        color: #374151 !important;
        text-decoration: none !important;
        letter-spacing: 0.5px !important;
    }

    .header-six .page-header--middle .phone-number i {
        font-size: 16px !important;
        color: #64748b !important;
    }

    /* Center Column (Smooth Arc Logo Tab) */
    .header-six .page-header--middle .col-md-2 {
        position: static !important;
        width: 16% !important;
        min-width: 180px !important;
        padding: 0 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .header-six .page-header--middle .logo-container {
        position: absolute !important;
        left: 50% !important;
        top: -22px !important;
        transform: translateX(-50%) !important;
        height: 96px !important;
        width: 180px !important;
        padding: 6px 14px 16px !important;
        z-index: 20 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background-color: #ffffff !important;
        mask: none !important;
        -webkit-mask: none !important;
        clip-path: none !important;
        filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.05)) !important;
        box-sizing: border-box !important;
    }

    .header-six .page-header--middle .logo-container a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
        width: 100% !important;
        height: 100% !important;
    }

    .header-six .page-header--middle .logo-container a img {
        height: auto !important;
        max-width: 90px !important;
        max-height: 45px !important;
        object-fit: contain !important;
    }

    /* Left Column (Icons + Shopping Cart) */
    .header-six .page-header--middle .col-md-5:last-child {
        flex: 1 1 0% !important;
        max-width: 42% !important;
        width: 42% !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
    }

    .header-six .page-header--middle .user-helper--day-night-switch button,
    .header-six .page-header--middle .user-helper--user-account a {
        width: 34px !important;
        height: 34px !important;
        border-radius: 50% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        color: #4b5563 !important;
        font-size: 17px !important;
        text-decoration: none !important;
        border: none !important;
        background: transparent !important;
        cursor: pointer !important;
        transition: all 0.2s ease !important;
    }

    .header-six .page-header--middle .user-helper--day-night-switch button:hover,
    .header-six .page-header--middle .user-helper--user-account a:hover {
        background-color: rgba(0, 0, 0, 0.06) !important;
        color: #0d2644 !important;
    }

    .header-six .page-header--middle .user-helper--shoping-cart .user-helper--shoping-cart-link {
        background-color: #0d2644 !important;
        color: #ffffff !important;
        white-space: nowrap !important;
        font-size: 13.5px !important;
        font-weight: 600 !important;
        border-radius: 20px !important;
        padding: 7px 16px 7px 8px !important;
        text-decoration: none !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 8px !important;
        box-shadow: 0 3px 8px rgba(13, 38, 68, 0.25) !important;
        transition: all 0.2s ease !important;
        border: none !important;
    }

    .header-six .page-header--middle .user-helper--shoping-cart .user-helper--shoping-cart-link:hover {
        background-color: #081a30 !important;
        transform: translateY(-1px) !important;
        box-shadow: 0 4px 12px rgba(13, 38, 68, 0.35) !important;
    }

    .header-six .page-header--middle .user-helper--shoping-cart .count-badage {
        background-color: #ffffff !important;
        color: #0d2644 !important;
        border-radius: 50% !important;
        width: 22px !important;
        height: 22px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 12px !important;
        font-weight: 700 !important;
    }

    /* 3. Bottom Search Bar (.search-container) */
    .header-six .search-container {
        width: 100% !important;
        position: relative !important;
        margin-top: 0 !important;
        display: block !important;
    }

    .header-six .search-container .container {
        padding: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .header-six .search-container form {
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
        height: 52px !important;
        background-color: #eaedf2 !important;
        border-radius: 14px !important;
        padding: 5px !important;
        border: 1px solid transparent !important;
        box-sizing: border-box !important;
        transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    }

    .header-six .search-container form:focus-within {
        background-color: #edf1f7 !important;
        border-color: #cbd5e1 !important;
        box-shadow: 0 0 0 3px rgba(13, 38, 68, 0.08) !important;
    }

    .header-six .search-container form .search-dropdown {
        flex-grow: 1 !important;
        height: 100% !important;
        position: relative !important;
        display: flex !important;
        align-items: center !important;
    }

    .header-six .search-container form .search-field {
        width: 100% !important;
        height: 100% !important;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
        padding: 0 20px 0 160px !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        color: #1f2937 !important;
        text-align: right !important;
        direction: rtl !important;
    }

    .header-six .search-container form .search-field::placeholder {
        color: #8c98a4 !important;
        font-size: 13.5px !important;
        font-weight: 400 !important;
    }

    .header-six .search-container form button.search-button--popular-search {
        position: absolute !important;
        left: 6px !important;
        top: 6px !important;
        bottom: 6px !important;
        background-color: #ffffff !important;
        border: 1px solid #dce2e8 !important;
        border-radius: 10px !important;
        padding: 0 16px !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        color: #374151 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 6px !important;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04) !important;
        cursor: pointer !important;
        transition: all 0.2s ease !important;
        white-space: nowrap !important;
        height: auto !important;
        min-height: initial !important;
    }

    .header-six .search-container form button.search-button--popular-search:hover {
        background-color: #f8fafc !important;
        border-color: #cbd5e1 !important;
        color: #0d2644 !important;
        transform: translateY(-1px) !important;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.07) !important;
    }

    .header-six .search-container form button.search-button--popular-search i {
        font-size: 15px !important;
        color: #64748b !important;
        transition: transform 0.2s ease !important;
    }

    .header-six .search-container form button.search-button--popular-search:hover i {
        transform: translateX(-2px) !important;
        color: #0d2644 !important;
    }
}

/* ==========================================================================
   MOBILE HEADER & BOTTOM NAVIGATION BAR (max-width: 767.98px)
   ========================================================================== */
@media (max-width: 767.98px) {
    /* Hide desktop page header */
    .page-header,
    .page-header.d-md-block,
    .page-header--bottom,
    .page-header--middle {
        display: none !important;
    }

    .header-six {
        width: 100% !important;
        max-width: 100vw !important;
        margin-bottom: 10px !important;
        position: relative !important;
        z-index: 1000 !important;
        display: block !important;
        box-sizing: border-box !important;
    }

    .header-six.header-six-sticky {
        position: sticky !important;
        top: 0 !important;
        right: 0 !important;
        left: 0 !important;
        z-index: 1050 !important;
        padding: 8px 12px 8px !important;
        background-color: #ffffff !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
        box-sizing: border-box !important;
        width: 100% !important;
    }

    /* Show mobile responsive header */
    .header-six .page-header-responsive {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    .header-six .page-header-responsive .page-header-responsive-row {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Hamburger Menu Button */
    .navigation-container {
        position: relative !important;
        display: inline-flex !important;
        align-items: center !important;
    }

    .navigation-container a.navigation-container--icon {
        width: 36px !important;
        height: 36px !important;
        background-color: #f0f3f7 !important;
        border-radius: 10px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
        color: #0d2644 !important;
        font-size: 20px !important;
        transition: all 0.2s ease !important;
        border: none !important;
    }

    .navigation-container a.navigation-container--icon:hover {
        background-color: #0d2644 !important;
        color: #ffffff !important;
    }

    .navigation-container .dropdown-menu {
        display: none;
        position: absolute !important;
        top: 100% !important;
        right: 0 !important;
        left: auto !important;
        min-width: 200px !important;
        border-radius: 14px !important;
        padding: 8px 0 !important;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
        border: 1px solid rgba(0, 0, 0, 0.05) !important;
        background-color: #ffffff !important;
        z-index: 1100 !important;
    }

    .navigation-container.show .dropdown-menu,
    .navigation-container .dropdown-menu.show,
    .navigation-container:hover .dropdown-menu {
        display: block !important;
    }

    .navigation-container .dropdown-menu .dropdown-item {
        padding: 8px 16px !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        color: #374151 !important;
        text-decoration: none !important;
        display: block !important;
    }

    /* Mobile Logo */
    .page-header-responsive .logo {
        display: inline-flex !important;
        align-items: center !important;
        margin-right: 8px !important;
        text-decoration: none !important;
    }

    .page-header-responsive .logo img {
        height: 26px !important;
        width: auto !important;
        max-width: 75px !important;
        object-fit: contain !important;
    }

    /* Mobile User Helpers */
    .page-header-responsive .user-helpers {
        display: inline-flex !important;
        align-items: center !important;
        gap: 6px !important;
    }

    .page-header-responsive .user-helpers .user-helper button,
    .page-header-responsive .user-helpers .user-helper a {
        width: 34px !important;
        height: 34px !important;
        border-radius: 50% !important;
        background-color: #f0f3f7 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        color: #374151 !important;
        font-size: 16px !important;
        text-decoration: none !important;
        border: none !important;
        position: relative !important;
    }

    .page-header-responsive .user-helpers .user-helper-cart .count-badage {
        background-color: #0d2644 !important;
        color: #ffffff !important;
        border-radius: 50% !important;
        width: 17px !important;
        height: 17px !important;
        font-size: 10px !important;
        font-weight: 700 !important;
        position: absolute !important;
        top: -2px !important;
        right: -2px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* Mobile Search Bar */
    .page-header-responsive .search-container {
        width: 100% !important;
        margin-top: 6px !important;
        box-sizing: border-box !important;
    }

    .page-header-responsive .search-container form {
        position: relative !important;
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
        height: 42px !important;
        background-color: #eaedf2 !important;
        border-radius: 12px !important;
        padding: 3px !important;
        border: 1px solid transparent !important;
        box-sizing: border-box !important;
    }

    .page-header-responsive .search-container form .search-dropdown {
        flex-grow: 1 !important;
        width: 100% !important;
    }

    .page-header-responsive .search-container form .search-field {
        width: 100% !important;
        height: 100% !important;
        background: transparent !important;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        padding: 0 12px 0 115px !important;
        font-size: 12.5px !important;
        color: #1f2937 !important;
        text-align: right !important;
        direction: rtl !important;
    }

    .page-header-responsive .search-container form button.search-button--popular-search {
        position: absolute !important;
        left: 4px !important;
        top: 4px !important;
        bottom: 4px !important;
        background-color: #ffffff !important;
        border: 1px solid #dce2e8 !important;
        border-radius: 8px !important;
        padding: 0 9px !important;
        font-size: 11px !important;
        font-weight: 600 !important;
        color: #374151 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 3px !important;
        cursor: pointer !important;
        white-space: nowrap !important;
        height: auto !important;
    }

    /* Fixed Bottom Navigation Bar */
    .bottom-navigation-bar {
        position: fixed !important;
        bottom: 0 !important;
        right: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 1050 !important;
        background-color: #ffffff !important;
        box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.08) !important;
        border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
        display: block !important;
    }

    .bottom-navigation-bar .bottom-navigation {
        width: 100% !important;
        max-width: 540px !important;
        margin: 0 auto !important;
    }

    .bottom-navigation-bar .bottom-navigation ul {
        list-style: none !important;
        display: flex !important;
        justify-content: space-around !important;
        align-items: center !important;
        margin: 0 !important;
        padding: 6px 0 !important;
        direction: rtl !important;
    }

    .bottom-navigation-bar .bottom-navigation ul li {
        flex: 1 !important;
        text-align: center !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .bottom-navigation-bar .bottom-navigation ul li a {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
        color: #64748b !important;
        gap: 2px !important;
        padding: 2px 4px !important;
        transition: all 0.2s ease !important;
    }

    .bottom-navigation-bar .bottom-navigation ul li a i {
        font-size: 20px !important;
        line-height: 1 !important;
        color: #64748b !important;
    }

    .bottom-navigation-bar .bottom-navigation ul li a span {
        font-size: 11px !important;
        font-weight: 500 !important;
        color: #64748b !important;
        white-space: nowrap !important;
    }

    .bottom-navigation-bar .bottom-navigation ul li.active a i {
        color: #0d2644 !important;
    }

    .bottom-navigation-bar .bottom-navigation ul li.active a span {
        background-color: #0d2644 !important;
        color: #ffffff !important;
        padding: 2px 10px !important;
        border-radius: 12px !important;
        font-weight: 600 !important;
        box-shadow: 0 2px 6px rgba(13, 38, 68, 0.25) !important;
    }
}


/* ==========================================================================
   MOBILE RESPONSIVE HEADER EXACT MATCH (media_1788186223485.png)
   ========================================================================== */
@media (max-width: 767.98px) {
    .header-six .page-header,
    .header-six .page-header.d-md-block {
        display: none !important;
    }

    .header-six .page-header-responsive {
        display: block !important;
        background: #ffffff !important;
        padding: 8px 12px 10px 12px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        position: relative !important;
        z-index: 100 !important;
        border-bottom: 1px solid rgba(0,0,0,0.05) !important;
    }

    /* Row 1: Top Action Row */
    .header-six .page-header-responsive-row.mob-top-row {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        position: relative !important;
        width: 100% !important;
        min-height: 44px !important;
        margin-bottom: 6px !important;
    }

    /* Right Actions: Menu & Moon */
    .mob-actions-right {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        z-index: 2 !important;
    }

    .mob-btn-menu {
        width: 38px !important;
        height: 38px !important;
        border-radius: 12px !important;
        background: #f0f3f7 !important;
        border: none !important;
        color: #1e293b !important;
        font-size: 19px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
        cursor: pointer !important;
        transition: background 0.2s ease !important;
    }

    .mob-btn-moon {
        width: 38px !important;
        height: 38px !important;
        border-radius: 50% !important;
        background: #f0f3f7 !important;
        border: none !important;
        color: #1e293b !important;
        font-size: 17px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        transition: background 0.2s ease !important;
    }

    .mob-btn-menu:hover, .mob-btn-moon:hover,
    .mob-btn-user:hover, .mob-btn-cart:hover {
        background: #e2e8f0 !important;
    }

    /* Center: White Logo Notch */
    .mob-center-logo-notch {
        position: absolute !important;
        left: 50% !important;
        top: 0 !important;
        transform: translateX(-50%) !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        background: #ffffff !important;
        padding: 2px 14px 6px 14px !important;
        border-radius: 0 0 16px 16px !important;
        z-index: 10 !important;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.04) !important;
    }

    .mob-slogan {
        font-size: 8.5px !important;
        font-weight: 700 !important;
        color: #475569 !important;
        margin-bottom: 2px !important;
        white-space: nowrap !important;
        letter-spacing: -0.2px !important;
    }

    .mob-logo-img-link {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
    }

    .mob-logo-img-link img {
        height: 22px !important;
        width: auto !important;
        object-fit: contain !important;
    }

    /* Left Actions: User & Cart */
    .mob-actions-left {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        z-index: 2 !important;
    }

    .mob-btn-user {
        width: 38px !important;
        height: 38px !important;
        border-radius: 50% !important;
        background: #f0f3f7 !important;
        border: none !important;
        color: #1e293b !important;
        font-size: 17px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
        transition: background 0.2s ease !important;
    }

    .mob-btn-cart {
        width: 38px !important;
        height: 38px !important;
        border-radius: 50% !important;
        background: #f0f3f7 !important;
        border: none !important;
        color: #1e293b !important;
        font-size: 18px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
        position: relative !important;
        transition: background 0.2s ease !important;
    }

    .mob-cart-badge {
        position: absolute !important;
        top: -2px !important;
        right: -2px !important;
        width: 18px !important;
        height: 18px !important;
        border-radius: 50% !important;
        background: #0d2644 !important;
        color: #ffffff !important;
        font-size: 10px !important;
        font-weight: 800 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border: 2px solid #ffffff !important;
    }

    /* Row 2: Search Container */
    .header-six .page-header-responsive-row.mob-search-row {
        width: 100% !important;
        margin-top: 4px !important;
    }

    .mob-search-form {
        position: relative !important;
        width: 100% !important;
        height: 42px !important;
        background: #eef2f6 !important;
        border-radius: 14px !important;
        display: flex !important;
        align-items: center !important;
        padding: 3px !important;
        box-sizing: border-box !important;
    }

    .mob-search-input {
        width: 100% !important;
        height: 100% !important;
        background: transparent !important;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        padding: 0 14px 0 115px !important;
        font-size: 12px !important;
        color: #1e293b !important;
        text-align: right !important;
        direction: rtl !important;
    }

    .mob-search-input::placeholder {
        color: #94a3b8 !important;
        font-size: 12px !important;
    }

    .mob-btn-archive {
        position: absolute !important;
        left: 4px !important;
        top: 4px !important;
        bottom: 4px !important;
        background: #ffffff !important;
        border: 1px solid #dce2e8 !important;
        border-radius: 10px !important;
        padding: 0 10px !important;
        font-size: 11px !important;
        font-weight: 700 !important;
        color: #334155 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 3px !important;
        cursor: pointer !important;
        white-space: nowrap !important;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04) !important;
        text-decoration: none !important;
    }
}


/* ==========================================================================
   MOBILE NOTCH EXTENDING OVER SEARCH BAR
   ========================================================================== */
@media (max-width: 767.98px) {
    .header-six .page-header-responsive {
        position: relative !important;
        background: #ffffff !important;
        padding: 6px 12px 10px 12px !important;
    }

    .header-six .page-header-responsive-row.mob-top-row {
        position: relative !important;
        min-height: 48px !important;
        margin-bottom: 2px !important;
    }

    /* Notch extending down over search */
    .mob-center-logo-notch {
        position: absolute !important;
        left: 50% !important;
        top: -4px !important;
        transform: translateX(-50%) !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        background: #ffffff !important;
        padding: 4px 12px 8px 12px !important;
        border-radius: 0 0 18px 18px !important;
        z-index: 25 !important;
        box-shadow: 0 5px 12px rgba(0, 0, 0, 0.08) !important;
        min-width: 82px !important;
    }

    .mob-slogan {
        font-size: 8px !important;
        font-weight: 700 !important;
        color: #64748b !important;
        margin-bottom: 3px !important;
        white-space: nowrap !important;
        line-height: 1 !important;
    }

    .mob-logo-img-link {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
    }

    .mob-logo-img-link img {
        height: 24px !important;
        width: auto !important;
        max-width: 75px !important;
        object-fit: contain !important;
    }

    .header-six .page-header-responsive-row.mob-search-row {
        position: relative !important;
        z-index: 10 !important;
        margin-top: 0 !important;
    }

    .mob-search-form {
        position: relative !important;
        width: 100% !important;
        height: 44px !important;
        background: #eef2f6 !important;
        border-radius: 14px !important;
        display: flex !important;
        align-items: center !important;
        padding: 3px !important;
        box-sizing: border-box !important;
    }
}


/* ==========================================================================
   MOBILE LOGO OVERLAY MATCHING DESKTOP (NO SHADOW, NO TEXT, PERFECT OVERLAY)
   ========================================================================== */
@media (max-width: 767.98px) {
    .header-six .page-header-responsive {
        position: relative !important;
        background: #ffffff !important;
        padding: 8px 12px 10px 12px !important;
    }

    .header-six .page-header-responsive-row.mob-top-row {
        position: relative !important;
        min-height: 44px !important;
        margin-bottom: 0 !important;
    }

    /* Logo Container in Center: Hanging down over Search Bar (Exact Desktop Match, No Shadow) */
    .mob-center-logo-notch {
        position: absolute !important;
        left: 50% !important;
        top: 0 !important;
        transform: translateX(-50%) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: #ffffff !important;
        padding: 6px 14px 10px 14px !important;
        border-radius: 0 0 16px 16px !important;
        z-index: 30 !important;
        box-shadow: none !important; /* Strictly no shadow as requested */
        border: none !important;
        min-width: 76px !important;
    }

    .mob-slogan {
        display: none !important; /* Removed text as requested */
    }

    .mob-logo-img-link {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
    }

    .mob-logo-img-link img {
        height: 25px !important;
        width: auto !important;
        max-width: 75px !important;
        object-fit: contain !important;
    }

    /* Search Bar Row sits directly under top row so logo overlaps it smoothly */
    .header-six .page-header-responsive-row.mob-search-row {
        position: relative !important;
        z-index: 10 !important;
        margin-top: 4px !important;
    }

    .mob-search-form {
        position: relative !important;
        width: 100% !important;
        height: 42px !important;
        background: #eef2f6 !important;
        border-radius: 14px !important;
        display: flex !important;
        align-items: center !important;
        padding: 3px !important;
        box-sizing: border-box !important;
    }
}


/* ==========================================================================
   MOBILE NOTCH DEEP OVERLAP ON SEARCH BAR (EXACT MATCH FOR media_1788186223485)
   ========================================================================== */
@media (max-width: 767.98px) {
    .header-six .page-header-responsive {
        position: relative !important;
        background: #ffffff !important;
        padding: 6px 12px 10px 12px !important;
        box-sizing: border-box !important;
    }

    .header-six .page-header-responsive-row.mob-top-row {
        position: relative !important;
        height: 40px !important;
        min-height: 40px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        margin-bottom: 0 !important;
        z-index: 20 !important;
    }

    /* Actions Left & Right */
    .mob-actions-right {
        display: flex !important;
        align-items: center !important;
        gap: 6px !important;
        z-index: 10 !important;
    }

    .mob-actions-left {
        display: flex !important;
        align-items: center !important;
        gap: 6px !important;
        z-index: 10 !important;
    }

    .mob-btn-menu {
        width: 36px !important;
        height: 36px !important;
        border-radius: 12px !important;
        background: #f0f3f7 !important;
        border: none !important;
        color: #1e293b !important;
        font-size: 19px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
        cursor: pointer !important;
    }

    .mob-btn-moon, .mob-btn-user, .mob-btn-cart {
        width: 36px !important;
        height: 36px !important;
        border-radius: 50% !important;
        background: #f0f3f7 !important;
        border: none !important;
        color: #1e293b !important;
        font-size: 17px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
        position: relative !important;
        cursor: pointer !important;
    }

    .mob-cart-badge {
        position: absolute !important;
        top: -3px !important;
        right: -3px !important;
        width: 17px !important;
        height: 17px !important;
        border-radius: 50% !important;
        background: #0d2644 !important;
        color: #ffffff !important;
        font-size: 9.5px !important;
        font-weight: 800 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border: 2px solid #ffffff !important;
    }

    /* CENTER WHITE U-NOTCH SITTING OVER THE SEARCH BAR */
    .mob-center-logo-notch {
        position: absolute !important;
        left: 50% !important;
        top: -2px !important;
        transform: translateX(-50%) !important;
        width: 86px !important;
        height: 50px !important;
        background-color: #ffffff !important;
        border-radius: 0 0 22px 22px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        z-index: 50 !important;
        box-shadow: none !important;
        border: none !important;
        padding: 0 8px 6px 8px !important;
        box-sizing: border-box !important;
    }

    .mob-logo-img-link {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
        width: 100% !important;
        height: 100% !important;
    }

    .mob-logo-img-link img {
        height: 24px !important;
        max-height: 26px !important;
        width: auto !important;
        max-width: 68px !important;
        object-fit: contain !important;
    }

    /* SEARCH BAR ROW (Pulled slightly up so the notch covers its top center) */
    .header-six .page-header-responsive-row.mob-search-row {
        position: relative !important;
        z-index: 15 !important;
        margin-top: 4px !important;
        width: 100% !important;
    }

    .mob-search-form {
        position: relative !important;
        width: 100% !important;
        height: 44px !important;
        background-color: #eaedf2 !important;
        border-radius: 14px !important;
        display: flex !important;
        align-items: center !important;
        padding: 3px !important;
        box-sizing: border-box !important;
    }

    .mob-search-input {
        width: 100% !important;
        height: 100% !important;
        background: transparent !important;
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        padding: 0 14px 0 120px !important;
        font-size: 12px !important;
        color: #1e293b !important;
        text-align: right !important;
        direction: rtl !important;
    }

    .mob-search-input::placeholder {
        color: #94a3b8 !important;
        font-size: 12px !important;
    }

    .mob-btn-archive {
        position: absolute !important;
        left: 4px !important;
        top: 4px !important;
        bottom: 4px !important;
        background: #ffffff !important;
        border: 1px solid #dce2e8 !important;
        border-radius: 10px !important;
        padding: 0 10px !important;
        font-size: 11px !important;
        font-weight: 700 !important;
        color: #334155 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 3px !important;
        cursor: pointer !important;
        white-space: nowrap !important;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04) !important;
        text-decoration: none !important;
    }
}


/* ==========================================================================
   TAJALEE SQUARE LOGO & ADAPTIVE WHITE NOTCH (DESKTOP & MOBILE)
   ========================================================================== */

/* Desktop Logo Container for Square Proportion (116px x 102px) */
.logo-container {
    position: absolute !important;
    left: 50% !important;
    top: -24px !important;
    transform: translateX(-50%) !important;
    height: 102px !important;
    width: 120px !important;
    padding: 6px 12px 14px 12px !important;
    z-index: 20 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #ffffff !important;
    border-radius: 0 0 28px 28px !important;
    mask: none !important;
    -webkit-mask: none !important;
    clip-path: none !important;
    box-shadow: none !important;
    filter: none !important;
    box-sizing: border-box !important;
}

.logo-container a.logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    width: 100% !important;
    height: 100% !important;
}

.logo-container a.logo img {
    height: 64px !important;
    width: auto !important;
    max-width: 78px !important;
    max-height: 66px !important;
    object-fit: contain !important;
    filter: none !important;
}

/* Mobile Responsive Logo Container (Square Proportion, Big & Clear) */
@media (max-width: 767.98px) {
    .mob-center-logo-notch {
        position: absolute !important;
        left: 50% !important;
        top: -4px !important;
        transform: translateX(-50%) !important;
        width: 76px !important;
        height: 60px !important;
        background-color: #ffffff !important;
        border-radius: 0 0 22px 22px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        z-index: 50 !important;
        box-shadow: none !important;
        border: none !important;
        padding: 4px 6px 8px 6px !important;
        box-sizing: border-box !important;
    }

    .mob-logo-img-link {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
        width: 100% !important;
        height: 100% !important;
    }

    .mob-logo-img-link img {
        height: 42px !important;
        max-height: 44px !important;
        width: auto !important;
        max-width: 58px !important;
        object-fit: contain !important;
    }
}


/* ==========================================================================
   FINAL APPROVED TAJALEE HEADER & LOGO CONFIGURATION (DESKTOP & MOBILE)
   ========================================================================== */

/* 1. DESKTOP APPROVED CONFIGURATION */
.header-six .page-header--middle .logo-container,
.header-six .logo-container,
.logo-container {
    position: absolute !important;
    left: 50% !important;
    top: -20px !important;
    transform: translateX(-50%) !important;
    width: 129px !important;
    height: 114px !important;
    background-color: #ffffff !important;
    border-radius: 0 0 43px 43px !important;
    z-index: 20 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 4px 8px 12px 8px !important;
    box-sizing: border-box !important;
    mask: none !important;
    -webkit-mask: none !important;
    clip-path: none !important;
    box-shadow: none !important;
    filter: none !important;
}

.header-six .page-header--middle .logo-container a,
.header-six .logo-container a,
.logo-container a.logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    width: 100% !important;
    height: 100% !important;
}

.header-six .page-header--middle .logo-container a img,
.header-six .logo-container a img,
.logo-container a.logo img {
    height: 92px !important;
    max-height: 92px !important;
    max-width: 90px !important;
    width: auto !important;
    object-fit: contain !important;
    filter: none !important;
}

/* 2. MOBILE APPROVED CONFIGURATION */
@media (max-width: 767.98px) {
    .header-six .page-header-responsive {
        position: relative !important;
        background: #ffffff !important;
        padding: 6px 12px 10px 12px !important;
        box-sizing: border-box !important;
        z-index: 100 !important;
    }

    .header-six .page-header-responsive-row.mob-top-row {
        position: relative !important;
        height: 40px !important;
        min-height: 40px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        margin-bottom: 0 !important;
        z-index: 20 !important;
    }

    .mob-center-logo-notch {
        position: absolute !important;
        left: 50% !important;
        top: -2px !important;
        transform: translateX(-50%) !important;
        width: 87px !important;
        height: 80px !important;
        background-color: #ffffff !important;
        border-radius: 0 0 27px 27px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        z-index: 50 !important;
        box-shadow: none !important;
        border: none !important;
        padding: 4px 6px 8px 6px !important;
        box-sizing: border-box !important;
    }

    .mob-logo-img-link {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
        width: 100% !important;
        height: 100% !important;
    }

    .mob-logo-img-link img {
        height: 61px !important;
        max-height: 61px !important;
        width: auto !important;
        max-width: 75px !important;
        object-fit: contain !important;
    }

    .header-six .page-header-responsive-row.mob-search-row {
        position: relative !important;
        z-index: 15 !important;
        margin-top: 4px !important;
        width: 100% !important;
    }
}




/* ==========================================================================
   CLEAN & LIGHTWEIGHT MOBILE BOTTOM NAVIGATION (RESTORED AS PREFERRED)
   ========================================================================== */
.bottom-navigation-bar {
    position: fixed !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1050 !important;
    background-color: #ffffff !important;
    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.08) !important;
    border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
    display: none;
}

@media (max-width: 991.98px) {
    .bottom-navigation-bar {
        display: block !important;
    }
}

.bottom-navigation-bar .bottom-navigation {
    width: 100% !important;
    max-width: 540px !important;
    margin: 0 auto !important;
}

.bottom-navigation-bar .bottom-navigation ul {
    list-style: none !important;
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 6px 0 !important;
    direction: rtl !important;
}

.bottom-navigation-bar .bottom-navigation ul li {
    flex: 1 !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.bottom-navigation-bar .bottom-navigation ul li a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    color: #64748b !important;
    gap: 2px !important;
    padding: 2px 4px !important;
    transition: all 0.2s ease !important;
}

.bottom-navigation-bar .bottom-navigation ul li a i {
    font-size: 20px !important;
    line-height: 1 !important;
    color: #64748b !important;
    transition: color 0.2s ease !important;
}

.bottom-navigation-bar .bottom-navigation ul li a span {
    font-size: 11px !important;
    font-weight: 500 !important;
    color: #64748b !important;
    white-space: nowrap !important;
    transition: all 0.2s ease !important;
}

.bottom-navigation-bar .bottom-navigation ul li.active a i {
    color: #0d2644 !important;
}

.bottom-navigation-bar .bottom-navigation ul li.active a span {
    background-color: #0d2644 !important;
    color: #ffffff !important;
    padding: 2px 10px !important;
    border-radius: 12px !important;
    font-weight: 600 !important;
    box-shadow: 0 2px 6px rgba(13, 38, 68, 0.25) !important;
}
