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

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

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

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

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

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


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

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


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

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

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

    @media (max-width: 768px) {
        .slide-content h3 {
            font-size: 18px;
        }

        .slide-content p {
            font-size: 14px;
        }

        .ps-product--banner {
            padding: 10px;
        }
    }