:root {
  --phadin-green-950: #052e22;
  --phadin-green-900: #063e2d;
  --phadin-green-800: #0b4f39;
  --phadin-green-700: #0f6b4b;
  --phadin-green-600: #12805a;
  --phadin-green-500: #1a9a6d;
  --phadin-green-soft-1: #eaf5f0;
  --phadin-green-soft-2: #f4faf7;
  --phadin-green-soft-3: #f8fcfa;
  --phadin-accent-700: #a84e2d;
  --phadin-accent-600: #c86b3c;
  --phadin-accent-500: #da7b46;
  --phadin-accent-soft: #f9eee8;
  --phadin-text-900: #1f2a24;
  --phadin-text-800: #2a3b34;
  --phadin-text-700: #40544c;
  --phadin-text-600: #5f6b65;
  --phadin-border: #d9e5de;
  --phadin-border-strong: #c7d8cf;
  --phadin-shadow-sm: 0 4px 12px rgba(6, 62, 45, 0.05);
  --phadin-shadow-md: 0 10px 28px rgba(6, 62, 45, 0.08);
  --phadin-shadow-lg: 0 18px 40px rgba(6, 62, 45, 0.12);
}

body.phadin-native-menu,
body.phadin-native-menu button,
body.phadin-native-menu input,
body.phadin-native-menu select,
body.phadin-native-menu textarea {
  font-family: Roboto, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

@media (min-width: 850px) {
  body.phadin-native-menu .menu_show {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 176px;
    min-height: 48px;
    padding: 8px 18px;
    border: 2px solid rgba(255, 255, 255, 0.82);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    cursor: pointer;
    transition: background-color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  }

  body.phadin-native-menu .menu_show:hover,
  body.phadin-native-menu .menu_show:focus-visible,
  body.phadin-native-menu .menu_show.active {
    border-color: #fff;
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 8px 22px rgba(5, 46, 34, 0.2);
    outline: 0;
  }

  body.phadin-native-menu .menu_show .image-show-menu {
    width: 24px !important;
    height: 24px !important;
    flex: 0 0 24px;
    object-fit: contain;
  }

  body.phadin-native-menu .menu_show .catpro {
    color: inherit;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: none;
  }

  body.phadin-native-menu .menu-show-click,
  body.phadin-native-menu .menu-show-click .menu-click {
    position: static;
  }

  body.phadin-native-menu .menu-show-click .menu-click {
    display: none !important;
  }

  body.phadin-native-menu .menu-show-click.is-open .menu-click {
    display: block !important;
  }

  body.phadin-native-menu .menu-show-click .menu-click > .mbasic {
    position: fixed !important;
    top: var(--phadin-native-menu-top, 108px) !important;
    right: auto !important;
    left: 50% !important;
    z-index: 9999;
    width: min(1500px, calc(100vw - 32px)) !important;
    height: min(560px, calc(100dvh - var(--phadin-native-menu-top, 108px) - 12px)) !important;
    min-height: min(460px, calc(100dvh - var(--phadin-native-menu-top, 108px) - 12px)) !important;
    max-width: none !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: 1px solid rgba(199, 216, 207, 0.92);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--phadin-shadow-lg);
    transform: translateX(-50%) !important;
  }

  body.phadin-native-menu.admin-bar .menu-show-click .menu-click > .mbasic {
    z-index: 99999;
  }

  body.phadin-native-menu #cssmenu_content,
  body.phadin-native-menu #cssmenu_content * {
    box-sizing: border-box;
  }

  body.phadin-native-menu #cssmenu_content {
    position: relative;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    overflow: hidden !important;
    border-radius: inherit;
    background: linear-gradient(180deg, #fbfdfc 0%, #f6faf8 100%);
    color: var(--phadin-text-900);
  }

  body.phadin-native-menu #cssmenu_content ul,
  body.phadin-native-menu #cssmenu_content li {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  body.phadin-native-menu #cssmenu_content a {
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
  }

  body.phadin-native-menu #cssmenu_content > .menu-product {
    position: static !important;
    display: block !important;
    width: 308px !important;
    min-width: 308px !important;
    max-width: 308px !important;
    height: 100% !important;
    min-height: 0 !important;
    padding: 13px !important;
    overflow: hidden auto;
    border-right: 1px solid var(--phadin-border);
    background: rgba(255, 255, 255, 0.95);
    scrollbar-width: thin;
  }

  body.phadin-native-menu #cssmenu_content > .menu-product > li.level_0 {
    position: static;
    display: block;
    width: 100%;
    min-height: 66px;
    margin-bottom: 5px;
  }

  body.phadin-native-menu #cssmenu_content > .menu-product > li.level_0:last-child {
    margin-bottom: 0;
  }

  body.phadin-native-menu #cssmenu_content > .menu-product > li.level_0 > a.lv_0 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 11px;
    width: 100%;
    min-width: 0;
    min-height: 66px;
    padding: 10px 38px 10px 12px;
    overflow: hidden;
    border: 1px solid transparent;
    border-radius: 13px;
    background: transparent;
    color: var(--phadin-text-900);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
    transition: background-color 190ms ease, border-color 190ms ease, color 190ms ease, box-shadow 190ms ease;
  }

  body.phadin-native-menu #cssmenu_content .phadin-menu-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    overflow: hidden;
    border: 1px solid #cfe0d8;
    border-radius: 12px;
    background: var(--phadin-green-soft-1);
    color: var(--phadin-green-700);
  }

  body.phadin-native-menu #cssmenu_content .phadin-menu-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }

  body.phadin-native-menu #cssmenu_content .phadin-menu-copy {
    display: block;
    min-width: 0;
    flex: 1 1 auto;
  }

  body.phadin-native-menu #cssmenu_content .phadin-menu-arrow {
    position: absolute;
    top: 50%;
    right: 14px;
    display: block;
    width: 16px;
    flex: 0 0 auto;
    color: var(--phadin-green-800);
    font-size: 23px;
    line-height: 1;
    text-align: center;
    transform: translateY(-50%);
  }

  body.phadin-native-menu #cssmenu_content > .menu-product > li.level_0:hover > a.lv_0,
  body.phadin-native-menu #cssmenu_content > .menu-product > li.level_0:focus-within > a.lv_0,
  body.phadin-native-menu #cssmenu_content > .menu-product > li.level_0.current-menu-item > a.lv_0,
  body.phadin-native-menu #cssmenu_content > .menu-product > li.level_0.current-menu-ancestor > a.lv_0,
  body.phadin-native-menu #cssmenu_content > .menu-product > li.level_0:first-child > a.lv_0 {
    border-color: #f0c9b4;
    background: linear-gradient(180deg, #fff8f4 0%, #fef2eb 100%);
    color: var(--phadin-accent-600);
    box-shadow: inset 4px 0 0 var(--phadin-accent-500), 0 5px 14px rgba(168, 78, 45, 0.07);
  }

  body.phadin-native-menu #cssmenu_content > .menu-product > li.level_0:hover > a.lv_0 .phadin-menu-icon,
  body.phadin-native-menu #cssmenu_content > .menu-product > li.level_0:focus-within > a.lv_0 .phadin-menu-icon,
  body.phadin-native-menu #cssmenu_content > .menu-product > li.level_0:first-child > a.lv_0 .phadin-menu-icon {
    border-color: var(--phadin-green-700);
    background: var(--phadin-green-700);
    box-shadow: 0 7px 18px rgba(15, 107, 75, 0.2);
  }

  body.phadin-native-menu #cssmenu_content > .menu-product > li.level_0:hover > a.lv_0 .phadin-menu-icon img,
  body.phadin-native-menu #cssmenu_content > .menu-product > li.level_0:focus-within > a.lv_0 .phadin-menu-icon img,
  body.phadin-native-menu #cssmenu_content > .menu-product > li.level_0:first-child > a.lv_0 .phadin-menu-icon img {
    filter: brightness(0) invert(1);
  }

  body.phadin-native-menu #cssmenu_content > .menu-product:has(> li.level_0:hover) > li.level_0:first-child:not(:hover) > a.lv_0,
  body.phadin-native-menu #cssmenu_content > .menu-product:has(> li.level_0:focus-within) > li.level_0:first-child:not(:focus-within) > a.lv_0 {
    border-color: transparent;
    background: transparent;
    color: var(--phadin-text-900);
    box-shadow: none;
  }

  body.phadin-native-menu #cssmenu_content > .menu-product:has(> li.level_0:hover) > li.level_0:first-child:not(:hover) > a.lv_0 .phadin-menu-icon,
  body.phadin-native-menu #cssmenu_content > .menu-product:has(> li.level_0:focus-within) > li.level_0:first-child:not(:focus-within) > a.lv_0 .phadin-menu-icon {
    border-color: #cfe0d8;
    background: var(--phadin-green-soft-1);
    box-shadow: none;
  }

  body.phadin-native-menu #cssmenu_content > .menu-product:has(> li.level_0:hover) > li.level_0:first-child:not(:hover) > a.lv_0 .phadin-menu-icon img,
  body.phadin-native-menu #cssmenu_content > .menu-product:has(> li.level_0:focus-within) > li.level_0:first-child:not(:focus-within) > a.lv_0 .phadin-menu-icon img {
    filter: none;
  }

  body.phadin-native-menu #cssmenu_content > .menu-product > li.level_0 > .wrapper_children_level0 {
    position: absolute;
    top: 0 !important;
    left: 308px !important;
    z-index: 2;
    display: none;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    align-items: stretch;
    gap: 14px;
    width: calc(100% - 308px) !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 100% !important;
    padding: 15px;
    overflow: hidden auto;
    background: linear-gradient(180deg, #fbfdfc 0%, #f6faf8 100%);
    scrollbar-width: thin;
    scrollbar-color: var(--phadin-border-strong) transparent;
  }

  body.phadin-native-menu #cssmenu_content > .menu-product > li.menu-columns-2 > .wrapper_children_level0 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.phadin-native-menu #cssmenu_content > .menu-product > li.menu-columns-3 > .wrapper_children_level0 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.phadin-native-menu #cssmenu_content > .menu-product > li.menu-columns-4 > .wrapper_children_level0 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  body.phadin-native-menu #cssmenu_content > .menu-product > li.level_0:first-child > .wrapper_children_level0,
  body.phadin-native-menu #cssmenu_content > .menu-product > li.level_0:hover > .wrapper_children_level0,
  body.phadin-native-menu #cssmenu_content > .menu-product > li.level_0:focus-within > .wrapper_children_level0 {
    display: grid;
  }

  body.phadin-native-menu #cssmenu_content > .menu-product:has(> li.level_0:hover) > li.level_0:first-child:not(:hover) > .wrapper_children_level0,
  body.phadin-native-menu #cssmenu_content > .menu-product:has(> li.level_0:focus-within) > li.level_0:first-child:not(:focus-within) > .wrapper_children_level0 {
    display: none;
  }

  body.phadin-native-menu #cssmenu_content li.level_1 {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
    padding: 12px;
    overflow: hidden;
    border: 1px solid var(--phadin-border-strong);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--phadin-shadow-sm);
  }

  body.phadin-native-menu #cssmenu_content li.level_1 > a {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 52px;
    padding: 9px 16px;
    margin-bottom: 10px;
    border: 1px solid #cfe0d8;
    border-radius: 12px;
    background: linear-gradient(180deg, #f2fbf7 0%, #eaf5f0 100%);
    color: var(--phadin-green-700);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
    overflow-wrap: break-word;
  }

  body.phadin-native-menu #cssmenu_content li.level_1 > a .phadin-menu-arrow {
    display: none;
  }

  body.phadin-native-menu #cssmenu_content li.level_1 > a:hover,
  body.phadin-native-menu #cssmenu_content li.level_1 > a:focus-visible {
    border-color: rgba(15, 107, 75, 0.38);
    color: var(--phadin-green-900);
    outline: none;
  }

  body.phadin-native-menu #cssmenu_content .wrapper_children_level1 {
    display: grid;
    align-content: start;
    gap: 7px;
    min-width: 0;
  }

  body.phadin-native-menu #cssmenu_content li.level_2 {
    display: block;
    min-width: 0;
  }

  body.phadin-native-menu #cssmenu_content li.level_2 > a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    min-height: 40px;
    padding: 6px 10px 6px 29px;
    border: 1px solid var(--phadin-border);
    border-radius: 10px;
    background: #fff;
    color: var(--phadin-text-900);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.32;
    overflow-wrap: break-word;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  }

  body.phadin-native-menu #cssmenu_content li.level_2 > a::before {
    position: absolute;
    top: 50%;
    left: 12px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--phadin-green-600);
    box-shadow: 0 0 0 4px rgba(18, 128, 90, 0.09);
    content: "";
    transform: translateY(-50%);
  }

  /* Keep Flatsome's inherited list rules from changing the WordPress hierarchy. */
  body.phadin-native-menu #cssmenu_content.menu > ul.menu-product > li.level_0 > ul.wrapper_children_level0 > li.level_1 {
    display: flex !important;
    height: auto !important;
    min-height: 0 !important;
  }

  body.phadin-native-menu #cssmenu_content.menu > ul.menu-product > li.level_0 > ul.wrapper_children_level0 > li.level_1 > a {
    display: flex !important;
    height: auto !important;
    min-height: 52px !important;
  }

  body.phadin-native-menu #cssmenu_content.menu > ul.menu-product > li.level_0 > ul.wrapper_children_level0 > li.level_1 > ul.wrapper_children_level1 {
    display: grid !important;
    height: auto !important;
    min-height: 0 !important;
  }

  body.phadin-native-menu #cssmenu_content.menu > ul.menu-product > li.level_0 > ul.wrapper_children_level0 > li.level_1 > ul.wrapper_children_level1 > li.level_2 {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
  }

  body.phadin-native-menu #cssmenu_content.menu > ul.menu-product > li.level_0 > ul.wrapper_children_level0 > li.level_1 > ul.wrapper_children_level1 > li.level_2 > a {
    display: flex !important;
    height: auto !important;
    min-height: 40px !important;
  }

  body.phadin-native-menu #cssmenu_content li.level_2 > a:hover,
  body.phadin-native-menu #cssmenu_content li.level_2 > a:focus-visible {
    border-color: rgba(15, 107, 75, 0.34);
    background: var(--phadin-green-soft-3);
    color: var(--phadin-green-700);
    box-shadow: 0 7px 15px rgba(6, 62, 45, 0.055);
    outline: none;
    transform: translateY(-1px);
  }

  body.phadin-native-menu #cssmenu_content a[aria-current="page"],
  body.phadin-native-menu #cssmenu_content .current-menu-item > a {
    color: var(--phadin-green-800);
  }

  body.phadin-native-menu #cssmenu_content .menu-item-title,
  body.phadin-native-menu #cssmenu_content .menu-item-description {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow-wrap: break-word;
    white-space: normal;
  }

  body.phadin-native-menu #cssmenu_content .menu-item-description {
    margin-top: 3px;
    color: var(--phadin-text-600);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.3;
  }
}

@media (max-width: 849px) {
  :root {
    --phadin-mobile-bottom-nav-height: 64px;
  }

  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  body {
    padding-bottom: calc(var(--phadin-mobile-bottom-nav-height) + env(safe-area-inset-bottom));
  }

  body.phadin-native-menu .menu-show-click,
  body.phadin-native-menu .menu_show {
    display: none !important;
  }

  /* Flatsome's sticky shell reserves only the 70px icon row. On mobile the
   * search row belongs to the same header, so keep the entire shell in flow. */
  body.phadin-native-menu #header,
  body.phadin-native-menu #header.has-sticky,
  body.phadin-native-menu #header.stuck,
  body.phadin-native-menu #header.header,
  body.phadin-native-menu #header.header.has-sticky,
  body.phadin-native-menu #header.header.stuck,
  body.phadin-native-menu #header .header-wrapper,
  body.phadin-native-menu #header.header .header-wrapper,
  body.phadin-native-menu #header .header-wrapper.stuck,
  body.phadin-native-menu #header.header .header-wrapper.stuck,
  body.phadin-native-menu #header .header-wrapper:not(.stuck) {
    position: relative !important;
    top: auto !important;
    width: 100%;
    height: auto !important;
    transform: none !important;
  }

  body.phadin-native-menu #header .header-main {
    height: auto !important;
    min-height: 72px !important;
  }

  body.phadin-native-menu #header.header #masthead.header-main {
    height: auto !important;
    min-height: 72px !important;
  }

  #header .header-main {
    min-height: 72px;
    background: var(--phadin-green-700);
  }

  #header .header-main .header-inner {
    min-height: 72px;
    padding-right: 14px;
    padding-left: 14px;
  }

  #header #logo {
    width: min(44vw, 188px);
    margin: 0 auto;
  }

  #header #logo img {
    width: 100%;
    max-height: 66px;
    object-fit: contain;
  }

  #header .mobile-nav a[data-open="#main-menu"],
  #header .mobile-nav a[href*="showroom"],
  #header .mobile-nav .cart-item > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
  }

  #header .mobile-nav a[data-open="#main-menu"]:hover,
  #header .mobile-nav a[data-open="#main-menu"]:focus-visible,
  #header .mobile-nav a[href*="showroom"]:hover,
  #header .mobile-nav a[href*="showroom"]:focus-visible,
  #header .mobile-nav .cart-item > a:hover,
  #header .mobile-nav .cart-item > a:focus-visible {
    border-color: rgba(255, 255, 255, 0.62);
    background: rgba(255, 255, 255, 0.16);
    outline: 0;
  }

  #header .header-bottom {
    position: relative;
    z-index: 2;
    min-height: 64px;
    padding: 8px 14px 10px;
    background: var(--phadin-green-700);
  }

  #header .header-bottom .header-bottom-nav,
  #header .header-bottom .header-search-form-wrapper,
  #header .header-bottom .searchform-wrapper,
  #header .header-bottom .searchform {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  #header .header-bottom .searchform .flex-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 50px;
    gap: 8px;
    width: 100%;
  }

  #header .header-bottom .searchform .flex-col {
    min-width: 0;
  }

  #header .header-bottom input[type="search"],
  #header .header-bottom .search-field {
    width: 100%;
    height: 48px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 14px;
    background: #fff;
    box-shadow: none;
    color: var(--phadin-text-900);
    font-size: 16px;
    line-height: 48px;
  }

  #header .header-bottom input[type="search"]:focus,
  #header .header-bottom .search-field:focus {
    border-color: #fff;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.16);
    outline: 0;
  }

  #header .header-bottom input[type="search"]::placeholder,
  #header .header-bottom .search-field::placeholder {
    color: #78827d;
    opacity: 1;
  }

  #header .header-bottom .searchform button[type="submit"],
  #header .header-bottom .searchform .submit-button,
  #header .header-bottom .searchform button.ux-search-submit.button.icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    min-width: 50px;
    height: 48px;
    min-height: 48px;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    border-radius: 14px;
    background: var(--phadin-green-900) !important;
    box-shadow: none;
    color: #fff;
  }

  #header .header-bottom .searchform button[type="submit"]:hover,
  #header .header-bottom .searchform button[type="submit"]:focus-visible {
    background: var(--phadin-green-950) !important;
    outline: 0;
  }

  #main-menu.mobile-sidebar {
    width: min(92vw, 420px);
    max-width: 420px;
    padding: 18px 14px calc(28px + env(safe-area-inset-bottom));
    background: #f7faf8;
    color: var(--phadin-text-900);
  }

  #main-menu.mobile-sidebar .sidebar-menu {
    min-height: 100%;
    padding: 0;
  }

  #main-menu.mobile-sidebar .nav-sidebar,
  #main-menu.mobile-sidebar .sub-menu.nav-sidebar-ul {
    display: grid;
    gap: 8px;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  #main-menu.mobile-sidebar .nav-sidebar > li {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--phadin-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: var(--phadin-shadow-sm);
  }

  #main-menu.mobile-sidebar .nav-sidebar > li > a {
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 58px;
    padding: 11px 48px 11px 15px;
    color: var(--phadin-text-900);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    overflow-wrap: break-word;
    text-transform: none;
    white-space: normal;
  }

  #main-menu.mobile-sidebar .nav-sidebar > li.current-menu-item,
  #main-menu.mobile-sidebar .nav-sidebar > li.current-menu-ancestor {
    border-color: #f0c9b4;
    background: linear-gradient(180deg, #fff8f4 0%, #fef2eb 100%);
    box-shadow: inset 4px 0 0 var(--phadin-accent-500);
  }

  #main-menu.mobile-sidebar .nav-sidebar > li.current-menu-item > a,
  #main-menu.mobile-sidebar .nav-sidebar > li.current-menu-ancestor > a {
    color: var(--phadin-accent-600);
  }

  #main-menu.mobile-sidebar .nav-sidebar > li > .toggle,
  #main-menu.mobile-sidebar .sub-menu.nav-sidebar-ul > li > .toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 58px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--phadin-green-800);
  }

  #main-menu.mobile-sidebar .nav-slide-header {
    position: relative;
    margin: 0 0 10px;
    overflow: hidden;
    border: 1px solid var(--phadin-border);
    border-radius: 12px;
    background: #fff;
  }

  #main-menu.mobile-sidebar .nav-slide-header .toggle {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 54px;
    padding: 10px 16px 10px 44px;
    border: 0;
    background: transparent;
    color: var(--phadin-text-900);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
  }

  #main-menu.mobile-sidebar .nav-slide-header .toggle > i {
    position: absolute;
    left: 15px;
  }

  #main-menu.mobile-sidebar .sub-menu.nav-sidebar-ul > li {
    position: relative;
    min-width: 0;
    margin: 0;
  }

  #main-menu.mobile-sidebar .sub-menu.nav-sidebar-ul > li > a {
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 48px;
    padding: 9px 44px 9px 14px;
    border: 1px solid var(--phadin-border);
    border-radius: 10px;
    background: #fff;
    color: var(--phadin-text-900);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0;
    overflow-wrap: break-word;
    text-transform: none;
    white-space: normal;
  }

  #main-menu.mobile-sidebar .sub-menu.nav-sidebar-ul > li.menu-item-has-children > a {
    border-color: #cfe0d8;
    background: var(--phadin-green-soft-1);
    color: var(--phadin-green-800);
    font-weight: 700;
  }

  #main-menu.mobile-sidebar .sub-menu.nav-sidebar-ul > li > .toggle {
    width: 42px;
    height: 48px;
  }

  #main-menu.mobile-sidebar .menu-item-title,
  #main-menu.mobile-sidebar .menu-item-description {
    display: block;
    min-width: 0;
    white-space: normal;
  }

  #main-menu.mobile-sidebar .menu-item-description {
    margin-top: 3px;
    color: var(--phadin-text-600);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.35;
  }

  .mfp-wrap .mfp-close {
    top: 8px;
    right: 8px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: var(--phadin-text-900);
    font-size: 32px;
    line-height: 42px;
    opacity: 0.84;
  }

  #menu-bottom-tabs {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    display: block !important;
    height: calc(var(--phadin-mobile-bottom-nav-height) + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
    border-top: 1px solid var(--phadin-border);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 -8px 24px rgba(5, 46, 34, 0.08);
  }

  #menu-bottom-tabs > .phadin-quick-links {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    width: 100%;
    height: var(--phadin-mobile-bottom-nav-height);
    padding: 0;
    margin: 0;
    list-style: none;
  }

  #menu-bottom-tabs .phadin-quick-links > li {
    min-width: 0;
    margin: 0;
  }

  #menu-bottom-tabs .phadin-quick-links > li > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 100%;
    height: 100%;
    min-width: 0;
    padding: 4px 2px 3px;
    color: var(--phadin-green-700);
    font-size: 11px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: 0;
    text-align: center;
    text-decoration: none;
    text-transform: none;
  }

  #menu-bottom-tabs .phadin-quick-link-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    color: currentColor;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
  }

  #menu-bottom-tabs .phadin-quick-link-icon img {
    width: 23px;
    height: 23px;
    object-fit: contain;
  }

  #menu-bottom-tabs .phadin-action-categories .phadin-quick-link-icon::before {
    width: 6px;
    height: 6px;
    border-radius: 2px;
    background: currentColor;
    box-shadow: 9px 0 currentColor, 0 9px currentColor, 9px 9px currentColor;
    content: "";
    transform: translate(-4px, -4px);
  }

  #menu-bottom-tabs .phadin-action-cart .phadin-quick-link-icon::before {
    content: "▰";
    transform: rotate(90deg);
  }

  #menu-bottom-tabs .phadin-action-hotline .phadin-quick-link-icon::before {
    content: "☎";
    font-size: 22px;
  }

  #menu-bottom-tabs .phadin-action-facebook .phadin-quick-link-icon::before {
    content: "f";
    font-size: 22px;
  }

  #menu-bottom-tabs .phadin-action-zalo .phadin-quick-link-icon::before {
    content: "Z";
    font-size: 16px;
  }

  #menu-bottom-tabs .phadin-quick-links > li > a:hover,
  #menu-bottom-tabs .phadin-quick-links > li > a:focus-visible,
  #menu-bottom-tabs .phadin-quick-links > li > a[aria-expanded="true"] {
    background: var(--phadin-green-soft-1);
    color: var(--phadin-green-900);
    outline: 0;
  }

  #menu-bottom-tabs .phadin-action-cart > a {
    color: var(--phadin-accent-600);
  }

  #menu-bottom-tabs .phadin-action-facebook > a,
  #menu-bottom-tabs .phadin-action-zalo > a {
    color: #087dde;
  }

  body.phadin-native-mobile-menu-open {
    overflow: hidden;
  }
}

@media (min-width: 850px) {
  #menu-bottom-tabs {
    display: none !important;
  }
}
