/* Add custom CSS styles below */
body,
#mainnav{
  background-color: #010101;
  Color: #fff;
}
i,
i::before,
.s-cart-summary-total{
  Color: #fff;
}
img,
a {
  background-color: transparent !important;
}

.s-search-input{
  background-color: #fff !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(5rem, 4.1176rem + 4.7059vw, 10rem);
}
section:nth-of-type(3){
  max-width: 700px;
}
section:nth-of-type(3) > div {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: unset;
}


/*products*/
.s-slider-block__title-right{
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5rem;
}
.s-products-slider-card {
  padding: 1rem;
}
.s-product-card-entry.s-product-card-vertical {
  box-shadow: 0 0 10px 0 #fff;
}
.s-product-card-price,
.s-product-card-price i::before {
  color: #000 !important;
}

.s-button-primary-outline,
.s-button-primary-outline:hover {
  background-image: linear-gradient(to right,
  #DFBC5F, #A88E50);
  color: #fff;
  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://l.top4top.io/p_3602o1c451.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,
  #DFBC5F, #A88E50);
  color: #fff;
}
.s-reviews-testimonial__icon svg{
  fill: #fff;
}
/*Footer*/
footer > div.store-footer__inner{
  background-image: linear-gradient(to right,
  #DFBC5F, #A88E50);
  color: #fff;
}

.store-footer{
  background-color: #000 !important
  ;  
}
 
.copyright-text p,
.copyright-text a:hover{
  color: #fff;
}

#product-filter{
  color: #000;
}

/*innerpages*/
.main-content h1,
.article--main p,
.article--main li{
  color: #fff !important;
}

.btn--wishlist i::before,
.main-content > div:last-of-type > div,
.main-content > div:last-of-type > div i::before,
.total-price,
.s-quantity-input-input,
.sicon-heart::before{
  color: #000;
}

.sticky-product-bar{
  border-radius: unset;
}