/* Add custom CSS styles below */ 
/* 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{
  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(2, minmax(0, 1fr));
  column-gap: 0.5rem;
}
section:nth-of-type(3){
  max-width: 750px;
}
@media screen and (max-width: 425px) {
  .banner-entry.square-photos {
    height: 150px;
  }
  section:nth-of-type(3) > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
/*products*/
.s-slider-block__title-right{
  border-bottom: 1px solid #000;
  padding-bottom: 0.5rem;
}
.s-slider-block__title-right h2{
  font-size: 1.5rem;
}
#slider-with-bg-7 .s-slider-block__title,
#slider-with-bg-9 .s-slider-block__title{
  display: none;
}
.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: #837153;
  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: 50px;
  width: 300px;
  background: url("https://k.top4top.io/p_36076h8rn1.png") no-repeat;
  position: absolute;
  top: 22px;
  z-index: -1;
}
.s-reviews-header-wrapper h1{
  margin: unset;
  margin-block: 1rem;
  font-size: 2.5rem;
}
.s-reviews-testimonial{
  background-color: #F3772B;
  color: #fff; 
}
.s-reviews-testimonial__icon svg{
  fill: #fff;
}
/*Footer*/
footer > div.store-footer__inner{
  background-color: #837153 !important;
  color: #fff;
}
.copyright-text p,
.copyright-text a:hover{
  color: #000;
}