/* Loaded with Elementor's current Mobile breakpoint. */

.tooto-related-products__stage {
    width: 100vw;
    position: relative;
    left: calc(50% - 50vw);
}

.tooto-related-products .tooto-related-products__viewport {
    padding-inline: 20px;
}

.tooto-related-products {
    column-gap: var(--tooto-related-gap, 12px);
}

.tooto-related-products .tooto-related-products__card {
    width: var(--tooto-related-slide-width, 100%);
    gap: var(--tooto-related-image-gap, 10px);
}

.tooto-related-products__body {
    gap: var(--tooto-related-content-gap, 12px);
}

.tooto-related-products__intro {
    gap: 4px;
}

.tooto-related-products__title {
    font-size: 13px;
}

.tooto-related-products__excerpt,
.tooto-related-products .tooto-related-products__meta {
    font-size: 12px;
}

.tooto-related-products .tooto-related-products__action {
    font-size: 13px;
    min-height: 44px;
}

.tooto-related-products .tooto-related-products__pagination {
    margin-top: var(--tooto-related-pagination-gap, 24px);
    gap: 2px;
}

.tooto-related-products .tooto-related-products__dot {
    width: 3px;
}

.tooto-related-products__dot span {
    height: 3px;
}

.tooto-related-products .tooto-related-products__dot.swiper-pagination-bullet-active {
    width: 11px;
}
