/* Add custom CSS styles below */ 
/* 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--banners .grid.two-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}
salla-products-slider .s-slider-block__title h2 {
  background: linear-gradient(to bottom, rgba(180, 197, 196, 1), rgba(121, 134, 137, 1));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
}
.two-row .banner-entry:first-child {
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 2;
}

section.s-block.s-block--banners.container .s-block__title .right-side h2 {
  background: linear-gradient(to bottom, rgba(180, 197, 196, 1), rgba(121, 134, 137, 1));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
  font-weight: bold;     
       
       
}
@media (max-width: 768px) {
     .s-block--banners .grid.two-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
}

/* Change button background and text color */
.s-button-btn.s-button-primary-outline {
  background: linear-gradient(to bottom, rgba(180, 197, 196, 1), rgba(121, 134, 137, 1));
  color: white ;
 
}

/* Remove hover effect */
.s-button-btn.s-button-primary-outline:hover {
  background: linear-gradient(to bottom, rgba(180, 197, 196, 1), rgba(121, 134, 137, 1));
  color: white;

}
/* Product Price */
.s-product-card-price {
      background: linear-gradient(to bottom, rgba(180, 197, 196, 1), rgba(121, 134, 137, 1));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
  font-weight: bold;     
    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 #798689;
    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 #798689;
  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 */
}
a.flex.items-center.m-0 h3 {
  background-image: url('https://i.ibb.co/60XRnnv7/UYUSvc-Pn6-U3rs-Jp-EDf96u-YFk9az-Kb-XJ7-Ngczk0-Su-2.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 160px; /* عرض مناسب للصورة */
  height: 60px; /* ارتفاع مناسب للصورة */
  display: block;
  text-indent: -9999px; /* إخفاء النص */
  overflow: hidden;
}