/* Add custom CSS styles below */
body,
img,
a {
  background-color: transparent !important;
}
.index div.app-inner{
  background-image: url("https://h.top4top.io/p_3614bts5s1.png"); 
}
.s-search-inline {
  min-width: 180px;
}

/*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(4.375rem, 3.3824rem + 5.2941vw, 10rem);
}
section:nth-of-type(3){
  max-width: clamp(21.875rem, 13.6029rem + 44.1176vw, 68.75rem);
}
section:nth-of-type(3) > div {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}
section:nth-of-type(4){
  margin-top: 1rem !important; 
  max-width: clamp(18.75rem, 13.2353rem + 29.4118vw, 50rem);
}
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: 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 black;
}

.s-product-card-price {
  color: #000 !important;
}

.s-button-primary-outline,
.s-button-primary-outline:hover {
  background-color: #6B6684;
  color: #000;
  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://h.top4top.io/p_3614dgux91.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,#6B6684,#545068);
  color: #fff;
}
.s-reviews-testimonial__icon svg{
  fill: #fff;
}
/*Footer*/
footer > div.store-footer__inner{
  background-image: linear-gradient(to right,#6B6684,#545068);
  color: #fff;
}
.copyright-text a:hover,
.copyright-text p{
  color: #000;
}

/**/
.product-index section{
  display: none;
}