/* Add custom CSS styles below */
body{
  background-color: #f5f5f5;
}

img,
a {
  background-color: transparent !important;
}

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

/*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: #000;
  color: #fff;
  border: unset;
}

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

/**/
.s-reviews-header-wrapper{
  justify-content: center;
  position: relative;
}
.s-reviews-header-wrapper::before{
  content: "";
  height: 40px;
  width: 300px;
  background: url("https://b.top4top.io/p_36004gl191.png") no-repeat;
  position: absolute;
  top: 15px;
  z-index: -1;
}
.s-reviews-header-wrapper h1{
  margin: unset;
  margin-block: 1rem;
  font-size: 2rem;
  color: #fff;
}
.s-reviews-testimonial{
  background-color: #000;
  color: #fff; 
}
.s-reviews-testimonial__icon svg{
  fill: #fff;
}
/*Footer*/
footer > div.store-footer__inner{
  background-color: #000 !important;
  color: #fff;
}
.copyright-text p{
  color: #000;
}
.copyright-text a:hover{
  color: #000;
}