/* Add custom CSS styles below */ 

/* Product */
custom-salla-product-card {
  border:1px solid #282D2F !important;
  box-shadow: 0 0 5px 0px #68686894 !important;
  border-radius: 0 !important;
}
.s-button-primary-outline, .s-button-primary-outline:hover {
  color: #282D2F !important;
  border-radius: 40px !important;
  border-color:#E5CD87 !important;
  background: linear-gradient(90deg, rgba(44, 154, 202, 0.45) 8.87%, rgba(233, 54, 60, 0.45) 55.33%, rgb(82 211 0 / 45%) 93.35%);
}
.s-slider-block__title h2 {
  color: #282D2F !important;
}
.s-slider-nav-arrow {
  border-color: #E5CD87 !important;
  background: linear-gradient(90deg, rgba(44, 154, 202, 0.45) 8.87%, rgba(233, 54, 60, 0.45) 55.33%, rgba(112, 162, 80, 0.45) 93.35%); !important;
}
.s-slider-nav-arrow svg, .s-slider-nav-arrow:not(:disabled):hover svg {
  fill: #282D2F !important;
}
/* End product */