/* ==========================================================================
   Header & Menu Styling (Matching swforming theme)
   ========================================================================== */

/* Logo Styles */
[data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
    --logo-max-height: 56px;
}

[data-header*="type-1"] .ct-header [data-id="logo"] .site-title {
    --theme-font-weight: 700;
    --theme-font-size: 25px;
    --theme-line-height: 1.5;
    --theme-link-initial-color: var(--theme-palette-color-4);
}

/* Main Menu Styles */
[data-header*="type-1"] .ct-header [data-id="menu"]>ul>li>a {
    --theme-font-weight: 700;
    --theme-text-transform: uppercase;
    --theme-font-size: 14px;
    --theme-line-height: 1.5;
    --theme-letter-spacing: 0.05em;
    --theme-link-initial-color: #ffffff;
    --theme-link-hover-color: var(--theme-palette-color-1);
}

[data-header*="type-1"] .ct-header [data-id="menu"] {
    --menu-item-spacing: 25px;
    --menu-indicator-active-color: var(--theme-palette-color-1);
}

/* Sticky Row Menu Styles */
[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-id="menu"]>ul>li>a {
    --theme-link-hover-color: var(--theme-palette-color-1);
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-id="menu"] {
    --menu-indicator-active-color: var(--theme-palette-color-1);
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-id="menu"] .sub-menu {
    --sticky-state-dropdown-top-offset: 0px;
}

/* Menu Item Visibility States */
[data-header*="type-1"] .ct-header [data-id="menu"] .menu li.menu-item-has-children>.sub-menu,
[data-header*="type-1"] .ct-header [data-id="menu"] .menu li.has-submenu>.sub-menu {
    display: none;
}

[data-header*="type-1"] .ct-header [data-id="menu"] .menu li.menu-item-has-children.is-open>.sub-menu,
[data-header*="type-1"] .ct-header [data-id="menu"] .menu li.has-submenu.is-open>.sub-menu,
[data-header*="type-1"] .ct-header [data-id="menu"] .menu li.menu-item-has-children:hover>.sub-menu,
[data-header*="type-1"] .ct-header [data-id="menu"] .menu li.has-submenu:hover>.sub-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
}

/* Mobile Menu Styles */
[data-header*="type-1"] [data-id="mobile-menu"].mobile-menu li.menu-item-has-children>.sub-menu,
[data-header*="type-1"] [data-id="mobile-menu"].mobile-menu li.has-submenu>.sub-menu {
    display: none;
}

[data-header*="type-1"] [data-id="mobile-menu"].mobile-menu li.menu-item-has-children.is-open>.sub-menu,
[data-header*="type-1"] [data-id="mobile-menu"].mobile-menu li.has-submenu.is-open>.sub-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
}

[data-header*="type-1"] [data-id="mobile-menu"] {
    --theme-font-weight: 700;
    --theme-font-size: 20px;
    --theme-link-initial-color: #ffffff;
    --theme-link-hover-color: var(--theme-palette-color-1);
    --mobile-menu-divider: none;
}

[data-header*="type-1"] #offcanvas [data-id="mobile-menu"].mobile-menu a.ct-menu-link,
[data-header*="type-1"] #offcanvas [data-id="mobile-menu"].mobile-menu a.ct-menu-link:hover,
[data-header*="type-1"] #offcanvas [data-id="mobile-menu"].mobile-menu a.ct-menu-link:focus,
[data-header*="type-1"] #offcanvas [data-id="mobile-menu"].mobile-menu a.ct-menu-link:active {
    text-decoration: none;
}

/* Header Middle Row Styles */
[data-header*="type-1"] .ct-header [data-row*="middle"] {
    --height: 20px;
    background-color: var(--theme-palette-color-8);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: 0px 10px 20px rgba(44, 62, 80, 0.05);
}

[data-header*="type-1"] .ct-header [data-row*="middle"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="type-1"] .ct-header [data-transparent-row="yes"][data-row*="middle"] {
    background-color: rgba(255, 255, 255, 0.6);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-transparent-row="yes"][data-row*="middle"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="middle"],
[data-header*="type-1"] .ct-header [data-sticky*="shrink"] [data-row*="middle"]:not([data-transparent-row="yes"]) {
    background-color: #FFFFFF !important;
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: 0px 10px 20px rgba(44, 62, 80, 0.05);
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="middle"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

/* Header Top Row Styles */
[data-header*="type-1"] .ct-header [data-row*="top"] {
    background-color: var(--theme-palette-color-8);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-row*="top"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="type-1"] .ct-header [data-transparent-row="yes"][data-row*="top"] {
    background-color: var(--theme-palette-color-8);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-transparent-row="yes"][data-row*="top"]>div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="top"] {
    background-color: var(--theme-palette-color-8);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

/* Offcanvas Panel Styles */
[data-header*="type-1"] #offcanvas .ct-panel-inner {
    background-color: rgba(18, 21, 25, 0.98);
}

/* Search Icon Styles */
[data-header*="type-1"] [data-transparent-row="yes"] [data-id="search"] {
    --theme-icon-color: var(--theme-palette-color-8);
}

/* Container Width Styles - Set to 1900px */
[data-header*="type-1"] .ct-container,
[data-header*="type-1"] .ct-container-narrow,
[data-header*="type-1"] .site-container {
    max-width: 1900px !important;
}

/* Submenu Arrow Styles - Ensure submenu arrows point right without extra rotation */
[data-header*="type-1"] .ct-header .sub-menu .ct-toggle-dropdown-desktop.submenu-arrow-right {
    transform: rotate(0deg);
}

/* ==========================================================================
   End of Header & Menu Styling
   ========================================================================== */
[data-header*="type-1"] .ct-header.product-archive-header [data-transparent-row="yes"][data-row*="middle"] {
    background-color: var(--theme-palette-color-8);
    font-color: #3a4f66;
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}