/* Add custom CSS styles below */ 
@media only screen and (min-width: 1024px) {
    .main-menu .has-children li a, .main-menu .has-children .has-children:hover > a {
        color: var(--color-primary);
        
    }
}
#offers {
  display: none !important;
}
.eco-benifits-fixes {
  background-color: transparent !important;
}
.product-single .main-content {    
    padding: 1rem;
    padding-top: 2rem;
}


.product-single salla-comments {    
    display: none;
}

.product-single salla-products-slider {
  margin-top: 1rem;
}



.store-footer__inner > .container {
    display: flex;
    flex-direction: column;
}
.store-footer h3 {
    display: none;
}

@media only screen and (min-width: 768px) {
.store-footer .s-menu-footer-list {
    display: flex;
    gap: 2rem;
}
}

@media only screen and (min-width: 768px) {
  .store-footer .footer-head salla-social {
    margin-top: 2rem;
}
}

.store-footer .footer-head {
    padding-left: 0px;
}



body.index .main-menu li > a {
    color: #fff;
}