/* Add custom CSS styles below */ 

/* إخفاء الأسهم من روابط فارغة في قسم روابط مهمة */

.store-links-items .flex:has(a:empty) {
  display: none !important;
}

/*font*/
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');* {
   font-family: "Tajawal", sans-serif !important;
}
/*end*/

body.index .app-inner{
   background-color:#01030b !important;
}

/*main banner*/
.main-banner .absolute {
    justify-content: flex-start !important;
}

.main-banner .container{
   width:50%;
   margin:0;
}
.main-banner a.btnCus{
   background: #83108C;
background: linear-gradient(90deg, rgba(131, 16, 140, 1) 0%, rgba(12, 62, 161, 1) 100%);
}

@media(max-width:768px){
.main-banner .container{
   width: 90%;
   background-color: #00000054 !important;
   padding: 1rem;
   margin: auto;
   border-radius: 20px;
}
.main-banner img {
   object-fit: cover;
   object-position: 7%;
}
}
/*end*/

/*features*/
.features *{
   color:#ffffff;
}
.features .shadow-khatwa{
   background-color:#2B2B2B70;
}
/*end*/

/*side-image-banner*/
.second-banner{
   background-repeat:no-repeat;
   background-size:cover;
}
.second-banner .text-left{
   text-align:center;
}
.second-banner a.btnCus{
   background: #83108C;
background: linear-gradient(90deg, rgba(131, 16, 140, 1) 0%, rgba(12, 62, 161, 1) 100%);
}


/*third-banner*/
.third-banner a.btnCus{
   background-color:#fff;
   color:#7a138d;
   border-radius:0;
}

@media(max-width:768px){
.third-banner img {
   object-fit: cover;
   object-position: 20%;
}   
}
/*end*/

/*offers*/
#product-offers .one-product-card{
   background-color:#171717
}

#product-offers button{
   background: linear-gradient(90deg, rgba(131, 16, 140, 1) 0%, rgba(12, 62, 161, 1) 100%);
}
#product-offers span , #product-offers a{
   color:#E0E0E0;
}
/*end*/

/*start customize section*/

    salla-slider.photos-slider .swiper-slide {
    padding: 0rem;
    margin: 0rem;
    width: 100%;
    border-radius:0 !important;
}
.home-slider img{
border-radius:0;
}
.s-slider-block__title-nav {
    visibility: hidden;
}

 salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding: 0rem;
}  
/*end*/

/*customer_review*/
#customer_review .one-review{
   background-color:#0D0D0D;
}
#customer_review .s-slider-block__title *{
   color:#ffffff;
}
/*end*/

/*products*/
#slider_bage *{
   color:#ffffff;
}

#slider_bage .s-product-card-vertical{
   background-color:#373737;
   border-radius:10px;
}

#slider_bage button{
   background: linear-gradient(90deg, rgba(131, 16, 140, 1) 0%, rgba(12, 62, 161, 1) 100%);
}

/*end*/

.index footer.store-footer *{
   color:#ffffff !important;
}