/* Add custom CSS styles below */ 
.store-footer__contacts-row> div .anime-item{
background:#fff !important;
color:#000 !important;
transition: 0.8s;
}
.store-footer__contacts-row .anime-item:hover{
background:none !important;

transition: 0.3s;
}
/*.main-menu > li span{
    font-size: 18px;
}*/

@media(width > 768px){

.main-menu > li span{
margin-top:15px;
}}
/*products*/
/*.product-card__addToCart__btn salla-button {
width:90% !important;
}*/
/*category*/
.s-block--square-links  img{
    object-fit: fill !important;
}
/*footer*/
.footer-list a{
    transition: 0.3s;

}
.footer-list a:hover{
scale:1.05;
}
/*products*/
@media(width < 768px){
.product-card__addToCart__btn salla-button button{
background:#000 !important;
}
}
.sicon-shopping{
display:none !important;
}
.product-card__actions{
display:none !important;
}
.product-card__addToCart__btn salla-button button{
background:#000 !important;
}
.s-button-element{
background:#000 !important;
color:#fff !important;
}
.quickview-btn,
.wishlist{
display:none !important;
}





#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG 
  > section.s-block.s-block--square-links.square-links-3.s-block--animate 
  > div > ul > li:nth-child(1) > a > p {
    font-size: 10px; /* غيري الرقم على حسب الحجم اللي تبغينه */
}

#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG 
  > section.s-block.s-block--square-links.square-links-3.s-block--animate 
  > div > ul > li:nth-child(2) > a > p {
    font-size: 10px;
}



#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG 
> section.s-block.s-block--square-links.square-links-3.s-block--animate 
> div > ul > li:nth-child(1) > a > salla-add-product-button 
> div > salla-button > button {
  margin-top: 15px; 
}

#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG 
> section.s-block.s-block--square-links.square-links-3.s-block--animate 
> div > ul > li:nth-child(2) > a > salla-add-product-button 
> div > salla-button > button {
  margin-top: 15px; 
}

#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG 
> section.s-block.s-block--square-links.square-links-4.s-block--animate 
> div > ul > li > a > salla-add-product-button 
> div > salla-button > button {
  margin-top: 15px; 
}


.advanced-slider__caption__inner__content__heading {
    color: white;                /* تغيير لون النص إلى الأبيض */
    transform: translateY(-160px); /* رفع النص للأعلى */
    font-size: 24px;
}


#app > div.app-inner.flex.flex-col.min-h-full.bg-storeBG > section.s-block.s-block--square-links.square-links-4.s-block--animate > div > ul > li > a > p {
    font-size: 10px; /* غير الرقم حسب الحجم اللي تبيه */
}