/*HERO*/

header {
    background: linear-gradient(180deg, rgb(40 4 56 / 100%), rgb(40 4 56 / 90%) 30px, transparent 90%) !important;
}

header.scrolled {
    background: linear-gradient(180deg, var(--primary), var(--primary) 100%, transparent 100%) !important;
}

.cart .cart-count, .wishlist_products_counter_number {
    box-shadow: none !important;
}

.hero {
    position: relative;
    margin-top: calc(var(--header-height) * -1);
    background-repeat: no-repeat;
    background-position: 25% 50%;
    background-size: cover;
}

.hero .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--dark);
    opacity: .5;
}


.hero .wrapper {
    position: relative;
    z-index: 1;
}

header:not(.scrolled) .ubermenu .ubermenu-item-level-0>.ubermenu-submenu-drop {
    clip: unset !important;
}

body:not(.rtl) .ubermenu-skin-minimal.ubermenu-horizontal .ubermenu-item-level-0:first-child > .ubermenu-target {
    z-index: 999;
}

.product-slider-wrapper .products {
    display: block;
}

.product-slider-wrapper .products li.product {
    width: 30% !important;
    margin-right: 10px !important;
    float: none !important;
}


@media(max-width: 1199px) {

}

@media (min-width: 992px) {
    .ubermenu .ubermenu-item .ubermenu-submenu-drop {
        box-shadow: 0 0 10px rgba(40 4 56 / 40%), 0 0 0 100vh rgba(40 4 56 / 40%) !important;
    }
}

@media(max-width: 991px) {
    body.mega-menu-open header {
        background: linear-gradient(180deg, var(--primary), var(--primary) 100%, transparent 100%) !important;
    }
}

@media(max-width: 767px) {
    .hero .wrapper {
        padding-top: calc(var(--header-height) + 100px);
    }
}

@media(max-width: 575px) {

}
/*HERO*/



























/*SECTIENAAM*/






@media(max-width: 1199px) {

}

@media(max-width: 991px) {

}

@media(max-width: 767px) {

}

@media(max-width: 575px) {

}
/*SECTIENAAM*/