.slider-product-saumon {

    .first-col {}

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

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

                &--clone {
                    @apply invisible;
                }
            }

            &__track {
                @apply overflow-visible;
            }
        }

        .post-thumbnail {
            height: 320px;
            @screen lg {
                height: 613px;
            }
        }
    }

    .carac-tab-title {
        &::after {
            content: '\f078';
            font-family: "Font Awesome 5 Pro", sans-serif;
            @apply inline-block font-normal text-current ml-auto;
        }
    }

    details.carac-details[open] {
        .carac-tab-title::after {
            content: '\f077';
        }
    }
}
