/* Add custom CSS styles below */ 
body {
  background-image: url('https://cdn.salla.sa/form-builder/ZfxBsnD3IxoWH1j7jXPXB6k6uSRnO9cy5DNs8FeV.png');
  background-size: cover;       /* تجعل الصورة تغطي العنصر بالكامل */
  background-position: center;  /* توسيط الصورة */
 
}
.two-row .banner-entry:first-child {
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 2;
}

    .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--banners .grid.two-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}
salla-products-slider .s-slider-block__title h2 {
  color:#9D281E;
}
.s-block__title {
    justify-content: center;
}
section.s-block.s-block--banners.container .s-block__title .right-side h2 {
  color: #9D281E;
  font-weight: bold;     
  font-size: 2rem;       
       
}
@media (max-width: 768px) {
  .s-block--banners .grid.two-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
 /* نحرك العنصرين نحو اليسار عشان يبقوا وسط */
  .s-block--banners .grid.two-row > *:nth-child(4),
  .s-block--banners .grid.two-row > *:nth-child(5) {
    transform: translateX(-50.6%); /* تقريبًا ثلث عمود */
  }


.index section.s-block--fixed-banner:nth-of-type(8) > .container{
max-width: 100% !important;
}

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

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

}
/* Product Price */
.s-product-card-price {
    color: #9D281E;
    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 #9D281E;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 5rem;
}
.navbar-brand img {
    max-height: 5rem;
}
.s-product-card-entry,
custom-salla-product-card.s-product-card-entry {
  border: 2px solid #9D281E;
  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 #9D281E;       
    border-radius: 10px;          
    padding: 10px 20px;      
    display: inline-block;       
     
                 
}

.index section.s-block--fixed-banner:nth-of-type(1) > .container,
.index section.s-block--fixed-banner:nth-of-type(3) > .container,
.index section.s-block--fixed-banner:nth-of-type(5) > .container,
.index section.s-block--fixed-banner:nth-of-type(7) > .container {
    max-width: 100%;
    padding: 0;
}
.index section.s-block--fixed-banner:nth-of-type(8) > .container{
max-width: 60%;
}
section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
    margin-top: 0;
}
.s-slider-block__title-left {
    display: none;

}

.s-slider-block__title {
  padding:0;
  justify-content: center;
}
.s-slider-block__title h2{
   border: 2px solid #9D281E;       
    border-radius: 10px;          
    padding: 10px 20px;      
    display: inline-block;  
}

@media(max-width:767px){
#photos-0-slider > div.swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-ios.swiper-backface-hidden{
   padding:0;
}
.s-products-slider-card {
    max-width: 185px;
}
.main-nav-container {
    min-height: 56px;
}
  .s-button-element:not(:disabled):not([loading]) {
    font-size: 11px;
}
}
salla-comments.hydrated {
    display: none;
}