@media (max-width: 849px) {
  body {
    --phadin-mobile-green: #007a4d;
    --phadin-mobile-green-dark: #053f2d;
    --phadin-mobile-green-soft: #eaf5ef;
    --phadin-mobile-orange: #d96b2b;
    --phadin-mobile-orange-soft: #fff2e8;
    --phadin-mobile-border: #dce8e0;
    --phadin-mobile-text: #17231d;
    --phadin-mobile-muted: #64736b;
    --phadin-mobile-header-height: 0px;
    --phadin-mobile-bottom-nav-height: 62px;
    padding-bottom: calc(var(--phadin-mobile-bottom-nav-height) + env(safe-area-inset-bottom));
    overflow-x: hidden;
  }

  .header-wrapper,
  #masthead.header-main,
  .header-main,
  .header-bottom,
  .header-bottom .header-bottom-nav {
    background: var(--phadin-mobile-green);
    color: #fff;
  }

  .header-wrapper {
    transition: transform .22s ease, max-height .22s ease, opacity .18s ease, visibility .18s ease, box-shadow .22s ease;
    will-change: transform;
  }

  #header {
    transition: transform .22s ease, max-height .22s ease, opacity .18s ease, visibility .18s ease;
    will-change: transform;
  }

  #masthead.header-main,
  .header-main {
    height: 70px;
    min-height: 54px;
    transition: height .22s ease, min-height .22s ease;
  }

  .header-main .header-inner {
    min-height: inherit;
  }

  #logo,
  #logo img {
    transition: opacity .2s ease, transform .2s ease, max-height .2s ease, width .2s ease;
  }

  .mobile-nav a[data-open="#main-menu"],
  .mobile-nav .header-button,
  .mobile-nav .header-cart-link,
  .mobile-nav .cart-item > a,
  .mobile-nav .nav-top-link {
    box-shadow: none;
  }

  .mobile-nav a[data-open="#main-menu"],
  .mobile-nav .header-button > a,
  .mobile-nav .header-cart-link,
  .mobile-nav .cart-item > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 14px;
    background: rgba(255, 255, 255, .11);
    color: #fff;
  }

  .mobile-nav a[data-open="#main-menu"] .icon-menu,
  .mobile-nav .header-cart-link i,
  .mobile-nav .cart-item i {
    color: #fff;
  }

  .mobile-nav .cart-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }

  .mobile-nav .cart-icon strong {
    min-width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #fff;
    color: var(--phadin-mobile-orange);
    font-size: 12px;
    font-weight: 800;
    line-height: 18px;
  }

  body .mobile-nav .header-button > a.header-cart-link,
  body .mobile-nav .cart-item .header-button > a.header-cart-link,
  body .mobile-nav .html_nav_position_text_top .header-button > a.header-cart-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
    max-height: 44px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, .28) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, .08) !important;
    box-shadow: none !important;
    color: #fff !important;
    line-height: 1 !important;
  }

  body .mobile-nav .html_nav_position_text_top .header-button > a.header-cart-link i.fas.fa-map-marker-alt,
  body .mobile-nav .cart-item .header-button > a.header-cart-link i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    min-width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
    color: #fff !important;
    font-size: 22px !important;
    line-height: 1 !important;
    text-align: center !important;
  }

  body .mobile-nav .html_nav_position_text_top .header-button > a.header-cart-link i.fas.fa-map-marker-alt::before {
    content: "\f3c5" !important;
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro" !important;
    font-weight: 900 !important;
  }

  .header-bottom {
    max-height: 72px;
    overflow: hidden;
    transition: max-height .22s ease, opacity .2s ease, padding .22s ease, transform .22s ease;
  }

  .header-bottom .header-bottom-nav {
    width: 100%;
    padding: 0 14px 10px;
    transition: opacity .2s ease, transform .22s ease;
  }

  .header-bottom .header-search-form-wrapper,
  .header-bottom .searchform-wrapper,
  .header-bottom .searchform {
    width: 100%;
  }

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

  .header-bottom input[type="search"],
  .header-bottom .search-field {
    height: 48px;
    min-height: 48px;
    border: 1px solid #ffd7b8;
    border-radius: 999px;
    background: var(--phadin-mobile-orange-soft);
    color: var(--phadin-mobile-text);
    font-size: 16px;
    line-height: 48px;
    padding: 0 17px;
    box-shadow: none;
  }

  .header-bottom input[type="search"]::placeholder,
  .header-bottom .search-field::placeholder {
    color: var(--phadin-mobile-muted);
  }

  .header-bottom .searchform button.ux-search-submit.secondary.button,
  .header-bottom .searchform button[type="submit"],
  .header-bottom .searchform .submit-button {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    border: 0;
    border-radius: 999px;
    background: var(--phadin-mobile-orange);
    color: #fff;
    border-color: var(--phadin-mobile-orange);
    box-shadow: none;
  }

  body .header-bottom .searchform button.ux-search-submit.button.icon {
    background: var(--phadin-mobile-orange) !important;
    border-color: var(--phadin-mobile-orange) !important;
    color: #fff !important;
  }

  body.phadin-mobile-header-hidden #header,
  body.phadin-mobile-not-top #header,
  body.phadin-mobile-menu-open #header {
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    transform: translateY(-110%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none !important;
  }

  body.phadin-mobile-header-hidden .header-wrapper,
  body.phadin-mobile-not-top .header-wrapper,
  body.phadin-mobile-menu-open .header-wrapper {
    max-height: 0 !important;
    overflow: hidden !important;
    transform: translateY(-110%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none !important;
  }

  body.phadin-mobile-header-hidden #masthead.header-main,
  body.phadin-mobile-header-hidden .header-main,
  body.phadin-mobile-not-top #masthead.header-main,
  body.phadin-mobile-not-top .header-main {
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    transform: translateY(-110%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  body.phadin-mobile-menu-open #masthead.header-main,
  body.phadin-mobile-menu-open .header-main {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
  }

  body.phadin-mobile-header-hidden #logo,
  body.phadin-mobile-not-top #logo,
  body.phadin-mobile-menu-open #logo {
    width: 0;
    min-width: 0;
    max-width: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transform: translateY(-5px) scale(.9);
  }

  body.phadin-mobile-header-hidden #logo img,
  body.phadin-mobile-not-top #logo img,
  body.phadin-mobile-menu-open #logo img {
    max-height: 0;
    opacity: 0;
  }

  body.phadin-mobile-header-hidden .header-bottom,
  body.phadin-mobile-not-top .header-bottom,
  body.phadin-mobile-menu-open .header-bottom {
    display: none !important;
    max-height: 0;
    opacity: 0;
    padding: 0;
    transform: translateY(-8px);
    pointer-events: none;
  }

  body.phadin-mobile-header-hidden .header-bottom .header-search-form-wrapper,
  body.phadin-mobile-header-hidden .header-bottom .searchform-wrapper,
  body.phadin-mobile-header-hidden .header-bottom .searchform,
  body.phadin-mobile-not-top .header-bottom .header-search-form-wrapper,
  body.phadin-mobile-not-top .header-bottom .searchform-wrapper,
  body.phadin-mobile-not-top .header-bottom .searchform,
  body.phadin-mobile-menu-open .header-bottom .header-search-form-wrapper,
  body.phadin-mobile-menu-open .header-bottom .searchform-wrapper,
  body.phadin-mobile-menu-open .header-bottom .searchform {
    display: none !important;
  }

  body.phadin-mobile-at-top:not(.phadin-mobile-menu-open) .header-bottom {
    display: flex !important;
    max-height: 72px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  body.phadin-mobile-at-top:not(.phadin-mobile-menu-open) .header-wrapper,
  body.phadin-mobile-at-top:not(.phadin-mobile-menu-open) #header,
  body.phadin-mobile-at-top:not(.phadin-mobile-menu-open) #masthead.header-main,
  body.phadin-mobile-at-top:not(.phadin-mobile-menu-open) .header-main {
    max-height: none;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.phadin-mobile-at-top:not(.phadin-mobile-menu-open) #header {
    height: auto;
    min-height: 0;
  }

  html.has-off-canvas-left,
  body.phadin-mobile-menu-open {
    overflow: hidden;
  }

  .mfp-bg.off-canvas-left,
  .mfp-bg.mfp-ready {
    background: rgba(5, 34, 25, .46);
    opacity: 1;
  }

  .mfp-wrap.off-canvas-left .mfp-content {
    width: min(86vw, 380px);
    max-width: min(86vw, 380px);
    background: transparent;
  }

  #main-menu.mobile-sidebar {
    width: min(86vw, 380px);
    max-width: min(86vw, 380px);
    height: 100dvh;
    max-height: 100dvh;
    padding: 14px 12px calc(84px + env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    background: #f4faf6;
    box-shadow: 18px 0 40px rgba(0, 0, 0, .18);
  }

  #main-menu.mobile-sidebar .nav-sidebar {
    width: 100%;
    margin: 0;
    padding: 6px 0 18px;
  }

  #main-menu.mobile-sidebar .sidebar-menu {
    padding-top: 16px;
  }

  body.phadin-mobile-menu-open #main-menu.mobile-sidebar .sidebar-menu {
    padding-top: 16px !important;
    padding-bottom: calc(72px + env(safe-area-inset-bottom)) !important;
  }

  #main-menu .nav-sidebar > li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 46px;
    align-items: center;
    min-height: 62px;
    margin: 0 0 11px;
    overflow: hidden;
    border: 1px solid var(--phadin-mobile-border);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(5, 63, 45, .06);
  }

  #main-menu .nav-sidebar > li > a {
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 62px;
    padding: 12px 0 12px 16px;
    color: var(--phadin-mobile-text);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: 0;
    text-transform: none;
  }

  #main-menu .nav-sidebar > li > a::before {
    content: "";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    min-width: 34px;
    height: 34px;
    margin-right: 12px;
    border-radius: 12px;
    background: var(--phadin-mobile-green-soft);
    box-shadow: inset 0 0 0 1px rgba(0, 122, 77, .08);
    color: #0f6b4b;
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
  }

  #main-menu .nav-sidebar > li:nth-child(2n) > a::before {
    background: var(--phadin-mobile-orange-soft);
    box-shadow: inset 0 0 0 1px rgba(217, 107, 43, .10);
  }

  #main-menu .nav-sidebar > li#menu-item-63233 > a::before {
    content: "\f0eb";
  }

  #main-menu .nav-sidebar > li#menu-item-63249 > a::before {
    content: "\f0f4";
  }

  #main-menu .nav-sidebar > li#menu-item-63258 > a::before {
    content: "\f7d9";
  }

  #main-menu .nav-sidebar > li#menu-item-63275 > a::before {
    content: "\f02d";
  }

  #main-menu .nav-sidebar > li#menu-item-63283 > a::before {
    content: "\f05a";
  }

  #main-menu .nav-sidebar > li > .toggle {
    justify-self: end;
    width: 46px;
    min-width: 46px;
    height: 62px;
    min-height: 62px;
    margin: 0;
    border: 0;
    background: transparent;
    color: var(--phadin-mobile-green-dark);
    opacity: 1;
  }

  #main-menu .nav-sidebar > li > .toggle i,
  #main-menu .nav-sidebar > li > .toggle::before {
    color: currentColor;
  }

  #main-menu .nav-slide-header {
    display: flex;
    align-items: center;
    min-height: 58px;
    margin: 0 0 12px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  #main-menu .nav-slide-header .toggle {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 48px;
    padding: 0 14px 0 48px;
    border: 1px solid var(--phadin-mobile-border);
    border-radius: 16px;
    background: #fff;
    color: var(--phadin-mobile-text);
    font-size: 18px;
    font-weight: 850;
    line-height: 1.2;
    text-align: left;
    opacity: 1;
    box-shadow: 0 8px 22px rgba(5, 63, 45, .06);
  }

  #main-menu .nav-slide-header .toggle::before {
    content: "";
    position: absolute;
    left: 17px;
    width: 12px;
    height: 12px;
    border-left: 3px solid var(--phadin-mobile-green-dark);
    border-bottom: 3px solid var(--phadin-mobile-green-dark);
    transform: rotate(45deg);
  }

  #main-menu .nav-slide-header .toggle > i {
    display: none !important;
  }

  #main-menu .sub-menu.nav-sidebar-ul {
    width: 100%;
    padding: 6px 0 24px;
    background: #f4faf6;
  }

  #main-menu .sub-menu.nav-sidebar-ul > li {
    margin: 0 0 9px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  #main-menu .sub-menu.nav-sidebar-ul > li > a {
    display: flex;
    align-items: center;
    min-height: 50px;
    margin-left: 18px;
    padding: 11px 14px;
    border: 1px solid var(--phadin-mobile-border);
    border-radius: 15px;
    background: #fff;
    color: var(--phadin-mobile-text);
    font-size: 16px;
    font-weight: 680;
    line-height: 1.25;
    text-transform: none;
  }

  #main-menu.mobile-sidebar .sub-menu.nav-sidebar-ul > li.phadin-menu-column-heading > a,
  #main-menu.mobile-sidebar .sub-menu.nav-sidebar-ul.children > li.phadin-menu-column-heading > a,
  #main-menu.mobile-sidebar .sub-menu.nav-sidebar-ul.children.is-current-slide > li.phadin-menu-column-heading > a {
    min-height: 52px !important;
    margin: 8px 8px 10px !important;
    padding: 12px 14px 12px 18px !important;
    border: 1px solid #f0ba8b !important;
    border-radius: 16px !important;
    background: linear-gradient(90deg, #fff0e4 0%, #fff8f2 100%) !important;
    box-shadow: inset 4px 0 0 var(--phadin-mobile-orange), 0 8px 20px rgba(217, 107, 43, .11) !important;
    color: #8f461f !important;
    font-size: 17px !important;
    font-weight: 850 !important;
  }

  #main-menu.mobile-sidebar .sub-menu.nav-sidebar-ul > li.phadin-menu-column-heading > a::before,
  #main-menu.mobile-sidebar .sub-menu.nav-sidebar-ul.children > li.phadin-menu-column-heading > a::before,
  #main-menu.mobile-sidebar .sub-menu.nav-sidebar-ul.children.is-current-slide > li.phadin-menu-column-heading > a::before {
    content: "";
    width: 8px;
    min-width: 8px;
    height: 8px;
    margin-right: 10px;
    border-radius: 999px;
    background: var(--phadin-mobile-orange);
    box-shadow: 0 0 0 5px rgba(217, 107, 43, .13);
  }

  #main-menu.mobile-sidebar .sub-menu.nav-sidebar-ul > li.phadin-mega-menu__leaf > a,
  #main-menu.mobile-sidebar .sub-menu.nav-sidebar-ul.children > li.phadin-mega-menu__leaf > a,
  #main-menu.mobile-sidebar .sub-menu.nav-sidebar-ul.children.is-current-slide > li.phadin-mega-menu__leaf > a {
    width: calc(100% - 42px) !important;
    min-height: 48px !important;
    margin-left: 28px !important;
    margin-right: 14px !important;
    padding: 10px 12px !important;
    background: rgba(255, 255, 255, .96) !important;
    border-color: rgba(199, 216, 207, .96) !important;
    color: #243831 !important;
    font-size: 16px !important;
    font-weight: 720 !important;
  }

  #main-menu.mobile-sidebar .sub-menu.nav-sidebar-ul > li.phadin-mega-menu__leaf > a::before,
  #main-menu.mobile-sidebar .sub-menu.nav-sidebar-ul.children > li.phadin-mega-menu__leaf > a::before,
  #main-menu.mobile-sidebar .sub-menu.nav-sidebar-ul.children.is-current-slide > li.phadin-mega-menu__leaf > a::before {
    content: "";
    width: 7px;
    min-width: 7px;
    height: 7px;
    margin-right: 10px;
    border-radius: 999px;
    background: #95aaa1;
  }

  #main-menu .sub-menu.nav-sidebar-ul > li.phadin-menu-column-heading > a {
    min-height: 52px;
    margin-left: 8px;
    background: var(--phadin-mobile-green-soft);
    border-color: #bfdccc;
    color: var(--phadin-mobile-green-dark);
    font-size: 17px;
    font-weight: 850;
  }

  #main-menu .sub-menu.nav-sidebar-ul > li.phadin-mega-menu__leaf > a::before {
    content: "";
    width: 7px;
    min-width: 7px;
    height: 7px;
    margin-right: 10px;
    border-radius: 999px;
    background: #b9c9c1;
  }

  #main-menu .sub-menu.nav-sidebar-ul > li.phadin-menu-col-2 > a,
  #main-menu .sub-menu.nav-sidebar-ul > li.phadin-menu-col-3 > a {
    margin-left: 28px;
  }

  #main-menu .sub-menu.nav-sidebar-ul > li.phadin-menu-col-2.phadin-menu-column-heading > a,
  #main-menu .sub-menu.nav-sidebar-ul > li.phadin-menu-col-3.phadin-menu-column-heading > a {
    margin-left: 14px;
    background: var(--phadin-mobile-orange-soft);
    border-color: #ffd7b8;
    color: #91491f;
  }

  #menu-bottom-tabs {
    position: fixed !important;
    left: 0;
    right: 0;
    bottom: -1px !important;
    width: 100% !important;
    min-height: 58px;
    margin: 0 !important;
    padding: 3px 7px max(3px, env(safe-area-inset-bottom));
    border-top: 1px solid var(--phadin-mobile-border);
    border-radius: 8px 8px 0 0;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 -2px 8px rgba(5, 63, 45, .06);
    backdrop-filter: blur(8px);
    transform: none !important;
  }

  body #menu-bottom-tabs.menu-bottom-tabs {
    bottom: -1px !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 3px 7px max(3px, env(safe-area-inset-bottom)) !important;
    border-width: 1px 0 0 !important;
    border-style: solid none none !important;
    border-color: rgba(16, 54, 45, .10) transparent transparent !important;
    border-radius: 8px 8px 0 0 !important;
    background: rgba(255, 255, 255, .98) !important;
    box-shadow: 0 -2px 8px rgba(5, 63, 45, .06) !important;
    transform: none !important;
  }

  #menu-bottom-tabs a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-width: 0;
    min-height: 46px;
    padding: 2px 4px;
    color: var(--phadin-mobile-muted);
    font-size: 11.5px;
    font-weight: 650;
    line-height: 1.15;
    text-decoration: none;
  }

  body #menu-bottom-tabs.menu-bottom-tabs .menu-bottom-item,
  body #menu-bottom-tabs.menu-bottom-tabs .menu-bottom-item.active,
  body #menu-bottom-tabs.menu-bottom-tabs .menu-bottom-item.current-menu-item {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body #menu-bottom-tabs.menu-bottom-tabs .menu-bottom-item > a,
  body #menu-bottom-tabs.menu-bottom-tabs .menu-bottom-item > a:focus,
  body #menu-bottom-tabs.menu-bottom-tabs .menu-bottom-item > a:hover,
  body #menu-bottom-tabs.menu-bottom-tabs .menu-bottom-item.active > a,
  body #menu-bottom-tabs.menu-bottom-tabs .menu-bottom-item.current-menu-item > a,
  body #menu-bottom-tabs.menu-bottom-tabs .menu-bottom-item > a.active {
    min-height: 46px !important;
    padding: 1px 2px 2px !important;
    border: 0 !important;
    border-radius: 8px !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-decoration: none !important;
  }

  body #menu-bottom-tabs.menu-bottom-tabs .menu-bottom-item.active > a,
  body #menu-bottom-tabs.menu-bottom-tabs .menu-bottom-item.current-menu-item > a,
  body #menu-bottom-tabs.menu-bottom-tabs .menu-bottom-item > a.active {
    color: var(--phadin-mobile-green) !important;
    font-weight: 750 !important;
  }

  #menu-bottom-tabs a.active,
  #menu-bottom-tabs a.is-active,
  #menu-bottom-tabs a:hover {
    color: var(--phadin-mobile-green);
  }

  #menu-bottom-tabs svg,
  #menu-bottom-tabs i,
  #menu-bottom-tabs img {
    width: 22px;
    height: 22px;
    object-fit: contain;
  }

  /* 1.0.8: compact drawer levels, glass top feel, and stronger bottom actions. */
  .header-wrapper,
  #masthead.header-main,
  .header-main,
  .header-bottom {
    background: rgba(0, 122, 77, .88) !important;
    backdrop-filter: blur(14px) saturate(1.18);
    -webkit-backdrop-filter: blur(14px) saturate(1.18);
  }

  #main-menu.mobile-sidebar {
    padding-top: 8px !important;
    background: linear-gradient(180deg, rgba(251, 253, 252, .97) 0%, rgba(247, 250, 248, .97) 100%) !important;
  }

  #main-menu.mobile-sidebar .sidebar-menu {
    padding-top: 8px !important;
    padding-bottom: calc(70px + env(safe-area-inset-bottom)) !important;
  }

  #main-menu.mobile-sidebar .nav-sidebar {
    padding-top: 4px !important;
  }

  #main-menu .nav-sidebar > li {
    min-height: 56px !important;
    margin-bottom: 8px !important;
    border-radius: 15px !important;
    box-shadow: 0 6px 18px rgba(5, 63, 45, .045) !important;
  }

  #main-menu .nav-sidebar > li > a {
    justify-content: flex-start !important;
    min-height: 56px !important;
    padding: 10px 0 10px 14px !important;
    color: #243831 !important;
    font-size: 15px !important;
    font-weight: 760 !important;
    line-height: 1.22 !important;
    text-align: left !important;
  }

  #main-menu .nav-sidebar > li > a::before {
    content: "\f0c9";
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    margin-right: 11px !important;
    border-radius: 11px !important;
    background: var(--phadin-mobile-green-soft) !important;
    color: #087a50 !important;
    font-size: 14px !important;
  }

  #main-menu .nav-sidebar > li#menu-item-64031 > a::before {
    content: "\f2dc";
  }

  #main-menu .nav-sidebar > li#menu-item-63268 > a::before {
    content: "\f06c";
  }

  #main-menu .nav-sidebar > li[aria-expanded="true"] > a,
  #main-menu .nav-sidebar > li.current-menu-item > a,
  #main-menu .nav-sidebar > li.current-menu-ancestor > a {
    border-color: #f2c4a1 !important;
    background: #fff7f0 !important;
    color: #8a4927 !important;
    box-shadow: inset 4px 0 0 var(--phadin-mobile-orange) !important;
  }

  #main-menu .nav-sidebar > li[aria-expanded="true"] > a::before,
  #main-menu .nav-sidebar > li.current-menu-item > a::before,
  #main-menu .nav-sidebar > li.current-menu-ancestor > a::before {
    background: #eaf6f0 !important;
    color: #087a50 !important;
  }

  #main-menu .nav-sidebar > li > .toggle {
    height: 56px !important;
    min-height: 56px !important;
  }

  #main-menu.mobile-sidebar .sub-menu.nav-sidebar-ul.children.is-current-slide {
    top: 0 !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    margin: 0 !important;
    padding: 14px 0 calc(70px + env(safe-area-inset-bottom)) 10px !important;
    overflow-y: auto !important;
    background: linear-gradient(180deg, rgba(251, 253, 252, .97) 0%, rgba(247, 250, 248, .97) 100%) !important;
    -webkit-overflow-scrolling: touch;
  }

  #main-menu.mobile-sidebar .sub-menu.nav-sidebar-ul.children.is-current-slide > li {
    margin-bottom: 8px !important;
  }

  #main-menu.mobile-sidebar .sub-menu.nav-sidebar-ul.children.is-current-slide > li.nav-slide-header {
    min-height: 50px !important;
    margin: 0 0 8px !important;
  }

  #main-menu.mobile-sidebar .sub-menu.nav-sidebar-ul.children.is-current-slide > li.nav-slide-header .toggle {
    min-height: 46px !important;
    height: 46px !important;
    padding: 0 12px 0 42px !important;
    border-radius: 14px !important;
    color: #243831 !important;
    font-size: 15px !important;
    font-weight: 760 !important;
    line-height: 1.2 !important;
    box-shadow: 0 6px 16px rgba(5, 63, 45, .045) !important;
  }

  #main-menu.mobile-sidebar .sub-menu.nav-sidebar-ul.children.is-current-slide > li.nav-slide-header .toggle::before {
    left: 16px !important;
    width: 10px !important;
    height: 10px !important;
    border-width: 0 0 2.5px 2.5px !important;
  }

  #main-menu.mobile-sidebar .sub-menu.nav-sidebar-ul.children.is-current-slide > li.phadin-menu-column-heading > a {
    min-height: 46px !important;
    margin: 4px 10px 8px 8px !important;
    padding: 10px 12px 10px 16px !important;
    border-radius: 14px !important;
    font-size: 15px !important;
    font-weight: 760 !important;
    box-shadow: inset 4px 0 0 var(--phadin-mobile-orange), 0 6px 16px rgba(217, 107, 43, .08) !important;
  }

  #main-menu.mobile-sidebar .sub-menu.nav-sidebar-ul.children.is-current-slide > li.phadin-mega-menu__leaf > a,
  #main-menu.mobile-sidebar .sub-menu.nav-sidebar-ul.children.is-current-slide > li:not(.nav-slide-header):not(.phadin-menu-column-heading) > a {
    width: calc(100% - 38px) !important;
    min-height: 44px !important;
    margin-left: 24px !important;
    margin-right: 14px !important;
    padding: 9px 12px !important;
    border-radius: 13px !important;
    font-size: 15px !important;
    font-weight: 680 !important;
    line-height: 1.22 !important;
  }

  #menu-bottom-tabs,
  body #menu-bottom-tabs.menu-bottom-tabs {
    background: rgba(250, 253, 251, .995) !important;
    border-color: rgba(8, 71, 50, .16) transparent transparent !important;
  }

  body #menu-bottom-tabs.menu-bottom-tabs .menu-bottom-item > a {
    color: #52615a !important;
    font-weight: 700 !important;
  }

  body #menu-bottom-tabs.menu-bottom-tabs .menu-bottom-item:nth-child(1) > a,
  body #menu-bottom-tabs.menu-bottom-tabs .menu-bottom-item.active > a,
  body #menu-bottom-tabs.menu-bottom-tabs .menu-bottom-item.current-menu-item > a {
    color: #087a50 !important;
  }

  body #menu-bottom-tabs.menu-bottom-tabs .menu-bottom-item:nth-child(3) > a {
    color: #0c7a4c !important;
  }

  body #menu-bottom-tabs.menu-bottom-tabs .menu-bottom-item:nth-child(4) > a {
    color: #2f6fca !important;
  }

  body #menu-bottom-tabs.menu-bottom-tabs .menu-bottom-item:nth-child(5) > a {
    color: #0872b8 !important;
  }

  #menu-bottom-tabs svg,
  #menu-bottom-tabs i,
  #menu-bottom-tabs img {
    opacity: .98;
    filter: saturate(1.18) contrast(1.08);
  }

  /* 1.0.9: readable ordering, stable drawer icons, shorter search, larger logo. */
  .woocommerce-ordering,
  .category-filtering,
  .woocommerce-ordering select,
  .woocommerce-ordering select.orderby,
  select.orderby,
  select[name="orderby"] {
    color: #087a50 !important;
  }

  .woocommerce-ordering select,
  .woocommerce-ordering select.orderby,
  select.orderby,
  select[name="orderby"] {
    min-height: 38px !important;
    height: 38px !important;
    padding: 0 34px 0 13px !important;
    border: 1px solid #b8decb !important;
    border-radius: 999px !important;
    background-color: #eff9f4 !important;
    box-shadow: 0 6px 16px rgba(5, 63, 45, .06) !important;
    color: #087a50 !important;
    font-size: 13px !important;
    font-weight: 760 !important;
    line-height: 38px !important;
  }

  .woocommerce-ordering select option,
  select.orderby option,
  select[name="orderby"] option {
    background: #fff !important;
    color: #17231d !important;
  }

  #masthead.header-main,
  .header-main {
    height: 74px !important;
    min-height: 58px !important;
  }

  #logo,
  .header-main .logo,
  .header-main .header-logo {
    flex: 0 0 auto !important;
    min-width: 122px !important;
    max-width: 156px !important;
  }

  #logo img,
  .header-main .logo img,
  .header-main .header-logo img {
    max-height: 48px !important;
    width: auto !important;
    object-fit: contain !important;
    transform: scale(1.08);
    transform-origin: center;
  }

  .header-bottom {
    max-height: 62px !important;
  }

  .header-bottom .header-bottom-nav {
    padding: 0 16px 8px !important;
  }

  .header-bottom .searchform .flex-row {
    grid-template-columns: minmax(0, 1fr) 44px !important;
    gap: 7px !important;
  }

  .header-bottom input[type="search"],
  .header-bottom .search-field {
    height: 42px !important;
    min-height: 42px !important;
    line-height: 42px !important;
    padding: 0 15px !important;
    font-size: 15px !important;
  }

  .header-bottom .searchform button.ux-search-submit.secondary.button,
  .header-bottom .searchform button[type="submit"],
  .header-bottom .searchform .submit-button,
  body .header-bottom .searchform button.ux-search-submit.button.icon {
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
  }

  #main-menu .nav-sidebar > li {
    grid-template-columns: minmax(0, 1fr) 44px !important;
  }

  #main-menu .nav-sidebar > li > a {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-align: left !important;
    text-indent: 0 !important;
    white-space: normal !important;
  }

  #main-menu .nav-sidebar > li > a::before {
    box-sizing: border-box !important;
    display: inline-flex !important;
    flex: 0 0 32px !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    min-width: 32px !important;
    max-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    max-height: 32px !important;
    margin: 0 11px 0 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Pro" !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    line-height: 32px !important;
    text-align: center !important;
    text-indent: 0 !important;
    speak: none;
  }

  #main-menu .nav-sidebar > li#menu-item-63233 > a::before {
    content: "\f0eb" !important;
  }

  #main-menu .nav-sidebar > li#menu-item-63249 > a::before {
    content: "\f0f4" !important;
  }

  #main-menu .nav-sidebar > li#menu-item-63258 > a::before {
    content: "\f7d9" !important;
  }

  #main-menu .nav-sidebar > li#menu-item-64031 > a::before {
    content: "\f2c9" !important;
  }

  #main-menu .nav-sidebar > li#menu-item-63268 > a::before {
    content: "\f06c" !important;
  }

  #main-menu .nav-sidebar > li#menu-item-63275 > a::before {
    content: "\f02d" !important;
  }

  #main-menu .nav-sidebar > li#menu-item-63283 > a::before {
    content: "\f05a" !important;
  }

  /* 1.0.10: lift the drawer list closer to the top and let the logo breathe. */
  .mfp-wrap.off-canvas-left .mfp-content,
  .mfp-wrap.mfp-ready.off-canvas-left .mfp-content {
    padding-top: 0 !important;
    top: 0 !important;
  }

  body.phadin-mobile-menu-open #main-menu.mobile-sidebar,
  #main-menu.mobile-sidebar {
    padding-top: 0 !important;
  }

  body.phadin-mobile-menu-open #main-menu.mobile-sidebar .sidebar-menu,
  #main-menu.mobile-sidebar .sidebar-menu {
    padding-top: 2px !important;
  }

  body.phadin-mobile-menu-open #main-menu.mobile-sidebar .nav-sidebar,
  #main-menu.mobile-sidebar .nav-sidebar {
    padding-top: 0 !important;
  }

  body.phadin-mobile-menu-open #main-menu .nav-sidebar > li:first-child,
  #main-menu .nav-sidebar > li:first-child {
    margin-top: 0 !important;
  }

  #masthead.header-main,
  .header-main {
    height: 78px !important;
  }

  #logo,
  .header-main .logo,
  .header-main .header-logo {
    min-width: 132px !important;
    max-width: 168px !important;
  }

  #logo img,
  .header-main .logo img,
  .header-main .header-logo img {
    max-height: 54px !important;
    transform: scale(1.12);
  }

  .header-bottom input[type="search"],
  .header-bottom .search-field {
    height: 40px !important;
    min-height: 40px !important;
    line-height: 40px !important;
  }

  .header-bottom .searchform button.ux-search-submit.secondary.button,
  .header-bottom .searchform button[type="submit"],
  .header-bottom .searchform .submit-button,
  body .header-bottom .searchform button.ux-search-submit.button.icon {
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
  }
}
