.menu-item-home-black {
    color: black !important;
}

.count-wishlist-black {
    background-color: black !important;
    color: white !important; /* Ensure text is visible on black background */
}
.count-cart-black {
    background-color: black !important;
    color: white !important; /* Ensure text is visible on black background */
}

.header-desktop {
    transition: transform 0.3s ease-in-out;
}


.active-underline {
    position: relative;
    display: inline-block;
}

.active-underline::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px; /* Adjust based on your design */
    width: 100%;
    height: 1px; /* Thickness of the underline */
    background-color: black;
}
.icon-black {
        color: black !important;
    }

    .image-thumbnail.slick-carousel {
    width: 100%;
    max-height: 400px; /* Adjust based on design */
    overflow: hidden;
}
.image-thumbnail .slick-slide {
    width: 100%;
    height: auto;
    margin: 5px 0;
}
.image-additional.slick-carousel {
    width: 100%;
    max-height: 900px; /* Adjust based on design */
    overflow: hidden;
}
.image-additional .slick-slide {
    width: 100%;
    height: auto;
}
.img-thumbnail-scroll img,
.image-additional img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: none;
}