.elementor .e-0f02e44{width:100%;height:64px;position:fixed;inset-inline-end:0px;inset-block-end:0px;inset-inline-start:0px;border-block-start-width:1px;border-color:#EAEAEA;background-color:#ffffff;box-shadow:0px -2px 12px 0px rgba(0, 0, 0, 0.08);display:none;flex-wrap:nowrap;/* สีปกติ */

.mobile-nav-home,

.mobile-nav-article,

.mobile-nav-shop,

.mobile-nav-line {

  color: #7A7A7A;

}

/* หน้าแรก Active */

body.home .mobile-nav-home .elementor-icon,

body.home .mobile-nav-home .elementor-icon-box-title,

body.home .mobile-nav-home svg {

  color: #1473E6 !important;

  fill: #1473E6 !important;

}
/* iPhone Safe Area */
selector {
  padding-bottom: env(safe-area-inset-bottom);
  min-height: calc(64px + env(safe-area-inset-bottom));
}

/* กันเนื้อหาด้านล่างเว็บโดน Bottom Menu บัง */
@supports (padding: env(safe-area-inset-bottom)) {
  body {
      padding-bottom: calc(64px + env(safe-area-inset-bottom));
  }
}\n}