.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(10) .container {
  max-width: unset;
  padding: 0;
}
.s-block--banners .grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.s-block--banners .banner-entry {
    background: transparent;
    grid-row: span 1 !important;
    padding: 0 !important;
}
.s-block--banners .s-block__title {
  justify-content: center;
  position: relative;
}
.s-block--banners .right-side {
  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;
}
section.s-block.s-block--banners.container {
  margin-top: 2rem;
}
.s-product-card-content-footer {
  padding-top: .6rem;
  border-top: 1px solid #A89F3A;
}