/* 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: 550px;
}
/*categories*/
.banner-entry.square-photos:first-child{
  grid-row: unset;
}
.banner-entry.square-photos{
  height: clamp(4.5rem, 3.9706rem + 2.8235vw, 7.5rem);
}
section:nth-of-type(3) > div{
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: unset;
}
section:nth-of-type(4) > div{
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: unset;
}
section:nth-of-type(4){
  max-width: 1050px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  section:nth-of-type(3) > div{
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.5rem;
  }
  section:nth-of-type(4) > div{
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: unset;
}
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  section:nth-of-type(3) > div,
  section:nth-of-type(4) > div{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }
}
@media screen and (max-width: 425px) {
  section:nth-of-type(3) > div,
  section:nth-of-type(4) > div{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }
}
@media screen and (max-width: 768px){
  section.s-block:nth-of-type(4){
    margin-top: 0.5rem;
  }
}
/*products*/
.s-slider-block__title-right{
  border-bottom: 1.5px solid #000;
  padding-bottom: 0.5rem;
}
.s-slider-block__title-right h2{
  font-size: 1.5rem;
}
.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: #000 !important;
}

.s-button-primary-outline,
.s-button-primary-outline:hover {
  background-image: linear-gradient(270deg, #B79155 0%, #DDB977 100%);
  color: #fff;
  border: unset;
}

/*products page*/
.s-products-list-wrapper.s-products-list-vertical-cards {
  padding: 2rem;
}
/*Last half of the page*/
.s-reviews-header{
    font-size: 1.7rem;
    background-image: url(https://a.top4top.io/p_3638fh3nx1.png);
    padding: 5px 90px;
    background-repeat: no-repeat;
}
.s-reviews-header-wrapper {
    justify-content: center;
}
.s-reviews-testimonial__icon svg{
    fill: #fff;
}
.s-reviews-testimonial,
footer > div.store-footer__inner{
  background-color: #B79155 !important;
  color: #fff;
}