body{
    background-color: #fff !important;
}
section.s-block.s-block--banners.container{
    margin-top: 0 !important;}
.grid.md\:grid-cols-3.two-row.grid-flow-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* موبايل */
  gap: 20px;
  justify-content: center;
}

.two-row .banner-entry:first-child{
  height:200px !important;
}
@media (min-width: 1024px) {
  .grid.md\:grid-cols-3.two-row.grid-flow-row {
    grid-template-columns: repeat(4, 1fr); /* ديسكتوب */
    gap: 20px;
  }
  section.s-block.s-block--banners.container{
    margin-top: 20px !important;}
}


  section.s-block.s-block--banners.container{
    margin-top: 20px !important;}
}
.square-photos{
background-color:transparent;
}

/* تنسيق العناصر */
.banner-entry.square-photos {
  width: 100%; /* تاخذ عرض العمود المحدد في Grid */
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  flex-shrink: 0;
}

/* تنسيق الصورة داخل العنصر */
.banner-entry .lazy__bg {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}





.s-button-btn{
  background-color: #b09c94 !important;
  color: #fff !important;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.s-button-btn:hover{
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  border: none !important;
    background-color: #fff !important;
  color: #b09c94 !important;
}

.feature-icon{
background:#b09c94 !important;
}
footer.store-footer ,.store-footer__inner{
background:#b09c94 !important;
color: #fff !important;
}
header , .mobile-menu{
color: #b09c94 !important;
}

.whatsapp-icon {
position: fixed;
bottom: 20px;
right: 20px;
background-color: #25D366;
color: white;
font-size: 28px;
padding: 11px;
border-radius: 50%;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
transition: transform 0.3s ease-in-out;
text-align: center;
z-index: 9999;
}

.whatsapp-icon::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 60px;
height: 60px;
background-color: rgba(37, 211, 102, 0.5);
border-radius: 50%;
transform: translate(-50%, -50%);
z-index: -1;
animation: pulse-animation 1.5s infinite;
}

@keyframes pulse-animation {
0% {
transform: translate(-50%, -50%) scale(1);
opacity: 0.7;
}
50% {
transform: translate(-50%, -50%) scale(1.4);
opacity: 0;
}
100% {
transform: translate(-50%, -50%) scale(1);
opacity: 0;
}
}

.whatsapp-icon\:hover {
transform: scale(1.1);
}

section.s-block.s-block--fixed-banner.wide-placeholder .container{
max-width: 100% !important;
    border-radius: 0%;
        margin: 0;
          padding: 0}
          
          
section.s-block.s-block--fixed-banner.wide-placeholder{
margin: 0 0 20px 0;}

.s-block--features__item{
     border: 1px solid ##b09c94 !important;
}

.s-block--features__item:nth-of-type(2) {
  background-color: #b09c94;
}

/* لو العناصر الداخلية محتاجة تغيير لونها كمان */
.s-block--features__item:nth-of-type(2) h2,
.s-block--features__item:nth-of-type(2) p,
.s-block--features__item:nth-of-type(2) i {
  color: #ffffff;
}