.compatible-products {
    margin-top: -100px;
}
.compatible-products .swiper-slide {
    width: 33%;
}

.compatible-products .product-tile {
    max-width: 100%;
}

.compatible-products h3 {
    white-space: break-spaces;
}

.compatible-products h4 {
    white-space: break-spaces!important;
    font-family: 'aktiv-grotesk-thin'!important;
    font-weight: 200!important;
    font-size: 18px!important;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--accordion_divider_color);
}

.compatible-products .swiper-pagination {
    display: block!important;
}

.compatible-products .swiper-pagination-bullet {
    width: 50px;
    border-bottom: 1px solid lightgrey;
}

.compatible-products .swiper-pagination-bullet-active {
    width: 50px;
    border-bottom: 1px solid black;
}

@media (max-width: 1024px) {
    .compatible-products .swiper-slide {
        width: 100%;
    }
}
