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

/*Hero*/
section:nth-of-type(1) {
  margin: unset;
}
section:nth-of-type(1) > div,
section:nth-of-type(5) > div,
section:nth-of-type(9) > div{
  padding: unset;
  max-width: unset;
}
/*subHero*/
section:nth-of-type(2) > div {
  max-width: 600px;
}
/**/

/*categories*/
.banner-entry.square-photos:first-child {
  grid-row: unset;
}
.banner-entry.square-photos {
  height: 175px;
}
section:nth-of-type(3) > div {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}
section:nth-of-type(3){
  max-width: 700px;
}

/*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: #a89f3a !important;
}

.s-button-primary-outline,
.s-button-primary-outline:hover {
  background-color: #94D4ED;
  color: #fff;
  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: #94D4ED !important;
  color: #fff;
}

.copyright-text p,
.copyright-text a:hover{
  color: #fff; 
}