.s-block--fixed-banner:first-of-type {
  margin-top: 0;
}
div.s-product-card-content > div.s-product-card-content-footer.gap-2 > salla-add-product-button > div > salla-button > button {
  background: var(--color-primary);
  border-radius: 4px;
}
div.s-product-card-content > div.s-product-card-content-footer.gap-2 > salla-add-product-button > div > salla-button > button > span > span,
div.s-product-card-content > div.s-product-card-content-footer.gap-2 > salla-add-product-button > div > salla-button > button > span > i {
  color: #fff;
}
.s-button-outline {
  border: none;
}
.s-block--fixed-banner:first-of-type .container,
section:nth-child(8) .container,
section:nth-child(10) .container {
  max-width: unset;
  padding: 0;
}
section.s-block.s-block--banners.container {
  margin-top: .5rem;
}
section:nth-child(5) {
  margin-top: 4rem !important;
}
section:nth-child(5) .container {
  max-width: 820px;
}
@media(min-width: 992px) {
  .s-block--banners.container {
    max-width: 870px;
  }
}
.s-block--banners .grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.s-block--banners .banner-entry {
    background: transparent;
    grid-row: span 1 !important;
    padding: 0 !important;
}
.s-block--fixed-banner img {
  background-color: transparent;
}
.store-footer__inner {
  background: var(--color-primary) !important;
  color:#fff;
}
custom-salla-product-card {
  box-shadow: 0 0 10px #999;
}
.swiper-wrapper {
  padding-block: 20px;
}
body {
    background-color: #fff;
}
.s-product-card-image {
  background-color: transparent;
}
.s-product-card-entry {
  padding: .8rem;
}
.product-index .s-products-list-wrapper {
  padding: .8rem;
}
.s-product-card-content-footer {
  padding-top: .6rem;
  border-top: 1px solid #A89F3A;
}