.testimonials-wrapper--slider {
    .title-wrapper {
        width: max-content;
        margin: auto;

        .rich-text__heading {
            text-align: left;
        }
        .rich-text__subheading {
            text-align: right;

            @media (max-width: 1023.98px) {
                margin-top: -0.8rem;
            }
            @media (min-width: 1024px) {
                margin-top: -1.2rem;
            }
        }
    }

    .skeepers_carousel_container {
        margin-bottom: 0;

        .skeepers_carousel-main .skeepers-swiper .swiper-wrapper .skeepers-w25 .carousel-content {
            border: 0;
            border-radius: 0;
        }

        @media (max-width: 767.98px) {
            .carousel-container {
                height: auto;
            }
            .skeepers_carousel-main .skeepers-swiper {
                width: 100%;
            }
            .carousel-container .slide-arrow {
                display: none;
            }
            .swiper-pagination-bullets {
                position: relative;
                margin-top: -1rem;
            }
            .swiper-pagination-bullet {
                width: var(--swiper-pagination-bullet-size);
                height: var(--swiper-pagination-bullet-size);
            }
            .swiper-pagination-bullet-active {
                width: 2.5rem;
                border: 0;
                border-radius: 1rem;
                background: var(--color-grey-200);
            }
        }
        @media (min-width: 768px) {
            .skeepers_carousel-main .skeepers-swiper {
                width: 100%;
            }
            .carousel-container .slide-arrow {
                width: var(--swiper-navigation-size);
                height: var(--swiper-navigation-size);
                border: var(--buttons-border-width) solid rgb(var(--color-border));
                transform: translateY(-100%);
                font-size: 0;

                &::after {
                    content: '';
                    display: block;
                    position: absolute;
                    width: var(--swiper-navigation-icon-size);
                    height: var(--swiper-navigation-icon-size);
                    background-size: contain;
                }
            }
            .carousel-container #slide-arrow-prev,
            .carousel-container #slide-arrow-next {
                position: absolute;
                top: calc(var(--spacing-lg) * -1);
                bottom: auto;
                padding: 0;
                border-radius: 50%;

                &:hover {
                    border-color: var(--color-dark);
                }
            }
            .carousel-container #slide-arrow-prev {
                right: calc(var(--swiper-navigation-size) + var(--spacing-sm));
                left: auto;

                &::after {
                    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%0A%3E%3Cpath d='M12.75 16.2505L6.5 10.0005L12.75 3.75049' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
                }
            }
            .carousel-container #slide-arrow-next {
                right: var(--spacing-xs);
                &::after {
                    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%0A%3E%3Cpath d='M7.5 3.74121L13.75 9.99121L7.5 16.2412' stroke='currentColor' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
                }
            }

            .swiper-pagination-bullets {
                display: none;
            }
        }
        @media (min-width: 1068px) and (max-width: 1279.98px) {
            .stars {
                margin-right: 0;
                align-items: center;
            }
            .stars__item {
                width: 18px;
                height: 18px;
                svg {
                    width: 13px;
                    height: 13px;
                }
            }

            .review__rating {
                margin: 0;
            }
        }
    }
}

#skeepers_product_widget {
    .filters__mark input::after {
        display: none;
    }
    .filters__mark-scale {
        background: #fff;
    }
    .review, .review:first-of-type {
        padding: 20px 16px;
        margin-bottom: var(--spacing-xs);
        background: #fff;
        border: none;
    }
    .review__status, .review__header .review_actions {
        display: none;
    }
    .review__message {
        .review__image {
            margin: 0;
        }
    }
}

.testimonial--layout-1 {
    p {
        margin: 0;
    }

    .testimonial__icon {
        color: rgb(var(--color-primary));
    }
    .testimonial__heading {
        font-weight: 700;
        font-size: 1.8rem;
    }
    .testimonial__content {
        margin-top: 0;
    }
    .testimonial__name {
        font-weight: 700;
    }
    .text-sm {
        font-size: 1.3rem;
    }
    .text-subtext {
        color: var(--color-grey-300);
    }

    .testimonial__inner {
        gap: 0.4rem;

        @media (max-width: 767.98px) {
            padding: 2.4rem;
        }
        @media (min-width: 768px) {
            padding: 4rem;
        }
    }
}
