/* Add custom CSS styles below */ 
.s-block:first-of-type {
    margin-top: 0;
}
.s-block--fixed-banner{
  margin-bottom: 2rem;
}
.s-block:first-of-type.s-block--fixed-banner .container {
    max-width: 100%;
    padding: 0;
}
.banner--fixed img {
       background-color: transparent;
       margin: auto;
}
.NG-categories .grid-cols-3 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (min-width: 768px) {
   .NG-categories .md\:grid-cols-3 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
@media (min-width: 1024px) {
   .NG-categories .lg\:grid-cols-4 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
.store-footer .footer-description p {
    color: rgba(255, 255, 255, 1);
}