/*Cairo*/
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Lemonada:wght@300..700&display=swap');


*{
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;

}

/**/


.ad-star-btn {
  background-color:var(--color-primary);
}


/***/
.copyright-text p {

    color: #fff !important;
}

.copyright-text a:hover {
    color: #fff !important;
}

.s-payments-list-item img {
    object-fit: cover;
    background: #ffffff !important;
    height: unset;
}



 
.weeklyOffers .items-center:nth-child(2){

display:none !important;
    
    
}
.weeklyOffers .swiper-pagination{

    display:none;
}
.weeklyOffers .swiper-slide-active{

background-image:url(https://cdn.salla.sa/form-builder/5ptBkPNb3xmtjiMsxUCRhzOMJduFzkkB8ZO1fhX2.png);
background-size:cover;
background-repeat:no-repeat;     
    
}
.weekly-star-btn {
  
    color: #3c333b;

}

section:nth-child(1 of .landing-page-first-banner) .item-text {
    background: #0000002E;
    padding: 43px 24px;

}
 section:nth-child(1 of .landing-page-first-banner) .item-text h1 {
    font-size: 36px !important;
}



@media(max-width:768px){
.weeklyOffers {
    height: 50vh !important;
}

.weeklyOffers .swiper-slide-active{ 
    height: 50vh !important;    
}

 .g_cat .grid-cols-3 {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
 .g_cat .products-item {
    align-self: start;
    grid-column: 2 span;
}

  .g_cat .flex:nth-child(4) {
    grid-column: 2 /4;
  }



section:nth-child(1 of .landing-page-first-banner) .item-text h1 {
    font-size: 16px !important;
}
}