.best-selling-products-section {
    width: 100%;
    direction: rtl;
    padding: 48px 0;
    box-sizing: border-box;
}

.best-selling-products-container {
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
}

.best-selling-products-header {
    margin-bottom: 32px;
}

.best-selling-products-title {
    margin: 0 0 8px;
    color: var(--e-global-color-primary, #217346);
    font-size: 32px;
    line-height: 1.5;
    font-weight: 800;
}

.best-selling-products-subtitle {
    margin: 0;
    color: #6b7280;
    font-size: 16px;
    line-height: 1.9;
    font-weight: 400;
}

.best-selling-products-slider {
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden;
    padding: 10px 4px 40px;
    box-sizing: border-box;
}

.best-selling-products-slider .swiper-wrapper {
    align-items: stretch;
}

.best-selling-products-slide {
    height: auto;
    box-sizing: border-box;
}

.best-selling-products-slide > * {
    height: 100%;
}

.best-selling-products-pagination {
    position: relative;
    text-align: center;
    margin-top: 24px;
}

.best-selling-products-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: #d1d5db;
    margin: 0 5px !important;
    transition: all 0.25s ease;
}

.best-selling-products-pagination .swiper-pagination-bullet-active {
    width: 26px;
    border-radius: 999px;
    background-color: var(--e-global-color-primary, #217346);
}

.best-selling-products-empty,
.best-selling-products-notice {
    width: 100%;
    padding: 24px 20px;
    border-radius: 16px;
    background-color: #f9fafb;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.9;
    text-align: center;
    box-sizing: border-box;
}

.best-selling-products-notice {
    border: 1px solid #fee2e2;
    background-color: #fef2f2;
    color: #991b1b;
}

.best-selling-products-empty {
    border: 1px solid #e5e7eb;
}

/*
|--------------------------------------------------------------------------
| سازگاری با کارت محصولات
|--------------------------------------------------------------------------
*/

.best-selling-products-slide .product,
.best-selling-products-slide li.product {
    width: 100% !important;
    height: 100%;
    margin: 0 !important;
    box-sizing: border-box;
}

.best-selling-products-slide .woocommerce-loop-product__title {
    line-height: 1.7;
}

.best-selling-products-slide img {
    max-width: 100%;
    height: auto;
}

/*
|--------------------------------------------------------------------------
| Swiper fixes
|--------------------------------------------------------------------------
*/

.best-selling-products-slider.swiper {
    direction: rtl;
}

.best-selling-products-slider .swiper-wrapper {
    direction: rtl;
}

.best-selling-products-slider .swiper-slide {
    flex-shrink: 0;
}

/*
|--------------------------------------------------------------------------
| حالت موبایل و تبلت
|--------------------------------------------------------------------------
*/

@media (max-width: 1024px) {
    .best-selling-products-section {
        padding: 40px 0;
    }

    .best-selling-products-title {
        font-size: 28px;
    }

    .best-selling-products-container {
        padding-right: 18px;
        padding-left: 18px;
    }
}

@media (max-width: 767px) {
    .best-selling-products-section {
        padding: 32px 0;
    }

    .best-selling-products-container {
        padding-right: 16px;
        padding-left: 16px;
    }

    .best-selling-products-header {
        margin-bottom: 24px;
    }

    .best-selling-products-title {
        font-size: 24px;
        line-height: 1.6;
    }

    .best-selling-products-subtitle {
        font-size: 14px;
        line-height: 1.9;
    }

    .best-selling-products-slider {
        padding: 8px 2px 36px;
    }

    .best-selling-products-pagination {
        margin-top: 18px;
    }

    .best-selling-products-empty,
    .best-selling-products-notice {
        padding: 20px 16px;
        font-size: 14px;
        border-radius: 14px;
    }
}

@media (max-width: 480px) {
    .best-selling-products-title {
        font-size: 22px;
    }

    .best-selling-products-slider {
        padding-bottom: 34px;
    }

    .best-selling-products-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 4px !important;
    }

    .best-selling-products-pagination .swiper-pagination-bullet-active {
        width: 22px;
    }
}
