




@media (max-width: 767px) {
   .hero-wrapper { 
      height: 290px !important; 
   }
   .p-img-wrap {    }
   .modules-product-card { 
    padding: 7px !important;
   }
   /* Đảm bảo hình ảnh bên trong Swiper cũng khớp với chiều cao mới */
   .hero-wrapper .swiper-slide img {
      height: 100%;
      object-fit: cover; /* Giúp ảnh không bị méo khi ép chiều cao */
   }
}
/* ///////////////////// */

@media (min-width: 576px) and (max-width: 767px) {
   .hero-wrapper {  height: 320px !important; }
}

@media (min-width: 768px) and (max-width: 991px) {
 
}

@media (min-width: 992px) and (max-width: 1199.98px) {
 
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
 		 
}

@media (min-width: 1400px) {
	 
	
}