.icwl-3898fdf0-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.icwl-3898fdf0-swiper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.icwl-3898fdf0-slide {
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.icwl-3898fdf0-slide img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.icwl-3898fdf0-slide:hover img {
    transform: scale(1.03);
}

.icwl-3898fdf0-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    transition: background-color 0.3s ease;
    pointer-events: none;
}

.icwl-3898fdf0-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    line-height: 0;
    position: relative;
}

/* Ensure Swiper wrapper transitions are linear for continuous scroll */
.icwl-3898fdf0-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}
