/* =========================================================
   Gulf DropShip Professional Header - Clean Light Version
========================================================= */

.gds-site-header,
.gds-site-header *,
.gds-mobile-drawer,
.gds-mobile-drawer * {
    box-sizing: border-box;
    font-family: var(--gds-font, "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif) !important;
}

.gds-site-header {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #ffffff;
    box-shadow: 0 8px 28px rgba(15, 43, 95, 0.08);
}

body.admin-bar .gds-site-header {
    top: 32px;
}

.gds-header-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 28px;
    padding-right: 28px;
}

/* =========================================================
   Top Bar - Modern Professional
========================================================= */

.gds-header-top {
    width: 100%;
    min-height: 40px;
    background:
        radial-gradient(circle at left, rgba(37, 99, 235, 0.08), transparent 28%),
        linear-gradient(90deg, #f8fbff 0%, #fff7df 48%, #f8fbff 100%);
    border-bottom: 1px solid #e6dba8;
}

.gds-header-top-inner {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.gds-header-top-left {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.gds-header-top-badge {
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    background: #ffffff;
    color: #08245c;
    border: 1px solid #dbe7f6;
    box-shadow: 0 6px 16px rgba(15, 43, 95, 0.05);
    font-size: 10.5px;
    line-height: 1;
    font-weight: 900;
    white-space: nowrap;
}

.gds-header-top-text {
    color: #334a68;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    white-space: nowrap;
}

.gds-header-country-form {
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
}

.gds-header-country-form select {
    min-height: 31px;
    max-width: 250px;
    border: 1px solid #e7c85b;
    border-radius: 999px;
    background: #ffffff;
    color: #08245c;
    padding: 0 32px 0 13px;
    font-size: 11.5px;
    line-height: 1;
    font-weight: 900;
    outline: none;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(15, 43, 95, 0.06);
}

.gds-header-country-form select:focus {
    border-color: #f59e0b;
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.15);
}

.gds-header-country-form select option {
    color: #08245c;
    background: #ffffff;
}

/* =========================================================
   Main Header
========================================================= */

.gds-header-main {
    width: 100%;
    background:
        radial-gradient(circle at top left, rgba(219, 234, 254, 0.90), transparent 34%),
        linear-gradient(135deg, #f8fbff 0%, #edf6ff 48%, #ffffff 100%);
    border-bottom: 1px solid #dbe8f7;
}

.gds-header-main-inner {
    min-height: 76px;
    display: grid;
    grid-template-columns: 46px minmax(170px, 260px) minmax(300px, 1fr) auto auto;
    align-items: center;
    gap: 16px;
}

/* =========================================================
   3 Line Menu Button
========================================================= */

.gds-mobile-menu-toggle {
    width: 44px;
    height: 44px;
    min-width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid #cfe0f5;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(15, 47, 95, 0.08);
    cursor: pointer;
    transition: all 0.2s ease;
}

.gds-mobile-menu-toggle span {
    width: 20px;
    height: 2px;
    display: block;
    border-radius: 999px;
    background: #08245c;
}

.gds-mobile-menu-toggle:hover {
    background: #08245c;
    border-color: #08245c;
}

.gds-mobile-menu-toggle:hover span {
    background: #ffffff;
}

/* =========================================================
   Logo
========================================================= */

.gds-header-logo-wrap,
.gds-header-logo-wrap .custom-logo-link,
.gds-header-logo {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
    color: #08245c !important;
    text-decoration: none !important;
}

.gds-header-logo-wrap img,
.gds-header-logo-wrap img.custom-logo {
    width: auto;
    max-width: 230px;
    max-height: 54px;
    display: block;
    object-fit: contain;
}

.gds-header-logo-mark {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 13px;
    background: #08245c;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(8, 36, 92, 0.15);
}

.gds-header-logo-text {
    color: #08245c;
    font-size: 23px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.045em;
    white-space: nowrap;
}

/* =========================================================
   Search Bar
========================================================= */

.gds-header-search {
    width: 100%;
    min-width: 0;
}

.gds-header-search form {
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #ffffff;
    border-radius: 15px;
    border: 1px solid #cfe0f5;
    box-shadow: 0 10px 24px rgba(15, 43, 95, 0.08);
}

.gds-header-search input {
    width: 100%;
    height: 46px;
    border: 0;
    outline: none;
    padding: 0 16px;
    color: #08245c;
    background: #ffffff;
    font-size: 13.5px;
    line-height: 1;
    font-weight: 700;
}

.gds-header-search input::placeholder {
    color: #7d8ca5;
}

.gds-header-search button {
    width: 52px;
    height: 46px;
    min-width: 52px;
    border: 0;
    border-left: 1px solid #e5edf7;
    background: #ffffff;
    color: #08245c;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.18s ease;
}

.gds-header-search button svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
}

.gds-header-search button:hover {
    background: #f4bd35;
    color: #08245c;
}

/* =========================================================
   Desktop Menu - Clean, No Double Icons
========================================================= */

.gds-header-nav {
    display: flex;
    justify-content: center;
    min-width: 0;
}

.gds-primary-menu {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.gds-primary-menu li {
    position: relative;
    margin: 0;
    padding: 0;
}

.gds-primary-menu a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    border-radius: 999px;
    color: #08245c;
    background: #ffffff;
    border: 1px solid #d5e4f6;
    box-shadow: 0 8px 18px rgba(15, 47, 95, 0.055);
    font-size: 12.5px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.gds-primary-menu a:hover,
.gds-primary-menu .current-menu-item > a {
    background: #08245c;
    border-color: #08245c;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(8, 36, 92, 0.18);
}

/* Dropdown */
.gds-primary-menu .sub-menu {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    z-index: 50;
    min-width: 210px;
    display: grid;
    gap: 6px;
    margin: 0;
    padding: 10px;
    list-style: none;
    background: #ffffff;
    border: 1px solid #dbe7f6;
    border-radius: 16px;
    box-shadow: 0 22px 55px rgba(15, 43, 95, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: 0.18s ease;
}

.gds-primary-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.gds-primary-menu .sub-menu a {
    width: 100%;
    justify-content: flex-start;
    box-shadow: none;
    background: #f8fbff;
}

/* =========================================================
   Account / Start Selling
========================================================= */

.gds-header-actions {
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.gds-header-account {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    padding: 8px 15px;
    color: #08245c !important;
    background: #ffffff;
    border: 1px solid #d6e3f3;
    box-shadow: 0 8px 18px rgba(18, 58, 112, 0.08);
    font-size: 12.5px;
    line-height: 1;
    font-weight: 900;
    white-space: nowrap;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.gds-header-account:hover {
    background: #f4bd35;
    border-color: #f4bd35;
    color: #08245c !important;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(244, 189, 53, 0.24);
}

.gds-header-account-icon {
    font-size: 15px;
    line-height: 1;
}

/* Logged-in account icon colorful */
.gds-header-account.gds-account-logged-in .gds-header-account-icon {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #14b8a6 0%, #2563eb 100%);
    color: #ffffff;
    font-size: 13px;
}

/* =========================================================
   Drawer
========================================================= */

body.gds-drawer-open {
    overflow: hidden !important;
}

.gds-mobile-drawer-overlay {
    position: fixed;
    inset: 0;
    z-index: 99998;
    display: none;
    background: rgba(8, 36, 92, 0.44);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

body.gds-drawer-open .gds-mobile-drawer-overlay {
    display: block;
}

.gds-mobile-drawer {
    position: fixed;
    top: 0;
    left: -410px;
    z-index: 99999;
    width: 390px;
    max-width: 92vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 24px 0 70px rgba(0, 0, 0, 0.24);
    transition: left 0.26s ease;
    overflow: hidden auto;
}

body.gds-drawer-open .gds-mobile-drawer {
    left: 0;
}

.gds-mobile-drawer-top {
    width: 100%;
    padding: 22px 22px 20px;
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.08), transparent 32%),
        linear-gradient(180deg, #eef6ff 0%, #e8f3ff 100%);
    border-bottom: 1px solid #d9e7f6;
}

.gds-mobile-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.gds-mobile-drawer-logo-wrap,
.gds-mobile-drawer-logo-wrap .custom-logo-link,
.gds-mobile-drawer-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    color: #08245c !important;
    text-decoration: none !important;
}

.gds-mobile-drawer-logo-wrap img,
.gds-mobile-drawer-logo-wrap img.custom-logo {
    width: auto;
    max-width: 190px;
    max-height: 46px;
    display: block;
    object-fit: contain;
}

.gds-mobile-drawer-logo-mark {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 11px;
    background: #08245c;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 900;
}

.gds-mobile-drawer-logo-text {
    color: #08245c;
    font-size: 21px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.04em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gds-mobile-menu-close {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border: 1px solid #d6e3f3;
    border-radius: 999px;
    background: #ffffff;
    color: #08245c;
    font-size: 23px;
    line-height: 34px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 6px 14px rgba(18, 58, 112, 0.08);
}

.gds-mobile-menu-close:hover {
    background: #08245c;
    color: #ffffff;
    border-color: #08245c;
}

.gds-mobile-seller-card {
    margin-bottom: 14px;
    padding: 15px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #dbe7f6;
    box-shadow: 0 12px 28px rgba(15, 43, 95, 0.08);
}

.gds-mobile-seller-card span {
    display: block;
    margin-bottom: 5px;
    color: #f59e0b;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.gds-mobile-seller-card strong {
    display: block;
    color: #08245c;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 900;
}

.gds-mobile-seller-card a {
    min-height: 38px;
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffc83d 0%, #f59e0b 100%);
    color: #08245c !important;
    font-size: 11.5px;
    line-height: 1;
    font-weight: 900;
    text-decoration: none !important;
}

.gds-mobile-drawer-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 82px;
    gap: 8px;
}

.gds-mobile-drawer-search input {
    min-height: 42px;
    border: 1px solid #dbe7f6;
    border-radius: 13px;
    background: #ffffff;
    color: #08245c;
    padding: 0 13px;
    font-size: 13px;
    font-weight: 700;
    outline: none;
}

.gds-mobile-drawer-search button {
    min-height: 42px;
    border: 0;
    border-radius: 13px;
    background: #08245c;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
}

.gds-mobile-drawer-body {
    flex: 1;
    width: 100%;
    padding: 22px;
    background: #ffffff;
}

.gds-mobile-drawer-section h3 {
    margin: 0 0 14px !important;
    color: #6d7f96;
    font-size: 11px !important;
    line-height: 1;
    font-weight: 900 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.gds-mobile-category-menu {
    list-style: none;
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.gds-mobile-category-menu li {
    margin: 0;
    padding: 0;
}

.gds-mobile-category-menu a {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #263244 !important;
    background: #f8fbff;
    border: 1px solid #e1ebf5;
    border-radius: 14px;
    padding: 0 13px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(18, 58, 112, 0.04);
    transition: all 0.18s ease;
}

.gds-mobile-category-menu a span {
    width: 24px;
    min-width: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #08245c;
    font-size: 17px;
}

.gds-mobile-category-menu a b,
.gds-mobile-category-menu li.menu-item a::after {
    margin-left: auto;
    color: #08245c;
    font-size: 20px;
    font-weight: 900;
}

.gds-mobile-category-menu li.menu-item a::after {
    content: "›";
}

.gds-mobile-category-menu a:hover {
    background: #eef6ff;
    color: #08245c !important;
    border-color: #cfe0f3;
    padding-left: 16px;
}

/* =========================================================
   Tablet
========================================================= */

@media (max-width: 1280px) {
    .gds-header-main-inner {
        grid-template-columns: 44px minmax(150px, 220px) minmax(260px, 1fr) auto auto;
        gap: 13px;
    }

    .gds-primary-menu a {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 12px;
    }

    .gds-header-logo-wrap img,
    .gds-header-logo-wrap img.custom-logo {
        max-width: 210px;
    }
}

@media (max-width: 1100px) {
    .gds-header-main-inner {
        grid-template-columns: 42px minmax(160px, 230px) minmax(260px, 1fr) auto;
    }

    .gds-header-nav {
        display: none;
    }
}

/* =========================================================
   Mobile
========================================================= */

@media (max-width: 768px) {
    body.admin-bar .gds-site-header {
        top: 46px;
    }

    .gds-header-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .gds-header-top {
        min-height: 34px;
    }

    .gds-header-top-inner {
        min-height: 34px;
        gap: 8px;
    }

    .gds-header-top-left {
        max-width: 50%;
    }

    .gds-header-top-badge {
        display: none;
    }

    .gds-header-top-text {
        max-width: 100%;
        color: #08245c;
        font-size: 9.5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .gds-header-country-form {
        width: 50%;
        display: flex;
        justify-content: flex-end;
    }

    .gds-header-country-form select {
        width: 100%;
        max-width: 100%;
        min-height: 27px;
        padding-left: 9px;
        padding-right: 26px;
        font-size: 9.5px;
    }

    .gds-header-main-inner {
        min-height: 66px;
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr) 42px;
        gap: 10px;
        padding-top: 8px;
        padding-bottom: 10px;
    }

    .gds-mobile-menu-toggle {
        width: 42px;
        height: 42px;
        min-width: 42px;
        border-radius: 13px;
    }

    .gds-header-logo-wrap,
    .gds-header-logo-wrap .custom-logo-link,
    .gds-header-logo {
        justify-content: center;
        width: 100%;
    }

    .gds-header-logo-wrap img,
    .gds-header-logo-wrap img.custom-logo {
        max-width: 172px;
        max-height: 42px;
    }

    .gds-header-logo-text {
        max-width: 145px;
        color: #08245c;
        font-size: 17px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .gds-header-logo-mark {
        width: 34px;
        height: 34px;
        min-width: 34px;
        border-radius: 10px;
        font-size: 16px;
    }

    .gds-header-actions {
        min-width: 42px;
        justify-content: flex-end;
    }

    /* Hide Start Selling from mobile header before login */
    .gds-header-account.gds-account-guest {
        display: none !important;
    }

    /* Show colorful My Account icon only after login */
    .gds-header-account.gds-account-logged-in {
        width: 40px;
        height: 40px;
        min-height: 40px;
        padding: 0;
        border-radius: 14px;
        background: linear-gradient(135deg, #ffffff 0%, #eef6ff 100%);
        border: 1px solid #cfe0f5;
        box-shadow: 0 8px 18px rgba(15, 47, 95, 0.08);
    }

    .gds-header-account.gds-account-logged-in .gds-header-account-text {
        display: none;
    }

    .gds-header-account.gds-account-logged-in .gds-header-account-icon {
        width: 26px;
        height: 26px;
        border-radius: 999px;
        background: linear-gradient(135deg, #14b8a6 0%, #2563eb 100%);
        color: #ffffff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        box-shadow: 0 8px 16px rgba(37, 99, 235, 0.20);
    }

    .gds-header-search {
        grid-column: 1 / -1;
        order: 5;
        padding-top: 2px;
    }

    .gds-header-search form {
        height: 42px;
        border-radius: 13px;
    }

    .gds-header-search input {
        height: 42px;
        padding: 0 14px;
        font-size: 12.5px;
    }

    .gds-header-search button {
        width: 46px;
        height: 42px;
        min-width: 46px;
    }

    .gds-header-search button svg {
        width: 19px;
        height: 19px;
    }

    .gds-mobile-drawer {
        left: -88%;
        width: 88%;
        max-width: 360px;
    }

    body.gds-drawer-open .gds-mobile-drawer {
        left: 0;
    }

    .gds-mobile-drawer-top {
        padding: 20px 18px 18px;
    }

    .gds-mobile-drawer-body {
        padding: 20px 18px 28px;
    }

    .gds-mobile-drawer-logo-wrap img,
    .gds-mobile-drawer-logo-wrap img.custom-logo {
        max-width: 170px;
        max-height: 42px;
    }
}

@media (max-width: 390px) {
    .gds-header-container {
        padding-left: 8px;
        padding-right: 8px;
    }

    .gds-header-main-inner {
        grid-template-columns: 40px minmax(0, 1fr) 40px;
        gap: 8px;
    }

    .gds-mobile-menu-toggle,
    .gds-header-account.gds-account-logged-in {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .gds-header-logo-wrap img,
    .gds-header-logo-wrap img.custom-logo {
        max-width: 148px;
        max-height: 38px;
    }

    .gds-header-top-left {
        max-width: 45%;
    }

    .gds-header-country-form {
        width: 55%;
    }

    .gds-header-top-text,
    .gds-header-country-form select {
        font-size: 8.8px;
    }
}





/* =========================================================
   MOBILE HEADER SAME LINE FIX
   Menu | Logo | Search Bar | Account after login
========================================================= */

@media (max-width: 768px) {

    .gds-header-main-inner {
        min-height: 58px !important;
        display: grid !important;
        grid-template-columns: 42px auto minmax(0, 1fr) auto !important;
        align-items: center !important;
        gap: 8px !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    /* 3 line button */
    .gds-mobile-menu-toggle {
        grid-column: 1 !important;
        grid-row: 1 !important;
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        border-radius: 12px !important;
    }

    /* Logo after 3 lines, not center */
    .gds-header-logo-wrap {
        grid-column: 2 !important;
        grid-row: 1 !important;
        width: auto !important;
        justify-content: flex-start !important;
    }

    .gds-header-logo-wrap .custom-logo-link,
    .gds-header-logo {
        width: auto !important;
        justify-content: flex-start !important;
    }

    .gds-header-logo-wrap img,
    .gds-header-logo-wrap img.custom-logo {
        max-width: 112px !important;
        max-height: 34px !important;
        object-fit: contain !important;
    }

    /* Search bar in same line */
    .gds-header-search {
        grid-column: 3 !important;
        grid-row: 1 !important;
        order: initial !important;
        padding-top: 0 !important;
        width: 100% !important;
        min-width: 0 !important;
    }

    .gds-header-search form {
        height: 38px !important;
        border-radius: 12px !important;
    }

    .gds-header-search input {
        height: 38px !important;
        padding: 0 10px !important;
        font-size: 10.5px !important;
    }

    .gds-header-search button {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
    }

    .gds-header-search button svg {
        width: 17px !important;
        height: 17px !important;
    }

    /* Before login: hide Start Selling from header */
    .gds-header-account.gds-account-guest {
        display: none !important;
    }

    .gds-header-actions {
        grid-column: 4 !important;
        grid-row: 1 !important;
        min-width: 0 !important;
        justify-content: flex-end !important;
    }

    /* After login: show only account icon */
    .gds-header-account.gds-account-logged-in {
        width: 38px !important;
        height: 38px !important;
        min-height: 38px !important;
        padding: 0 !important;
        border-radius: 12px !important;
    }

    .gds-header-account.gds-account-logged-in .gds-header-account-text {
        display: none !important;
    }

    .gds-header-account.gds-account-logged-in .gds-header-account-icon {
        width: 25px !important;
        height: 25px !important;
        font-size: 13px !important;
    }
}

/* Small phones */
@media (max-width: 390px) {

    .gds-header-main-inner {
        grid-template-columns: 38px auto minmax(0, 1fr) auto !important;
        gap: 6px !important;
    }

    .gds-mobile-menu-toggle {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
    }

    .gds-header-logo-wrap img,
    .gds-header-logo-wrap img.custom-logo {
        max-width: 96px !important;
        max-height: 30px !important;
    }

    .gds-header-search form {
        height: 36px !important;
    }

    .gds-header-search input {
        height: 36px !important;
        font-size: 9.5px !important;
        padding: 0 8px !important;
    }

    .gds-header-search button {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
    }

    .gds-header-account.gds-account-logged-in {
        width: 36px !important;
        height: 36px !important;
        min-height: 36px !important;
    }
}





/* =========================================================
   HIDE MY ACCOUNT ICON IN MOBILE HEADER
========================================================= */

@media (max-width: 768px) {

    /* Hide My Account / Start Selling button from mobile header */
    .gds-header-actions,
    .gds-header-account {
        display: none !important;
    }

    /* Mobile layout after hiding account icon */
    .gds-header-main-inner {
        grid-template-columns: 42px auto minmax(0, 1fr) !important;
        gap: 8px !important;
        align-items: center !important;
    }

    .gds-mobile-menu-toggle {
        grid-column: 1 !important;
        grid-row: 1 !important;
    }

    .gds-header-logo-wrap {
        grid-column: 2 !important;
        grid-row: 1 !important;
        width: auto !important;
        justify-content: flex-start !important;
    }

    .gds-header-search {
        grid-column: 3 !important;
        grid-row: 1 !important;
        width: 100% !important;
        padding-top: 0 !important;
    }
}

@media (max-width: 390px) {
    .gds-header-main-inner {
        grid-template-columns: 38px auto minmax(0, 1fr) !important;
        gap: 6px !important;
    }
}














/* =========================================================
   Gulf DropShip Professional Header - PriceOye Inspired
========================================================= */

.gds-site-header,
.gds-site-header *,
.gds-mobile-drawer,
.gds-mobile-drawer * {
    box-sizing: border-box;
    font-family: var(--gds-font, "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif) !important;
}

.gds-site-header {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #ffffff;
}

body.admin-bar .gds-site-header {
    top: 32px;
}

.gds-header-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 18px;
    padding-right: 18px;
}

/* =========================================================
   Top Info Bar
========================================================= */

.gds-header-top {
    width: 100%;
    min-height: 36px;
    background:
        radial-gradient(circle at left, rgba(37, 99, 235, 0.08), transparent 28%),
        linear-gradient(90deg, #f8fbff 0%, #fff7df 48%, #f8fbff 100%);
    border-bottom: 1px solid #eadb99;
}

.gds-header-top-inner {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.gds-header-top-left {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.gds-header-top-pill {
    min-height: 23px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    background: #ffffff;
    color: #08245c;
    border: 1px solid #dbe7f6;
    box-shadow: 0 6px 16px rgba(15, 43, 95, 0.05);
    font-size: 10.5px;
    line-height: 1;
    font-weight: 900;
    white-space: nowrap;
}

.gds-header-top-text {
    color: #334a68;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 800;
    white-space: nowrap;
}

.gds-header-country-form {
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
}

.gds-header-country-form select {
    min-height: 30px;
    max-width: 250px;
    border: 1px solid #e7c85b;
    border-radius: 999px;
    background: #ffffff;
    color: #08245c;
    padding: 0 32px 0 13px;
    font-size: 11.5px;
    line-height: 1;
    font-weight: 900;
    outline: none;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(15, 43, 95, 0.06);
}

.gds-header-country-form select:focus {
    border-color: #f59e0b;
    box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.15);
}

.gds-header-country-form select option {
    color: #08245c;
    background: #ffffff;
}

/* =========================================================
   Main Blue Header
========================================================= */

.gds-header-main {
    width: 100%;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 28%),
        linear-gradient(135deg, #45b2f4 0%, #2ea2ed 52%, #1590df 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: 0 12px 30px rgba(15, 43, 95, 0.12);
}

.gds-header-main-inner {
    min-height: 72px;
    display: grid;
    grid-template-columns: 46px minmax(170px, 270px) minmax(360px, 1fr) auto;
    align-items: center;
    gap: 18px;
}

/* =========================================================
   3 Line Menu Button
========================================================= */

.gds-mobile-menu-toggle {
    width: 44px;
    height: 44px;
    min-width: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease;
}

.gds-mobile-menu-toggle span {
    width: 24px;
    height: 2.5px;
    display: block;
    border-radius: 999px;
    background: #ffffff;
}

.gds-mobile-menu-toggle:hover {
    background: rgba(255, 255, 255, 0.16);
}

/* =========================================================
   Logo
========================================================= */

.gds-header-logo-wrap,
.gds-header-logo-wrap .custom-logo-link,
.gds-header-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    color: #ffffff !important;
    text-decoration: none !important;
}

.gds-header-logo-wrap .custom-logo-link {
    padding: 6px 10px;
    border-radius: 8px;
}

.gds-header-logo-wrap img,
.gds-header-logo-wrap img.custom-logo {
    width: auto;
    max-width: 245px;
    max-height: 50px;
    display: block;
    object-fit: contain;
}

.gds-header-logo-mark {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 12px;
    background: #ffffff;
    color: #1590df;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 900;
}

.gds-header-logo-text {
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.045em;
    white-space: nowrap;
}

/* =========================================================
   Search Bar
========================================================= */

.gds-header-search {
    width: 100%;
    min-width: 0;
    display: flex;
    justify-content: center;
}

.gds-header-search form {
    width: 100%;
    max-width: 620px;
    height: 48px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 10px 24px rgba(15, 43, 95, 0.10);
}

.gds-header-search input {
    width: 100%;
    height: 48px;
    border: 0;
    outline: none;
    padding: 0 17px;
    color: #08245c;
    background: #ffffff;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
}

.gds-header-search input::placeholder {
    color: #8a9ab0;
}

.gds-header-search button {
    width: 54px;
    height: 48px;
    min-width: 54px;
    border: 0;
    background: #ffffff;
    color: #1590df;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.18s ease;
}

.gds-header-search button svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.gds-header-search button:hover {
    background: #f4bd35;
    color: #08245c;
}

/* =========================================================
   Desktop Actions
========================================================= */

.gds-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.gds-header-btn {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 18px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    text-decoration: none !important;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.gds-header-btn-primary {
    background: #f4bd35;
    border: 1px solid #f4bd35;
    color: #08245c !important;
    box-shadow: 0 10px 24px rgba(8, 36, 92, 0.13);
}

.gds-header-btn-primary:hover {
    background: #ffd86d;
    border-color: #ffd86d;
    color: #08245c !important;
    transform: translateY(-1px);
}

.gds-header-btn-light {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.75);
    color: #ffffff !important;
}

.gds-header-btn-light:hover {
    background: #ffffff;
    color: #1590df !important;
    transform: translateY(-1px);
}

/* Logged in user */
.gds-header-user {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
}

.gds-header-user-icon {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #ffffff;
    color: #1590df;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    box-shadow: 0 8px 20px rgba(15, 43, 95, 0.16);
}

.gds-header-user:hover .gds-header-user-icon {
    background: #f4bd35;
    color: #08245c;
}

/* =========================================================
   Menu Row Below Header
========================================================= */

.gds-header-menu-row {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #dbe8f7;
    box-shadow: 0 10px 24px rgba(15, 43, 95, 0.06);
}

.gds-header-menu-row .gds-header-container {
    display: flex;
    justify-content: center;
}

.gds-header-nav {
    width: 100%;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gds-primary-menu {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 0;
    padding: 0;
}

.gds-primary-menu li {
    position: relative;
    margin: 0;
    padding: 0;
}

.gds-primary-menu a {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    border-radius: 999px;
    color: #08245c;
    background: #ffffff;
    border: 1px solid #dbe7f6;
    box-shadow: 0 6px 14px rgba(15, 47, 95, 0.04);
    font-size: 12.5px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.gds-primary-menu a:hover,
.gds-primary-menu .current-menu-item > a {
    background: #08245c;
    border-color: #08245c;
    color: #ffffff;
    transform: translateY(-1px);
}

/* Dropdown */
.gds-primary-menu .sub-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 50;
    min-width: 210px;
    display: grid;
    gap: 6px;
    margin: 0;
    padding: 10px;
    list-style: none;
    background: #ffffff;
    border: 1px solid #dbe7f6;
    border-radius: 16px;
    box-shadow: 0 22px 55px rgba(15, 43, 95, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: 0.18s ease;
}

.gds-primary-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.gds-primary-menu .sub-menu a {
    width: 100%;
    justify-content: flex-start;
    box-shadow: none;
    background: #f8fbff;
}

/* =========================================================
   Side Drawer
========================================================= */

body.gds-drawer-open {
    overflow: hidden !important;
}

.gds-mobile-drawer-overlay {
    position: fixed;
    inset: 0;
    z-index: 99998;
    display: none;
    background: rgba(8, 36, 92, 0.44);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

body.gds-drawer-open .gds-mobile-drawer-overlay {
    display: block;
}

.gds-mobile-drawer {
    position: fixed;
    top: 0;
    left: -410px;
    z-index: 99999;
    width: 390px;
    max-width: 92vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    box-shadow: 24px 0 70px rgba(0, 0, 0, 0.24);
    transition: left 0.26s ease;
    overflow: hidden auto;
}

body.gds-drawer-open .gds-mobile-drawer {
    left: 0;
}

.gds-mobile-drawer-top {
    width: 100%;
    padding: 22px 22px 20px;
    background:
        radial-gradient(circle at top left, rgba(37, 99, 235, 0.08), transparent 32%),
        linear-gradient(180deg, #eef6ff 0%, #e8f3ff 100%);
    border-bottom: 1px solid #d9e7f6;
}

.gds-mobile-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 16px;
}

.gds-mobile-drawer-logo-wrap,
.gds-mobile-drawer-logo-wrap .custom-logo-link,
.gds-mobile-drawer-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    color: #08245c !important;
    text-decoration: none !important;
}

.gds-mobile-drawer-logo-wrap img,
.gds-mobile-drawer-logo-wrap img.custom-logo {
    width: auto;
    max-width: 190px;
    max-height: 46px;
    display: block;
    object-fit: contain;
}

.gds-mobile-drawer-logo-mark {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 11px;
    background: #08245c;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 900;
}

.gds-mobile-drawer-logo-text {
    color: #08245c;
    font-size: 21px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.04em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gds-mobile-menu-close {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border: 1px solid #d6e3f3;
    border-radius: 999px;
    background: #ffffff;
    color: #08245c;
    font-size: 23px;
    line-height: 34px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 6px 14px rgba(18, 58, 112, 0.08);
}

.gds-mobile-menu-close:hover {
    background: #08245c;
    color: #ffffff;
    border-color: #08245c;
}

.gds-mobile-seller-card {
    margin-bottom: 14px;
    padding: 15px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #dbe7f6;
    box-shadow: 0 12px 28px rgba(15, 43, 95, 0.08);
}

.gds-mobile-seller-card span {
    display: block;
    margin-bottom: 5px;
    color: #f59e0b;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.gds-mobile-seller-card strong {
    display: block;
    color: #08245c;
    font-size: 15px;
    line-height: 1.25;
    font-weight: 900;
}

.gds-mobile-seller-card a {
    min-height: 38px;
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ffc83d 0%, #f59e0b 100%);
    color: #08245c !important;
    font-size: 11.5px;
    line-height: 1;
    font-weight: 900;
    text-decoration: none !important;
}

.gds-mobile-drawer-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 82px;
    gap: 8px;
}

.gds-mobile-drawer-search input {
    min-height: 42px;
    border: 1px solid #dbe7f6;
    border-radius: 13px;
    background: #ffffff;
    color: #08245c;
    padding: 0 13px;
    font-size: 13px;
    font-weight: 700;
    outline: none;
}

.gds-mobile-drawer-search button {
    min-height: 42px;
    border: 0;
    border-radius: 13px;
    background: #08245c;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
}

.gds-mobile-drawer-body {
    flex: 1;
    width: 100%;
    padding: 22px;
    background: #ffffff;
}

.gds-mobile-drawer-section h3 {
    margin: 0 0 14px !important;
    color: #6d7f96;
    font-size: 11px !important;
    line-height: 1;
    font-weight: 900 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.gds-mobile-category-menu {
    list-style: none;
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.gds-mobile-category-menu li {
    margin: 0;
    padding: 0;
}

.gds-mobile-category-menu a {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #263244 !important;
    background: #f8fbff;
    border: 1px solid #e1ebf5;
    border-radius: 14px;
    padding: 0 13px;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(18, 58, 112, 0.04);
    transition: all 0.18s ease;
}

.gds-mobile-category-menu a span {
    width: 24px;
    min-width: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #08245c;
    font-size: 17px;
}

.gds-mobile-category-menu a b,
.gds-mobile-category-menu li.menu-item a::after {
    margin-left: auto;
    color: #08245c;
    font-size: 20px;
    font-weight: 900;
}

.gds-mobile-category-menu li.menu-item a::after {
    content: "›";
}

.gds-mobile-category-menu a:hover {
    background: #eef6ff;
    color: #08245c !important;
    border-color: #cfe0f3;
    padding-left: 16px;
}

/* =========================================================
   Tablet
========================================================= */

@media (max-width: 1180px) {
    .gds-header-main-inner {
        grid-template-columns: 44px minmax(150px, 220px) minmax(260px, 1fr) auto;
        gap: 13px;
    }

    .gds-header-logo-wrap img,
    .gds-header-logo-wrap img.custom-logo {
        max-width: 210px;
    }

    .gds-header-btn {
        padding-left: 14px;
        padding-right: 14px;
    }
}

/* =========================================================
   Mobile
========================================================= */

@media (max-width: 768px) {
    body.admin-bar .gds-site-header {
        top: 46px;
    }

    .gds-header-container {
        padding-left: 8px;
        padding-right: 8px;
    }

    .gds-header-top {
        min-height: 32px;
    }

    .gds-header-top-inner {
        min-height: 32px;
        gap: 8px;
    }

    .gds-header-top-left {
        max-width: 48%;
    }

    .gds-header-top-pill {
        display: none;
    }

    .gds-header-top-text {
        max-width: 100%;
        color: #08245c;
        font-size: 9px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .gds-header-country-form {
        width: 52%;
        display: flex;
        justify-content: flex-end;
    }

    .gds-header-country-form select {
        width: 100%;
        max-width: 100%;
        min-height: 26px;
        padding-left: 8px;
        padding-right: 24px;
        font-size: 9px;
    }

    .gds-header-main-inner {
        min-height: 58px;
        display: grid;
        grid-template-columns: 38px auto minmax(0, 1fr);
        gap: 7px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .gds-mobile-menu-toggle {
        grid-column: 1;
        grid-row: 1;
        width: 38px;
        height: 38px;
        min-width: 38px;
        border-radius: 10px;
    }

    .gds-mobile-menu-toggle span {
        width: 20px;
        height: 2px;
    }

    .gds-header-logo-wrap {
        grid-column: 2;
        grid-row: 1;
        width: auto;
        justify-content: flex-start;
    }

    .gds-header-logo-wrap .custom-logo-link,
    .gds-header-logo {
        justify-content: flex-start;
        width: auto;
        padding: 0;
    }

    .gds-header-logo-wrap img,
    .gds-header-logo-wrap img.custom-logo {
        max-width: 108px;
        max-height: 32px;
    }

    .gds-header-logo-text {
        max-width: 110px;
        color: #ffffff;
        font-size: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .gds-header-logo-mark {
        width: 30px;
        height: 30px;
        min-width: 30px;
        border-radius: 9px;
        font-size: 15px;
    }

    .gds-header-search {
        grid-column: 3;
        grid-row: 1;
        width: 100%;
        padding: 0;
    }

    .gds-header-search form {
        height: 38px;
        max-width: 100%;
        border-radius: 8px;
    }

    .gds-header-search input {
        height: 38px;
        padding: 0 9px;
        font-size: 10px;
    }

    .gds-header-search button {
        width: 38px;
        height: 38px;
        min-width: 38px;
    }

    .gds-header-search button svg {
        width: 17px;
        height: 17px;
    }

    /* Hide desktop buttons from mobile header */
    .gds-header-actions {
        display: none !important;
    }

    /* Hide desktop menu row on mobile */
    .gds-header-menu-row {
        display: none;
    }

    .gds-mobile-drawer {
        left: -88%;
        width: 88%;
        max-width: 360px;
    }

    body.gds-drawer-open .gds-mobile-drawer {
        left: 0;
    }

    .gds-mobile-drawer-top {
        padding: 20px 18px 18px;
    }

    .gds-mobile-drawer-body {
        padding: 20px 18px 28px;
    }

    .gds-mobile-drawer-logo-wrap img,
    .gds-mobile-drawer-logo-wrap img.custom-logo {
        max-width: 170px;
        max-height: 42px;
    }
}

@media (max-width: 390px) {
    .gds-header-container {
        padding-left: 6px;
        padding-right: 6px;
    }

    .gds-header-main-inner {
        grid-template-columns: 36px auto minmax(0, 1fr);
        gap: 6px;
    }

    .gds-mobile-menu-toggle {
        width: 36px;
        height: 36px;
        min-width: 36px;
    }

    .gds-header-logo-wrap img,
    .gds-header-logo-wrap img.custom-logo {
        max-width: 96px;
        max-height: 30px;
    }

    .gds-header-search form {
        height: 36px;
    }

    .gds-header-search input {
        height: 36px;
        font-size: 9px;
        padding: 0 8px;
    }

    .gds-header-search button {
        width: 36px;
        height: 36px;
        min-width: 36px;
    }

    .gds-header-top-left {
        max-width: 45%;
    }

    .gds-header-country-form {
        width: 55%;
    }

    .gds-header-top-text,
    .gds-header-country-form select {
        font-size: 8.3px;
    }
}









/* =========================================================
   FINAL PROFESSIONAL HEADER THEME FIX
   Logo prominent + premium ecommerce/tech menu style
========================================================= */

/* Main header background - light premium for dark/teal logo */
.gds-header-main {
    background:
        radial-gradient(circle at 8% 20%, rgba(20, 184, 166, 0.12), transparent 28%),
        radial-gradient(circle at 92% 20%, rgba(245, 158, 11, 0.10), transparent 26%),
        linear-gradient(135deg, #f8fcff 0%, #eef8ff 48%, #ffffff 100%) !important;
    border-bottom: 1px solid #d8e8f7 !important;
    box-shadow: 0 12px 34px rgba(15, 43, 95, 0.08) !important;
}

/* Desktop header height and spacing */
.gds-header-main-inner {
    min-height: 78px !important;
    grid-template-columns: 48px minmax(190px, 285px) minmax(360px, 1fr) auto !important;
    gap: 20px !important;
}

/* 3 line menu button - professional light card */
.gds-mobile-menu-toggle {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    border-radius: 15px !important;
    background: #ffffff !important;
    border: 1px solid #d6e7f8 !important;
    box-shadow: 0 10px 24px rgba(15, 43, 95, 0.08) !important;
}

.gds-mobile-menu-toggle span {
    width: 22px !important;
    height: 2.5px !important;
    background: #08245c !important;
}

.gds-mobile-menu-toggle:hover {
    background: #08245c !important;
    border-color: #08245c !important;
    transform: translateY(-1px);
}

.gds-mobile-menu-toggle:hover span {
    background: #ffffff !important;
}

/* Logo prominent */
.gds-header-logo-wrap .custom-logo-link {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
}

.gds-header-logo-wrap img,
.gds-header-logo-wrap img.custom-logo {
    max-width: 260px !important;
    max-height: 58px !important;
    object-fit: contain !important;
    filter: drop-shadow(0 8px 14px rgba(8, 36, 92, 0.10));
}

/* Search bar premium */
.gds-header-search form {
    max-width: 680px !important;
    height: 50px !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    border: 1px solid #cfe0f5 !important;
    box-shadow: 0 14px 34px rgba(15, 43, 95, 0.10) !important;
}

.gds-header-search input {
    height: 50px !important;
    color: #08245c !important;
    font-size: 14px !important;
    font-weight: 800 !important;
}

.gds-header-search input::placeholder {
    color: #7b8da8 !important;
    font-weight: 800 !important;
}

.gds-header-search button {
    width: 56px !important;
    height: 50px !important;
    min-width: 56px !important;
    color: #08245c !important;
    background: #ffffff !important;
    border-left: 1px solid #e6eef8 !important;
}

.gds-header-search button:hover {
    background: linear-gradient(135deg, #ffc83d 0%, #f59e0b 100%) !important;
    color: #08245c !important;
}

/* Guest buttons */
.gds-header-btn-primary {
    background: linear-gradient(135deg, #ffc83d 0%, #f59e0b 100%) !important;
    color: #08245c !important;
    border: 1px solid rgba(245, 158, 11, 0.45) !important;
    box-shadow: 0 12px 28px rgba(245, 158, 11, 0.25) !important;
    border-radius: 999px !important;
}

.gds-header-btn-light {
    background: #ffffff !important;
    color: #08245c !important;
    border: 1px solid #d6e7f8 !important;
    box-shadow: 0 10px 24px rgba(15, 43, 95, 0.08) !important;
    border-radius: 999px !important;
}

.gds-header-btn:hover,
.gds-header-user:hover {
    transform: translateY(-2px) !important;
}

/* Logged-in user style */
.gds-header-user {
    min-height: 46px !important;
    padding: 0 16px 0 7px !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    border: 1px solid #d6e7f8 !important;
    color: #08245c !important;
    box-shadow: 0 12px 28px rgba(15, 43, 95, 0.09) !important;
}

.gds-header-user-icon {
    width: 36px !important;
    height: 36px !important;
    background: linear-gradient(135deg, #ffc83d 0%, #f59e0b 100%) !important;
    color: #08245c !important;
    box-shadow: 0 8px 18px rgba(245, 158, 11, 0.28) !important;
}

.gds-header-user-name {
    color: #08245c !important;
    font-size: 14px !important;
    font-weight: 900 !important;
}

/* =========================================================
   PROFESSIONAL DESKTOP MENU ROW
========================================================= */

.gds-header-menu-row {
    background:
        linear-gradient(180deg, #ffffff 0%, #f6fbff 100%) !important;
    border-bottom: 1px solid #dbe8f7 !important;
    box-shadow: 0 10px 30px rgba(15, 43, 95, 0.06) !important;
}

.gds-header-nav {
    min-height: 62px !important;
}

/* Menu wrapper */
.gds-primary-menu {
    gap: 10px !important;
    padding: 9px 14px !important;
    background: rgba(255, 255, 255, 0.78) !important;
    border: 1px solid #e1ecf8 !important;
    border-radius: 999px !important;
    box-shadow: 0 14px 34px rgba(15, 43, 95, 0.08) !important;
}

/* Menu buttons */
.gds-primary-menu > li > a {
    min-height: 40px !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #08245c !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    letter-spacing: -0.01em !important;
}

/* Add single clean icons automatically */
.gds-primary-menu > li > a::before {
    width: 22px;
    height: 22px;
    min-width: 22px;
    margin-right: 7px;
    border-radius: 8px;
    background: #eef6ff;
    color: #2563eb;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    font-weight: 900;
    box-shadow: inset 0 0 0 1px #dbe8f7;
}

.gds-primary-menu > li:nth-child(1) > a::before {
    content: "⌂";
}

.gds-primary-menu > li:nth-child(2) > a::before {
    content: "⚡";
}

.gds-primary-menu > li:nth-child(3) > a::before {
    content: "□";
}

.gds-primary-menu > li:nth-child(4) > a::before {
    content: "✎";
}

.gds-primary-menu > li:nth-child(5) > a::before {
    content: "🏦";
}

.gds-primary-menu > li:nth-child(6) > a::before {
    content: "₳";
}

/* Hover / active */
.gds-primary-menu > li > a:hover,
.gds-primary-menu > li.current-menu-item > a,
.gds-primary-menu > li.current_page_item > a {
    background: #08245c !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 12px 24px rgba(8, 36, 92, 0.18) !important;
}

.gds-primary-menu > li > a:hover::before,
.gds-primary-menu > li.current-menu-item > a::before,
.gds-primary-menu > li.current_page_item > a::before {
    background: linear-gradient(135deg, #ffc83d 0%, #f59e0b 100%) !important;
    color: #08245c !important;
    box-shadow: none !important;
}

/* Dropdown professional */
.gds-primary-menu .sub-menu {
    border-radius: 18px !important;
    border: 1px solid #dbe8f7 !important;
    box-shadow: 0 24px 60px rgba(15, 43, 95, 0.16) !important;
}

.gds-primary-menu .sub-menu a {
    border-radius: 12px !important;
    background: #f8fbff !important;
    color: #08245c !important;
}

.gds-primary-menu .sub-menu a:hover {
    background: #08245c !important;
    color: #ffffff !important;
}

/* =========================================================
   MOBILE HEADER SAME STYLE BUT COMPACT
========================================================= */

@media (max-width: 768px) {

    .gds-header-main {
        background:
            radial-gradient(circle at 0% 0%, rgba(20, 184, 166, 0.18), transparent 32%),
            linear-gradient(135deg, #f8fcff 0%, #edf8ff 52%, #ffffff 100%) !important;
    }

    .gds-header-main-inner {
        min-height: 58px !important;
        grid-template-columns: 38px auto minmax(0, 1fr) !important;
        gap: 7px !important;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .gds-mobile-menu-toggle {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        background: #ffffff !important;
        border: 1px solid #d6e7f8 !important;
        border-radius: 12px !important;
    }

    .gds-mobile-menu-toggle span {
        width: 20px !important;
        height: 2px !important;
        background: #08245c !important;
    }

    .gds-header-logo-wrap {
        width: auto !important;
        justify-content: flex-start !important;
    }

    .gds-header-logo-wrap img,
    .gds-header-logo-wrap img.custom-logo {
        max-width: 112px !important;
        max-height: 34px !important;
        filter: drop-shadow(0 4px 8px rgba(8, 36, 92, 0.10));
    }

    .gds-header-search {
        width: 100% !important;
        padding: 0 !important;
    }

    .gds-header-search form {
        height: 38px !important;
        max-width: 100% !important;
        border-radius: 12px !important;
    }

    .gds-header-search input {
        height: 38px !important;
        padding: 0 10px !important;
        font-size: 10px !important;
    }

    .gds-header-search button {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
    }

    .gds-header-search button svg {
        width: 17px !important;
        height: 17px !important;
    }

    .gds-header-menu-row,
    .gds-header-actions {
        display: none !important;
    }
}

@media (max-width: 390px) {
    .gds-header-main-inner {
        grid-template-columns: 36px auto minmax(0, 1fr) !important;
        gap: 6px !important;
    }

    .gds-mobile-menu-toggle {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
    }

    .gds-header-logo-wrap img,
    .gds-header-logo-wrap img.custom-logo {
        max-width: 98px !important;
        max-height: 30px !important;
    }

    .gds-header-search form,
    .gds-header-search input,
    .gds-header-search button {
        height: 36px !important;
    }

    .gds-header-search button {
        width: 36px !important;
        min-width: 36px !important;
    }
}




/* =========================================================
   TOP BAR DARK BLUE PROFESSIONAL STYLE
========================================================= */

.gds-header-top {
    background: linear-gradient(135deg, #061f4f 0%, #08245c 55%, #0d3470 100%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
    box-shadow: 0 8px 22px rgba(8, 36, 92, 0.18) !important;
}

.gds-header-top-inner {
    min-height: 38px !important;
}

.gds-header-top-pill {
    background: rgba(255, 255, 255, 0.14) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    box-shadow: none !important;
}

.gds-header-top-text {
    color: #ffffff !important;
    font-weight: 800 !important;
}

.gds-header-country-form select {
    background: #ffffff !important;
    color: #08245c !important;
    border: 1px solid rgba(255, 200, 61, 0.85) !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16) !important;
}

/* Mobile */
@media (max-width: 768px) {
    .gds-header-top {
        background: linear-gradient(135deg, #061f4f 0%, #08245c 100%) !important;
    }

    .gds-header-top-text {
        color: #ffffff !important;
        font-size: 9px !important;
    }

    .gds-header-country-form select {
        min-height: 26px !important;
        font-size: 8.8px !important;
    }
}









/* =========================================================
   TOP BAR TICKER STYLE
   Hide badge + running professional text
========================================================= */

/* Hide Gulf COD Seller Platform badge */
.gds-header-top-pill {
    display: none !important;
}

/* Keep top bar professional */
.gds-header-top {
    background: linear-gradient(135deg, #061f4f 0%, #08245c 55%, #0d3470 100%) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
}

/* Top bar layout */
.gds-header-top-inner {
    min-height: 38px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 22px !important;
}

/* Ticker area */
.gds-header-top-left {
    width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    display: block !important;
    padding-left: 24px !important;
    position: relative !important;
}

/* Running text */
.gds-header-top-text {
    display: inline-block !important;
    white-space: nowrap !important;
    color: #ffffff !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: 0.01em !important;
    padding-left: 100% !important;
    animation: gdsTopBarTicker 18s linear infinite !important;
}

/* Smooth running animation */
@keyframes gdsTopBarTicker {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* Country selector */
.gds-header-country-form {
    flex: 0 0 auto !important;
    margin-right: 18px !important;
}

.gds-header-country-form select {
    background: #ffffff !important;
    color: #08245c !important;
    border: 1px solid rgba(255, 200, 61, 0.85) !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16) !important;
}

/* Pause ticker on hover */
.gds-header-top-left:hover .gds-header-top-text {
    animation-play-state: paused !important;
}

/* Mobile: keep it clean and static */
@media (max-width: 768px) {
    .gds-header-top-inner {
        grid-template-columns: minmax(0, 1fr) auto !important;
        gap: 8px !important;
    }

    .gds-header-top-left {
        padding-left: 10px !important;
    }

    .gds-header-top-text {
        padding-left: 0 !important;
        animation: none !important;
        font-size: 8.8px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        max-width: 100% !important;
    }

    .gds-header-country-form {
        margin-right: 6px !important;
    }
}







/* =========================================================
   HEADER MENU ROW - DARK PROFESSIONAL STYLE + MISSING ICONS
========================================================= */

/* Make menu area look like part of header */
.gds-header-menu-row {
    background:
        radial-gradient(circle at left, rgba(20, 184, 166, 0.12), transparent 28%),
        linear-gradient(135deg, #061f4f 0%, #08245c 55%, #0d3470 100%) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 12px 32px rgba(8, 36, 92, 0.20) !important;
}

/* Menu wrapper inside dark area */
.gds-header-menu-row .gds-primary-menu {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 999px !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.10), 0 14px 34px rgba(0,0,0,0.12) !important;
}

/* Menu links */
.gds-header-menu-row .gds-primary-menu > li > a {
    color: #ffffff !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Icon box */
.gds-header-menu-row .gds-primary-menu > li > a::before {
    background: rgba(255, 255, 255, 0.13) !important;
    color: #ffffff !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18) !important;
}

/* Hover and active */
.gds-header-menu-row .gds-primary-menu > li > a:hover,
.gds-header-menu-row .gds-primary-menu > li.current-menu-item > a,
.gds-header-menu-row .gds-primary-menu > li.current_page_item > a {
    background: #ffffff !important;
    color: #08245c !important;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18) !important;
}

.gds-header-menu-row .gds-primary-menu > li > a:hover::before,
.gds-header-menu-row .gds-primary-menu > li.current-menu-item > a::before,
.gds-header-menu-row .gds-primary-menu > li.current_page_item > a::before {
    background: linear-gradient(135deg, #ffc83d 0%, #f59e0b 100%) !important;
    color: #08245c !important;
    box-shadow: none !important;
}

/* Fix / add icons according to your current menu order */
.gds-header-menu-row .gds-primary-menu > li:nth-child(1) > a::before {
    content: "⌂" !important;
}

.gds-header-menu-row .gds-primary-menu > li:nth-child(2) > a::before {
    content: "⚡" !important;
}

.gds-header-menu-row .gds-primary-menu > li:nth-child(3) > a::before {
    content: "🏦" !important;
}

.gds-header-menu-row .gds-primary-menu > li:nth-child(4) > a::before {
    content: "💰" !important;
}

.gds-header-menu-row .gds-primary-menu > li:nth-child(5) > a::before {
    content: "🏬" !important;
}

.gds-header-menu-row .gds-primary-menu > li:nth-child(6) > a::before {
    content: "🔎" !important;
}

/* COD Dropshipping icon */
.gds-header-menu-row .gds-primary-menu > li:nth-child(7) > a::before {
    content: "🚚" !important;
}

/* FAQs icon */
.gds-header-menu-row .gds-primary-menu > li:nth-child(8) > a::before {
    content: "?" !important;
    font-size: 13px !important;
    font-weight: 900 !important;
}

/* Dropdown also professional */
.gds-header-menu-row .gds-primary-menu .sub-menu {
    background: #ffffff !important;
    border: 1px solid #dbe8f7 !important;
}

.gds-header-menu-row .gds-primary-menu .sub-menu a {
    color: #08245c !important;
    background: #f8fbff !important;
}

.gds-header-menu-row .gds-primary-menu .sub-menu a:hover {
    background: #08245c !important;
    color: #ffffff !important;
}







/* =========================================================
   MAKE MENU ROW SAME AS HEADER BACKGROUND
   Header and menu area will look like one professional section
========================================================= */

/* Same light premium background for both header and menu row */
.gds-header-main,
.gds-header-menu-row {
    background:
        radial-gradient(circle at 8% 20%, rgba(20, 184, 166, 0.12), transparent 28%),
        radial-gradient(circle at 92% 20%, rgba(245, 158, 11, 0.10), transparent 26%),
        linear-gradient(135deg, #f8fcff 0%, #eef8ff 48%, #ffffff 100%) !important;
}

/* Remove dark blue menu strip */
.gds-header-menu-row {
    border-top: 1px solid #d8e8f7 !important;
    border-bottom: 1px solid #d8e8f7 !important;
    box-shadow: 0 12px 28px rgba(15, 43, 95, 0.06) !important;
}

/* Menu wrapper should look soft and premium */
.gds-header-menu-row .gds-primary-menu {
    background: rgba(255, 255, 255, 0.72) !important;
    border: 1px solid #dbe8f7 !important;
    border-radius: 999px !important;
    box-shadow: 0 14px 34px rgba(15, 43, 95, 0.08) !important;
}

/* Menu links normal state */
.gds-header-menu-row .gds-primary-menu > li > a {
    color: #08245c !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* Menu icon boxes normal state */
.gds-header-menu-row .gds-primary-menu > li > a::before {
    background: #eef6ff !important;
    color: #2563eb !important;
    box-shadow: inset 0 0 0 1px #dbe8f7 !important;
}

/* Active / hover item */
.gds-header-menu-row .gds-primary-menu > li > a:hover,
.gds-header-menu-row .gds-primary-menu > li.current-menu-item > a,
.gds-header-menu-row .gds-primary-menu > li.current_page_item > a {
    background: #08245c !important;
    color: #ffffff !important;
    box-shadow: 0 12px 24px rgba(8, 36, 92, 0.18) !important;
}

/* Active / hover icon */
.gds-header-menu-row .gds-primary-menu > li > a:hover::before,
.gds-header-menu-row .gds-primary-menu > li.current-menu-item > a::before,
.gds-header-menu-row .gds-primary-menu > li.current_page_item > a::before {
    background: linear-gradient(135deg, #ffc83d 0%, #f59e0b 100%) !important;
    color: #08245c !important;
    box-shadow: none !important;
}

/* Header logo and search should stay prominent */
.gds-header-logo-wrap img,
.gds-header-logo-wrap img.custom-logo {
    filter: drop-shadow(0 8px 14px rgba(8, 36, 92, 0.10)) !important;
}

.gds-header-search form {
    background: #ffffff !important;
    border: 1px solid #cfe0f5 !important;
    box-shadow: 0 14px 34px rgba(15, 43, 95, 0.10) !important;
}






/* =========================================================
   HEADER MENU FINAL CLEAN FIX
   Remove gap + remove big rounded menu wrapper background
========================================================= */

/* Remove gap between main header and menu row */
.gds-header-main {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}

.gds-header-menu-row {
    margin-top: 0 !important;
    padding-top: 0 !important;
    background:
        radial-gradient(circle at 8% 20%, rgba(20, 184, 166, 0.12), transparent 28%),
        radial-gradient(circle at 92% 20%, rgba(245, 158, 11, 0.10), transparent 26%),
        linear-gradient(135deg, #f8fcff 0%, #eef8ff 48%, #ffffff 100%) !important;
    border-top: 1px solid #d8e8f7 !important;
    border-bottom: 1px solid #d8e8f7 !important;
    box-shadow: 0 8px 22px rgba(15, 43, 95, 0.045) !important;
}

/* Reduce menu row height so it connects nicely with header */
.gds-header-nav {
    min-height: 54px !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Remove the big white capsule/covered area around full menu */
.gds-header-menu-row .gds-primary-menu {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    gap: 16px !important;
}

/* Menu item clean professional style */
.gds-header-menu-row .gds-primary-menu > li > a {
    min-height: 40px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: #08245c !important;
    border: 0 !important;
    box-shadow: none !important;
    font-size: 13px !important;
    font-weight: 900 !important;
}

/* Icon box clean */
.gds-header-menu-row .gds-primary-menu > li > a::before {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    margin-right: 7px !important;
    border-radius: 8px !important;
    background: #eef6ff !important;
    color: #2563eb !important;
    box-shadow: inset 0 0 0 1px #dbe8f7 !important;
}

/* Active and hover item */
.gds-header-menu-row .gds-primary-menu > li > a:hover,
.gds-header-menu-row .gds-primary-menu > li.current-menu-item > a,
.gds-header-menu-row .gds-primary-menu > li.current_page_item > a {
    background: #08245c !important;
    color: #ffffff !important;
    box-shadow: 0 12px 24px rgba(8, 36, 92, 0.18) !important;
    transform: translateY(-1px) !important;
}

/* Active and hover icon */
.gds-header-menu-row .gds-primary-menu > li > a:hover::before,
.gds-header-menu-row .gds-primary-menu > li.current-menu-item > a::before,
.gds-header-menu-row .gds-primary-menu > li.current_page_item > a::before {
    background: linear-gradient(135deg, #ffc83d 0%, #f59e0b 100%) !important;
    color: #08245c !important;
    box-shadow: none !important;
}

/* Make menu start and end clean on desktop */
.gds-header-menu-row .gds-header-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Mobile: menu row should stay hidden */
@media (max-width: 768px) {
    .gds-header-menu-row {
        display: none !important;
    }
}






/* =========================================================
   HEADER HOVER COLOR - THEME YELLOW #f6c23f
========================================================= */

/* Header menu hover / active */
.gds-header-menu-row .gds-primary-menu > li > a:hover,
.gds-header-menu-row .gds-primary-menu > li.current-menu-item > a,
.gds-header-menu-row .gds-primary-menu > li.current_page_item > a {
    background: #f6c23f !important;
    color: #08245c !important;
    box-shadow: 0 12px 24px rgba(246, 194, 63, 0.35) !important;
    transform: translateY(-1px) !important;
}

/* Header menu icon on hover / active */
.gds-header-menu-row .gds-primary-menu > li > a:hover::before,
.gds-header-menu-row .gds-primary-menu > li.current-menu-item > a::before,
.gds-header-menu-row .gds-primary-menu > li.current_page_item > a::before {
    background: #08245c !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

/* Search button hover */
.gds-header-search button:hover {
    background: #f6c23f !important;
    color: #08245c !important;
}

/* Start selling button */
.gds-header-btn-primary {
    background: #f6c23f !important;
    border-color: #f6c23f !important;
    color: #08245c !important;
    box-shadow: 0 12px 28px rgba(246, 194, 63, 0.35) !important;
}

.gds-header-btn-primary:hover {
    background: #eab42f !important;
    border-color: #eab42f !important;
    color: #08245c !important;
}

/* My account icon after login */
.gds-header-user-icon {
    background: #f6c23f !important;
    color: #08245c !important;
    box-shadow: 0 8px 18px rgba(246, 194, 63, 0.35) !important;
}






/* =========================================================
   FINAL REMOVE BLUE HOVER - USE ONLY YELLOW THEME COLOR
========================================================= */

:root {
    --gds-header-yellow: #f6c23f;
    --gds-header-yellow-dark: #eab42f;
    --gds-header-navy: #08245c;
}

/* Menu item hover/current must be yellow, not blue */
.gds-header-menu-row .gds-primary-menu > li > a:hover,
.gds-header-menu-row .gds-primary-menu > li > a:focus,
.gds-header-menu-row .gds-primary-menu > li.current-menu-item > a,
.gds-header-menu-row .gds-primary-menu > li.current_page_item > a,
.gds-header-menu-row .gds-primary-menu > li > a[aria-current="page"] {
    background: var(--gds-header-yellow) !important;
    color: var(--gds-header-navy) !important;
    border-color: var(--gds-header-yellow) !important;
    box-shadow: 0 12px 24px rgba(246, 194, 63, 0.35) !important;
}

/* Remove blue icon box inside hover/current */
.gds-header-menu-row .gds-primary-menu > li > a:hover::before,
.gds-header-menu-row .gds-primary-menu > li > a:focus::before,
.gds-header-menu-row .gds-primary-menu > li.current-menu-item > a::before,
.gds-header-menu-row .gds-primary-menu > li.current_page_item > a::before,
.gds-header-menu-row .gds-primary-menu > li > a[aria-current="page"]::before {
    background: rgba(255, 255, 255, 0.55) !important;
    color: var(--gds-header-navy) !important;
    box-shadow: inset 0 0 0 1px rgba(8, 36, 92, 0.12) !important;
}

/* Hamburger button hover should also be yellow, not blue */
.gds-mobile-menu-toggle:hover,
.gds-mobile-menu-toggle:focus,
.gds-mobile-menu-toggle:active,
body.gds-drawer-open .gds-mobile-menu-toggle {
    background: var(--gds-header-yellow) !important;
    border-color: var(--gds-header-yellow) !important;
    box-shadow: 0 12px 24px rgba(246, 194, 63, 0.35) !important;
}

/* Hamburger lines should stay dark, not white */
.gds-mobile-menu-toggle:hover span,
.gds-mobile-menu-toggle:focus span,
.gds-mobile-menu-toggle:active span,
body.gds-drawer-open .gds-mobile-menu-toggle span {
    background: var(--gds-header-navy) !important;
}

/* Search hover also yellow */
.gds-header-search button:hover,
.gds-header-search button:focus {
    background: var(--gds-header-yellow) !important;
    color: var(--gds-header-navy) !important;
}

/* Login / Start Selling hover */
.gds-header-btn-primary,
.gds-header-btn-primary:hover,
.gds-header-btn-primary:focus {
    background: var(--gds-header-yellow) !important;
    border-color: var(--gds-header-yellow) !important;
    color: var(--gds-header-navy) !important;
}

.gds-header-btn-light:hover,
.gds-header-btn-light:focus {
    background: var(--gds-header-yellow) !important;
    border-color: var(--gds-header-yellow) !important;
    color: var(--gds-header-navy) !important;
}

/* Logged-in account hover */
.gds-header-user:hover,
.gds-header-user:focus {
    background: var(--gds-header-yellow) !important;
    border-color: var(--gds-header-yellow) !important;
    color: var(--gds-header-navy) !important;
}

.gds-header-user:hover .gds-header-user-icon,
.gds-header-user:focus .gds-header-user-icon {
    background: #ffffff !important;
    color: var(--gds-header-navy) !important;
}






/* =========================================================
   PROFESSIONAL GULF DROPSHIP SIDE DRAWER
========================================================= */

body.gds-drawer-open {
    overflow: hidden !important;
}

.gds-mobile-drawer-overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 99998 !important;
    display: none !important;
    background: rgba(8, 36, 92, 0.46) !important;
    backdrop-filter: blur(7px) !important;
    -webkit-backdrop-filter: blur(7px) !important;
}

body.gds-drawer-open .gds-mobile-drawer-overlay {
    display: block !important;
}

.gds-mobile-drawer {
    position: fixed !important;
    top: 0 !important;
    left: -410px !important;
    z-index: 99999 !important;
    width: 390px !important;
    max-width: 92vw !important;
    height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
    background: #ffffff !important;
    box-shadow: 24px 0 70px rgba(0, 0, 0, 0.24) !important;
    transition: left 0.28s ease !important;
    overflow: hidden auto !important;
    border-right: 1px solid #dbe8f7 !important;
}

body.gds-drawer-open .gds-mobile-drawer {
    left: 0 !important;
}

/* Top hero */
.gds-mobile-drawer-hero {
    padding: 22px 20px 20px !important;
    background:
        radial-gradient(circle at top left, rgba(20, 184, 166, 0.22), transparent 32%),
        radial-gradient(circle at top right, rgba(246, 194, 63, 0.16), transparent 30%),
        linear-gradient(135deg, #eaf8ff 0%, #f8fcff 48%, #fff8e7 100%) !important;
    border-bottom: 1px solid #d8e8f7 !important;
}

.gds-mobile-drawer-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    margin-bottom: 18px !important;
}

.gds-drawer-logo-link,
.gds-drawer-logo-link .custom-logo-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    text-decoration: none !important;
    color: #08245c !important;
}

.gds-drawer-logo-link img,
.gds-mobile-drawer-head .custom-logo {
    width: auto !important;
    max-width: 190px !important;
    max-height: 48px !important;
    object-fit: contain !important;
    filter: drop-shadow(0 8px 14px rgba(8, 36, 92, 0.10)) !important;
}

.gds-drawer-logo-mark {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    border-radius: 12px !important;
    background: #08245c !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    font-weight: 900 !important;
}

.gds-drawer-logo-text {
    color: #08245c !important;
    font-size: 22px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: -0.045em !important;
}

.gds-mobile-menu-close {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    border: 1px solid #d6e7f8 !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #08245c !important;
    font-size: 24px !important;
    line-height: 34px !important;
    font-weight: 900 !important;
    cursor: pointer !important;
    box-shadow: 0 8px 18px rgba(15, 43, 95, 0.08) !important;
}

.gds-mobile-menu-close:hover {
    background: #f6c23f !important;
    border-color: #f6c23f !important;
    color: #08245c !important;
}

/* Guest card */
.gds-drawer-guest-card {
    padding: 16px !important;
    border-radius: 20px !important;
    background: #ffffff !important;
    border: 1px solid #dbe8f7 !important;
    box-shadow: 0 16px 38px rgba(15, 43, 95, 0.10) !important;
}

.gds-drawer-card-label {
    display: inline-flex !important;
    min-height: 23px !important;
    align-items: center !important;
    padding: 0 9px !important;
    margin-bottom: 9px !important;
    border-radius: 999px !important;
    background: #eef6ff !important;
    color: #2563eb !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
}

.gds-drawer-guest-card h3 {
    margin: 0 0 7px !important;
    color: #08245c !important;
    font-size: 20px !important;
    line-height: 1.15 !important;
    font-weight: 900 !important;
    letter-spacing: -0.04em !important;
}

.gds-drawer-guest-card p {
    margin: 0 0 14px !important;
    color: #445b76 !important;
    font-size: 12.5px !important;
    line-height: 1.55 !important;
    font-weight: 600 !important;
}

.gds-drawer-guest-actions {
    display: grid !important;
    grid-template-columns: 1fr 0.65fr !important;
    gap: 8px !important;
    margin-bottom: 10px !important;
}

.gds-drawer-btn {
    min-height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    border-radius: 999px !important;
    text-decoration: none !important;
    font-size: 11.5px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
}

.gds-drawer-btn-primary {
    background: #f6c23f !important;
    color: #08245c !important;
    border: 1px solid #f6c23f !important;
    box-shadow: 0 12px 24px rgba(246, 194, 63, 0.28) !important;
}

.gds-drawer-btn-light {
    background: #ffffff !important;
    color: #08245c !important;
    border: 1px solid #dbe8f7 !important;
}

.gds-drawer-how-link {
    min-height: 42px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 0 13px !important;
    border-radius: 14px !important;
    background: #f8fbff !important;
    border: 1px solid #e1ecf8 !important;
    color: #08245c !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 900 !important;
}

.gds-drawer-how-link span {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    border-radius: 9px !important;
    background: #fff3c4 !important;
    color: #08245c !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.gds-drawer-how-link b {
    margin-left: auto !important;
    font-size: 20px !important;
}

/* Logged-in user card */
.gds-drawer-user-card {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 14px !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    border: 1px solid #dbe8f7 !important;
    box-shadow: 0 14px 34px rgba(15, 43, 95, 0.09) !important;
}

.gds-drawer-user-avatar {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    border-radius: 16px !important;
    background: #f6c23f !important;
    color: #08245c !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 22px !important;
    font-weight: 900 !important;
}

.gds-drawer-user-info span {
    display: block !important;
    color: #2563eb !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
}

.gds-drawer-user-info strong {
    display: block !important;
    margin-top: 4px !important;
    color: #08245c !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
}

.gds-drawer-user-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 8px !important;
    margin-top: 12px !important;
}

.gds-drawer-user-actions a {
    min-height: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    border: 1px solid #dbe8f7 !important;
    color: #08245c !important;
    text-decoration: none !important;
    font-size: 11.5px !important;
    font-weight: 900 !important;
}

.gds-drawer-user-actions a:nth-child(2) {
    background: #f6c23f !important;
    border-color: #f6c23f !important;
}

/* Body */
.gds-mobile-drawer-body {
    padding: 22px 20px 30px !important;
    background:
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
}

.gds-drawer-section {
    margin-bottom: 24px !important;
}

.gds-drawer-section:last-child {
    margin-bottom: 0 !important;
}

.gds-drawer-section h4 {
    margin: 0 0 12px !important;
    color: #6b7d94 !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
}

/* Category list */
.gds-drawer-category-list,
.gds-drawer-subcategory-list,
.gds-drawer-main-menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.gds-drawer-category-list,
.gds-drawer-main-menu {
    display: grid !important;
    gap: 8px !important;
}

.gds-drawer-category-item > a,
.gds-drawer-main-menu a {
    min-height: 48px !important;
    display: flex !important;
    align-items: center !important;
    gap: 11px !important;
    padding: 0 13px !important;
    border-radius: 15px !important;
    background: #ffffff !important;
    border: 1px solid #e1ecf8 !important;
    color: #263244 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    box-shadow: 0 6px 16px rgba(18, 58, 112, 0.045) !important;
    transition: all 0.18s ease !important;
}

.gds-drawer-category-item > a:hover,
.gds-drawer-main-menu a:hover {
    background: #eef8ff !important;
    color: #08245c !important;
    border-color: #cfe0f5 !important;
    transform: translateX(3px) !important;
}

.gds-drawer-cat-icon,
.gds-drawer-main-menu a span {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    border-radius: 10px !important;
    background: #eef6ff !important;
    color: #2563eb !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 15px !important;
}

.gds-drawer-cat-name {
    min-width: 0 !important;
    flex: 1 !important;
}

.gds-drawer-cat-arrow,
.gds-drawer-main-menu a b,
.gds-drawer-main-menu li.menu-item a::after {
    margin-left: auto !important;
    color: #08245c !important;
    font-size: 18px !important;
    font-weight: 900 !important;
}

.gds-drawer-main-menu li.menu-item a::after {
    content: "›" !important;
}

/* Subcategories */
.gds-drawer-subcategory-list {
    display: none !important;
    padding: 8px 0 4px 46px !important;
}

.gds-drawer-category-item.has-children:hover .gds-drawer-subcategory-list {
    display: grid !important;
    gap: 6px !important;
}

.gds-drawer-subcategory-list a {
    display: block !important;
    padding: 8px 10px !important;
    border-radius: 10px !important;
    background: #f8fbff !important;
    color: #445b76 !important;
    text-decoration: none !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

.gds-drawer-subcategory-list a:hover {
    background: #eef6ff !important;
    color: #08245c !important;
}

/* Mobile sizing */
@media (max-width: 420px) {
    .gds-mobile-drawer {
        width: 88vw !important;
        max-width: 88vw !important;
    }

    .gds-mobile-drawer-hero {
        padding: 20px 16px 18px !important;
    }

    .gds-mobile-drawer-body {
        padding: 20px 16px 28px !important;
    }

    .gds-drawer-logo-link img,
    .gds-mobile-drawer-head .custom-logo {
        max-width: 165px !important;
        max-height: 42px !important;
    }

    .gds-drawer-guest-card h3 {
        font-size: 18px !important;
    }

    .gds-drawer-category-item > a,
    .gds-drawer-main-menu a {
        min-height: 46px !important;
        font-size: 13px !important;
    }
}







/* =========================================================
   CLEAN SIDEBAR DRAWER - PRICEOYE STYLE / GULF THEME
========================================================= */

body.gds-drawer-open {
    overflow: hidden !important;
}

.gds-mobile-drawer-overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 99998 !important;
    display: none !important;
    background: rgba(8, 36, 92, 0.38) !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
}

body.gds-drawer-open .gds-mobile-drawer-overlay {
    display: block !important;
}

.gds-mobile-drawer {
    position: fixed !important;
    top: 0 !important;
    left: -370px !important;
    z-index: 99999 !important;
    width: 340px !important;
    max-width: 88vw !important;
    height: 100vh !important;
    background: #ffffff !important;
    box-shadow: 24px 0 70px rgba(0, 0, 0, 0.24) !important;
    transition: left 0.28s ease !important;
    overflow: hidden auto !important;
    border-right: 1px solid #dbe8f7 !important;
}

body.gds-drawer-open .gds-mobile-drawer {
    left: 0 !important;
}

/* Blue top area */
.gds-drawer-blue-area {
    min-height: 285px !important;
    padding: 28px 30px 24px !important;
    background:
        radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.18), transparent 28%),
        linear-gradient(135deg, #34a9f0 0%, #1590df 56%, #0a6fb9 100%) !important;
    color: #ffffff !important;
}

.gds-drawer-top-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    margin-bottom: 22px !important;
}

.gds-drawer-brand,
.gds-drawer-brand .custom-logo-link {
    display: inline-flex !important;
    align-items: center !important;
    text-decoration: none !important;
    color: #ffffff !important;
}

.gds-drawer-brand img,
.gds-drawer-brand .custom-logo {
    width: auto !important;
    max-width: 190px !important;
    max-height: 58px !important;
    object-fit: contain !important;
    filter: brightness(0) invert(1) drop-shadow(0 8px 16px rgba(0, 0, 0, 0.16)) !important;
}

.gds-drawer-brand-text {
    color: #ffffff !important;
    font-size: 25px !important;
    font-weight: 900 !important;
    letter-spacing: -0.04em !important;
}

.gds-mobile-menu-close {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    border-radius: 999px !important;
    border: 0 !important;
    background: rgba(255, 255, 255, 0.92) !important;
    color: #08245c !important;
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: 900 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14) !important;
}

.gds-mobile-menu-close:hover {
    background: #f6c23f !important;
    color: #08245c !important;
}

/* Before login */
.gds-drawer-auth-row {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 18px !important;
}

.gds-drawer-login-btn,
.gds-drawer-register-btn {
    min-height: 40px !important;
    padding: 0 22px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    letter-spacing: 0.02em !important;
}

.gds-drawer-login-btn {
    background: #ffffff !important;
    color: #1590df !important;
    border: 1px solid #ffffff !important;
}

.gds-drawer-register-btn {
    background: transparent !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.75) !important;
}

.gds-drawer-register-btn:hover {
    background: #ffffff !important;
    color: #1590df !important;
}

.gds-drawer-quick-links {
    display: grid !important;
    gap: 14px !important;
    margin-top: 8px !important;
}

.gds-drawer-quick-links a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
}

.gds-drawer-quick-links a span {
    width: 22px !important;
    min-width: 22px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    font-size: 17px !important;
    opacity: 0.94 !important;
}

.gds-drawer-quick-links a:hover {
    transform: translateX(3px) !important;
}

/* After login */
.gds-drawer-user-mini {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 16px !important;
}

.gds-drawer-user-icon {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    border-radius: 999px !important;
    background: #f6c23f !important;
    color: #08245c !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18) !important;
}

.gds-drawer-user-mini small {
    display: block !important;
    margin-bottom: 4px !important;
    color: rgba(255, 255, 255, 0.80) !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.07em !important;
}

.gds-drawer-user-mini strong {
    display: block !important;
    color: #ffffff !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
}

.gds-drawer-account-links {
    display: grid !important;
    gap: 13px !important;
    margin-top: 10px !important;
}

.gds-drawer-account-links a {
    display: flex !important;
    align-items: center !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
}

.gds-drawer-account-links a::before {
    content: "";
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    margin-right: 12px !important;
    border-radius: 999px !important;
    border: 1.7px solid rgba(255, 255, 255, 0.95) !important;
    display: inline-flex !important;
}

.gds-drawer-account-links a:hover {
    transform: translateX(3px) !important;
}

/* White area */
.gds-drawer-white-area {
    padding: 28px 30px 34px !important;
    background: #ffffff !important;
}

.gds-drawer-section {
    margin-bottom: 30px !important;
}

.gds-drawer-section:last-child {
    margin-bottom: 0 !important;
}

.gds-drawer-section h4 {
    margin: 0 0 18px !important;
    color: #6b7d94 !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
}

/* Simple menus */
.gds-drawer-simple-menu,
.gds-drawer-simple-menu ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.gds-drawer-simple-menu {
    display: grid !important;
    gap: 2px !important;
}

.gds-drawer-simple-menu li {
    margin: 0 !important;
    padding: 0 !important;
}

.gds-drawer-simple-menu > li > a {
    min-height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    padding: 0 !important;
    color: #253044 !important;
    background: transparent !important;
    border: 0 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    transition: all 0.18s ease !important;
}

.gds-drawer-simple-menu > li > a:hover {
    color: #1590df !important;
    transform: translateX(3px) !important;
}

/* Small clean arrow, no bulky icons */
.gds-drawer-simple-menu > li.menu-item-has-children > a::after {
    content: "⌄" !important;
    margin-left: auto !important;
    color: #111827 !important;
    font-size: 16px !important;
    font-weight: 900 !important;
}

.gds-drawer-simple-menu > li:not(.menu-item-has-children) > a::after {
    content: "›" !important;
    margin-left: auto !important;
    color: #111827 !important;
    font-size: 18px !important;
    font-weight: 900 !important;
}

/* Sub menu */
.gds-drawer-simple-menu .sub-menu {
    display: none !important;
    padding: 4px 0 8px 14px !important;
}

.gds-drawer-simple-menu li:hover > .sub-menu {
    display: grid !important;
    gap: 4px !important;
}

.gds-drawer-simple-menu .sub-menu a {
    min-height: 32px !important;
    display: flex !important;
    align-items: center !important;
    color: #5b6d82 !important;
    text-decoration: none !important;
    font-size: 12.5px !important;
    font-weight: 500 !important;
}

.gds-drawer-simple-menu .sub-menu a:hover {
    color: #1590df !important;
}

/* WordPress menu default class cleanup */
.gds-drawer-simple-menu .menu-item a {
    width: 100% !important;
}

@media (max-width: 420px) {
    .gds-mobile-drawer {
        width: 340px !important;
        max-width: 88vw !important;
    }

    .gds-drawer-blue-area {
        padding: 28px 30px 24px !important;
    }

    .gds-drawer-brand img,
    .gds-drawer-brand .custom-logo {
        max-width: 165px !important;
        max-height: 50px !important;
    }

    .gds-drawer-white-area {
        padding: 28px 30px 34px !important;
    }

    .gds-drawer-simple-menu > li > a {
        font-size: 14px !important;
    }
}




/* =========================================================
   DRAWER TOP AREA - MATCH HEADER THEME COLOR
========================================================= */

.gds-drawer-blue-area {
    background:
        radial-gradient(circle at 8% 20%, rgba(20, 184, 166, 0.12), transparent 28%),
        radial-gradient(circle at 92% 20%, rgba(245, 158, 11, 0.10), transparent 26%),
        linear-gradient(135deg, #f8fcff 0%, #eef8ff 48%, #ffffff 100%) !important;
    color: #08245c !important;
    border-bottom: 1px solid #d8e8f7 !important;
}

/* Logo normal color on light background */
.gds-drawer-brand img,
.gds-drawer-brand .custom-logo {
    filter: drop-shadow(0 8px 14px rgba(8, 36, 92, 0.10)) !important;
}

/* Close button */
.gds-mobile-menu-close {
    background: #ffffff !important;
    color: #08245c !important;
    border: 1px solid #d6e7f8 !important;
    box-shadow: 0 8px 18px rgba(15, 43, 95, 0.10) !important;
}

.gds-mobile-menu-close:hover {
    background: #f6c23f !important;
    color: #08245c !important;
    border-color: #f6c23f !important;
}

/* Login/Register buttons */
.gds-drawer-login-btn {
    background: #f6c23f !important;
    color: #08245c !important;
    border: 1px solid #f6c23f !important;
    box-shadow: 0 10px 24px rgba(246, 194, 63, 0.28) !important;
}

.gds-drawer-register-btn {
    background: #ffffff !important;
    color: #08245c !important;
    border: 1px solid #d6e7f8 !important;
    box-shadow: 0 8px 18px rgba(15, 43, 95, 0.08) !important;
}

.gds-drawer-register-btn:hover {
    background: #08245c !important;
    color: #ffffff !important;
    border-color: #08245c !important;
}

/* Quick link: only How it Works */
.gds-drawer-quick-links {
    margin-top: 18px !important;
    gap: 0 !important;
}

.gds-drawer-quick-links a {
    min-height: 48px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    color: #08245c !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
    text-decoration: none !important;
}

/* Bigger professional icon */
.gds-drawer-quick-links a span {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    border-radius: 12px !important;
    background: ##f6c23f00 !important;
    color: #08245c  !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    line-height: 1 !important;
    box-shadow: 0 10px 22px rgba(246, 194, 63, 0.26) !important;
}

.gds-drawer-quick-links a:hover {
    color: #1590df !important;
    transform: translateX(3px) !important;
}

/* Logged in drawer text on light background */
.gds-drawer-user-mini small {
    color: #2563eb !important;
}

.gds-drawer-user-mini strong {
    color: #08245c !important;
}

.gds-drawer-account-links a {
    color: #08245c !important;
}

.gds-drawer-account-links a::before {
    border-color: #08245c !important;
}

/* Drawer logo size */
.gds-drawer-brand img,
.gds-drawer-brand .custom-logo {
    max-width: 200px !important;
    max-height: 60px !important;
}

@media (max-width: 420px) {
    .gds-drawer-brand img,
    .gds-drawer-brand .custom-logo {
        max-width: 175px !important;
        max-height: 52px !important;
    }

    .gds-drawer-quick-links a {
        font-size: 15px !important;
    }

    .gds-drawer-quick-links a span {
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        font-size: 17px !important;
    }
}





/* =========================================================
   LOGGED-IN SIDEBAR MENU PROFESSIONAL STYLE
   Yellow circle + white icon + better text styling
========================================================= */

/* Seller name area */
.gds-drawer-user-mini {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    margin-bottom: 18px !important;
}

.gds-drawer-user-icon {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    border-radius: 999px !important;
    background: #f6c23f !important;
    color: #08245c !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    box-shadow: 0 10px 24px rgba(246, 194, 63, 0.30) !important;
}

.gds-drawer-user-mini small {
    display: block !important;
    margin-bottom: 4px !important;
    color: #2563eb !important;
    font-size: 11px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
}

.gds-drawer-user-mini strong {
    display: block !important;
    color: #08245c !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
    font-weight: 900 !important;
}

/* Logged in menu list */
.gds-drawer-account-links {
    display: grid !important;
    gap: 13px !important;
    margin-top: 14px !important;
}

/* Each link */
.gds-drawer-account-links a {
    min-height: 42px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    color: #08245c !important;
    text-decoration: none !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
    position: relative !important;
}

/* Yellow icon circle */
.gds-drawer-account-links a::before {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    border-radius: 999px !important;
    background: #f6c23f !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 15px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    box-shadow: 0 8px 18px rgba(246, 194, 63, 0.28) !important;
    border: 0 !important;
    margin-right: 0 !important;
}

/* Dashboard */
.gds-drawer-account-links a:nth-child(1)::before {
    content: "⌂" !important;
}

/* Orders */
.gds-drawer-account-links a:nth-child(2)::before {
    content: "≣" !important;
}

/* Bank Account */
.gds-drawer-account-links a:nth-child(3)::before {
    content: "₳" !important;
}

/* Invoices */
.gds-drawer-account-links a:nth-child(4)::before {
    content: "□" !important;
}

/* Add Order */
.gds-drawer-account-links a:nth-child(5)::before {
    content: "+" !important;
}

/* Logout */
.gds-drawer-account-links a:nth-child(6)::before {
    content: "↦" !important;
}

/* Hover */
.gds-drawer-account-links a:hover {
    color: #1590df !important;
    transform: translateX(4px) !important;
}

.gds-drawer-account-links a:hover::before {
    background: #08245c !important;
    color: #ffffff !important;
    box-shadow: 0 8px 18px rgba(8, 36, 92, 0.22) !important;
}

/* Mobile refinement */
@media (max-width: 420px) {
    .gds-drawer-user-icon {
        width: 50px !important;
        height: 50px !important;
        min-width: 50px !important;
        font-size: 22px !important;
    }

    .gds-drawer-user-mini strong {
        font-size: 16px !important;
    }

    .gds-drawer-account-links a {
        font-size: 15px !important;
    }

    .gds-drawer-account-links a::before {
        width: 29px !important;
        height: 29px !important;
        min-width: 29px !important;
        font-size: 14px !important;
    }
}








/* =========================================================
   SIDEBAR TEXT SIZE + LOGGED-IN SUB MENU ALIGNMENT FIX
========================================================= */

/* Before login: How It Works smaller and cleaner */
.gds-drawer-quick-links {
    margin-top: 16px !important;
}

.gds-drawer-quick-links a {
    min-height: 40px !important;
    gap: 11px !important;
    color: #08245c !important;
    font-size: 14px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
}

.gds-drawer-quick-links a span {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    border-radius: 11px !important;
    font-size: 15px !important;
}

/* Logged-in seller profile spacing */
.gds-drawer-user-mini {
    margin-bottom: 18px !important;
}

.gds-drawer-user-mini strong {
    font-size: 16px !important;
    line-height: 1.15 !important;
}

/* Logged-in menu should look like submenu under account title */
.gds-drawer-account-links {
    margin-top: 18px !important;
    margin-left: 24px !important;
    display: grid !important;
    gap: 10px !important;
}

/* Logged-in menu links smaller and professional */
.gds-drawer-account-links a {
    min-height: 34px !important;
    gap: 10px !important;
    color: #08245c !important;
    font-size: 13.5px !important;
    line-height: 1.15 !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}

/* Smaller yellow icons */
.gds-drawer-account-links a::before {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    font-size: 12px !important;
    box-shadow: 0 7px 16px rgba(246, 194, 63, 0.24) !important;
}

/* Hover should stay clean */
.gds-drawer-account-links a:hover {
    color: #1590df !important;
    transform: translateX(3px) !important;
}

.gds-drawer-account-links a:hover::before {
    background: #08245c !important;
    color: #ffffff !important;
}

/* Mobile small screen adjustment */
@media (max-width: 420px) {
    .gds-drawer-quick-links a {
        font-size: 13.5px !important;
    }

    .gds-drawer-account-links {
        margin-left: 22px !important;
        gap: 9px !important;
    }

    .gds-drawer-account-links a {
        font-size: 13px !important;
        min-height: 32px !important;
    }

    .gds-drawer-account-links a::before {
        width: 25px !important;
        height: 25px !important;
        min-width: 25px !important;
        font-size: 11.5px !important;
    }
}







/* =========================================================
   DRAWER MENU SUBMENU STYLE + SMALL PROFESSIONAL ICONS
========================================================= */

/* Section headings */
.gds-drawer-section h4 {
    margin: 0 0 14px !important;
    color: #6b7d94 !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
}

/* Menu should look like clean submenu, not bulky cards */
.gds-drawer-simple-menu {
    display: grid !important;
    gap: 2px !important;
    padding-left: 4px !important;
}

/* Each menu item row */
.gds-drawer-simple-menu > li > a {
    min-height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    padding: 0 2px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    color: #08245c !important;
    text-decoration: none !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    transition: all 0.18s ease !important;
}

/* Small icon style like reference */
.gds-drawer-simple-menu > li > a::before {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    border-radius: 8px !important;
    background: #f3f8ff !important;
    border: 1px solid #dbe8f7 !important;
    color: #08245c !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    box-shadow: none !important;
}

/* Arrow on right */
.gds-drawer-simple-menu > li > a::after {
    content: "›" !important;
    margin-left: auto !important;
    color: #08245c !important;
    font-size: 20px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
}

/* Hover */
.gds-drawer-simple-menu > li > a:hover {
    color: #1590df !important;
    transform: translateX(4px) !important;
}

.gds-drawer-simple-menu > li > a:hover::before {
    background: #f6c23f !important;
    border-color: #f6c23f !important;
    color: #08245c !important;
}

/* Sub menu dropdown */
.gds-drawer-simple-menu .sub-menu {
    display: none !important;
    padding: 4px 0 8px 38px !important;
}

.gds-drawer-simple-menu li:hover > .sub-menu {
    display: grid !important;
    gap: 4px !important;
}

.gds-drawer-simple-menu .sub-menu a {
    min-height: 30px !important;
    display: flex !important;
    align-items: center !important;
    color: #526981 !important;
    text-decoration: none !important;
    font-size: 12.5px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
}

.gds-drawer-simple-menu .sub-menu a:hover {
    color: #1590df !important;
}

/* =========================================================
   CATEGORY MENU ICONS
   Applies to Drawer Categories Menu
========================================================= */

.gds-drawer-category-menu > li:nth-child(1) > a::before {
    content: "📱" !important;
}

.gds-drawer-category-menu > li:nth-child(2) > a::before {
    content: "⌚" !important;
}

.gds-drawer-category-menu > li:nth-child(3) > a::before {
    content: "🎧" !important;
}

.gds-drawer-category-menu > li:nth-child(4) > a::before {
    content: "◌" !important;
}

.gds-drawer-category-menu > li:nth-child(5) > a::before {
    content: "✦" !important;
}

.gds-drawer-category-menu > li:nth-child(6) > a::before {
    content: "▣" !important;
}

/* =========================================================
   MAIN NAVIGATION ICONS
   Applies to Drawer Main Navigation
========================================================= */

.gds-drawer-main-navigation > li:nth-child(1) > a::before {
    content: "⚡" !important;
}

.gds-drawer-main-navigation > li:nth-child(2) > a::before {
    content: "₳" !important;
}

.gds-drawer-main-navigation > li:nth-child(3) > a::before {
    content: "🏦" !important;
}

.gds-drawer-main-navigation > li:nth-child(4) > a::before {
    content: "▣" !important;
}

.gds-drawer-main-navigation > li:nth-child(5) > a::before {
    content: "🔎" !important;
}

.gds-drawer-main-navigation > li:nth-child(6) > a::before {
    content: "🚚" !important;
}

.gds-drawer-main-navigation > li:nth-child(7) > a::before {
    content: "§" !important;
}

.gds-drawer-main-navigation > li:nth-child(8) > a::before {
    content: "🔒" !important;
}

.gds-drawer-main-navigation > li:nth-child(9) > a::before {
    content: "✉" !important;
}

.gds-drawer-main-navigation > li:nth-child(10) > a::before {
    content: "?" !important;
}

/* Mobile compact */
@media (max-width: 420px) {
    .gds-drawer-simple-menu > li > a {
        min-height: 40px !important;
        font-size: 13.5px !important;
        gap: 11px !important;
    }

    .gds-drawer-simple-menu > li > a::before {
        width: 23px !important;
        height: 23px !important;
        min-width: 23px !important;
        font-size: 12px !important;
    }
}









/* =========================================================
   MOBILE TOP BAR FIX
   Running text + professional country selector
========================================================= */

@media (max-width: 768px) {

    .gds-header-top {
        min-height: 38px !important;
        background: linear-gradient(135deg, #061f4f 0%, #08245c 55%, #0d3470 100%) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
        overflow: hidden !important;
    }

    .gds-header-top .gds-header-container {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .gds-header-top-inner {
        min-height: 38px !important;
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 132px !important;
        align-items: center !important;
        gap: 8px !important;
        width: 100% !important;
    }

    /* Text ticker area */
    .gds-header-top-left {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        overflow: hidden !important;
        display: block !important;
        padding-left: 0 !important;
        position: relative !important;
    }

    .gds-header-top-pill {
        display: none !important;
    }

    /* Running text on mobile */
    .gds-header-top-text {
        display: inline-block !important;
        white-space: nowrap !important;
        max-width: none !important;
        overflow: visible !important;
        text-overflow: unset !important;
        padding-left: 100% !important;
        color: #ffffff !important;
        font-size: 10.5px !important;
        line-height: 1 !important;
        font-weight: 900 !important;
        letter-spacing: 0 !important;
        animation: gdsMobileTopTicker 13s linear infinite !important;
    }

    @keyframes gdsMobileTopTicker {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(-100%);
        }
    }

    /* Country selector right side */
    .gds-header-country-form {
        width: 132px !important;
        max-width: 132px !important;
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        justify-content: flex-end !important;
        align-items: center !important;
    }

    .gds-header-country-form select {
        width: 132px !important;
        max-width: 132px !important;
        min-height: 30px !important;
        padding: 0 24px 0 9px !important;
        border-radius: 999px !important;
        background: #ffffff !important;
        color: #08245c !important;
        border: 1px solid #f6c23f !important;
        font-size: 10px !important;
        line-height: 1 !important;
        font-weight: 900 !important;
        outline: none !important;
        box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18) !important;
        text-overflow: ellipsis !important;
        cursor: pointer !important;
    }

    .gds-header-country-form select:focus {
        border-color: #f6c23f !important;
        box-shadow: 0 0 0 3px rgba(246, 194, 63, 0.25) !important;
    }
}

/* Extra small mobile */
@media (max-width: 390px) {

    .gds-header-top-inner {
        grid-template-columns: minmax(0, 1fr) 118px !important;
        gap: 6px !important;
    }

    .gds-header-top-text {
        font-size: 9.5px !important;
        animation-duration: 12s !important;
    }

    .gds-header-country-form,
    .gds-header-country-form select {
        width: 118px !important;
        max-width: 118px !important;
    }

    .gds-header-country-form select {
        min-height: 28px !important;
        font-size: 9px !important;
        padding-left: 8px !important;
        padding-right: 22px !important;
    }
}





/* =========================================================
   MOBILE COUNTRY SELECTOR - YELLOW PROMINENT STYLE
========================================================= */

@media (max-width: 768px) {

    .gds-header-country-form select {
        width: 118px !important;
        max-width: 118px !important;
        min-height: 30px !important;
        padding: 0 24px 0 10px !important;

        background: #f6c23f !important;
        color: #08245c !important;
        border: 1px solid #f6c23f !important;
        border-radius: 999px !important;

        font-size: 9.5px !important;
        line-height: 1 !important;
        font-weight: 900 !important;

        box-shadow: 0 8px 18px rgba(246, 194, 63, 0.32) !important;
        outline: none !important;
        cursor: pointer !important;
    }

    .gds-header-country-form select:focus,
    .gds-header-country-form select:hover {
        background: #f6c23f !important;
        color: #08245c !important;
        border-color: #ffffff !important;
        box-shadow: 0 0 0 3px rgba(246, 194, 63, 0.32), 0 8px 18px rgba(0, 0, 0, 0.18) !important;
    }
}

/* Extra small mobile */
@media (max-width: 390px) {

    .gds-header-country-form,
    .gds-header-country-form select {
        width: 108px !important;
        max-width: 108px !important;
    }

    .gds-header-country-form select {
        min-height: 28px !important;
        font-size: 8.8px !important;
        padding-left: 9px !important;
        padding-right: 22px !important;
    }
}





/* =========================================================
   CUSTOM GULF COUNTRY SWITCHER
   Replaces native select because flags do not render properly
========================================================= */

.gds-country-switcher {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    z-index: 10020 !important;
}

.gds-country-current {
    min-height: 34px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    padding: 0 11px 0 8px !important;
    border-radius: 999px !important;
    background: #f6c23f !important;
    color: #08245c !important;
    border: 1px solid #f6c23f !important;
    box-shadow: 0 8px 18px rgba(246, 194, 63, 0.32) !important;
    cursor: pointer !important;
    font-size: 12px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
}

.gds-country-globe {
    width: 23px !important;
    height: 23px !important;
    min-width: 23px !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: #08245c !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    line-height: 1 !important;
}

.gds-country-current-text {
    white-space: nowrap !important;
    color: #08245c !important;
    font-weight: 900 !important;
}

.gds-country-arrow {
    margin-left: 2px !important;
    color: #08245c !important;
    font-size: 13px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
}

.gds-country-dropdown {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    right: 0 !important;
    width: 190px !important;
    padding: 8px !important;
    border-radius: 16px !important;
    background: #ffffff !important;
    border: 1px solid #dbe8f7 !important;
    box-shadow: 0 22px 55px rgba(8, 36, 92, 0.18) !important;
    display: none !important;
    z-index: 10030 !important;
}

.gds-country-switcher:hover .gds-country-dropdown,
.gds-country-switcher:focus-within .gds-country-dropdown {
    display: grid !important;
    gap: 5px !important;
}

.gds-country-dropdown a {
    min-height: 40px !important;
    padding: 0 9px !important;
    border-radius: 12px !important;
    display: grid !important;
    grid-template-columns: 31px minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 8px !important;
    color: #08245c !important;
    text-decoration: none !important;
    transition: all 0.18s ease !important;
}

.gds-country-dropdown a:hover {
    background: #eef8ff !important;
}

.gds-country-code {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    border-radius: 999px !important;
    background: #eef6ff !important;
    color: #08245c !important;
    border: 1px solid #dbe8f7 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 9px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
}

.gds-country-code.gulf {
    background: #f6c23f !important;
    border-color: #f6c23f !important;
    font-size: 15px !important;
}

.gds-country-dropdown strong {
    color: #08245c !important;
    font-size: 12.5px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
}

.gds-country-dropdown small {
    color: #6b7d94 !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 800 !important;
}

/* Hide old country form if still exists */
.gds-header-country-form {
    display: none !important;
}

/* Mobile style */
@media (max-width: 768px) {
    .gds-country-current {
        min-height: 30px !important;
        padding: 0 8px 0 5px !important;
        gap: 5px !important;
        font-size: 10px !important;
    }

    .gds-country-globe {
        width: 21px !important;
        height: 21px !important;
        min-width: 21px !important;
        font-size: 13px !important;
    }

    .gds-country-current-text {
        font-size: 9.5px !important;
    }

    .gds-country-arrow {
        font-size: 11px !important;
    }

    .gds-country-dropdown {
        width: 168px !important;
        right: 0 !important;
        top: calc(100% + 7px) !important;
        padding: 7px !important;
    }

    .gds-country-dropdown a {
        min-height: 36px !important;
        grid-template-columns: 28px minmax(0, 1fr) auto !important;
        gap: 7px !important;
    }

    .gds-country-code {
        width: 25px !important;
        height: 25px !important;
        min-width: 25px !important;
        font-size: 8px !important;
    }

    .gds-country-code.gulf {
        font-size: 14px !important;
    }

    .gds-country-dropdown strong {
        font-size: 11.5px !important;
    }

    .gds-country-dropdown small {
        font-size: 9px !important;
    }
}

@media (max-width: 390px) {
    .gds-country-current {
        min-height: 28px !important;
    }

    .gds-country-current-text {
        font-size: 8.8px !important;
    }

    .gds-country-dropdown {
        width: 160px !important;
    }
}







/* =========================================================
   GULF COUNTRY SWITCHER - CUSTOM LOGO + BETTER POSITION
========================================================= */

/* Move country selector slightly left, away from page edge */
.gds-country-switcher {
    margin-right: 22px !important;
}

/* Main yellow button */
.gds-country-current {
    min-height: 36px !important;
    padding: 0 13px 0 7px !important;
    gap: 8px !important;
    background: #f6c23f !important;
    border: 1px solid #f6c23f !important;
    border-radius: 999px !important;
    color: #08245c !important;
    box-shadow: 0 8px 18px rgba(246, 194, 63, 0.34) !important;
}

/* Gulf logo circle in button */
.gds-country-logo {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    box-shadow: 0 4px 10px rgba(8, 36, 92, 0.14) !important;
}

.gds-country-logo img {
    width: 24px !important;
    height: 24px !important;
    object-fit: contain !important;
    display: block !important;
}

/* Text */
.gds-country-current-text {
    color: #08245c !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    white-space: nowrap !important;
}

.gds-country-arrow {
    color: #08245c !important;
    font-size: 13px !important;
    font-weight: 900 !important;
}

/* Dropdown position */
.gds-country-dropdown {
    right: 0 !important;
    top: calc(100% + 9px) !important;
    width: 205px !important;
    border-radius: 18px !important;
    padding: 9px !important;
    background: #ffffff !important;
    border: 1px solid #dbe8f7 !important;
    box-shadow: 0 22px 55px rgba(8, 36, 92, 0.20) !important;
}

/* Gulf logo inside dropdown */
.gds-country-code.gulf {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    background: #f6c23f !important;
    border-color: #f6c23f !important;
    overflow: hidden !important;
}

.gds-country-code.gulf img {
    width: 29px !important;
    height: 29px !important;
    object-fit: contain !important;
    display: block !important;
}

/* Country short code circles */
.gds-country-code:not(.gulf) {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    background: #eef6ff !important;
    color: #08245c !important;
    border: 1px solid #dbe8f7 !important;
    font-size: 9px !important;
    font-weight: 900 !important;
}

/* Dropdown rows */
.gds-country-dropdown a {
    min-height: 43px !important;
    grid-template-columns: 36px minmax(0, 1fr) auto !important;
    gap: 9px !important;
    border-radius: 13px !important;
}

.gds-country-dropdown a:hover {
    background: #eef8ff !important;
}

.gds-country-dropdown strong {
    font-size: 13px !important;
    color: #08245c !important;
    font-weight: 900 !important;
}

.gds-country-dropdown small {
    font-size: 10px !important;
    color: #6b7d94 !important;
    font-weight: 900 !important;
}

/* Mobile */
@media (max-width: 768px) {
    .gds-country-switcher {
        margin-right: 8px !important;
    }

    .gds-country-current {
        min-height: 31px !important;
        padding: 0 9px 0 5px !important;
        gap: 6px !important;
    }

    .gds-country-logo {
        width: 24px !important;
        height: 24px !important;
        min-width: 24px !important;
    }

    .gds-country-logo img {
        width: 21px !important;
        height: 21px !important;
    }

    .gds-country-current-text {
        font-size: 9.5px !important;
    }

    .gds-country-dropdown {
        width: 185px !important;
        right: -2px !important;
    }

    .gds-country-code.gulf {
        width: 31px !important;
        height: 31px !important;
        min-width: 31px !important;
    }

    .gds-country-code.gulf img {
        width: 26px !important;
        height: 26px !important;
    }
}



















/* =========================================================
   HIDE COMPLETE TOP LINE BEFORE HEADER
   This hides ticker/country selector bar
========================================================= */

.gds-header-top {
    display: none !important;
}

/* Remove any extra space after hiding top bar */
.gds-site-header {
    margin-top: 0 !important;
}

.gds-header-main {
    margin-top: 0 !important;
}











/* =========================================================
   GDS SIDE DRAWER FINAL FIX
   Only adjusts sidebar/drawer. Does NOT change homepage width.
========================================================= */

@media (max-width: 991px) {

    body.gds-drawer-open {
        overflow: hidden !important;
    }

    /* Overlay */
    .gds-mobile-drawer-overlay {
        display: none !important;
        position: fixed !important;
        inset: 0 !important;
        z-index: 99998 !important;
        background: rgba(8, 36, 92, 0.48) !important;
        backdrop-filter: blur(5px) !important;
    }

    body.gds-drawer-open .gds-mobile-drawer-overlay {
        display: block !important;
    }

    /* Drawer shell */
    .gds-mobile-drawer {
        position: fixed !important;
        top: 0 !important;
        left: -100% !important;
        z-index: 99999 !important;
        width: 88% !important;
        max-width: 390px !important;
        height: 100dvh !important;
        max-height: 100dvh !important;
        padding: 0 !important;
        margin: 0 !important;
        background: #ffffff !important;
        display: flex !important;
        flex-direction: column !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        box-shadow: 24px 0 70px rgba(0, 0, 0, 0.24) !important;
        transition: left 0.25s ease !important;
    }

    body.gds-drawer-open .gds-mobile-drawer {
        left: 0 !important;
    }

    /* Top drawer account area */
    .gds-mobile-drawer .gds-drawer-blue-area {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        flex: 0 0 auto !important;
        overflow: visible !important;
        padding: 30px 28px 28px !important;
        margin: 0 !important;
        border-radius: 0 !important;
        background:
            radial-gradient(circle at top left, rgba(20, 184, 166, 0.14), transparent 36%),
            radial-gradient(circle at bottom right, rgba(246, 194, 63, 0.12), transparent 34%),
            linear-gradient(180deg, #eefcff 0%, #f8fbff 100%) !important;
        border-bottom: 1px solid #dbe8f7 !important;
    }

    .gds-mobile-drawer .gds-drawer-blue-area.is-logged-in {
        padding-bottom: 32px !important;
    }

    /* Logo + close row */
    .gds-mobile-drawer .gds-drawer-top-row {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 14px !important;
        margin: 0 0 24px !important;
        padding: 0 !important;
    }

    .gds-mobile-drawer .gds-drawer-brand,
    .gds-mobile-drawer .gds-drawer-brand .custom-logo-link {
        display: inline-flex !important;
        align-items: center !important;
        text-decoration: none !important;
        min-width: 0 !important;
    }

    .gds-mobile-drawer .gds-drawer-brand img,
    .gds-mobile-drawer .gds-drawer-brand .custom-logo {
        max-height: 64px !important;
        width: auto !important;
        filter: none !important;
    }

    .gds-mobile-drawer .gds-mobile-menu-close {
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        border: 1px solid #dbe8f7 !important;
        border-radius: 999px !important;
        background: #ffffff !important;
        color: #08245c !important;
        font-size: 24px !important;
        line-height: 1 !important;
        font-weight: 900 !important;
        box-shadow: 0 10px 24px rgba(15, 43, 95, 0.10) !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
    }

    /* Logged-in user row */
    .gds-mobile-drawer .gds-drawer-user-mini {
        display: flex !important;
        align-items: center !important;
        gap: 14px !important;
        margin: 18px 0 20px !important;
        padding: 0 !important;
        position: relative !important;
    }

    .gds-mobile-drawer .gds-drawer-user-icon {
        width: 58px !important;
        height: 58px !important;
        min-width: 58px !important;
        border-radius: 999px !important;
        background: #f6c23f !important;
        color: #08245c !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 24px !important;
        line-height: 1 !important;
        font-weight: 950 !important;
        box-shadow: 0 16px 34px rgba(246, 194, 63, 0.28) !important;
    }

    .gds-mobile-drawer .gds-drawer-user-mini small {
        display: block !important;
        margin: 0 0 4px !important;
        color: #2563eb !important;
        font-size: 11px !important;
        line-height: 1 !important;
        font-weight: 950 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.05em !important;
    }

    .gds-mobile-drawer .gds-drawer-user-mini strong {
        display: block !important;
        color: #08245c !important;
        font-size: 19px !important;
        line-height: 1.2 !important;
        font-weight: 950 !important;
    }

    /* Logged-in account links: natural height, no overlap */
    .gds-mobile-drawer .gds-drawer-account-links {
        position: relative !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 13px !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
        margin: 0 0 0 28px !important;
        padding: 0 0 4px !important;
        clear: both !important;
    }

    .gds-mobile-drawer .gds-drawer-account-links a {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        min-height: 34px !important;
        margin: 0 !important;
        padding: 0 0 0 42px !important;
        display: flex !important;
        align-items: center !important;
        color: #08245c !important;
        font-size: 15px !important;
        line-height: 1.2 !important;
        font-weight: 760 !important;
        text-decoration: none !important;
    }

    .gds-mobile-drawer .gds-drawer-account-links a::before {
        position: absolute !important;
        left: 0 !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 28px !important;
        height: 28px !important;
        border-radius: 999px !important;
        background: #f6c23f !important;
        color: #08245c !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 12px !important;
        line-height: 1 !important;
        font-weight: 950 !important;
        box-shadow: 0 10px 22px rgba(246, 194, 63, 0.22) !important;
    }

    .gds-mobile-drawer .gds-drawer-account-links a:nth-child(1)::before {
        content: "⌂";
    }

    .gds-mobile-drawer .gds-drawer-account-links a:nth-child(2)::before {
        content: "☰";
    }

    .gds-mobile-drawer .gds-drawer-account-links a:nth-child(3)::before {
        content: "₳";
    }

    .gds-mobile-drawer .gds-drawer-account-links a:nth-child(4)::before {
        content: "□";
    }

    .gds-mobile-drawer .gds-drawer-account-links a:nth-child(5)::before {
        content: "+";
    }

    .gds-mobile-drawer .gds-drawer-account-links a:nth-child(6)::before {
        content: "↪";
    }

    .gds-mobile-drawer .gds-drawer-account-links a:hover {
        color: #2563eb !important;
    }

    /* Guest buttons and quick links */
    .gds-mobile-drawer .gds-drawer-auth-row {
        display: flex !important;
        gap: 12px !important;
        margin: 18px 0 22px !important;
    }

    .gds-mobile-drawer .gds-drawer-login-btn,
    .gds-mobile-drawer .gds-drawer-register-btn {
        min-height: 44px !important;
        padding: 0 20px !important;
        border-radius: 10px !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 14px !important;
        font-weight: 850 !important;
        text-decoration: none !important;
    }

    .gds-mobile-drawer .gds-drawer-login-btn {
        background: #f6c23f !important;
        color: #08245c !important;
    }

    .gds-mobile-drawer .gds-drawer-register-btn {
        background: #ffffff !important;
        color: #08245c !important;
        border: 1px solid #dbe8f7 !important;
    }

    .gds-mobile-drawer .gds-drawer-quick-links {
        display: grid !important;
        gap: 12px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .gds-mobile-drawer .gds-drawer-quick-links a {
        min-height: 42px !important;
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        color: #08245c !important;
        text-decoration: none !important;
        font-size: 15px !important;
        font-weight: 850 !important;
    }

    /* White menu area must always start after blue area */
    .gds-mobile-drawer .gds-drawer-white-area {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        clear: both !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        flex: 0 0 auto !important;
        overflow: visible !important;
        margin: 0 !important;
        padding: 24px 28px 36px !important;
        background: #ffffff !important;
        border-radius: 0 !important;
        border-top: 1px solid #dbe8f7 !important;
        z-index: 1 !important;
    }

    .gds-mobile-drawer .gds-drawer-section {
        margin: 0 0 26px !important;
        padding: 0 !important;
        width: 100% !important;
    }

    .gds-mobile-drawer .gds-drawer-section:last-child {
        margin-bottom: 0 !important;
    }

    .gds-mobile-drawer .gds-drawer-section h4 {
        margin: 0 0 14px !important;
        padding: 0 !important;
        color: #64748b !important;
        font-size: 13px !important;
        line-height: 1 !important;
        font-weight: 950 !important;
        letter-spacing: 0.05em !important;
        text-transform: uppercase !important;
    }

    .gds-mobile-drawer .gds-drawer-simple-menu {
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
        display: grid !important;
        gap: 4px !important;
    }

    .gds-mobile-drawer .gds-drawer-simple-menu li {
        margin: 0 !important;
        padding: 0 !important;
    }

    .gds-mobile-drawer .gds-drawer-simple-menu a {
        position: relative !important;
        min-height: 46px !important;
        margin: 0 !important;
        padding: 0 4px !important;
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        color: #08245c !important;
        font-size: 15px !important;
        line-height: 1.2 !important;
        font-weight: 800 !important;
        text-decoration: none !important;
        border-radius: 12px !important;
    }

    .gds-mobile-drawer .gds-drawer-simple-menu a::after {
        content: "›" !important;
        margin-left: auto !important;
        color: #08245c !important;
        font-size: 24px !important;
        line-height: 1 !important;
        font-weight: 950 !important;
    }

    .gds-mobile-drawer .gds-drawer-simple-menu a:hover {
        background: #eef6ff !important;
        padding-left: 10px !important;
    }
}



















/* =========================================================
   DESKTOP SIDE DRAWER FIX ONLY
   Fixes account area overlap on desktop without changing homepage width
========================================================= */

@media (min-width: 992px) {

    body.gds-drawer-open {
        overflow: hidden !important;
    }

    body.gds-drawer-open .gds-mobile-drawer-overlay {
        display: block !important;
        position: fixed !important;
        inset: 0 !important;
        z-index: 99998 !important;
        background: rgba(8, 36, 92, 0.45) !important;
        backdrop-filter: blur(5px) !important;
    }

    .gds-mobile-drawer {
        position: fixed !important;
        top: 0 !important;
        left: -430px !important;
        z-index: 99999 !important;
        width: 410px !important;
        max-width: 410px !important;
        height: 100vh !important;
        max-height: 100vh !important;
        background: #ffffff !important;
        display: flex !important;
        flex-direction: column !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        padding: 0 !important;
        margin: 0 !important;
        box-shadow: 28px 0 80px rgba(8, 36, 92, 0.22) !important;
        transition: left 0.25s ease !important;
    }

    body.gds-drawer-open .gds-mobile-drawer {
        left: 0 !important;
    }

    .gds-mobile-drawer .gds-drawer-blue-area {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
        flex: 0 0 auto !important;
        padding: 34px 30px 32px !important;
        margin: 0 !important;
        background:
            radial-gradient(circle at top left, rgba(20, 184, 166, 0.14), transparent 36%),
            radial-gradient(circle at bottom right, rgba(246, 194, 63, 0.12), transparent 34%),
            linear-gradient(180deg, #eefcff 0%, #f8fbff 100%) !important;
        border-bottom: 1px solid #dbe8f7 !important;
    }

    .gds-mobile-drawer .gds-drawer-top-row {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 14px !important;
        margin: 0 0 24px !important;
        padding: 0 !important;
    }

    .gds-mobile-drawer .gds-drawer-brand img,
    .gds-mobile-drawer .gds-drawer-brand .custom-logo {
        max-height: 70px !important;
        width: auto !important;
    }

    .gds-mobile-drawer .gds-mobile-menu-close {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        border-radius: 999px !important;
        border: 1px solid #dbe8f7 !important;
        background: #ffffff !important;
        color: #08245c !important;
        font-size: 24px !important;
        font-weight: 900 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-shadow: 0 10px 24px rgba(15, 43, 95, 0.10) !important;
        cursor: pointer !important;
    }

    .gds-mobile-drawer .gds-drawer-user-mini {
        display: flex !important;
        align-items: center !important;
        gap: 14px !important;
        margin: 18px 0 22px !important;
        padding: 0 !important;
    }

    .gds-mobile-drawer .gds-drawer-user-icon {
        width: 60px !important;
        height: 60px !important;
        min-width: 60px !important;
        border-radius: 999px !important;
        background: #f6c23f !important;
        color: #08245c !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 25px !important;
        font-weight: 950 !important;
        box-shadow: 0 16px 34px rgba(246, 194, 63, 0.28) !important;
    }

    .gds-mobile-drawer .gds-drawer-user-mini small {
        display: block !important;
        margin-bottom: 5px !important;
        color: #2563eb !important;
        font-size: 11px !important;
        font-weight: 950 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.05em !important;
    }

    .gds-mobile-drawer .gds-drawer-user-mini strong {
        display: block !important;
        color: #08245c !important;
        font-size: 19px !important;
        line-height: 1.2 !important;
        font-weight: 950 !important;
    }

    /* Account links must take natural height */
    .gds-mobile-drawer .gds-drawer-account-links {
        position: relative !important;
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 13px !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        overflow: visible !important;
        margin: 0 0 0 30px !important;
        padding: 0 0 6px !important;
        clear: both !important;
    }

    .gds-mobile-drawer .gds-drawer-account-links a {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        min-height: 34px !important;
        margin: 0 !important;
        padding: 0 0 0 42px !important;
        display: flex !important;
        align-items: center !important;
        color: #08245c !important;
        font-size: 15px !important;
        line-height: 1.2 !important;
        font-weight: 760 !important;
        text-decoration: none !important;
    }

    .gds-mobile-drawer .gds-drawer-account-links a::before {
        position: absolute !important;
        left: 0 !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 28px !important;
        height: 28px !important;
        border-radius: 999px !important;
        background: #f6c23f !important;
        color: #08245c !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 12px !important;
        font-weight: 950 !important;
        box-shadow: 0 10px 22px rgba(246, 194, 63, 0.22) !important;
    }

    .gds-mobile-drawer .gds-drawer-account-links a:nth-child(1)::before {
        content: "⌂";
    }

    .gds-mobile-drawer .gds-drawer-account-links a:nth-child(2)::before {
        content: "☰";
    }

    .gds-mobile-drawer .gds-drawer-account-links a:nth-child(3)::before {
        content: "₳";
    }

    .gds-mobile-drawer .gds-drawer-account-links a:nth-child(4)::before {
        content: "□";
    }

    .gds-mobile-drawer .gds-drawer-account-links a:nth-child(5)::before {
        content: "+";
    }

    .gds-mobile-drawer .gds-drawer-account-links a:nth-child(6)::before {
        content: "↪";
    }

    /* White menu area starts after account links */
    .gds-mobile-drawer .gds-drawer-white-area {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        clear: both !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        flex: 0 0 auto !important;
        overflow: visible !important;
        margin: 0 !important;
        padding: 26px 30px 40px !important;
        background: #ffffff !important;
        border-top: 1px solid #dbe8f7 !important;
        z-index: 1 !important;
    }

    .gds-mobile-drawer .gds-drawer-section {
        margin: 0 0 26px !important;
        padding: 0 !important;
        width: 100% !important;
    }

    .gds-mobile-drawer .gds-drawer-section h4 {
        margin: 0 0 14px !important;
        padding: 0 !important;
        color: #64748b !important;
        font-size: 13px !important;
        line-height: 1 !important;
        font-weight: 950 !important;
        letter-spacing: 0.05em !important;
        text-transform: uppercase !important;
    }

    .gds-mobile-drawer .gds-drawer-simple-menu {
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
        display: grid !important;
        gap: 4px !important;
    }

    .gds-mobile-drawer .gds-drawer-simple-menu li {
        margin: 0 !important;
        padding: 0 !important;
    }

    .gds-mobile-drawer .gds-drawer-simple-menu a {
        position: relative !important;
        min-height: 46px !important;
        margin: 0 !important;
        padding: 0 4px !important;
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
        color: #08245c !important;
        font-size: 15px !important;
        line-height: 1.2 !important;
        font-weight: 800 !important;
        text-decoration: none !important;
        border-radius: 12px !important;
    }

    .gds-mobile-drawer .gds-drawer-simple-menu a::after {
        content: "›" !important;
        margin-left: auto !important;
        color: #08245c !important;
        font-size: 24px !important;
        font-weight: 950 !important;
    }

    .gds-mobile-drawer .gds-drawer-simple-menu a:hover {
        background: #eef6ff !important;
        padding-left: 10px !important;
    }
}



