/* 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;
}
/*categories*/
.banner-entry.square-photos:first-child {
  grid-row: unset;
}
.banner-entry.square-photos {
  height: clamp(6rem, 2.6471rem + 17.8824vw, 25rem);
}
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-image: linear-gradient(270deg, #728BAF 0%, #EAC5CD 100%);
  color: #000;
  border: unset;
}

/*products page*/
.s-products-list-wrapper.s-products-list-vertical-cards {
  padding: 2rem;
}
/**/

/*Footer*/
footer > div.store-footer__inner{
  background-image: linear-gradient(270deg, #728BAF 0%, #EAC5CD 100%);
  color: #fff;
}
/**/
.s-reviews-testimonial__icon svg{
    fill: #728BAF;
}
.s-reviews-header-wrapper {
    justify-content: center;
}
.s-reviews-header{
    font-size: 1.7rem;
    background-image: url(https://f.top4top.io/p_36374e5dm1.png);
    padding: 5px 90px;
    background-repeat: no-repeat;
}