
.chapmans-carousel-main {
    width: 100%;
    padding: 20px 0;
    min-height: 120px;
}

.chapmans-swiper.swiper {
    width: 100%;
    min-height: 120px;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

.swiper-slide {
    flex-shrink: 0;
}

.chapmans-swiper { width: 100%; }
.swiper-wrapper { }
.swiper-slide { }
.swiper-slide img { max-height: 100px; border-radius: 0; }
.is-community .swiper-slide img { border-radius: 20px; transform: rotate(-8deg); }
.is-stores .swiper-slide img { max-height: 60px; }

/* Force linear motion for the continuous autoplay effect */
.is-awards .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

/* Ensure images don't vanish during loop transitions */
.is-awards .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0);
}

 .chapmans-swiper {
  overflow: hidden;
}