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

/*Hero*/
section:nth-child(4) {
  margin: unset;
}
section:nth-child(4) > div,
section:nth-child(6) > div,
section:nth-child(10) > div {
  padding: unset;
  max-width: unset;
}
/*subHero*/

/**/

/*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-image: linear-gradient(to right,
  #D9BB87,
  #E5D0AC,
  #D9BB87);
  color: #000;
  border: unset;
}

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

/*Footer*/
footer > div.store-footer__inner,
.store-footer {
  background-image: linear-gradient(to right,
  #D9BB87,
  #E5D0AC,
  #D9BB87);
  color: #000;
}
/**/