/* 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;
}
/**/

/**/
section:nth-child(8) > div,
section:nth-child(10) > div,
section:nth-child(12) > div{
  max-width:1700px;
}
/**/

/*categories*/
section:nth-child(6) {
  max-width: 900px;
}
.banner-entry.square-photos:first-child {
  grid-row: unset;
}
.banner-entry.square-photos {
  height: 200px;
}
section:nth-child(6) > div {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: unset;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .banner-entry.square-photos {
    height: 175px;
  }
}

@media screen and (min-width: 426px) and (max-width: 768px) {
  .banner-entry.square-photos {
    height: 125px;
  }
}

@media screen and (max-width: 425px) {
  .banner-entry.square-photos {
    height: 75px;
  }
}
/**/

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

.s-button-primary-outline,
.s-button-primary-outline:hover {
  background-color: #E7A89D;
  color: #000;
  border: unset;
}

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

/*Footer*/
footer > div.store-footer__inner{
  background-color: #E7A89D !important;
  color: #000;
}
.s-contacts-icon{
  border-color: #000;
}
.copyright p{
  color: #000;
  font-size: 17px;
  font-weight: 700;
  }
/**/