.shop-carousel8-wrap {
    position: relative;
}

.shop-carousel8-wrap .swiper-slide {
    height: auto;
}

.shop-carousel8-wrap .swiper-nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: ease .3s;
}

.shop-carousel8-wrap .swiper-nav-button.swiper-btn-next {
    right: auto;
    left: 10px;
}

.shop-carousel8-wrap .swiper-button-disabled {
    opacity: 0;
}

.shop-carousel8-wrap .img-container {
    position: relative;
    margin: 0 20px;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop-carousel8-wrap .img-container img {
    height: 250px;
    object-fit: cover;
}

.shop-carousel8-wrap .img-container .image-border {
    position: absolute;
    top: 23px;
    left: 0;
    right: 0;
    bottom: 23px;
    border: 10px solid rgba(255, 255, 255, 0.2);
    pointer-events: none;
}

.shop-carousel8-wrap .product-title {
    display: block;
}

.shop-carousel8-wrap .product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shop-carousel8-wrap .product-meta .product-time-duration {
    display: flex;
    align-items: center;
}

.shop-carousel8-wrap .product-meta .icon-container {
    display: flex;
    align-items: center;
}

.shop-carousel8-wrap .product-author {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}

.shop-carousel8-wrap .product-button-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shop-carousel8-wrap .product-button-area .product-price {
    display: flex;
}

.shop-carousel8-wrap .add-cart-btn {
    display: flex;
    padding: 0 15px;
}

.shop-carousel8-wrap .swiper-pagination span {
    width: 10px;
    height: 10px;
    margin: 5px;
}

.shop-carousel8-wrap .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffffff;
    color: #ffffff;
}