/* Add custom CSS styles below */ 
.store-footer__inner {
    background-color: #E05C3A;
    color: #FFF !important;
}

#main-slider-0 .home-slider__content , #main-slider-12 .home-slider__content{
    width:50%;
    left:25%;
}
#main-slider-2 .home-slider__content{
    width:50%;
    left:75%;
}

@media(max-width:768px){
    .home-slider h3{
        font-size:20px;
    }
        .home-slider span{
        display:none
    }
    #main-slider-0 .home-slider__content, #main-slider-12 .home-slider__content {
    width: 70%;
    left: 50%;
    background-color: #00000066;
    border-radius: 25px;
}
#main-slider-2 .home-slider__content {
    width: 70%;
    left: 50%;
    background-color: #00000066;
    border-radius: 25px;
}
}



/*start customize section*/
.s-block.s-block--photos-slider{
    padding:0;
}
    .s-block.s-block--photos-slider .container{
    padding: 0rem;
    max-width: 100%;
}
salla-slider.photos-slider .swiper-slide img{
border-radius:0 !important;
}
.s-slider-block__title-nav {
    visibility: hidden;
}

section:first-of-type {
        margin-top:0;
}


/* استيراد خط GE SS Unique Bold (إذا كان متاحًا عبر webfont أو مرفوع على الاستضافة) */
@font-face {
    font-family: 'GESSBold';
    src: url('https://yourdomain.com/fonts/GE-SS-Two-Bold.woff2') format('woff2'),
         url('https://yourdomain.com/fonts/GE-SS-Two-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* تطبيق الخط على العناوين في صفحة المنتج أو البطاقات */
.product-title,
.product-card-title,
.product-card__name,
h1, h2, h3 {
    font-family: 'GESSBold', sans-serif !important;
    font-weight: bold !important;
    letter-spacing: -0.3px;
}