/* 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;
  position: relative;
}
section:nth-of-type(1) > div{
  padding: unset;
  max-width: unset;
}
section:nth-of-type(1)::before{
  content: "";
  display: block;
  background: url(https://h.top4top.io/p_3646ioydw2.png) no-repeat;
  height: 29.063rem;
  width: 17rem;
  position: absolute;
  bottom: -420px;
  right: 0px;
}
section:nth-of-type(1)::after{
  content: "";
  display: block;
  background: url(https://g.top4top.io/p_3646n58yq1.png) no-repeat;
  height: 29.063rem;
  width: 17rem;
  position: absolute;
  bottom: -420px;
  left: 0px;
}
@media screen and (max-width: 500px) {
  section:nth-of-type(1)::after{
    display: none;
  } 
}
/*subHero*/
section:nth-of-type(2) > div {
  max-width: 525px;
}
/*categories*/
.banner-entry.square-photos:first-child {
  grid-row: unset;
}
.banner-entry.square-photos {
  height: 150px;
}
section:nth-of-type(3) > div,
section:nth-of-type(4) > div{
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: unset;
}
section:nth-of-type(3) > div > a:last-of-type{
  display: none;
}
section.s-block:nth-of-type(4){
  margin-top: 0.75rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .banner-entry.square-photos {
    height: 120px;
  }
  section:nth-of-type(3) > div,
  section:nth-of-type(4) > div{
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.5rem;
  }
}
@media screen and (min-width: 426px) and (max-width: 768px) {
  .banner-entry.square-photos {
    height: 120px;
  }
  section:nth-of-type(3) > div > a:last-of-type{
    display: block;
  }
  section:nth-of-type(4) > div > a:first-of-type{
    display: none;
  }
  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) {
  .banner-entry.square-photos {
    height: 80px;
  }
  section:nth-of-type(3) > div > a:last-of-type{
    display: block;
  }
  section:nth-of-type(4) > div > a:first-of-type{
    display: none;
  }
  section:nth-of-type(3) > div,
  section:nth-of-type(4) > div{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
  }
}
/*products*/
.s-slider-block__title-right{
  border-bottom: 2px 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: #872446;
  color: #fff;
  border: unset;
}
#featured-products-style2-9{
  background: unset;
}
/*products page*/
.s-products-list-wrapper.s-products-list-vertical-cards {
  padding: 2rem;
}
/* Footer */
footer > div.store-footer__inner{
  background-color: #872446 !important;
  color: #fff;
}
.copyright-text p{
  font-size: 1rem;
  font-weight: 500;
}
/* reviews */
.s-reviews-testimonial{
  background-color: #872446 !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://f.top4top.io/p_3646vqh301.png);
    padding: 5px 92px;
    background-repeat: no-repeat;
}