/* Add custom CSS styles below */
body,
img,
a {
  background-color: transparent !important;
}
img{
  border-radius: unset !important;
}
div.app-inner{
  background-image: url(https://j.top4top.io/p_36299n1qn1.jpg);
}
/*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: 525px;
}

/*categories*/
section:nth-of-type(3){
  margin-top: 1.5rem;
  max-width: 425px  
}
/*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;
}
custom-salla-product-card.s-product-card-entry{
  background-color: #F2ECE0;
}
.s-product-card-entry.s-product-card-vertical {
  box-shadow: 0px 0px 8.3px 0px #00000045;
}
.s-product-card-price {
  color: #000 !important;
}
.s-button-primary-outline,
.s-button-primary-outline:hover {
  background-color: #000;
  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: #85513E !important;
  color: #fff;
}
.copyright-text p,
.copyright-text a{
  color: #000 !important;
}
/**/
.s-reviews-testimonial{
  background-color: #85513E;
  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_3629i1q261.png);
    padding: 3px 90px;
    background-repeat: no-repeat;
}