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

/*categories*/
.banner-entry.square-photos:first-child {
  grid-row: unset;
}
section:nth-child(6){
  max-width: 800px;
}

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

@media screen and (min-width: 426px) and (max-width: 768px) {
  .banner-entry.square-photos {
    height: 160px;
  }
  section:nth-child(6) > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }
}

@media screen and (max-width: 425px) {
  .banner-entry.square-photos {
    height: 110px;
  }
  section:nth-child(6) > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }
}
/**/

/*products*/
.s-slider-block__title-right{
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
}
.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-image: linear-gradient( 160deg,
  #603814,
  #B56A26);
  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 h1{
  margin-block: 0.5rem;
  font-size: 2.5rem;
  z-index: 10;
}
.s-reviews-header-wrapper::after{
  content: "";
  background: url("https://l.top4top.io/p_3589t3nft1.png") no-repeat;
  width: 300px;
  height: 40px;
  position: absolute;
  top: 15px;
}

.s-reviews-testimonial{
  background-image: linear-gradient( 160deg,
  #603814,
  #B56A26);
  color: #fff;
}
.s-reviews-testimonial__icon svg{
  fill: #fff;
}
/*Footer*/
footer > div.store-footer__inner{
  background-image: linear-gradient( 160deg,
  #603814,
  #B56A26);
  color: #fff;
}
.copyright-text p{
  color: #000;
}
/**/