/* Mega menu — Ghasum catalog */
.header_area .gh-mega {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 120;
    padding: 0;
    background: #fff;
    border-top: 1px solid #e5e8ee;
    box-shadow: 0 18px 40px rgba(14, 16, 20, 0.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(0);
    transition: opacity .18s ease, visibility .18s ease;
}
.header_area .menu-item.mega_menu:hover > .gh-mega,
.header_area .menu-item.mega_menu:focus-within > .gh-mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.header_area .menu-item.mega_menu {
    position: static;
}
.header_area .menu-item.mega_menu > .dropdown-menu {
    display: none !important;
}
.gh-mega__inner {
    width: min(100% - 40px, 1180px);
    margin: 0 auto;
    padding: 32px 0 36px;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 28px;
}
.gh-mega__visual {
    position: relative;
    min-height: 280px;
    overflow: hidden;
    background: #0e1014;
}
.gh-mega__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.78;
}
.gh-mega__visual-copy {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    color: #fff;
}
.gh-mega__visual-copy p {
    margin: 0 0 8px;
    font-family: "Barlow Condensed", "Spartan", sans-serif;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.gh-mega__visual-copy a {
    color: #ff7a84 !important;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.gh-mega__cols {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}
.gh-mega__col-title {
    margin: 0 0 16px;
    color: #0e1014 !important;
    font-family: "Barlow Condensed", "Spartan", sans-serif !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
}
.gh-mega__col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.gh-mega__col li + li { margin-top: 10px; }
.gh-mega__col a {
    color: #2f3540 !important;
    font-family: "Manrope", "Spartan", sans-serif !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
}
.gh-mega__col a:hover { color: #e11d2e !important; }
.gh-mega__sub {
    margin-top: 8px !important;
    padding-left: 10px !important;
}
.gh-mega__sub a {
    font-size: 15px !important;
    color: #5a616c !important;
}
.gh-mega__cta-copy {
    margin: 0 0 16px;
    color: #5a616c;
    font-family: "Manrope", "Spartan", sans-serif;
    font-size: 15px;
    line-height: 1.55;
}
.gh-mega__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    background: #e11d2e;
    color: #fff !important;
    font-family: "Barlow Condensed", "Spartan", sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.gh-mega__cta:hover { background: #b91220; color: #fff !important; }

/* Mobile accordion mega links */
@media (max-width: 992px) {
    .header_area .gh-mega {
        position: static;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        box-shadow: none;
        border: 0;
        background: transparent;
        display: none;
        padding: 0 0 12px;
    }
    .header_area .menu-item.mega_menu.is-open > .gh-mega {
        display: block;
    }
    .gh-mega__inner {
        width: 100%;
        padding: 8px 0 0;
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .gh-mega__visual { min-height: 140px; }
    .gh-mega__cols { grid-template-columns: 1fr 1fr; }
    .gh-mega__col-title { font-size: 17px !important; }
    .gh-mega__col a { font-size: 15px !important; }
}
@media (max-width: 560px) {
    .gh-mega__cols { grid-template-columns: 1fr; }
}

/* Always show color logo on white catalog header */
.header_area .header_default.style_six .header_logo_box .logo_default {
    display: none !important;
}
.header_area .header_default.style_six .header_logo_box .logo__sticky {
    display: block !important;
    max-width: 168px;
    height: auto;
}

.gh-mega__inner--products {
    grid-template-columns: 1fr;
}
.gh-mega__cols--products {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 28px 24px;
}
.gh-mega__col-title a {
    color: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    font-family: inherit !important;
}
.gh-mega__col-title a:hover {
    color: #e11d2e !important;
}

.header_area .navbar_nav > .menu-item > .nav-link {
    font-weight: 600;
    font-size: 15px;
}
.header_area .navbar_nav > .menu-item > .nav-link span {
    font-size: 15px;
}

.header_area .gh-nav-quote {
    margin-left: 8px;
}
.header_area .gh-nav-quote__btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px !important;
    background: #e11d2e !important;
    color: #fff !important;
    border-radius: 2px;
}
.header_area .gh-nav-quote__btn span {
    color: #fff !important;
    font-size: 14px !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.header_area .gh-nav-quote__btn:hover {
    background: #b91220 !important;
}
@media (max-width: 992px) {
    .header_area .gh-nav-quote {
        margin: 8px 12px 0;
    }
    .header_area .gh-nav-quote__btn {
        width: calc(100% - 8px);
    }
}
