/* Add custom CSS styles below */ 

body#app.index{
    background: white;
    }
    .lazy__bg.lazy.entered.loaded{
        background-size: contain;
        background-repeat: no-repeat;
    }
    a.banner-entry.square-photos {
        background: transparent;
    }
    img {
        background: transparent !important;
        border-radius:0;
    }
  

.s-block__title {
    justify-content: center;
}
section.s-block.s-block--banners.container .s-block__title .right-side h2 {
  color: ر;
  font-weight: bold;     
  font-size: 2rem;       
       
}

.s-slider-block__title h2 {
   font-size: 1.5rem; 
}
/* Change button background and text color */
.s-button-btn.s-button-primary-outline {
  background-color:#D2B691;
  color: white ;
 
}

/* Remove hover effect */
.s-button-btn.s-button-primary-outline:hover {
  background-color:#D2B691 ;
  color: white;

}
/* Product Price */
.s-product-card-price {
    color: #D2B691;
    text-align: center ;
}
.s-product-card-content-sub {
    text-align: center;
     display: inline-block;
}
.s-product-card-content-title a {
    
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    display: block;
}
.s-product-card-entry,
custom-salla-product-card.s-product-card-entry {
    border: 2px solid #D2B691;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px;
}

.s-product-card-entry,
custom-salla-product-card.s-product-card-entry {
  border: 2px solid #D2B691;
  border-radius: 8px;
  overflow: hidden;
  padding: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.s-product-card-entry:hover,
custom-salla-product-card.s-product-card-entry:hover {
  transform: scale(0.97); /* Zoom out slightly */
  box-shadow: none;       /* Optional: remove shadow on hover */
}
.s-block__title h2 {
    border: 2px solid #D2B691;       
    border-radius: 10px;          
    padding: 10px 20px;      
    display: inline-block;       
     
                 
}
.s-block--fixed-banner:nth-of-type(8) .banner img {
    width:70%; /* تملأ 60% من مساحة البانر */
    display: block;
    margin: 0 auto;
}