  .scroll-nav-wrap {
            position: relative;
            height: 80px;
            display: flex;
            justify-content: center;
            right: 0;
            background: rgb(0, 0, 0);
            border-bottom: 1px solid rgba(255, 255, 255, 0.11);
            z-index: 99;
            width: calc(100% - 80px);
            transition: all 0.3s ease;
        }

        .header-5 .header-top .header-top-left, 
        .header-5 .header-top .header-top-right {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-right: 20px;
        }

        .header__logo-2 {
            padding-left: 100px;
        }

        .fl-wrap {
            width: 100%;
        }

        .scroll-down-wrap {
            float: left;
            height: 100%;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            padding-right: 150px;
            border-right: 1px solid rgba(255, 255, 255, 0.11);
        }

   .scroll-nav {
	width: 60%;
    padding: 18px 20px 0;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.11);
    background: rgb(0, 0, 0);
}
        .scroll-nav ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .scroll-nav li {
            float: left;
            position: relative;
        }

        .scroll-nav li a {
            float: left;
            padding: 13px 35px;
            /* color: #8B8B8B; */
	color: #b5b5b5;
            font-weight: 600;
            font-size: 10px;
            text-transform: uppercase;
            letter-spacing: 2px;
            position: relative;
            transition: all 0.3s linear;
            text-decoration: none;
        }

        .scroll-nav li a:hover,
        .scroll-nav li a.act-scrlink {
            color: #fff;
            background: none !important;
        }

        /* Remove the problematic pseudo-element on desktop but keep it functional */
        .scroll-nav li .scroll-link:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            width: 15px;
            height: 2px;
            margin-top: -1px;
            background: rgba(255, 255, 255, 0.091);
            z-index: 1;
        }

   
        .header-5 .header-top {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 27px 0 17px 50px !important;
        }

        /* Mobile Menu Toggle */
        .mobile-menu-toggle {
            display: none;
            background: transparent;
            border: none;
            cursor: pointer;
            padding: 15px 0 15px 15px;
           
            z-index: 100;
        }

        .menu-icon-bar {
            display: block;
            width: 25px;
            height: 2px;
            background: #fff;
            margin: 5px 0;
            transition: all 0.3s ease;
        }

        .mobile-menu-toggle.active .menu-icon-bar:nth-child(1) {
            transform: translateY(7px) rotate(45deg);
        }

        .mobile-menu-toggle.active .menu-icon-bar:nth-child(2) {
            opacity: 0;
        }

        .mobile-menu-toggle.active .menu-icon-bar:nth-child(3) {
            transform: translateY(-7px) rotate(-45deg);
        }
        .voh-dropdown-menu {
            position: absolute;
            top: 100%;
	    left:-390px !important;
            background: rgb(0, 0, 0);
            border: 1px solid rgba(255, 255, 255, 0.11);
            border-top: none;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-10px);
            transition: all 0.3s ease;
            z-index: 1000;
            white-space: nowrap;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
            min-width: 500px;
        }

        .voh-dropdown:hover .voh-dropdown-menu {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .dropdown-columns {
            display: flex;
            flex-direction: row;
            gap: 30px;
            padding: 20px;
        }

        .dropdown-column {
            display: flex;
            flex-direction: column;
            min-width: 160px;
        }

        .dropdown-category {
            padding: 10px 0 5px;
            font-size: 9px;
            font-weight: 700;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 5px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            background: none;
        }

        .dropdown-item {
            padding: 8px 0;
            font-size: 10px;
            color: #8B8B8B;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .dropdown-item:hover {
            color: #fff;
            background: rgba(255, 255, 255, 0.08);
        }

        .dropdown-arrow-icon {
            margin-left: 8px;
            font-size: 8px;
            transition: transform 0.3s ease;
        }

        .voh-dropdown:hover .dropdown-arrow-icon {
            transform: rotate(180deg);
        }

      

        /* Mobile Styles */
        @media (max-width: 1199px) {
            .filter-inner {
    max-width: 1300px !important;
    margin: 0 auto;
    display: flex
;
    flex-direction: column !important;
}
            .toolbar {
    display: flex
;
    /* -webkit-box-align: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    /* -webkit-box-pack: justify; */
    -ms-flex-pack: justify;
    justify-content: center !important;
    position: relative;
    margin: 0;
    padding: 0px 0;
    border-top: 1px solid #dedede;
}
            .card-title {
    margin-bottom: 0rem !important;
    font-size: 11px !important;
}
.product-price{
font-size: 14px !important;

}
            .card-hover-images {
    position: relative;
    overflow: hidden;
    height: auto !important;
}
            .card-body__inner {
    display: flex
;
    flex-direction: column !important;
    justify-content: space-between;
    gap: 0rem !important;
    text-decoration: none;
}
            .scroll-nav-wrap {
                width: 100%;
                justify-content: space-between;
                padding: 0 20px;
                height: 65px !important;
            }

            .scroll-down-wrap {
                padding-right: 0;
                border-right: none; /* Remove border on mobile */
                padding-left: 0;
            }

            .header__logo-2 {
                padding-left: 0;
            }

            .scroll-nav {
                position: fixed;
                top: 80px;
                left: 0;
                width: 100%;
                height: auto;
                padding: 0;
                max-height: 0;
                overflow: hidden;
                transition: max-height 0.3s ease-out;
                border-right: none; /* Remove border on mobile */
                background: rgba(0, 0, 0, 0.95);
                backdrop-filter: blur(10px);
            }

            .scroll-nav.active {
                max-height: 100vh;
                border-bottom: 1px solid rgba(255, 255, 255, 0.11);
            }

            .scroll-nav ul {
                display: flex;
                flex-direction: column;
                align-items: stretch;
                padding: 20px 0;
            }

            .scroll-nav li {
                float: none;
                margin: 0;
                width: 100%;
                text-align: center;
                border-bottom: 1px solid rgba(255, 255, 255, 0.05);
            }

            .scroll-nav li:last-child {
                border-bottom: none;
            }

            .scroll-nav li a {
                float: none;
                display: block;
                padding: 15px 20px;
                width: 100%;
                text-align: left;
            }

            /* Remove the pseudo-element on mobile */
            .scroll-nav li .scroll-link:before {
                display: none;
            }

            /* Mobile Dropdown Styles */
            .voh-dropdown-menu {
                position: static;
                opacity: 1;
                visibility: visible;
                transform: none;
                background: rgba(255, 255, 255, 0.05);
                border: none;
                box-shadow: none;
                min-width: auto;
                max-height: 0;
                overflow:auto;
                transition: max-height 0.3s ease-out;
            }

            .voh-dropdown.active .voh-dropdown-menu {
                max-height: 400px;
                border-top: 1px solid rgba(255, 255, 255, 0.1);
            }

            .dropdown-columns {
                flex-direction: column;
                gap: 10px;
                padding: 15px 20px;
            }

            .dropdown-column {
                min-width: auto;
            }

            .dropdown-category {
                font-size: 10px;
                padding: 8px 0 4px;
                margin-bottom: 8px;
            }

            .dropdown-item {
                padding: 10px 0;
                font-size: 11px;
                border-bottom: 1px solid rgba(255, 255, 255, 0.03);
            }

            .dropdown-item:last-child {
                border-bottom: none;
            }

            .dropdown-arrow-icon {
                margin-left: auto;
                float: right;
            }

            .voh-dropdown.active .dropdown-arrow-icon {
                transform: rotate(180deg);
            }

            /* Hide desktop header on mobile */
            /* .header-5 {
                display: none;
            } */

            .mobile-menu-toggle {
                display: block;
            }

            .header-top-right {
                display: none !important;
            }
        }

        /* Tablet styles */
        @media (min-width: 769px) and (max-width: 1024px) {
            .scroll-nav {
                padding: 18px 0px 0;
            }
            .header__logo-2 {
    padding-left: 70px !important;
}
            .scroll-down-wrap {
                padding-right: 50px;
            }

            .dropdown-columns {
                gap: 20px;
                padding: 15px;
            }

            .voh-dropdown-menu {
                min-width: 400px;
            }
        }
@media screen and (min-width:1200px) and (max-width:1599px){
.scroll-down-wrap {
    float: left;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 70px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.11);
}
.voh-cart-count {
    position: absolute;
    top: -6px !important;
    right: -20px !important;
}
}
        @media screen and (min-width:1200px) and (max-width:1440px) {
              .scroll-nav {
        float: left;
        padding: 18px 11px 5px 17px !important;
        height: 100%;
        border-right: 1px solid rgba(255, 255, 255, 0.11);
        background: rgb(0, 0, 0);
    }
.scroll-nav li a {
    float: left;
    padding: 13px 18px !important;
    color: #8B8B8B;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    transition: all 0.3s linear;
    text-decoration: none;
}
        }
        
           @media screen and (min-width:1441px) and (max-width:1500px) {
            .scroll-nav {
    float: left;
    padding: 18px 40px 0 !important;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.11);
    background: rgb(0, 0, 0);
}
.scroll-down-wrap {
    padding-right: 100px !important;
}
.voh-cart-count {
    position: absolute;
    top: -6px !important;
    right: -23px !important;

}
.footer_inner {
    max-width: 1350px !important;
}
.scroll-nav li a {
    float: left;
    padding: 13px 20px !important;
    color: #8B8B8B;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    transition: all 0.3s linear;
    text-decoration: none;
}
        }
        
        @media screen and (min-width:1501px) and (max-width:1599px) {
            .scroll-nav{
                padding: 18px 40px 0 !important;
            }
            .scroll-nav li a {
    float: left;
    padding: 13px 22px !important;
    color: #8B8B8B;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    transition: all 0.3s linear;
    text-decoration: none;
}
            
        }
        @media screen and (max-width: 1200px) {
    .scroll-nav-wrap .mobile-menu-toggle {
        opacity: 1;
        transform: translateX(0);
        pointer-events: auto;
        display: flex;
        margin-right: 0px !important;
    }
}
.voh-wishlist-count {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #e4002b;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    text-align: center;
}
.wishlist {
    position: relative;
}