/* Add custom CSS styles below */
body{
  background-color: #f5f5f5;
}
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;
}

/*Banners*/
section:nth-child(9) > div,
section:nth-child(11) > div,
section:nth-child(13) > div {
  max-width: 1600px;
}

/*categories*/
section:nth-of-type(3){
  max-width: 900px;
}
section:nth-of-type(4){
  max-width: 700px;
}
.banner-entry.square-photos:first-child {
  grid-row: unset;
}
.banner-entry.square-photos {
  height: 150px;
}
section:nth-of-type(3) div{
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: unset;
}
section:nth-of-type(4) div{
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: unset;
}

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

@media screen and (max-width: 768px) {
  .banner-entry.square-photos {
    height: clamp(3.125rem, 0.7212rem + 12.8205vw, 6.875rem);
  }
  section:nth-child(7){
  max-width: 550px;
  }
}
@media screen and (max-width: 450px){
  .s-products-slider-slider .swiper-wrapper{
    height: 45vh;
  }
}
/**/

/*products*/
.s-slider-block__title-right{
  border-bottom: 1px solid #000;
  padding-bottom: 0.7rem;
}
.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(to right,
  #7D5DA8,#4C3767);
  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://l.top4top.io/p_3601oli9a1.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-image: linear-gradient(to right,
  #7D5DA8,#4C3767);
  color: #fff;
}
.s-reviews-testimonial__icon svg{
  fill: #fff;
}
/*Footer*/
footer > div.store-footer__inner{
  background-image: linear-gradient(to right,
  #7D5DA8,#4C3767);
  color: #fff;
}
.copyright-text p{
  color: #000;
  font-size: 1rem;
  font-weight: 800; 
}
.copyright-text a:hover{
  color: #000;
}