.slider-taxonomy-saumon {

    .first-col {}

    .image-slider {
        .splide {
            &__slide {
                @apply invisible;

                &.is-active,
                &.is-visible,
                &.is-next {
                    @apply visible;
                }

                &--clone {
                    @apply invisible;
                }
            }

            &__track {
                @apply overflow-visible;
            }
        }
    }

    .slider-dots {
        @apply flex-nowrap justify-start overflow-x-auto pointer-events-auto pl-1 !important;

        @screen lg {
            @apply flex-wrap justify-center pl-0 !important;
        }

    }
}
