/* Add custom CSS styles below */ 
.partners-logos .brand-item {
    height: 100px !important;
}
.partners-logos .brand-item img {
    width: 110px !important;
   }

#app > div.store-content > section.s-block.s-block--statistics > div > div.statistics-list.grid.grid-cols-1.sm\:grid-cols-2.lg\:grid-cols-3.gap-2\.5.md\:gap-5.lg\:gap-8 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

#app > div.store-content > section:nth-child(3) img{
  border-radius: 0px !important;
}

#app > div.store-content > section:nth-child(3) .container {
  padding-left:0px !important;
  padding-right:0px !important; 
}
#app > div.store-content > section:nth-child(3){
  margin-top:0px !important; 
}
.product-entry .btn--add-to-cart button {
    border-radius: 10px !important;
    color: #fff;
    background: #b4853f;
    height: 80%;
    width: 90%;
    margin: auto;
    display: block;
}
.s-block--features  , .store-footer__inner{
    background: #b4853f;
    color: #fff;
}
.s-block--features__item h2 , .s-block--features__item p{
   color: #fff !important; 
}
.store-footer__top-area{
  display: none !important;
}