#purefun-recent-products-container .related.products {
    max-width: 1185px;
    position: relative;
    padding-left: 0 !important;
    padding-bottom: 2.5rem;
}

.purefun-recent-products-heading {
    text-align: center;
    margin: 1em 0;
}

.purefun-recent-products .swiper-slide {
    border-radius: 8%;
    padding: 8px;
    min-height: 100%;
    background-color: white;
}
.purefun-recent-products .purefun-recent-products-product-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%
}
.purefun-recent-products .woocommerce-image__wrapper {
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.purefun-recent-products .woocommerce-image__wrapper a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.purefun-recent-products .woocommerce-image__wrapper a img {
    border-radius: 8px;
    height: 120px;
    object-fit: contain;
}
.purefun-recent-products .woocommerce-loop-product__title {
    max-height: 40px;
    max-width: 114px;
    overflow: hidden;
}
#purefun-recent-products-container .purefun-recent-products-swiper > ul {
    margin: 0 !important;
}
#purefun-recent-products-container .swiper-button-prev::after{
    font-size: 20px
}
#purefun-recent-products-container .swiper-button-next::after {
    font-size: 20px
}
#purefun-recent-products-container .swiper-button-prev{
    left: 0 !important;
    top: calc(50% + 40px)!important;
}
#purefun-recent-products-container .swiper-button-next {
    right: 0 !important;
    top: calc(50% + 40px)!important;
}
#purefun-recent-products-container .related.products {
    max-width: 1185px;
    position: relative;
}

.purefun-recent-products-heading {
    text-align: center;
    margin: 1em 0;
}

.purefun-recent-products .swiper-slide {
    border-radius: 8%;
    padding: 8px;
    min-height: 100%;
    background-color: white;
}