/* Add custom CSS styles below */ 
body#app.index{
    background: white;
    }
    .lazy__bg.lazy.entered.loaded{
        background-size: contain !important;
        background-repeat: no-repeat;
    }
    a.banner-entry.square-photos {
        background: transparent;
    }
    img {
        background: transparent !important;
        border-radius:0;
    }
    salla-slider.photos-slider .swiper-slide {
   width:100%;
   max-width:100%;
    }
    salla-slider.photos-slider .swiper-slide img {
  width: 100% !important;
  height: auto;
  display: block;
  object-fit: cover;
}


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



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



@media (min-width: 768px) {
  .s-slider-block__title-right {
    width: 100%;
    text-align: center;
    margin-left: -200px;
  }

  .s-slider-block__title-right h2 {
    color: #01584F;
    font-size: 24px;
    display: inline-block;
  }

  .s-block__title .right-side {
    width: 100%;
    text-align: center;
    margin-left: -200px;
  }

  .s-block__title .right-side h2 {
    color: #01584F;
    font-size: 24px;
    display: inline-block;
  }
  .banner-entry {

height: 358px;  
  }
  
  section.s-block--banners.container:has([data-bg*="xvUgZvpLqen8kTFtcpevUyYqQoxb3YfobMalwFJ8.png"]) .md\:grid-cols-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
 
  
}


@media (max-width: 767px) {
  .s-slider-block__title-right h2,
  .s-block__title .right-side h2 {
    color: #01584F !important;
  }
 salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding: 0;
}
       section.s-block--banners.container:has([data-bg*="xvUgZvpLqen8kTFtcpevUyYqQoxb3YfobMalwFJ8.png"]) .md\:grid-cols-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
     .banner-entry {

height: 107px;  
  }
}

.s-product-card-entry {
  border: 2px solid #338E95;
  border-radius: 8px;
}

section.s-block--photos-slider {
  margin-top: 0 !important;
}

.banner-entry {
  overflow: hidden;
  display: block;
}

.banner-entry .lazy__bg {
  transition: transform 0.4s ease;
  transform: scale(1);
}

.banner-entry:hover .lazy__bg {
  transform: scale(1.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
/* Animate the card */
.s-product-card-entry {
  transition: transform 0.4s ease;
  transform: scale(1) rotate(0deg);
  will-change: transform;
  overflow: hidden;
}

/* Animate the card on hover */
.s-product-card-entry:hover {
  transform: scale(1.05) rotate(1.5deg);
  z-index: 1;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Animate the product image inside the card */
.s-product-card-entry .s-product-card-image img {
  transition: transform 0.4s ease;
  transform: scale(1);
}

/* Zoom the image slightly more than the card for a layered effect */
.s-product-card-entry:hover .s-product-card-image img {
  transform: scale(1.1);
}