.featured-product-item img {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #eee;
}
.featured-product-item h5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.featured-products-swiper .swiper-button-next,
.featured-products-swiper .swiper-button-prev{
    top: 28%;
    background: var(--ast-global-color-0);
    color: #ffffff;
}
p.product-book-authors{
    color: var(--ast-global-color-0);
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
}
p.product-book-dealer {
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

p.product-book-dealer a{
    color: var(--ast-global-color-0);
    line-height: 20px;
}

.featured-products-swiper .swiper-button-prev {
    left: 0px;
    right: auto;
}

.featured-products-swiper .swiper-button-next {
    right: 0px;
    left: auto;
}

.featured-products-swiper .swiper-button-prev:after,
.featured-products-swiper .swiper-button-next:after {
    font-size: 24px;
}