/* Add custom CSS styles below */ 

:root {
    --color-primary: #3B1E54;
    --color-primary-dark: #260641;
    --color-primary-light: #9b68c6;
    --color-primary-reverse: #ffffff;
}



@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;700&display=swap');
body, h1, h2, h3, h4, h5, h6, p, span, a, button, input, label {
    font-family: 'Tajawal', sans-serif !important;
}
* {
  font-family: "Tajawal", sans-serif !important;
font-weight: 700!important;
}

.topnav-is-dark .top-navbar {
    background-color: rgb(59 30 84);
    color: white;
}



/* =============================
   Slider - Photos
============================= */
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    width: 100%;
}

section.s-block.s-block--photos-slider .carousel-slider .swiper-wrapper > div {
    padding: 0 !important;
}

section:first-of-type.s-block.s-block--photos-slider {
    margin-top: 0;
}

[dir="rtl"] salla-slider.photos-slider .swiper {
    padding: 0;
}

section.s-block.s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
}



.s-product-card-content-title {
    display: flex
;
    justify-content: center;
}
.s-product-card-content-sub {
    margin-bottom: 1.25rem;
    display: flex
;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.s-button-wide {
    width: 100%;
    background: #3b1e54;
    color: white;
}

    .sm\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
        background: unset;
    
}

.s-slider-block__title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-slider .s-slider-block__title-nav {
    display: none !important;
}
.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
padding: 0.5rem;
}
.s-slider-block__title h2 {
    border: solid 1px #3b1e54;
    border-radius: .75rem;
    color: #3b1e54;
}
.s-slider-block__title-right:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0rem !important;
}

.s-block--features__item {
        padding-left: 2rem;
        padding-right: 2rem;
        background: unset;
    }
    
    .s-block--features__item .feature-icon {
    border-radius: 0px;
    background-color: var(--color-primary);
    box-shadow: 0px 0px 0px 5px #9B7EBE;
}

@media (min-width: 1024px) {
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.store-footer__inner {
    background-color: rgb(59 30 84);
    color: white;
}

.store-footer {
    background-color: rgb(59 30 84);
}

.copyright-text p {
    color: rgb(255 255 255);
}

.s-product-card-content-title a {
    display: block;             /* عشان text-overflow يشتغل */
    text-align: center;         /* يخلي النص في النص */
    white-space: nowrap;        /* يمنع كسر السطر */
    overflow: hidden;           /* يخفي أي جزء زيادة */
    text-overflow: ellipsis;    /* يضيف ... لو النص طويل */
}