.aw-rc-swiper {
    padding: 0 50px 20px;
    position: relative;
}

.aw-rc-swiper .swiper-slide {
    text-align: center;
    padding: 0px;
    box-sizing: border-box;
}

/* Single, consistent navigation arrow for every carousel on the page.
   The theme (jquery/swiper/css/opencart.css) draws a FontAwesome chevron on
   .swiper-button-*::before while Swiper draws its own swiper-icons ::after -
   two overlapping arrows. This file loads on the homepage where every carousel
   lives and is cache-busted, so hiding Swiper's ::after here removes the
   duplicate from all of them (brand carousel + reviews), leaving the single
   theme chevron. Rule is intentionally unscoped to cover sibling carousels. */
.swiper-button-prev::after,
.swiper-button-next::after {
    content: none;
}

.aw-rc-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
}

.aw-rc-swiper .swiper-pagination-bullet-active {
    background: #333;
}

.aw-rc-footer {
    text-align: center;
    margin-top: 10px;
}

.aw-rc-footer a {
    color: #117dc2;
    text-decoration: underline;
    font-size: 14px;
}

.aw-rc-footer a:hover {
    text-decoration: none;
}

@media (max-width: 768px) {
    .aw-rc-swiper {
        padding: 0 0 50px;
    }
}
