.tp-product-carousel .tp-swiper .swiper-slide{
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}


.tp-product-carousel .swiper-slide .tppc-slide-wrapper {
    height: 100%;
}

.tp-product-carousel .field.tb5-field {
    margin: 0;
}

.tp-product-carousel .tppc-product-image .ratio img {
    height: 100%;
    border-radius: 20px;
    border: 2px solid var(--bs-primary);
}

.tp-product-carousel .tppc-product-image {
    margin-top: -80px;
    margin-bottom: 20px;
}

.tp-product-carousel .swiper-slide {
    padding-top: 60px;
}

.tp-product-carousel .tppc-product-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
}

.tp-product-carousel .tp-swiper {
    padding-bottom: 30px;
}

.tp-product-carousel .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    --swiper-pagination-bottom: 0;
}

.swiper .swiper-pagination-bullet-active {
    --swiper-pagination-color: var(--bs-primary);
}