/* Add custom CSS styles below */ 

@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;
}

:root {
    --color-primary: #03BCF2;
    --color-primary-dark: #026D8C;
    --color-primary-light: #03BCF2;
    --color-primary-reverse: #ffffff;
}

body {
    background-color: white;
}

@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: linear-gradient(89deg, #03BCF2, #0E88A9);
    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 #03BCF2;
    border-radius: .75rem;
    color: #03BCF2;
}
.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: 2px;
    background-color: #0E88A9;
    box-shadow: 0px 0px 0px 5px #03BCF2;
}

@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;    /* يضيف ... لو النص طويل */
}

.s-slider-block__display-all {
display: none;
}

.footer-is-light .store-footer .store-footer__inner {
    
    background: linear-gradient(#0E88A9, #03BCF2);
}

.footer-is-light .store-footer {
    
    background: linear-gradient(#0E88A9, #03BCF2);
}

.top-navbar {
    background: linear-gradient(#0E88A9, #03BCF2);
    color: white;
}

.s-product-card-content-subtitle {
    justify-content: center;
    display: flex;
}

.header-btn__icon {
    color: rgb(255 255 255);
    background: #03BCF2;
}

.s-product-card-vertical {
    flex-direction: column;
    border: ridge 2px #04b6e9;
    box-shadow: 0px 0px #0e8bad;
}


    .s-reviews-testimonial {
     
        border: ridge 3px #03bcf2;
        border-radius: 16px;
        color: #000;
        
    
}


.s-reviews-testimonial__text p {
    margin-bottom: 0.5rem;
    margin-top: 2rem;
    display: none;
    line-height: 1.5rem;
}

.s-reviews-header-wrapper {
    display: flex
;
    justify-content: space-between;
    align-content: stretch;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
}

.s-reviews-header {
    margin-bottom: 4rem;
}

    .s-reviews-container .swiper-slide {
        padding: 15px;
    
}

/* صور المنتجات داخل كروت سلة */
.s-product-card img,
.s-product-card .s-product-card-img img,
.product-item img {
    width: 100% !important;
    height: 250px !important;
    object-fit: contain !important; /* يخلي الصورة كاملة */
    object-position: center !important; /* يوسّط الصورة */
    background-color: #fff !important; /* لو الصورة شفافة */
    transition: transform 0.3s ease !important;
}

/* تأثير هوفر */
.s-product-card img:hover {
    transform: scale(1.05) !important;
}

/* ريسبونسيف */
@media (max-width: 768px) {
    .s-product-card img,
    .s-product-card .s-product-card-img img,
    .product-item img {
        height: 180px !important;
    }
}

@media (max-width: 480px) {
    .s-product-card img,
    .s-product-card .s-product-card-img img,
    .product-item img {
        height: 150px !important;
    }
}