.co--collection-bridal-slider {
    position: relative;
    width: 100%;
    overflow: hidden;

    .co--collection-bridal-slider--inner {
        width: 100%;
        position: relative;
        max-width: 1050px;
        margin: 0 auto;
        margin-bottom: 40px;
        padding: 0 50px;

        @media only screen and (max-width: 568px) {
            padding: 0 10px;
            margin-bottom: 60px;
        }

        .carousel-cell {
            width: 100%;
            position: absolute;
            top: 0;
            transition: 0.6s cubic-bezier(0, 0.35, 1, 0.45);

            &:first-child {
                /* position: relative; */
            }
        }

        .flickity-button {
            width: 36px;
            height: 24px;
            background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzciIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAzNyAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMTIuMTM3OUgzNk0zNiAxMi4xMzc5QzM2IDEyLjEzNzkgMjQuMTgzMiAxMC43NTg2IDI0LjE4MzIgME0zNiAxMi4xMzc5QzM2IDEyLjEzNzkgMjQuMTgzMiAxMy41MTcyIDI0LjE4MzIgMjQiIHN0cm9rZT0iYmxhY2siLz4KPC9zdmc+Cg==");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            padding: 0;
            top: 42%;
            box-shadow: none !important;

            @media only screen and (max-width: 568px) {
                width: 30px;
                height: 20px;
            }

            @media only screen and (max-width: 568px) {
                top: auto;
                bottom: -30px;
            }

            &.previous {
                transform: translateY(-50%) rotateY(180deg);

                &:hover {
                    transform: translate(-5px, -50%) rotateY(180deg);
                }

                @media only screen and (max-width: 568px) {
                    left: 25px;
                }
            }

            &.next {
                @media only screen and (max-width: 568px) {
                    right: 25px;
                }
            }
        }

        .co--collection-bridal-slide {
            position: relative;
            width: 100%;

            img {
                width: 100%;
                height: auto;
            }
        }
    }

    .co--collection-bridal-slider-wrapper {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 50px;
        gap: 20px 30px;
        max-width: 1050px;

        @media only screen and (max-width: 568px) {
            margin-bottom: 30px;
        }

        .co-button {
            text-transform: uppercase;
            min-width: 245px;
            font-size: 14px;
        }
    }
}