/* Add custom CSS styles below */ 

salla-payments .s-payments-list {
    background-color: #ffffff;
    padding-bottom:20px;
  
}
.app-inner {
    background-color: #FAD4D1;
}


.banner-entry{
background-color:#FAD4D1;
}
.md\:grid-cols-3 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }


    .two-row .banner-entry:first-child {
        
        grid-row: span 1 / span 2;
    }
 .fixed-banner--1 {
    margin-top: -0.001rem !important;
   
}


.fixed-banner--0,
.fixed-banner--1,
.fixed-banner--2,
.fixed-banner--3 {
    width: 100%;
    
}

.fixed-banner--0 .container,
.fixed-banner--1 .container,
.fixed-banner--2 .container,
.fixed-banner--3 .container {
    max-width: 100%;
    padding: 0;
}

.s-block--fixed-banner {
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
    .md\:grid-cols-3 {
        grid-template-columns: 1fr; /* موبايل عمود واحد */
    }

   .banner-entry {
        height: 100px;
        width: 250px;
        margin: 0 auto; /* Center the banner-entry box itself */
        display: flex;
        justify-content: center;
        align-items: center;
    }     
    }  
}
/* إخفاء رقم الواتساب */
.store-footer__contacts-row .text-unicode {
  display: none !important;
}

/* تنسيق الأيقونة */
.store-footer__contacts-row .whatsapp-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url('https://cdn.salla.sa/form-builder/En19MotQp4zDdMfI7bMhNPT5t9aiFDcJ3MSXrkKs.png'); /* تأكد من رابط الأيقونة */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  margin-right: 10px;
}

/* تنسيق الأيقونات الاجتماعية */
.store-footer__contacts-row ul.rounded_contacts {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

/* إضافة تأثيرات لتغيير الشكل عند التفاعل */
.store-footer__contacts-row .whatsapp-icon:hover {
  opacity: 0.8;
}

/* جعل الأيقونات تظهر بجانب بعضها */
.store-footer__contacts-row {
  display: flex;
  justify-content: center;
  gap: 15px; /* المسافة بين الأيقونات */
  align-items: center;
}

/* تنسيق الأيقونات الاجتماعية */
.store-footer__contacts-row ul.rounded_contacts {
  display: flex;
  gap: 15px; /* المسافة بين الأيقونات */
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* ترتيب أيقونة الواتساب بعد التيك توك */
.store-footer__contacts-row a[href*="whatsapp"] {
  order: 2; /* ترتيب أيقونة الواتساب بعد التيك توك */
}

/* ترتيب أيقونة التيك توك لتكون أولاً */
.store-footer__contacts-row a[href*="tiktok"] {
  order: 1; /* ترتيب أيقونة التيك توك */
}

/* إزالة رقم الواتساب */
.store-footer__contacts-row .text-unicode {
  display: none !important;
}
/* تحديد العنصر الخامس باستخدام nth-of-type */
section.s-block.s-block--fixed-banner.wide-placeholder > .container:nth-of-type(5) {
  max-width: 50% !important;
}