/* Add custom CSS styles below */
.store-header + .s-block--fixed-banner {
  margin-top: 0;
  .container {
    max-width: 100%;
    padding: 0;
    .banner--fixed img {
      border-radius: 0;
    }
  }
}
.store-header + .s-block {
  margin-top: 0;
  padding: 0;
}
.currency {
  display: none;
}
.s-product-card-content::before {
    content: "";
    position: absolute;
    width: 100%;
    background: url(https://i.ibb.co/gZ5VKdxx/Qz-CJDG24-H0kk-Hio-Cxii-YVL5-H4-S0-RP7rk-PIRCkz4j.webp);
    background-size: contain;
    background-position: center;
    top: 0px;
    left: 0px;
    height: 45px;
    background-repeat: no-repeat;
    background-color: #fff;
}
.s-product-card-content {
    min-height: 160px;
    justify-content: end;
}
.s-product-card-content-footer{
    margin-top: 0;
}

.s-product-card-content-footer salla-add-product-button .s-button-outline {
  background-color: var(--color-primary);
  color: black;
}
.s-product-card-content-footer
  salla-add-product-button
  .s-button-outline:hover {
  .s-button-text {
    color: black;
  }
  background-color: white;
}

/* Banner images with fixed aspect ratio */
.s-block.s-block--banners.container {
  max-width: unset;
  padding: 10px;
}
.s-product-card-entry,
.s-product-card-image {
  background-color: unset;
}
.s-block--banners > .grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  height: auto !important;
  min-height: 0 !important;
}
.s-block--banners > .grid .banner-entry {
  padding: 0;
  background-color: unset;
  border-radius: 1rem;
  height: 100vh;
  max-height: 100vw;
  grid-row: unset;
  overflow: hidden;
  position: relative;
}

.banner-entry .lazy__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
.banner-entry a {
  padding:0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media (max-width: 768px) {
  .s-block--banners > .grid .banner-entry {
    height: 400px; /* Reduce height on mobile */
  }
}

@media (max-width: 480px) {
  .s-block--banners > .grid {
    grid-template-columns: 1fr;
  }

  .s-block--banners > .grid .banner-entry {
    height: 350px;
  }
}
.s-block__display-all {
  margin-left: 120px;
}
.s-slider-next,
.s-slider-prev {
  position: absolute;
  top: -232px;
}
.s-slider-next {
  left: -20px;
}
.s-slider-prev {
  left: 20px;
}
.store-footer .store-footer__inner {
  background-color: #6db32f!important;
  button {
    background-color: black;
  }
  h3 {
    color: black;
  }
  .contact-links a {
    background-color: rgba(229, 231, 235, 1);
  }
  .footer-bottom {
    p {
      color: white;
    }
  }
}

@media only screen and (max-width: 600px) {
  .s-slider-next,
  .s-slider-prev {
    position: absolute;
    top: -232px;
  }
}

@media only screen and (min-width: 768px) {
  .s-slider-next,
  .s-slider-prev {
    position: absolute;
    top: -200px;
  }
}

@media only screen and (min-width: 992px) {
  .s-slider-next,
  .s-slider-prev {
    position: absolute;
    top: -232px;
  }
}

@media only screen and (min-width: 1200px) {
  .s-slider-next,
  .s-slider-prev {
    position: absolute;
    top: -250px;
  }
}
@media only screen and (min-width: 1700px) {
  .s-slider-next,
  .s-slider-prev {
    position: absolute;
    top: -280px;
  }
}