/* Add custom CSS styles below */
body,
img,
a {
  background-color: transparent !important;
}
img{
  border-radius: unset !important;
}
/*Hero*/
section:nth-of-type(1) {
  margin: unset;
}
section:nth-of-type(1) > div{
  padding: unset;
  max-width: unset;
}
/*most sales*/
section:nth-of-type(7) > div {
  max-width: 470px;
}
/* banners */
section:nth-of-type(4) > div,
section:nth-of-type(6) > div,
section:nth-of-type(9) > div{
  max-width: 1600px;
}
/*categories*/
.banner-entry.square-photos:first-child {
  grid-row: unset;
}
.banner-entry.square-photos {
  height: clamp(4.688rem, 3.7506rem + 4.9995vw, 10rem);
}
section:nth-of-type(2) > div {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: unset;
}
section:nth-of-type(3) > div {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: unset;
}
section:nth-of-type(2),
section:nth-of-type(3){
  max-width: 800px;
}
section:nth-of-type(2) > .s-block__title{
  justify-content: center;
}
section:nth-of-type(2) > .s-block__title h2{
  font-size: 2rem;  
}
/*products*/
.s-products-slider-card {
  padding: 1rem;
}
.s-product-card-entry.s-product-card-vertical {
  box-shadow: 0 0 10px 0 #000;
}

.s-product-card-price {
  color: #a89f3a !important;
}
.s-button-primary-outline,
.s-button-primary-outline:hover {
  background-color: #C8A94F;
  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: #C8A94F !important;
  color: #fff;
}
.copyright-text p,
.copyright-text a{
  color: #fff !important;
}