.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: #fff;
  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 {
  max-width: unset;
  padding: 0;
}
@media(min-width: 992px) {
  .s-block--banners.container {
    max-width: 870px;
  }
}
.s-block--banners .grid {
  grid-template-columns: repeat(4, 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--banners .s-block__title h2 {
  font-size: clamp(1.25rem, 0.8099rem + 1.8779vw, 2.5rem);
  padding-bottom: 3.5rem;
}
.s-block--banners .s-block__title::after {
  position: absolute;
  content: '';
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(1rem, 0.8239rem + 0.7512vw, 1.5rem);
  text-wrap: nowrap;
}
.s-block--fixed-banner img {
  background-color: transparent;
}
.store-footer__inner {
  background: linear-gradient(to bottom, #89C6F6 100%, #59AFF200) !important;
  color:#fff;
}
.store-footer {
  background: linear-gradient(to bottom, #89C6F6 100%, #59AFF200) !important;
}
custom-salla-product-card {
  box-shadow: 0 0 10px #999;
}
.swiper-wrapper {
  padding-block: 20px;
}
body {
    background-color: #70BAF4;
}
.s-product-card-image {
  background: #89C6F6;
}
.s-product-card-entry {
  padding: .8rem;
  background: #89C6F6;
}
.product-index .s-products-list-wrapper {
  padding: .8rem;
}
.store-header .inner {
  background-color: var(--color-primary)
}
.s-search-input-wrapper input {
  background: #fff !important;
}
.s-button-element span,
.s-button-element i {
  color: #89C6F6 !important;
}
.s-product-card-content,
.s-product-card-content-title a {
  color: #fff;
}