.custom-carousel {
    padding-bottom: 40px!important;
}
.custom-carousel .swiper-slide {
    display: flex;
}
.custom-carousel .swiper-slide .product .entry-meta {
    margin-bottom: 20px;
}
.custom-carousel .swiper-slide > * {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.custom-carousel .swiper-button-prev,
.custom-carousel .swiper-button-next {
    color: #000;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    transition: opacity 0.3s ease;
}
.custom-carousel .swiper-button-prev:hover,
.custom-carousel .swiper-button-next:hover {
    opacity: 0.7;
}
.custom-carousel .swiper-pagination-bullet {
    background: #ccc;
    opacity: 1;
    transition: background 0.3s ease;
}
.custom-carousel .swiper-pagination-bullet-active {
    background: #000;
}
