@font-face {
    font-family: 'Inter';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/inter-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/inter-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/inter-semibold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/inter-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/inter-extrabold.ttf') format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/inter-black.ttf') format('truetype');
}

body.gaia-custom-header-active .elementor-location-header,
body.gaia-custom-header-active #masthead,
body.gaia-custom-header-active #ast-desktop-header,
body.gaia-custom-header-active .ast-desktop-header-content,
body.gaia-custom-header-active .ast-main-header-wrap,
body.gaia-custom-header-active .ast-above-header-wrap {
    display: none !important;
}

.gaia-hdr {
    --gaia-topbar-bg: #FDE047;
    --gaia-topbar-text: #111827;
    --gaia-header-bg: #ffffff;
    --gaia-nav-bg: #FDE047;
    --gaia-accent-bg: #0F172A;
    --gaia-accent-text: #ffffff;
    --gaia-search-btn-bg: #1e3a5f;
    --gaia-search-btn-text: #ffffff;
    --gaia-cart-bg: #FDE047;
    --gaia-cart-text: #111827;

    position: relative;
    z-index: 9999;
    width: 100%;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    line-height: 1.4;
}

.gaia-hdr *,
.gaia-hdr *::before,
.gaia-hdr *::after {
    box-sizing: border-box;
}

.gaia-hdr__wrap {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}


/* ▬▬ TOP BAR ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ */

.gaia-hdr__topbar {
    background: var(--gaia-topbar-bg);
    color: var(--gaia-topbar-text);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.gaia-hdr__topbar-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 11px;
    font-weight: 700;
}

.gaia-hdr__topbar-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gaia-hdr__topbar-left a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: inherit;
    text-decoration: none;
    transition: opacity 0.2s;
}

.gaia-hdr__topbar-left a:hover {
    opacity: 0.7;
}

.gaia-hdr__sep {
    opacity: 0.3;
    user-select: none;
}

.gaia-hdr__topbar-center {
    text-align: center;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.gaia-hdr__topbar-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

.gaia-hdr__follow-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.6;
}

.gaia-hdr__topbar-right a {
    color: inherit;
    text-decoration: none;
    transition: transform 0.2s;
    display: inline-flex;
}

.gaia-hdr__topbar-right a:hover {
    transform: scale(1.2);
}

.gaia-hdr__topbar-right svg {
    display: block;
}


/* ▬▬ MIDDLE ROW ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ */

.gaia-hdr__middle {
    background: var(--gaia-header-bg);
}

.gaia-hdr__middle-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 1024px) {
    .gaia-hdr__middle-inner {
        flex-wrap: nowrap;
    }
}

.gaia-hdr__logo {
    display: inline-flex;
    flex-shrink: 0;
    text-decoration: none;
}

.gaia-hdr__logo-img {
    display: block;
    height: 80px;
    width: auto;
    transition: transform 0.3s;
}

@media (min-width: 768px) {
    .gaia-hdr__logo-img {
        height: 112px;
    }
}

.gaia-hdr__logo:hover .gaia-hdr__logo-img {
    transform: scale(1.05);
}

.gaia-hdr__logo-text {
    font-size: 22px;
    font-weight: 900;
    color: #111827;
}

.gaia-hdr__search {
    flex: 1;
    max-width: 672px;
    width: 100%;
    margin: 0;
}

.gaia-hdr__search-bar {
    display: flex;
    align-items: center;
    border: 2px solid #e5e7eb;
    border-radius: 9999px;
    background: #ffffff;
    overflow: hidden;
    transition: border-color 0.2s;
}

.gaia-hdr__search-bar:focus-within {
    border-color: #FDE047;
}

.gaia-hdr__search-cat-wrap {
    display: none;
    padding: 0 20px;
    border-right: 1px solid #e5e7eb;
}

@media (min-width: 768px) {
    .gaia-hdr__search-cat-wrap {
        display: flex;
        align-items: center;
    }
}

.gaia-hdr__search-cat {
    background: transparent;
    border: 0;
    font-size: 11px;
    font-weight: 900;
    color: #6b7280;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    appearance: none;
    padding: 0 18px 0 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%239CA3AF' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
}

.gaia-hdr__search-input {
    flex: 1;
    padding: 14px 24px;
    border: 0;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    outline: none;
    font-family: inherit;
}

.gaia-hdr__search-input::placeholder {
    color: #9ca3af;
}

.gaia-hdr__search-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 18px;
    border: 0;
    border-radius: 0 9999px 9999px 0;
    background: var(--gaia-search-btn-bg);
    color: var(--gaia-search-btn-text);
    cursor: pointer;
    transition: background 0.2s;
}

.gaia-hdr__search-btn:hover {
    background: #163457;
}

.gaia-hdr__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.gaia-hdr__icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 9999px;
    background: #f9fafb;
    color: #6b7280;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background 0.2s, border-color 0.2s;
}

.gaia-hdr__icon-btn:hover {
    background: #ffffff;
    border-color: #e5e7eb;
    color: #374151;
}

.gaia-hdr__cart-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: 9999px;
    background: var(--gaia-cart-bg);
    color: var(--gaia-cart-text);
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
    line-height: 1;
}

.gaia-hdr__cart-btn:hover {
    background: #FACC15;
}

.gaia-hdr__cart-btn:active {
    transform: scale(0.96);
}

.gaia-hdr__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 9999px;
    background: #ffffff;
    color: #111827;
    font-size: 10px;
    font-weight: 900;
    border: 1px solid #fde68a;
    line-height: 1;
}

.gaia-hdr__badge--empty {
    display: none;
}

.gaia-hdr__hamburger {
    display: none;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 9999px;
    background: #f3f4f6;
    color: #374151;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
}

.gaia-hdr__hamburger span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
}


/* ▬▬ NAV ROW ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ */

.gaia-hdr__nav-row {
    background: var(--gaia-nav-bg);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.gaia-hdr__nav-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
}

@media (min-width: 1024px) {
    .gaia-hdr__nav-inner {
        flex-direction: row;
        justify-content: space-between;
    }
}

.gaia-hdr__nav-row.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    animation: gaia-slide-in 0.35s ease-out;
}

body.admin-bar .gaia-hdr__nav-row.is-sticky {
    top: 32px;
}

@media (max-width: 782px) {
    body.admin-bar .gaia-hdr__nav-row.is-sticky {
        top: 46px;
    }
}

@keyframes gaia-slide-in {
    from { transform: translateY(-100%); }
    to   { transform: translateY(0); }
}

.gaia-hdr__nav-spacer {
    display: none;
}


/* ── Category dropdown ────────────────────────────────────────── */

.gaia-hdr__cat-wrap {
    position: relative;
}

.gaia-hdr__cat-trigger {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    border: 0;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.7);
    color: #111827;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s;
}

.gaia-hdr__cat-trigger:hover {
    background: rgba(255, 255, 255, 0.95);
}

.gaia-hdr__cat-chevron {
    margin-left: 4px;
    opacity: 0.5;
    transition: transform 0.3s;
}

.gaia-hdr.is-cat-open .gaia-hdr__cat-chevron {
    transform: rotate(180deg);
}

.gaia-hdr__cat-panel {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    min-width: 280px;
    margin-top: 6px;
    padding: 6px 0;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-top: 3px solid #f59e0b;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.gaia-hdr__cat-wrap:hover .gaia-hdr__cat-panel,
.gaia-hdr.is-cat-open .gaia-hdr__cat-panel {
    display: block;
}

.gaia-hdr__cat-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 20px;
    color: #1e40af;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #f3f4f6;
    transition: background 0.15s, color 0.15s;
}

.gaia-hdr__cat-link:last-child {
    border-bottom: 0;
}

.gaia-hdr__cat-link:hover {
    background: #f0f9ff;
    color: #1d4ed8;
}

.gaia-hdr__cat-link svg {
    flex-shrink: 0;
    color: #9ca3af;
    transition: color 0.15s;
}

.gaia-hdr__cat-link:hover svg {
    color: #1d4ed8;
}


/* ── Nav menu ─────────────────────────────────────────────────── */

.gaia-hdr__nav {
    min-width: 0;
}

.gaia-hdr__nav .gaia-hdr-menu,
.gaia-hdr__nav .menu > ul,
.gaia-hdr__nav .menu,
.gaia-hdr__nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gaia-hdr__nav--desktop .gaia-hdr-menu,
.gaia-hdr__nav--desktop .menu > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

@media (min-width: 768px) {
    .gaia-hdr__nav--desktop .gaia-hdr-menu,
    .gaia-hdr__nav--desktop .menu > ul {
        gap: 22px;
    }
}

.gaia-hdr__nav li {
    position: relative;
}

.gaia-hdr__nav a {
    display: inline-block;
    padding: 8px 14px;
    color: #374151;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.02em;
    border-radius: 9999px;
    transition: color 0.2s, background 0.2s;
}

.gaia-hdr__nav a:hover {
    color: #d97706;
}

.gaia-hdr__nav .current-menu-item > a,
.gaia-hdr__nav .current_page_item > a {
    background: var(--gaia-accent-bg);
    color: var(--gaia-accent-text);
    padding: 8px 22px;
}

.gaia-hdr__nav .sub-menu,
.gaia-hdr__nav .children {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    min-width: 200px;
    margin-top: 4px;
    padding: 6px 0;
    background: #ffffff;
    border: 1px solid #f3f4f6;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
}

.gaia-hdr__nav .sub-menu li,
.gaia-hdr__nav .children li {
    width: 100%;
}

.gaia-hdr__nav .sub-menu a,
.gaia-hdr__nav .children a {
    width: 100%;
    text-transform: none;
    font-weight: 600;
    font-size: 13px;
    padding: 10px 16px;
    border-radius: 0;
}

.gaia-hdr__nav li:hover > .sub-menu,
.gaia-hdr__nav li:focus-within > .sub-menu,
.gaia-hdr__nav li:hover > .children,
.gaia-hdr__nav li:focus-within > .children {
    display: block;
}


/* ── CTA button ───────────────────────────────────────────────── */

.gaia-hdr__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 32px;
    border-radius: 9999px;
    background: var(--gaia-accent-bg);
    color: var(--gaia-accent-text);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
}

.gaia-hdr__cta:hover {
    background: #1e293b;
    transform: translateY(-1px);
}

.gaia-hdr__cta--full {
    width: 100%;
    justify-content: center;
    padding: 14px 32px;
}


/* ▬▬ MOBILE PANEL ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ */

.gaia-hdr__mobile-panel {
    background: #ffffff;
    border-top: 1px solid #f3f4f6;
    padding: 16px;
}

.gaia-hdr__mobile-panel[hidden] {
    display: none !important;
}

.gaia-hdr__nav--mobile .gaia-hdr-menu,
.gaia-hdr__nav--mobile .menu > ul {
    display: grid;
    gap: 6px;
}

.gaia-hdr__nav--mobile a {
    display: block;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 13px;
    color: #374151;
    background: #f9fafb;
}

.gaia-hdr__nav--mobile a:hover {
    background: #FDE047;
    color: #111827;
}

.gaia-hdr__nav--mobile .sub-menu,
.gaia-hdr__nav--mobile .children {
    position: static;
    box-shadow: none;
    border: 0;
    margin: 4px 0 0 16px;
    padding: 0;
}

.gaia-hdr__nav--mobile .sub-menu a,
.gaia-hdr__nav--mobile .children a {
    font-size: 12px;
    padding: 10px 14px;
    background: transparent;
    color: #6b7280;
}


/* ▬▬ RESPONSIVE ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ */

@media (max-width: 960px) {
    .gaia-hdr__topbar-inner {
        flex-direction: column;
        gap: 4px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .gaia-hdr__topbar-left,
    .gaia-hdr__topbar-right {
        justify-content: center;
    }

    .gaia-hdr__middle-inner {
        flex-wrap: wrap;
        gap: 12px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .gaia-hdr__search {
        order: 3;
        width: 100%;
    }

    .gaia-hdr__nav-row,
    .gaia-hdr__nav--desktop {
        display: none;
    }

    .gaia-hdr__hamburger {
        display: inline-flex;
    }
}

@media (max-width: 640px) {
    .gaia-hdr__wrap {
        padding-left: 12px;
        padding-right: 12px;
    }

    .gaia-hdr__topbar-center {
        font-size: 8px;
    }

    .gaia-hdr__logo-img {
        height: 56px;
    }

    .gaia-hdr__cart-btn {
        padding: 10px 16px;
        font-size: 11px;
    }
}

.screen-reader-text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
