.gallery-slider_link {
    display: block;
    width: 100%;
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius-normal);
}

.gallery-slider_link .image-cover {
    position: absolute;
    inset: 0;
}

.splide.is-gallery-slider {
    padding-bottom: 45px;
}

.splide.is-gallery-slider .splide__arrow {
    transform: translateY(0%);
}

.splide.is-gallery-slider .splide__pagination {
    display: flex;
    gap: 5px;
}

.splide.is-gallery-slider .splide__pagination .splide__pagination__page {
    opacity: 1;
}

.splide.is-gallery-slider .splide__pagination .splide__pagination__page.is-active {
    background: #000;
    transform: scale(1.2);
}
