.dokan-stores-carousel {
    padding: 20px 0;
}

.store-wrapper {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
}

.store-banner img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.store-content {
    padding: 10px;
}

.storetitle_homepage {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
    text-align: center;
    font-family: 'Yekan-Bold' !important;
}

.store-desc {
    font-size: 14px;
    color: #555;
    font-family: 'IranYekan';
}

.store-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.seller-avatar img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.showstore p {
    margin: 0;
    font-size: 14px;
    font-family: 'Yekan-Bold';
    color: #000;
}

/* Swiper Navigation */
.swiper-button-prev,
.swiper-button-next {
    background: #f05025 !important;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
}

.swiper-button-next:after, .swiper-button-prev:after{
        color: #fff;
        font-size: 25px !important;
}

/* Pagination (بالت پایین) */
.swiper-pagination {
    margin-top: 15px;
    position: relative;
}

.swiper-pagination-bullet {
    background: #000;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #333;
}
