/* Add custom CSS styles below */
body,
img,
a {
  background-color: transparent !important;
}

/*Hero*/
section:nth-child(4) {
  margin: unset;
}
section:nth-child(4) > div {
  padding: unset;
  max-width: unset;
}
/*subHero*/
section:nth-child(5) > div {
  max-width: 600px;
}
/**/

/*products*/
.s-products-slider-card {
  padding: 1rem;
}
.s-product-card-entry.s-product-card-vertical {
  box-shadow: 0 0 10px 0 black;
}

.s-product-card-price {
  color: #000000 !important;
}

.s-button-primary-outline,
.s-button-primary-outline:hover {
  background-color: #0097B2;
  color: #FFFFFF;
  border: unset;
}

/*products page*/
.s-products-list-wrapper.s-products-list-vertical-cards {
  padding: 2rem;
}
/**/

/*Footer*/
footer > div.store-footer__inner,
.store-footer {
  background-color: #0097B2 !important;
  color: #fff;
}

.copyright-text p{
  color: #fff;
}
.s-block--banners .grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem
}
.s-block--banners .grid .banner-entry {
    display: flex;
    height: clamp(9.375rem, 8.2746rem + 4.6948vw, 12.5rem);
    flex-grow: 1;
    min-height: 200px;
    padding: 0;
    flex-basis: clamp(9.375rem, 8.2746rem + 4.6948vw, 12.5rem);
}
/**/