.NG-hero-section .swiper.s-slider-container .swiper-slide:not(:first-child) {
  display: none;
}
 .NG-hero-section .flex.flex-col.items-start {
    margin-right: clamp(1rem, -0.7985rem + 7.6735vw, 6.875rem);
    width: 40%;
    left: 0 !important;
    right: unset;
}


.s-product-card-entry {
    border: 2px solid var(--color-primary);
}
@media (max-width: 768px) {

   .NG-hero-section .flex.flex-col.items-start {
    width: 100%;
  
}

  /*NG-categories-1 **/
.NG-categories .card-inner {
    height: 250px;
}
/*NG-categories-1 **/
}