.header-top{ border-bottom: 1px solid var(--bs-light);}

.megamenu-folder__link img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 335/166;
    object-fit: cover;
    object-position: bottom;
    margin-bottom: 8px;
    border-radius: 5px
}

.level-2-subtitle {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #1e1e1e
}
.slideshow-text{ text-align: center;}
.slideshow-text h2{ color: #fff; text-align: center; text-shadow: -4px 1px 5px rgba(0,0,0,0.72);}

.slideshow-text p{ color: #fff; text-align: center; text-shadow: -4px 1px 5px rgba(0,0,0,0.72);}

.instafeed-item {
    position: relative;
    display: block;
    overflow: hidden;
}
.instafeed-item::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    background-color: #000;
}
.instafeed-item img {
    width: 100%;
}
.instafeed-item i {
    font-size: 20px;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
    color: #fff;
}
.instafeed-item:hover::before {
    opacity: 0.5;
}
.instafeed-item:hover i {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.instafeed-item i .svg-icon{ fill: #fff  !important;}

@media (max-width: 767px) {
    .slideshow-text h2 {
   
        font-size: 24px !important;
    }

    .slideshow-text p {
        font-size: 15px;
    }
    .lookbook-products .position-absolute {
        position: relative !important;
    }

    .lookbook-products .position-center {
        left: 0 !important;
        top: 0 !important;
        transform: translate(0, 0) !important;
    }

}