/* Add custom CSS styles below */
body,
img,
a {
  background-color: transparent !important;
}
img{
  border-radius: unset !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-of-type(9) > div,
section:nth-of-type(11) > div{
    padding: unset;
    margin-left: 8rem;
    max-width: 1800px;
}
/*categories*/
.banner-entry.square-photos:first-child {
  grid-row: unset;
}
.banner-entry.square-photos {
  height: 160px;
}
section:nth-of-type(3) > div {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: unset;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .banner-entry.square-photos {
    height: 120px;
  }
  section:nth-of-type(3) > div {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.5rem;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .banner-entry.square-photos {
    height: 160px;
  }
  section:nth-of-type(3) > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }
}
@media screen and (max-width: 425px) {
  .banner-entry.square-photos {
    height: 80px;
  }
  section:nth-of-type(3) > 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.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-color: #4A287F;
  color: #fff;
  border: unset;
}
/*products page*/
.s-products-list-wrapper.s-products-list-vertical-cards {
  padding: 2rem;
}
/*Footer*/
footer > div.store-footer__inner{
  background-color: #4A287F !important;
  color: #fff;
}
/**/
.s-reviews-testimonial__icon svg{
  fill: #fff;
}
.s-reviews-header-wrapper {
  justify-content: center;
}
.s-reviews-header{
  font-size: 1.7rem;
  background-image: url(https://j.top4top.io/p_3637qxhy41.png);
  padding: 5px 90px;
  background-repeat: no-repeat;
}