.lash-slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.lash-slide-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.lash-slide-link {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.lash-slide-link:hover .lash-slide-image {
    transform: scale(1.03);
}

.lash-slide-image {
    width: 100%;
    height: 480px;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease;
    border-radius: 16px 16px 0 0;
    flex-shrink: 0;
}

.lash-slide-body {
    padding: 16px 20px 20px;
}

.lash-slide-title {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.swiper-button-prev,
.swiper-button-next {
    color: #1a1a1a;
    background: rgba(255,255,255,0.85);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    backdrop-filter: blur(4px);
}

.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 16px;
    font-weight: 700;
}

.swiper-pagination-bullet-active {
    background: #1a1a1a;
}

.swiper-pagination {
    margin-top: 12px;
    position: relative;
    bottom: auto;
}

.lash-slider-wrapper .swiper {
    padding-bottom: 36px;
}
