/* 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;
    }

.index section.s-block--fixed-banner:nth-of-type(1) > .container{
    max-width: 100%;
    padding: 0;

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

/* GRID */

.two-row .banner-entry:first-child {
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 2;
}

 .s-block--banners .grid.two-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
}

@media (max-width: 768px) {
  .s-block--banners .grid.two-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}


.s-block__title {
    justify-content: center;
}
section.s-block.s-block--banners.container .s-block__title .right-side h2 {
  color: #000000;
  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: #0B410D;
  color: white ;
  border: 3px solid  #e5e5e5;
 
}

.s-button-primary {
   background-color: #0B410D;
  color: white ;
  border: 3px solid  #e5e5e5;
 
}

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


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


.store-header .inner .container {
    max-width: 85%;
}
@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: 188px;
}
.main-nav-container {
    min-height: 56px;
}
  .s-button-element:not(:disabled):not([loading]) {
    font-size: 11px;
}
}


.banner-entry {
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              background-size 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              background-position 0.6s ease;
}

.banner-entry:hover {
  transform: scale(1.05) translateY(-10px);
 
}

.s-slider-block__title-left {
    display: none;

}
.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0;
}
.s-block__title .right-side:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0;
}

.s-slider-block__title {
    justify-content: center;
}

section.s-block.s-block--banners.container .s-block__title .right-side h2 {
    color: white;
    font-weight: bold;
    font-size: 2rem;
    background-color: #0B410D;
    border: 3px solid #e5e5e5;
}

a.flex h3 {
  font-size: 0; /* إخفاء النص */
  background-image: url('https://i.ibb.co/NnGrfw6m/DBro2-Zx-BVKOTprzmz-Hyo-OALFImz-EU71-YUo-Ygqh0h-1.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 120px;   /* ← عدّل حسب حجم الصورة الجديدة لو احتجت */
  height: 120px;   /* ← عدّل حسب حجم الصورة الجديدة لو احتجت */
}

.store-footer__inner ,
.store-footer{

    background-color: #0B410D ;
}
.copyright-text p {

    color: white;
}

.s-block--logos-slider.bg-gray-100 {
  width: 80%;
  margin: 40px auto; /* توسيط أفقي */
  background-color: #ffffff ;
  border: 3px solid #0B410D;
  border-radius: 12px;
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .s-block--logos-slider.bg-gray-100 {
    width: 95%;
    margin: 20px auto;
    border: 2px solid #0B410D;
    border-radius: 8px;
   
    text-align: center;
  }
}


.s-block--logos-slider .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem; 
}

.sicon-menu {
  color: #0B410D ; 
}