/* Add custom CSS styles below */
body{
  background-color: #f5f5f5;
}

img,
a {
  background-color: transparent !important;
}

/*background-img*/
div.app-inner{
  overflow: hidden;
}
section:nth-child(8){
  position: relative;
}
section:nth-child(8)::before{
    content: "";
    background: url(https://l.top4top.io/p_359642uc51.png) no-repeat;
    width: 100%;
    height: 450vh;
    position: absolute;
    top: 56.9%;
    z-index: -1;
}
/**/
/*Hero*/
#main-content > section:nth-child(1) {
  margin: unset;
}
#main-content > section:nth-child(1) > div{
  padding: unset;
  max-width: unset;
}
/*subHero*/
section:nth-child(5) > div {
  max-width: 600px;
}
/**/

/*categories*/
.banner-entry.square-photos:first-child {
  grid-row: unset;
}

section:nth-child(6) > div {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: unset;
}
section:nth-child(6){
  max-width: 450px
}
/**/

/*products*/
.s-slider-block__title-right{
  border-bottom: 1px solid #000;
  padding-bottom: 0.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: #642B18;
  color: #fff;
  border: unset;
}
/*second half color*/
[id^="best-offers-"]:not(#best-offers-3-slider) 
  .s-slider-block__title-right,
[id^="best-offers-"]:not(#best-offers-3-slider) 
  .s-slider-block__title-left a {
  color: #FFF;
  border-color: #FFF;
}

/*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://i.top4top.io/p_3596d7mx21.png") no-repeat;
  position: absolute;
  top: 22px;
  z-index: -1;
}
.s-reviews-header-wrapper h1{
  margin: unset;
  margin-block: 1rem;
  font-size: 2.5rem;
  color: #fff;
}
.s-reviews-testimonial{
  background-color: #D26642;
  color: #fff; 
}
.s-reviews-testimonial__icon svg{
  fill: #fff;
}
/*Footer*/
footer > div.store-footer__inner{
  background-color: #D26642 !important;
  color: #fff;
}
.store-footer{
  background-color: #882704 !important;
} 
.copyright-text p,
.copyright-text a:hover{
  color: #fff;
}