/* 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;
    }
section.s-block.s-block--banners.container:first-of-type > div.md\:grid-cols-3 {
  /* ستايلاتك هنا */
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

section.s-block.s-block--fixed-banner.wide-placeholder > .container {
    max-width: 100%;
    padding: 0;

}
section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
    margin-top: 0;
}

    .two-row .banner-entry:first-child {
        grid-column: span 1 / span 1;
        grid-row: span 1 / span 2;
    }
    
.s-block__title {
justify-content: center;
        color: #257EC0;
}
.s-slider-block__title {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
    display: flex;
    max-width: 1280px;
    align-items: center;
    justify-content: center;
    flex-direction:column;
    color:#257EC0;
}
.s-slider-block__title-right h2,
.s-block__title .right-side h2  {
  font-size: 2rem; /* أو الحجم اللي تبيه */
  font-weight: bold; /* لو تبي الخط يكون ثقيل */
}

/* مركز العنوان والسعر */
.s-product-card-content-main,
.s-product-card-content-sub{
  text-align: center ;
  justify-content:center ;
}

/* لون زر إضافة للسلة */
.s-product-card-content-footer salla-add-product-button button.s-button-element {
  background-color: #257EC0 ; 
  color: white ;
  
}

/* لون النص داخل الزر */
.s-product-card-content-footer salla-add-product-button button.s-button-element .s-button-text {
  color: white;
}