section:nth-of-type(4) .grid{
 grid-template-columns: repeat(2, minmax(0, 1fr));
}
section:nth-of-type(7){
  margin-top: 2rem;
}
.AL-best_category .product-unique-feature span{
  color: #567249;
}
.footer-is-light .store-footer .store-footer__inner 
,.footer-is-light .store-footer{
  background: #567249 !important;
  color: white !important;
}
section:nth-of-type(1){
 margin-bottom:unset; 
}
@media (min-width:768px){
 section:nth-of-type(1) .flex-wrap {
  flex-wrap: nowrap;
}
}
.contact-us {
display: none;
}
custom-tabs tab-content:not([hidden]){
  display: block !important;
}
section:nth-of-type(8){
  margin-top: 3rem;
}
.hover\:text-primary:hover{
  color: #414042;
}