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


section.s-block.s-block--banners.container .s-block__title .right-side h2 {
  color: black;
  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: #F3AE3E;
  color: white ;
 
}

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

}
/* Product Price */
.s-product-card-price {
    color: #F3AE3E;
    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 #F3AE3E;
  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 */
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 5rem;
}
.navbar-brand img {
    max-height: 5rem;
}