.NG-hero-section .swiper.s-slider-container .swiper-slide:not(:first-child) { 
display:none;}
section.s-block.s-block--fixed-banner {
    margin-bottom: 4rem;
}
  .NG-categories .md\:grid-cols-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
@media (min-width:768px){
  .NG-categories .md\:grid-cols-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
    width: 50%;
    margin: auto;
}
}
.s-product-card-entry {
    border: 1px solid #503a2d;
}