/* Fonts */
/* Onest */
@import url("../fonts/onest/stylesheet.css");
/* font-family: 'Onest'; */

/* Bricolage Grotesque */
@import url("../fonts/bricolage-grotesque/stylesheet.css");
/* font-family: 'Bricolage Grotesque'; */

/* Comic Sans MS */
@import url("../fonts/comic-sens-ms/stylesheet.css");
/* font-family: 'Comic Sans MS'; */

/* Common Css Start ***
*********************/

/* Button */
.ba-btn-outline-dark {
    transition: all 350ms ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: var(--blackColor);
    font-family: "Onest";
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 12.98px 18px;
    border-radius: 83.265px;
    border: 0.781px solid #000;
}
.ba-btn-outline-dark:hover {
    background: var(--blackColor);
    border-color: var(--blackColor);
    color: var(--whiteColor);
}
.ba-btn-outline-dark:active {
    background: var(--blackColor) !important;
    border-color: var(--blackColor) !important;
    color: var(--whiteColor) !important;
}
.ba-btn-outline-dark svg {
    display: block;
}
.ba-btn-outline-dark path {
    transition: 0.3s;
}
.ba-btn-outline-dark:hover path {
    fill: var(--whiteColor);
}
.ba-btn-outline-dark:active path {
    fill: var(--whiteColor);
}

/* Royal Gold Pill Button - Shared Style */
.hero-shop-btn {
    background: linear-gradient(135deg, #C8960C 0%, #E8B84B 50%, #C8960C 100%) !important;
    background-size: 200% auto !important;
    color: #fff !important;
    border: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 600;
    font-family: 'Cinzel', serif;
    font-size: 15px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: all 400ms ease;
    box-shadow: 0 4px 20px rgba(200, 150, 12, 0.25) !important;
}
.hero-shop-btn:hover {
    background-position: right center !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(200, 150, 12, 0.35) !important;
    color: #fff !important;
}
.hero-shop-btn svg path {
    fill: #fff;
    transition: 0.3s;
}

.mb-40px {
    margin-bottom: 40px !important;
}
/* Common Css End ***
*******************/

/* Header Css Start ***
*********************/
.signup-header-section {
    overflow: hidden;
    background: var(--primaryColor);
    padding: 10px 0;
}
.signup-header-right {
    position: relative;
    z-index: 1;
}

.signup-header-info {
    color: var(--whiteColor);
    font-family: "Onest";
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
}
.signup-header-info a {
    font-weight: 500;
    text-decoration: underline;
    color: var(--whiteColor);
    transition: 0.3s;
}
.signup-header-info a:hover {
    color: var(--skinColor);
}
.sh-social-items {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.sh-social-link svg {
    display: block;
    width: 20px;
    height: 20px;
}
.sh-social-link path {
    fill: var(--whiteColor);
    transition: 0.3s;
}
.sh-social-link:hover path {
    fill: var(--skinColor);
}

/* Top Header Bar */
.top-header-bar {
    background: linear-gradient(135deg, #4A1A0A 0%, #7B3F00 100%);
    padding: 8px 0;
    position: relative;
    z-index: 10;
}

.top-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
}

.top-header-left {
    display: flex;
    align-items: center;
    gap: 0;
}

.top-header-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.2s ease;
    letter-spacing: 0.02em;
}

.top-header-item:hover {
    color: #fff;
}

.top-header-item svg {
    flex-shrink: 0;
}

.top-header-divider {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.25);
    margin: 0 14px;
}

.top-header-right {
    display: flex;
    align-items: center;
    gap: 6px;
}

.top-header-social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: rgba(255, 255, 255, 0.7);
    border-radius: 6px;
    transition: all 0.2s ease;
    text-decoration: none;
}

.top-header-social:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

/* Top Header Responsive */
@media (max-width: 768px) {
    .top-header-inner {
        height: 32px;
    }

    .top-header-item span {
        font-size: 13px;
    }

    .top-header-divider {
        margin: 0 8px;
    }

    .top-header-item:last-child span {
        display: none;
    }
}

@media (max-width: 576px) {
    .top-header-inner {
        height: 30px;
    }

    .top-header-item:first-child span {
        display: none;
    }

    .top-header-social {
        width: 26px;
        height: 26px;
    }
}

/* Main Header */
.ba-header-section {
    padding: 24px 0;
    position: relative;
    z-index: 9;
    transition: background 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
}

.ba-header-section > .container > .row {
    min-height: 64px;
}

.ba-header-section.header-scrolled {
    background: var(--backgroundColor) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    backdrop-filter: none !important;
}

.ba-header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.ba-navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
}

/* Contact Us Button (Stroke) */
.header-contact-btn {
    border-radius: 20px !important;
    padding: 6px 18px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    white-space: nowrap;
}

/* Conflict fix: rely on .hero-shop-btn for hover background logic */
.header-contact-btn:hover {
    color: #fff !important;
}

/* Dark Header Overrides (Cream background) */
.ba-header-section .ba-nav-link:not(.hero-shop-btn) {
    color: #1C1917 !important;
}
.ba-header-section .hero-shop-btn {
    color: #fff !important;
}
.ba-header-section .ba-nav-link:not(.hero-shop-btn):hover {
    color: #CA8A04 !important;
}
.ba-header-section .ba-header-access-item svg * {
    stroke: #1C1917 !important;
}
.ba-header-section .ba-header-access-item .dark-circle-badge {
    background-color: #CA8A04 !important;
    color: #fff !important;
}
.ba-header-section .ba-menu-button svg path {
    fill: #1C1917 !important;
}
.ba-header-section .ba-mega-menu-link svg path {
    stroke: #1C1917 !important;
}


/* Homepage Header - White Nav Links (overlaying hero banner) */
.ba-header-section.homepage-header .ba-nav-link:not(.hero-shop-btn) {
    color: #fff !important;
}
.ba-header-section.homepage-header .ba-nav-link:not(.hero-shop-btn):hover {
    color: #F5D060 !important;
}
.ba-header-section.homepage-header .ba-mega-menu-link svg path {
    stroke: #fff !important;
}
.ba-header-section.homepage-header .ba-header-access-item svg * {
    stroke: #fff !important;
}
.ba-header-section.homepage-header .ba-menu-button svg path {
    fill: #fff !important;
}

/* Homepage Header Logo Logic */
.ba-header-section.homepage-header .logo-light {
    display: block !important;
}
.ba-header-section.homepage-header .logo-dark {
    display: none !important;
}

/* Scrolled/Solid Header State - Restore dark colors and logo */
.ba-header-section.header-scrolled {
    background-color: var(--backgroundColor) !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
}
.ba-header-section.header-scrolled.homepage-header .logo-light {
    display: none !important;
}
.ba-header-section.header-scrolled.homepage-header .logo-dark {
    display: block !important;
}

.ba-header-section.header-scrolled .ba-nav-link:not(.hero-shop-btn) {
    color: var(--blackColor) !important;
}
.ba-header-section.header-scrolled .hero-shop-btn {
    color: #fff !important;
}
.ba-header-section.header-scrolled .ba-header-access-item svg * {
    stroke: #000 !important;
}
.ba-header-section.header-scrolled .ba-menu-button svg path {
    fill: #000 !important;
}
.ba-header-section.header-scrolled .ba-mega-menu-link svg path {
    stroke: #000 !important;
}

.ba-nav-link {
    color: var(--blackColor);
    font-family: "Onest";
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 16px 6px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ba-nav-item:hover .ba-nav-link:not(.hero-shop-btn) {
    color: var(--secondaryColor2);
}
.ba-nav-link:not(.hero-shop-btn):hover {
    color: var(--secondaryColor2);
}
.ba-nav-link.active {
    font-weight: 400;
}

/* Menu Right Items */
.ba-header-right-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 18px;
    justify-content: flex-end;
}
.ba-header-access-item {
    display: block;
    width: fit-content;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}
.dark-circle-badge {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: var(--blackColor);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--whiteColor);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: unset;
    position: absolute;
    right: -6px;
    top: -6px;
    padding-bottom: 0px;
    transition: 0.3s;
}
.ba-header-access-item:hover .dark-circle-badge {
    background: var(--secondaryColor2);
}
.ba-header-access-item svg {
    display: block;
}
.ba-header-access-item path {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ba-header-access-item:hover path {
    stroke: var(--secondaryColor2);
}

/* login dropdown */
.ba-user-dropdown-btn {
    border: none;
    padding: 0;
    border-radius: 100%;
}
.ba-user-dropdown-btn::after {
    display: none;
}
.ba-user-dropdown-profile {
    display: block;
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    border: 1px solid rgba(212, 175, 55, 0.4);
    padding: 2px;
    transition: all 0.3s ease;
}
.ba-user-dropdown-btn:hover .ba-user-dropdown-profile {
    border-color: #D4AF37;
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.2);
}
.ba-user-dropdown-profile img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.ba-user-dropdown-menu {
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    -webkit-box-shadow: 0px 15px 40px 0px rgba(44, 24, 16, 0.08);
    box-shadow: 0px 15px 40px 0px rgba(44, 24, 16, 0.08);
    padding: 16px 12px 12px;
    min-width: 240px;
    margin-top: 14px !important;
}
.ba-user-dropdown-header {
    padding-bottom: 14px;
    margin-bottom: 8px;
    border-bottom: 1px dashed rgba(212, 175, 55, 0.3);
    padding-left: 10px;
    padding-right: 10px;
}
.ba-user-dropdown-profile2 {
    height: 36px;
    width: 36px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.3);
}
.ba-user-dropdown-profile2 > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.ba-user-dropdown-name {
    color: #2C1810;
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.3px;
    margin-bottom: 0;
}
.ba-user-dropdown-menu .dropdown-item {
    color: #4a4a4a;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 8px;
    padding: 10px 16px;
    margin-bottom: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    letter-spacing: 0.2px;
    position: relative;
    overflow: hidden;
}
.ba-user-dropdown-menu .dropdown-item:hover,
.ba-user-dropdown-menu .dropdown-item.active {
    color: #2C1810;
    background: linear-gradient(90deg, rgba(212, 175, 55, 0.08) 0%, rgba(212, 175, 55, 0.02) 100%);
    font-weight: 600;
    padding-left: 20px;
}
.ba-user-dropdown-menu .dropdown-item.active::before,
.ba-user-dropdown-menu .dropdown-item:hover::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 16px;
    width: 3px;
    background-color: #D4AF37;
    border-radius: 0 4px 4px 0;
}

/* Mega Menu — Trigger button/link mechanics */
.ba-mega-menu-btn {
    position: static;
}
.ba-mega-menu-link {
    display: flex;
    align-items: center;
    column-gap: 4px;
    position: relative;
    z-index: 1;
}
.ba-mega-menu-link::before {
    position: absolute;
    content: "";
    height: 24px;
    width: 100%;
    left: 0;
    top: calc(100% - 6px);
    background: transparent;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
.ba-mega-menu-link:hover::before {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}
.ba-mega-menu-link > svg > path {
    transition: 0.3s;
}
.ba-mega-menu-btn:hover .ba-mega-menu-link > svg > path {
    stroke: currentColor;
}
.ba-mega-menu-link > svg {
    transition: all ease 350ms;
}
.ba-mega-menu-btn:hover .ba-mega-menu-link > svg {
    transform: rotate(180deg);
}

/* Mega Menu — Dropdown panel */
.ba-mega-menu-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all ease 350ms;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    margin-top: 24px;
    z-index: 999;
    width: 92vw;
    max-width: 1200px;
    background: #FFFBF5;
    box-shadow: 0 16px 60px rgba(28, 25, 23, 0.14);
    border-radius: 20px;
    border: 1px solid rgba(202, 138, 4, 0.14);
    overflow: hidden;
}

/* Gold ornamental top border line */
.ba-mega-menu-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #B8860B 20%, #F5D16A 50%, #B8860B 80%, transparent 100%);
    z-index: 10;
}

/* Dotted gold motif background (matches catdir-bg-motif) */
.ba-mega-menu-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(202, 138, 4, 0.04) 1px, transparent 1px);
    background-size: 44px 44px;
    pointer-events: none;
    z-index: 0;
}

.ba-mega-menu-btn:hover .ba-mega-menu-wrap {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    margin-top: 14px;
}

/* Inner container */
.mm-inner {
    padding: 24px 28px 20px;
    position: relative;
    z-index: 1;
}

/* ── Full-bleed photo card grid — landscape, airy ── */
.mm-cat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
    margin-bottom: 20px;
}

/* ── Individual category card ── */
.mm-cat-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    cursor: pointer;
    text-decoration: none;
    background: #1a1208;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
    transition: box-shadow 0.45s ease, transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
    display: block;
}

.mm-cat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0,0,0,0.18);
}

/* Full-bleed background photo */
.mm-cat-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 15%;
    background-repeat: no-repeat;
    transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1);
}

.mm-cat-card:hover .mm-cat-bg {
    transform: scale(1.06);
}

/* Gradient overlay — subtle at rest, deeper on hover */
.mm-cat-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0) 25%,
        rgba(0,0,0,0.50) 70%,
        rgba(0,0,0,0.80) 100%
    );
    transition: background 0.4s ease;
    z-index: 1;
}

.mm-cat-card:hover .mm-cat-overlay {
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.05) 0%,
        rgba(0,0,0,0.40) 40%,
        rgba(0,0,0,0.85) 100%
    );
}

/* "Shop All" pill badge — only on hover */
.mm-shop-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(202, 138, 4, 0.88);
    backdrop-filter: blur(4px);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.2);
    z-index: 3;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.3s ease 0.05s, transform 0.3s ease 0.05s;
}

.mm-cat-card:hover .mm-shop-badge {
    opacity: 1;
    transform: translateY(0);
}

/* Text content overlay at card bottom */
.mm-cat-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 18px;
    z-index: 2;
}

/* Category name — always visible, larger and bold */
.mm-cat-title {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 21px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -0.2px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.4);
    transition: color 0.3s ease;
}

.mm-cat-card:hover .mm-cat-title {
    color: #FCD34D;
}

/* Subcategory list — hidden at rest, slides up on hover */
.mm-cat-subs {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 8px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(8px);
    transition: max-height 0.4s ease, opacity 0.35s ease, transform 0.35s ease;
}

.mm-cat-card:hover .mm-cat-subs {
    max-height: 100px;
    opacity: 1;
    transform: translateY(0);
}

.mm-cat-sub {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255,255,255,0.90);
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 1.3;
}

/* Gold glowing dot */
.mm-cat-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #CA8A04;
    flex-shrink: 0;
    box-shadow: 0 0 5px rgba(202,138,4,0.6);
}

/* Sub-subcategory pills — hidden (removed from visible UI for cleanliness) */
.mm-subsub-pills {
    display: none;
}

.mm-subsub-pill {
    display: none;
}

/* "Explore →" micro CTA — slides in on hover */
.mm-cat-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #FCD34D;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    margin-top: 10px;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.3s ease 0.1s, transform 0.3s ease 0.1s;
}

.mm-cat-card:hover .mm-cat-cta {
    opacity: 1;
    transform: translateY(0);
}

/* ── Footer CTA bar ── */
.mm-footer {
    text-align: center;
    padding-top: 16px;
    border-top: 1px dashed rgba(202,138,4,0.22);
    position: relative;
}

.mm-footer::before {
    content: "❖";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFBF5;
    padding: 0 14px;
    font-size: 14px;
    color: rgba(202,138,4,0.55);
}

.mm-explore-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 28px;
    font-size: 13px;
    font-weight: 700;
    color: #1C1917;
    background: transparent;
    border: 1.5px solid rgba(28,25,23,0.20);
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.mm-explore-all-btn:hover {
    background: #1C1917;
    color: #F5D16A;
    border-color: #1C1917;
    gap: 12px;
}


/* Search Modal */
/* Inline Expanding Search */
.header-inline-search {
    display: flex;
    align-items: center;
    position: relative;
}

.header-inline-search-form {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    width: 0;
    opacity: 0;
    overflow: hidden;
    transition: width 0.3s ease, opacity 0.25s ease;
    margin-right: 8px;
    z-index: 100;
    pointer-events: none;
}

.header-inline-search.active .header-inline-search-form {
    width: 180px;
    opacity: 1;
    pointer-events: auto;
}

.header-inline-search-input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 24px;
    padding: 8px 36px 8px 16px;
    font-family: inherit;
    font-size: 16px;
    color: var(--blackColor);
    background: var(--whiteColor);
    outline: none;
    box-shadow: none;
    transition: border-color 0.2s ease;
}

.header-inline-search-input:focus {
    border-color: var(--skinColor);
    outline: none;
    box-shadow: none;
}

.header-inline-search-input::placeholder {
    color: #999;
    font-size: 15px;
}

.header-inline-search-input::-webkit-search-cancel-button {
    display: none;
}

.header-inline-search-close {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 2px;
    cursor: pointer;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}

.header-inline-search-close:hover {
    color: var(--blackColor);
}

.header-search-toggle {
    position: relative;
    z-index: 2;
}

/* Mega sub menu */
.active-mega-nav-sub .mega-nav-link-have-sub {
    color: var(--skinColor);
}

.mega-nav-link-have-sub {
    padding-right: 20px;
    position: relative;
    width: 100%;
}
.mega-nav-link-have-sub::after {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    right: 0px;
    top: 14px;
    background-image: url(../images/svg-icons/angle-right-black-16px.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.active-mega-nav-sub .mega-nav-link-have-sub::after {
    background-image: url(../images/svg-icons/angle-right-red-16px.svg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.mega-nav-link-have-sub:hover::after {
    background-image: url(../images/svg-icons/angle-right-red-16px.svg);
}
.mega-nav-dropdown {
    display: none;
    padding: 6px 0 6px 12px;
}
.mega-nav-dropdown > li:not(:last-child) {
    margin-bottom: 8px;
}
.mage-nav-sublink {
    width: 100%;
    padding: 4px 8px 4px 9px;
    position: relative;
    color: var(--blackColor);
    font-family: "Satoshi";
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.mage-nav-sublink::after {
    position: absolute;
    content: "";
    height: 4px;
    width: 4px;
    border-radius: 50%;
    left: 0;
    top: 12px;
    background: var(--blackColor);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.mage-nav-sublink:hover {
    color: var(--skinColor);
}
.mage-nav-sublink:hover::after {
    background: var(--skinColor);
}
@media all and (max-width: 1399px) {
    .mage-nav-sublink {
        font-size: 22px;
    }
}
@media all and (max-width: 1199px) {
    .mage-nav-sublink {
        font-size: 21px;
    }
}
.mage-nav-sublink:hover::after {
    background: #000;
}
.mage-nav-sublink:hover,
.active-mega-nav-sub .mega-nav-link-have-sub {
    color: #000;
}

/* Mobile Menu */
.ba-menu-button {
    padding: 0;
    background-color: transparent;
    border: none;
}
.ba-menu-button svg {
    display: block;
}
.ba-menu-button path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ba-menu-button:hover path {
    fill: var(--secondaryColor2);
}

/* Offcanvas Menu */
.menuoffcanvas.offcanvas.offcanvas-start {
    width: 330px;
    border: none;
}
.menuoffcanvas {
    padding: 20px;
}
.menuoffcanvas-header {
    padding: 0;
}
.menuoffcanvas-header .btn-close {
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0.5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 16px;
    width: 16px;
    background-size: 16px;
}
.menuoffcanvas-header .btn-close:hover {
    opacity: 1;
}
.menuoffcanvas-body {
    padding: 0;
    padding-right: 3px;
    margin-right: -3px;
}

.mobile-bookmark-link {
    display: block;
    background: transparent;
}
.mobile-bookmark-link-inner {
    padding: 4px;
    display: block;
}
.mobile-bookmark-badge {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: var(--blackColor);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--whiteColor);
    font-family: "Onest";
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    position: absolute;
    right: -6px;
    top: -6px;
}
.mobile-bookmark-link svg {
    display: block;
}
.mobile-bookmark-link-inner path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    fill: var(--blackColor);
}
.mobile-bookmark-link:hover .mobile-bookmark-link-inner path {
    fill: var(--secondaryColor);
}

/* Search */
.search-form-control {
    border-radius: 100px;
    border: 1px solid var(--secondaryColor);
    padding: 12px 32px 12px 15px;
    font-family: "Onest";
    color: #777;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 14px */
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 40px;
}
.search-form-control::-webkit-input-placeholder {
    color: var(--secondaryColor);
}
.search-form-control::-moz-placeholder {
    color: var(--secondaryColor);
}
.search-form-control:-ms-input-placeholder {
    color: var(--secondaryColor);
}
.search-form-control::-ms-input-placeholder {
    color: var(--secondaryColor);
}
.search-form-control::placeholder {
    color: var(--secondaryColor);
}
.search-form-control:focus {
    color: var(--blackColor);
}
.search-form-control:focus,
.search-form-control:hover {
    border-color: var(--blackColor);
}
.search-form-control:has(~ .search-submit-btn:hover) {
    border-color: var(--blackColor);
}
.search-form-control::-webkit-search-cancel-button {
    display: none;
}
.search-submit-btn {
    position: absolute;
    right: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--blackColor);
    padding: 0;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
}
.search-submit-btn:hover {
    background: var(--blackColor);
}
.search-submit-btn:active {
    background: var(--blackColor) !important;
}
.search-submit-btn svg {
    display: block;
}

.mobile-menu-ul {
    padding-right: 3px;
}
.mobile-menuitem-a {
    font-family: "Onest";
    color: var(--blackColor);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    width: 100%;
}
.mobile-menuitem-a:hover {
    color: var(--secondaryColor);
}
.mobile-menuitem-a > .text {
    padding-top: 4px;
}
.mobile-menuitem-a > svg {
    display: block;
    min-width: 22px;
}
.mobile-menuitem-a > svg > path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.mobile-menuitem-a:hover > svg > path {
    fill: var(--secondaryColor);
}

.mobile-menuitem-a-have-sub .arrow svg {
    display: block;
}
.mobile-menuitem-a-have-sub .arrow {
    display: block;
    min-width: 16px;
    margin-top: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.mobile-menuitem-a-have-sub .arrow > svg > path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.mobile-menuitem-a-have-sub:hover .arrow > svg > path {
    fill: var(--secondaryColor);
}

.mobile-dropdown-menu {
    padding: 16px 0 0 30px;
    display: none;
}
.mobile-dropdown-menu > li:not(:last-child) {
    margin-bottom: 12px;
}
/* after active submenu */
.active-mobile-submenu > .mobile-menuitem-a-have-sub {
    color: var(--secondaryColor);
}
.active-mobile-submenu > .mobile-menuitem-a-have-sub .arrow > svg > path,
.active-mobile-submenu > .mobile-menuitem-a-have-sub > svg > path {
    fill: var(--secondaryColor);
}
.active-mobile-submenu > .mobile-menuitem-a-have-sub .arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
/* Mobile sub dropdown menu */
.mobile-subdrop-menu {
    padding: 14px 0 0 20px;
    display: none;
}
.mobile-subdrop-menu > li:not(:last-child) {
    margin-bottom: 12px;
}
.mobile-dropitem-a-have-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
}
.mobile-dropitem-a-have-sub .arrow svg {
    display: block;
}
.mobile-dropitem-a-have-sub .arrow path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.active-mobile-sub-submenu > .mobile-dropitem-a-have-sub .arrow path,
.mobile-dropitem-a-have-sub:hover .arrow path {
    fill: var(--secondaryColor);
}
.mobile-dropitem-a-have-sub .arrow {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 2px;
    display: block;
    min-width: 16px;
}
.active-mobile-sub-submenu > .mobile-dropitem-a-have-sub .arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.active-mobile-sub-submenu > .mobile-dropitem-a-have-sub {
    color: var(--secondaryColor);
}

/* Responsive */
@media all and (max-width: 1399px) {
    .mega-nav-title {
        font-size: 36px;
    }
    .mega-nav-link {
        font-size: 24px;
    }
}
@media all and (max-width: 1199px) {
    .ba-header-access-item svg {
        max-width: 24px;
        max-height: 24px;
    }
    .ba-nav-link {
        font-size: 20px;
        padding: 16px 6px;
    }
    .ba-navbar-nav {
        gap: 10px;
    }
    .mega-nav-title {
        font-size: 32px;
    }
    .mega-nav-link {
        font-size: 23px;
    }
}
@media all and (max-width: 991px) {
    .ba-header-logo {
        max-width: 160px;
    }
    .ba-header-section {
        padding-top: 0;
        padding-bottom: 0;
    }
    .ba-header-section > .container > .row {
        min-height: 56px;
    }
    /* Small Header Sticky */
    .ba-header-section.header-bg {
        -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
        box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
        background-color: rgba(var(--backgroundColorRGB), 0.95);
        backdrop-filter: blur(10px);

        position: sticky;
        position: -webkit-sticky;
        top: 0;
        left: 0;
        right: 0;
        -webkit-transition: 0.15s ease-out;
        -o-transition: 0.15s ease-out;
        transition: 0.15s ease-out;
        z-index: 1040;
    }
}
@media all and (max-width: 767px) {
    .signup-header-right {
        padding-left: 0px;
    }
    .sh-social-items {
        justify-content: center;
        width: 100%;
        padding: 12px 0;
        flex-wrap: wrap;
    }
    .signup-header-info {
        text-align: center;
        width: 100%;
        padding: 14px 0;
    }
    .ba-header-right-items {
        gap: 16px;
    }
    .ba-header-logo {
        max-width: 220px;
    }
    .sh-social-link svg {
        max-width: 22px;
    }
}
@media all and (max-width: 575px) {
    .ba-header-right-items {
        gap: 10px;
    }
    .ba-user-dropdown-profile {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }
    .ba-header-logo {
        max-width: 180px;
    }
}
.ba-header-logo .logo {
    height: 34px;
    display: block;
    margin-top: 0;
}
/* Header Css End ***
*******************/

/* Custom Sticky Header & Dropdown */
.sticky-top2 {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
    background: var(--backgroundColor);
    margin-top: 0;
    transition: all 0.3s ease;
}
.ba-nav-link-dropdown {
    display: flex;
    align-items: center;
    gap: 5px;
}
.ba-nav-item {
    position: relative;
}
.ba-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
}
.ba-nav-item:hover .ba-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.ba-dropdown-item {
    display: block;
    padding: 8px 20px;
    color: var(--secondaryColor);
    font-size: 16px;
    transition: all 0.2s ease;
}
.ba-dropdown-item:hover {
    color: var(--primaryColor);
    background: var(--lightColor);
    padding-left: 25px;
}

/* =========================================================================
   Luxury Offcanvas Menu (Mobile Sidebar)
   ========================================================================= */
.menuoffcanvas {
    background-color: #FBF8EF !important;
    border-right: 1px solid rgba(212, 175, 55, 0.2);
}
.menuoffcanvas-header .btn-close {
    opacity: 0.8;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.menuoffcanvas-header .btn-close:hover {
    opacity: 1;
    transform: rotate(90deg);
}

/* Search Bar */
.menuoffcanvas .search-form-control {
    background-color: transparent !important;
    border: 1px solid rgba(44, 24, 16, 0.15) !important;
    border-radius: 30px !important;
    padding-left: 20px !important;
    color: #2C1810 !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
}
.menuoffcanvas .search-form-control:focus {
    border-color: #d4af37 !important;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.1) !important;
    outline: none !important;
}
.menuoffcanvas .search-submit-btn svg path {
    stroke: #2C1810;
}

/* Typography & Links */
.mobile-menu-ul .mobile-menuitem-a {
    color: #2C1810 !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 21px !important;
    font-weight: 600 !important;
    padding: 12px 16px !important;
    border-radius: 8px !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
}
.mobile-menu-ul .mobile-menuitem-a svg path {
    fill: #2C1810;
    transition: fill 0.3s ease;
}
.mobile-menu-ul .mobile-menuitem-a:hover,
.mobile-menu-ul .active-mobile-submenu > .mobile-menuitem-a {
    background-color: rgba(212, 175, 55, 0.08) !important;
    color: #d4af37 !important;
}
.mobile-menu-ul .mobile-menuitem-a:hover svg path,
.mobile-menu-ul .active-mobile-submenu > .mobile-menuitem-a svg path {
    fill: #d4af37;
}

/* Submenus */
.mobile-dropdown-menu .mobile-dropitem-a-have-sub,
.mobile-dropdown-menu .mobile-menuitem-a {
    color: #4A332A !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    padding: 12px 16px 12px 30px !important;
    transition: color 0.3s ease !important;
    border-radius: 6px;
}
.mobile-dropdown-menu .mobile-dropitem-a-have-sub:hover,
.mobile-dropdown-menu .mobile-menuitem-a:hover,
.active-mobile-sub-submenu > .mobile-dropitem-a-have-sub {
    color: #d4af37 !important;
    background-color: rgba(212, 175, 55, 0.04);
}
.mobile-dropdown-menu .mobile-dropitem-a-have-sub svg path {
    fill: #4A332A;
    transition: fill 0.3s ease;
}
.mobile-dropdown-menu .mobile-dropitem-a-have-sub:hover svg path,
.active-mobile-sub-submenu > .mobile-dropitem-a-have-sub svg path {
    fill: #d4af37;
}
.mobile-subdrop-menu li a {
    padding-left: 45px !important;
    font-size: 16px !important;
    color: #5C453C !important;
}
.mobile-subdrop-menu li a:hover {
    color: #d4af37 !important;
}

/* Accordion Arrows */
.mobile-menu-ul .arrow svg {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.active-mobile-submenu > .mobile-menuitem-a > .arrow svg,
.active-mobile-sub-submenu > .mobile-dropitem-a-have-sub > .arrow svg {
    transform: rotate(180deg);
}

/* End of file */

/* Fix homepage scroll text colors with higher specificity */
.ba-header-section.homepage-header.header-scrolled .ba-nav-link:not(.hero-shop-btn) {
    color: var(--blackColor) !important;
}
.ba-header-section.homepage-header.header-scrolled .ba-header-access-item svg *,
.ba-header-section.homepage-header.header-scrolled .ba-header-access-item svg path {
    stroke: #000 !important;
    fill: none !important;
}
.ba-header-section.homepage-header.header-scrolled .ba-menu-button svg path {
    fill: #000 !important;
}
.ba-header-section.homepage-header.header-scrolled .ba-mega-menu-link svg path {
    stroke: #000 !important;
}
