.s_carousel_intro_wrapper {
    .s_carousel_intro {
        @extend %s_carousel_variants;

        .s_carousel_intro_controllers {
            // TODO make an upgrade script to rather rename the old class with
            // the new one and remove this.
            @extend %o_horizontal_controllers;
            height: $-o-carousel-controllers-size;

            .s_carousel_intro_controllers_row {
                padding-right: calc(var(--#{$prefix}gutter-x) * .5);
                padding-left: calc(var(--#{$prefix}gutter-x) * .5);
            }
        }

        &.s_carousel_arrows_hidden .o_arrows_wrapper {
            display: none;
        }
    }
}
