.manufacturer-carousel {
    width: 100%;
    position: relative;
    padding: 0px 50px;
}

.manufacturer-carousel .swiper-container{
    --swiper-navigation-size: 30px; 
    --swiper-navigation-sides-offset: -10px; 
    --swiper-navigation-top-offset: 45%;
    --swiper-navigation-color: black; 
    width: 100%;
    overflow: hidden;
}

.manufacturer-carousel .swiper-slide {
    display: flex;
    flex-direction: column;
    width: 100%;
    -webkit-user-select: none; /* Chrome/Safari */ 
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    -o-user-select: none;
    user-select: none;
}

.manufacturer-carousel .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
	object-position: center;
	transform: scale(0.75);
}


.manufacturer-carousel .img-wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.manufacturer-carousel .swiper-slide h3 {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
}

.manufacturer-carousel .swiper-slide a:where(:not(.wp-element-button)) {
    text-decoration: none;
}

/* Mobile */

@media (max-width: 781px) {
    .manufacturer-carousel {
        padding: 0;
    }


    .manufacturer-carousel .swiper-button-prev,
    .manufacturer-carousel .swiper-button-next {
        display: none !important;
    }
}
