.nkl-homepage-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
}

.nkl-homepage-slider__link,
.nkl-homepage-slider__picture {
    display: block;
}

.nkl-homepage-slider__image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.nkl-homepage-slider__nav {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    color: rgba(17, 17, 17, 0.88);
    box-shadow: 0 8px 18px rgba(17, 17, 17, 0.1);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transform: translateY(-50%);
    transition: opacity .25s ease, transform .25s ease, background .25s ease;
}

.nkl-homepage-slider__nav:hover {
    background: rgba(255, 255, 255, 0.72);
    transform: translateY(-50%) scale(1.06);
}

.nkl-homepage-slider__nav.swiper-button-prev {
    left: 16px;
}

.nkl-homepage-slider__nav.swiper-button-next {
    right: 16px;
}

.nkl-homepage-slider__nav:after {
    display: none;
}

.nkl-homepage-slider__nav span {
    font-size: 22px;
    line-height: 1;
}

.nkl-homepage-slider__pagination {
    position: absolute;
    right: 0;
    bottom: 16px !important;
    left: 0;
    z-index: 3;
    text-align: center;
}

.nkl-homepage-slider__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.65);
    opacity: 1;
}

.nkl-homepage-slider__pagination .swiper-pagination-bullet-active {
    background: var(--fs-color-primary, #1f9d55);
}

.nkl-homepage-slider.is-single .nkl-homepage-slider__pagination,
.nkl-homepage-slider.is-single .nkl-homepage-slider__nav {
    display: none;
}

@media (max-width: 849px) {
    .nkl-homepage-slider {
        border-radius: 12px;
    }

    .nkl-homepage-slider__image {
        border-radius: 12px;
    }

    .nkl-homepage-slider__nav {
        width: 28px;
        height: 28px;
        background: rgba(255, 255, 255, 0.34);
        box-shadow: 0 6px 14px rgba(17, 17, 17, 0.08);
    }

    .nkl-homepage-slider__nav.swiper-button-prev {
        left: 8px;
    }

    .nkl-homepage-slider__nav.swiper-button-next {
        right: 8px;
    }

    .nkl-homepage-slider__nav span {
        font-size: 16px;
    }

    .nkl-homepage-slider__pagination {
        bottom: 10px !important;
    }
}
