/* Add custom CSS styles below */ 
.s-block--fixed-banner {
margin: 0;
}
.s-block--fixed-banner .container{
max-width: 100%
}
/*
.slide--cat-entry{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #293D55;
  color: white;
  position: relative;
}
.slide--cat-entry img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: brightness(.5);
  z-index: 1;
}
.slide--cat-entry h2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
}
*/
button.s-slider-next{
  background-color: #293D55;
}
button.s-slider-prev{
  background-color: #293D55;
}
custom-salla-product-card {
  overflow: hidden
}

div.s-product-card-image a img{
  transition: 0.3s;
}
div.s-product-card-image:hover{
  filter: brightness(0.6);
  opacity: 1;
}
div.s-product-card-image:hover a img{
  transform: scale(1.05)
}
div.s-product-card-image salla-button button:hover{
  background-color: #57697E !important;
  border-color: #57697E !important;
}
div.s-product-card-image salla-button button:hover i{
  color: white;
}