.elementor-10778 .elementor-element.elementor-element-a9ff3fe{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-10778 .elementor-element.elementor-element-212e787{width:100%;max-width:100%;align-self:flex-start;}.elementor-10778 .elementor-element.elementor-element-212e787 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-10778 .elementor-element.elementor-element-2214ef8{width:100%;}.elementor-10778 .elementor-element.elementor-element-212e787{width:100%;max-width:100%;}}/* Start custom CSS for section, class: .elementor-element-a9ff3fe *//* McLean Header - Mobile Responsive CSS */
/* Paste this into Appearance → Customize → Additional CSS */

.mclean-header-tactical {
    background: #000000;
    font-family: 'Montserrat', sans-serif;
}
.mclean-header-tactical * {
    box-sizing: border-box;
}
.header-top-bar {
    background: #0a0a0a;
    border-bottom: 1px solid #1a1a1a;
    padding: 8px 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}
.header-top-bar a {
    font-size: 0.7rem;
    color: #666;
    text-decoration: none;
    letter-spacing: 0.05em;
}
.header-top-bar a:hover { color: #fcb316; }
.header-top-bar span { color: #333; }
.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    border-bottom: 1px solid #1a1a1a;
    position: relative;
}
.header-main::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #fcb316, transparent);
}
.header-logo img {
    height: 45px;
    width: auto;
}
.header-nav {
    display: flex;
    align-items: center;
    gap: 40px;
}
.header-nav a {
    font-size: 0.8rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    position: relative;
    padding: 10px 0;
}
.header-nav a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #fcb316;
    transition: width 0.3s ease;
}
.header-nav a:hover { color: #fcb316; }
.header-nav a:hover::before { width: 100%; }
.header-nav a.featured {
    background: #fcb316 !important;
    color: #000 !important;
    padding: 10px 20px;
    clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
}
.header-nav a.featured::before { display: none; }
.header-nav a.featured:hover { background: #ffc94d !important; }
.nav-dropdown { position: relative; }
.nav-dropdown > a {
    display: flex;
    align-items: center;
    gap: 6px;
}
.nav-dropdown > a svg {
    width: 10px;
    height: 10px;
    fill: currentColor;
    transition: transform 0.3s ease;
}
.nav-dropdown:hover > a svg { transform: rotate(180deg); }
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 180px;
    background: #0a0a0a;
    border: 1px solid #2a2a2a;
    border-top: 3px solid #fcb316;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 100;
    margin-top: 10px;
}
.nav-dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.dropdown-menu a {
    display: block;
    padding: 12px 20px;
    font-size: 0.75rem;
    color: #888;
}
.dropdown-menu a::before { display: none; }
.dropdown-menu a:hover {
    background: #1a1a1a;
    color: #fcb316;
}
.header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header-action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    color: #888;
    text-decoration: none;
    clip-path: polygon(0 0, calc(100% - 6px) 0, 100% 6px, 100% 100%, 6px 100%, 0 calc(100% - 6px));
}
.header-action:hover {
    background: #fcb316;
    border-color: #fcb316;
    color: #000;
}
.header-action svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}
.header-action.cart {
    position: relative;
    clip-path: none;
    overflow: visible;
}
.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #fcb316;
    color: #000;
    font-size: 0.65rem;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-menu-btn {
    display: none !important;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    cursor: pointer;
    padding: 0;
}
.hamburger-icon {
    width: 20px;
    height: 14px;
    position: relative;
    display: block;
}
.hamburger-icon span {
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background: #fff;
}
.hamburger-icon span:nth-child(1) { top: 0; }
.hamburger-icon span:nth-child(2) { top: 6px; }
.hamburger-icon span:nth-child(3) { bottom: 0; }
.mobile-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #000;
    border-bottom: 3px solid #fcb316;
    padding: 30px 40px;
    z-index: 999;
}
.mobile-menu.active { display: block; }
.mobile-menu a {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 15px 0;
    border-bottom: 1px solid #1a1a1a;
}
.mobile-menu a:hover { color: #fcb316; }
.mobile-menu a:last-child { border-bottom: none; }
.mobile-menu a.featured {
    background: #fcb316 !important;
    color: #000 !important;
    text-align: center;
    margin-top: 20px;
    padding: 15px 20px;
}
.mobile-menu a.mobile-sub {
    font-size: 0.85rem;
    padding-left: 20px;
    color: #888;
}

/* MOBILE RESPONSIVE */
@media (max-width: 1024px) {
    .header-nav { display: none !important; }
    .mobile-menu-btn { display: flex !important; }
    .header-main { padding: 15px 20px; }
    .header-top-bar { padding: 8px 20px; }
}
@media (max-width: 600px) {
    .header-top-bar { display: none; }
    .header-logo img { height: 35px; }
    .header-action { width: 40px; height: 40px; }
    .mobile-menu-btn { width: 40px !important; height: 40px !important; }
    .mobile-menu { padding: 20px; }
}/* End custom CSS */