.slide-content h3 {
    font-family: 'Almarai-Bold', sans-serif;
    margin-left: 50px;
    text-align: center;
}

.slide-content p {
    font-family: 'Almarai-Regular', sans-serif;
    margin-left: 150px;
    text-align: center;
}

.ps-section__header p , .ps-product__categories {
    font-family: 'Almarai-Regular', sans-serif;
}

.ps-section__header h3, .ps-product__title  {
    font-family: 'Almarai-Bold', sans-serif;
}

.ps-block--category p {
    font-family: 'Almarai-Bold', sans-serif;
}

.ps-btn {
    font-family: 'Almarai-Bold', sans-serif;
}

.ps-product__price {
    font-family: 'Almarai-Bold', sans-serif;
}

.main-nav {
    font-family: 'Almarai-Bold', sans-serif;
}


.swiper {
        width: 100%;
        height: auto;
        direction: 'rtl';
    }
  

    .swiper-button-next,
    .swiper-button-prev {
        color: #ff6600;
        /* غيّر اللون كما تشاء */
    }

    /* لون السهم عند التمرير عليه */
    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        color: #cc3300;
    }

    