.menu-item {
    position: relative;
}

.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.1s ease;
    padding: 10px 0;
    z-index: 9999;
}

.submenu li {
    padding: 8px 15px;
}

.submenu li a {
    color: #000;
    display: block;
}

.menu-item {
    position: relative;
}

.menu-item.has-dropdown {
    z-index: 10; /* açık olan menü daha üstte */
}
/* hover ile aç */
.menu-item:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.mCSB_scrollTools{
	opacity: 0;
}

.menu-list-wrapper .mCustomScrollBox{
    overflow: unset;
    max-height: unset !important;
}
.menu-list-wrapper{
    overflow: hidden;
}
.mCSB_scrollTools .mCSB_draggerContainer{
	display: none !important;
	opacity: 0 !important;
}

@media (max-width: 991px) {
    .submenu {
        position: static;
        opacity: 1;
        visibility: visible;
        display: none;
        transform: none;
    }

    .menu-item.active .submenu {
        display: block;
    }
	.menu-list-wrapper .mCustomScrollBox{
	    flex-direction: column;
	    padding-top: 100px;
	}
}

@media (max-width: 768px) {
    .swiper-slide video {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
	.swiper-horizontal > .swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
	   
	    width: 100%;
	}
	.hamburger-logo img {
	    max-height: 60px;
	    filter: invert(1);
	}

	.shop-banner-style-01 figure figcaption {
	  opacity: 1;
	}
	.shop-banner-style-01 figure figcaption .banner-subtitle {
	  opacity: 1;
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
	  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
	}
	.shop-banner-style-01 figure figcaption .banner-title {
	  opacity: 1;
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	  -webkit-transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);
	  transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);
	}
	.shop-banner-style-01 figure figcaption .banner-btn {
	  opacity: 1;
	  -webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	  -webkit-transition: all 1s cubic-bezier(0.2, 0, 0.3, 1);
	  transition: all 1s cubic-bezier(0.2, 0, 0.3, 1);
	}
}