/* 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,
section:nth-of-type(4) > div,
section:nth-of-type(7) > div{
  padding: unset;
  max-width: unset;
}
/*subHero*/
section:nth-of-type(2) > div {
  max-width: 600px;
}
section:nth-of-type(5){
  position: relative;
}
section:nth-of-type(5)::before{
  content: '';
  display: block;
  background: url("https://a.top4top.io/p_35875x6i21.png") no-repeat;
  width: 100%;
  height: 3500px;
  position: absolute;
  top: 50%;
  background-size: cover;
  z-index: -1;
}
.app-inner{
  overflow-y: hidden;
}

/**/

/*categories*/
.banner-entry.square-photos:first-child {
  grid-row: unset;
}
.banner-entry.square-photos {
  height: 200px;
}
section:nth-of-type(3) > div {
  grid-template-columns: repeat(5, 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: 170px !important;
    flex-basis: 180px;
  }
  section:nth-of-type(3) > div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
  }
}

@media screen and (max-width: 425px) {
  .banner-entry.square-photos {
    height: 100px !important;
    flex-basis: 100px;
  }
  section:nth-of-type(3) > div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
  }
}
/**/

/*products*/
.s-slider-block__title-right{
  border-bottom: 1px solid #000;
  padding-bottom: 0.5em;
}
section:nth-of-type(6) .s-slider-block__title-right,
section:nth-of-type(8) .s-slider-block__title-right{
  border-color: #fff;
  color: #fff;
}
section:nth-of-type(6) .s-product-card-entry,
section:nth-of-type(8) .s-product-card-entry{
  background-color: #373737;
}
section:nth-of-type(6) .s-product-card-content-title a,
section:nth-of-type(8) .s-product-card-content-title a{
  color: #fff;
}
section:nth-of-type(6) .s-product-card-content-sub h4,
section:nth-of-type(6) .s-product-card-content-sub h4 i,
section:nth-of-type(8) .s-product-card-content-sub h4,
section:nth-of-type(8) .s-product-card-content-sub h4 i{
  color: #fff !important;
}
/**/
.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: #DDBC00;
  color: #fff;
  border: unset;
}

/*products page*/
.s-products-list-wrapper.s-products-list-vertical-cards {
  padding: 2rem;
}
/**/
.s-reviews-header-wrapper{
  justify-content: center;
  color: #fff;
  position: relative;
}
.s-reviews-header-wrapper::before{
  content: '';
  display: block;
  background: url("https://c.top4top.io/p_3587enomr1.png") no-repeat;
  height: 40px;
  width: 300px;
  position: absolute;
  top: 0px;
}
.s-reviews-header{
  font-size: 2rem;
  z-index: 2; 
}
.s-reviews-testimonial{
  background-image: linear-gradient(to right,
  #DDBC00,
  #756400);
  color: #fff;
}
.s-reviews-testimonial__icon svg{
  fill: #fff;
}
/*Footer*/
footer > div.store-footer__inner{
  background-image: linear-gradient(to right,
  #DDBC00,
  #756400);
  color: #fff;
}
.copyright-text p{
  color: #000;
  font-size: 1.1rem;
  font-weight: 600;
}
/**/