/*!
 * Theme Name: MioraLab Health Supplements
 * Description: Modern e-commerce theme for health supplement products with Vue.js integration
 * Version: 1.0.0
 * Author: XMX Corp
 * License: GPL v2 or later
 * Tags: e-commerce, health, supplements, responsive, vue-js
 */

@import url(assets/css/style.css);

@media (max-width: 900px) {
  .home .hero_home {
    margin-top: 60px !important;
  }
  .home .area-products[data-animate="true"] .title,
  .home .area-products[data-animate="true"] ul li {
    transform: none;
  }
}

@media (max-width: 480px) {
  .home .banners .swiper-slide img {
    aspect-ratio: inherit !important;
  }
}

.swiper-wrapper {
  height: auto !important;
}
