/* Add custom CSS styles below */ 

@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css");

/* start fixed banner */
section:first-of-type{
  margin-top: 0;
}
section.s-block.s-block--fixed-banner .container {
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.banner--fixed img {
    background-color: unset !important;
}

/* start footer */
.footer-is-light .store-footer .store-footer__inner {
    background-color: var(--color-primary);
  color: #fff;
 border: none;
}
@media(max-width:767px){
  .footer-is-light .store-footer .store-footer__inner {
    text-align: center;
}
  .store-footer a {
    justify-content: center;
}
  footer salla-trust-badges {
    margin: auto;
}
}