  /* ========================================
   Starel Mobile Header + Menu V1
  ======================================== */
  
  :root {
  --starel-mobile-header-height: 68px;
  --starel-mobile-search-height: 48px;
  --starel-mobile-black: #1c1c1c;
  --starel-mobile-muted: #808080;
  --starel-mobile-line: #e6e6e6;
  --starel-mobile-soft: #f4f4f4;
  --starel-mobile-white: #ffffff;
  }
  
  body.starel-mobile-menu-open {
  overflow: hidden !important;
  touch-action: none;
  }
  
  @media (min-width: 1024px) {
  .starel-mobile-header,
  .starel-mobile-menu {
    display: none !important;
  }
  }
  
  @media (max-width: 1023px) {
  .starel-header-grid,
  .starel-header-nav,
  .starel-header-nav-spacer {
    display: none !important;
  }
  
  .starel-mobile-header {
    display: block !important;
    padding: 0 16px !important;
    position: sticky;
    top: var(--starel-admin-bar-height, 0px);
    z-index: 9990;
    width: 100%;
    background: var(--starel-mobile-white);
    border-bottom: 1px solid var(--starel-mobile-line);
  }
  
  .starel-mobile-header__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: var(--starel-mobile-header-height);
    box-sizing: border-box;
    background: var(--starel-mobile-white);
  }
  
  .starel-mobile-header__logo,
  .starel-mobile-header__logo a,
  .starel-mobile-header__logo .elementor-widget-container {
    display: inline-flex;
    align-items: center;
    min-width: 0;
  }
  
  .starel-mobile-header__logo img,
  .starel-mobile-header__logo svg {
    display: block;
    width: auto;
    max-width: 116px;
    max-height: 42px;
  }
  
  .starel-mobile-header__actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    flex: 0 0 auto;
  }
  
  .starel-mobile-header__cart,
  .starel-mobile-header__cart .elementor-widget-container,
  .starel-mobile-header__cart .elementor-menu-cart__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    min-height: 32px;
  }
  
  .starel-mobile-menu-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 34px;
    margin: 0;
    padding: 16px 0 16px 12px !important;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
  }
  
  .starel-mobile-menu-toggle span {
    display: block;
    width: 21px;
    height: 1.5px;
    border-radius: 999px;
    background: #000 !important;
    transform-origin: center;
  }
  
  .starel-mobile-menu-toggle.is-active span:first-child {
    transform: translateY(4.25px) rotate(45deg);
  }
  
  .starel-mobile-menu-toggle.is-active span:last-child {
    transform: translateY(-4.25px) rotate(-45deg);
  }
  
  .starel-mobile-header__search {
    padding: 0;
    background: var(--starel-mobile-white);
    box-sizing: border-box;
  }
  
  .starel-mobile-header__search .starel-header-search-form,
  .starel-mobile-header__search-form {
    min-height: var(--starel-mobile-search-height);
    border-radius: 8px;
  }
  
  .starel-mobile-menu {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    width: 100vw;
    height: 100dvh;
    background: var(--starel-mobile-white);
    color: var(--starel-mobile-black);
  }
  
  .starel-mobile-menu.is-open {
    display: block;
  }
  
  .starel-mobile-menu__inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: var(--starel-mobile-white);
  }
  
  .starel-mobile-menu__topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 68px;
    padding: max(16px, env(safe-area-inset-top)) 16px 16px;
    border-bottom: 1px solid var(--starel-mobile-line);
    box-sizing: border-box;
  }
  
  .starel-mobile-menu__logo,
  .starel-mobile-menu__logo a,
  .starel-mobile-menu__logo .custom-logo-link {
    display: inline-flex;
    align-items: center;
    color: var(--starel-mobile-black);
    text-decoration: none;
  }
  
  .starel-mobile-menu__logo img,
  .starel-mobile-menu__logo svg {
    display: block;
    width: auto;
    max-width: 110px;
    max-height: 42px;
  }
  
  .starel-mobile-menu__wordmark {
    font-family: 'Classic Carrara', Sans-serif;
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
  }
  
  .starel-mobile-menu__close {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent !important;
    color: var(--starel-mobile-black)!important;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
  }    
  
  .starel-mobile-menu__close span {
    position: absolute;
    display: block;
    width: 24px;
    height: 1.5px;
    border-radius: 999px;
    background: currentColor;
    transform-origin: center;
  }
  
  .starel-mobile-menu__close span:first-child {
    transform: rotate(45deg);
  }
  
  .starel-mobile-menu__close span:last-child {
    transform: rotate(-45deg);
  }
  
  .starel-mobile-menu__panel {
    display: none;
    height: calc(100dvh - 76px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 16px;
    box-sizing: border-box;
  }
  
  .starel-mobile-menu__panel.is-active {
    display: block;
  }
  
  .starel-mobile-menu__parents {
    display: grid;
    gap: 12px;
  }
  
  .starel-mobile-menu__parent-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 80px;
    margin: 0;
    padding: 14px !important;
    overflow: hidden;
    border: 0;
    border-radius: 8px;
    background: var(--starel-mobile-soft);
    color: var(--starel-mobile-black);
    text-align: left;
    text-decoration: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    box-sizing: border-box;
  }
  
  .starel-mobile-menu__parent-card::before {
    display: none !important;
    background: none !important;
    background-image: none !important;
  }
  
  .starel-mobile-menu__parent-title,
  .starel-mobile-menu__arrow {
    position: relative;
    z-index: 1;
  }
  
  .starel-mobile-menu__parent-title {
    font-family: 'Classic Carrara', Sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: var(--starel-mobile-black);

  }

  .starel-mobile-menu__parent-title:hover {
    text-decoration: underline;
  }
  
  .starel-mobile-menu__arrow {
    margin-left: 8px;
    font-size: 22px;
    line-height: 1;
    font-weight: 400;
    color: var(--starel-mobile-black);
  }
  
  .starel-mobile-menu__support {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid var(--starel-mobile-line);
  }
  
  .starel-mobile-menu__support-title {
    margin: 0 0 24px;
    font-family: 'Classic Carrara', Sans-serif;
    font-size: 14px !important;
    line-height: 1.2;
    font-weight: 600 !important;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: var(--starel-mobile-muted);
  }
  
  .starel-mobile-menu__support-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
    row-gap: 16px;
  }
  
  .starel-mobile-menu__support-link {
    color: var(--starel-mobile-muted);
    font-family: 'Classic Carrara', Sans-serif;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    text-decoration: none;
  }
  
  .starel-mobile-menu__subtop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
    margin: -2px 0 18px;
    padding: 14px 0;
  }
  
  .starel-mobile-menu__back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    background: transparent;
    color: var(--starel-mobile-black);
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    font-family: 'Classic Carrara', Sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: uppercase;
  }

  .starel-mobile-menu__back:hover {
    background-color: transparent;
    color: var(--starel-mobile-black) !important;
  }
  
  .starel-mobile-menu__back span {
    font-size: 20px;
    line-height: 1;
    transform: translateY(-1px);
  }
  
  .starel-mobile-menu__all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    background: var(--starel-mobile-soft);
    color: var(--starel-mobile-muted);
    font-family: 'Classic Carrara', Sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 8px;
  }
  
  .starel-mobile-menu__children {
    display: grid;
    flex-direction: column;
    width: 100%;
  }
  
  .starel-mobile-menu__child-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 64px;
    border-bottom: 1px solid var(--starel-mobile-line);
    color: var(--starel-mobile-black);
    font-family: 'Classic Carrara', Sans-serif;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
    text-decoration: none;
    box-sizing: border-box;
  }
  
  .starel-mobile-menu__child-link:first-child {
    border-top: 1px solid var(--starel-mobile-line);
  }

/* ========================================
   Mobile Menu Utilities
======================================== */

.starel-mobile-menu__utilities {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  margin: 0 0 16px;
  padding: 2px 0 16px;
  border-top: 0;
  border-bottom: 1px solid var(--starel-mobile-line);
  color: var(--starel-mobile-muted);
  font-family: 'Classic Carrara', Sans-serif;
  font-size: 14px;
  line-height: 1;
}

.starel-mobile-menu__utility {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.starel-mobile-menu__utility-label {
  color: var(--starel-mobile-muted);
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.starel-mobile-menu__utility-divider {
  display: block;
  width: 1px;
  height: 18px;
  flex: 0 0 auto;
  background: var(--starel-mobile-line);
}

.starel-mobile-menu__utilities .vat-toggle,
.starel-mobile-menu__utilities .starel-language-select,
.starel-mobile-menu__utilities .currency-toggle,
.starel-mobile-menu__utilities .currency-toggle form {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.starel-mobile-menu__utilities .vat-toggle {
  gap: 0;
}

.starel-mobile-menu__utilities .vat-toggle__text {
  display: none !important;
}

.starel-mobile-menu__utilities .starel-language-select select,
.starel-mobile-menu__utilities .currency-toggle select {
  appearance: auto;
  -webkit-appearance: auto;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--starel-mobile-muted);
  font-family: 'Classic Carrara', Sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.02em;
  box-shadow: none;
  outline: none;
  cursor: pointer;
}

.starel-mobile-menu__utilities .starel-language-select select option,
.starel-mobile-menu__utilities .currency-toggle select option {
  color: #1c1c1c;
  background: #ffffff;
}

/* ========================================
   Mobile Menu Live Refinements
   03 Jun 2026
======================================== */

/* Utility row now sits at the top of the root menu, above the main links. */
.starel-mobile-menu__panel[data-starel-mobile-panel="root"] > .starel-mobile-menu__utilities {
  margin: 0 0 16px !important;
  padding: 2px 0 16px !important;
  border-top: 0 !important;
  border-bottom: 1px solid var(--starel-mobile-line) !important;
}

/* Parent category cards use a solid fill only. No image or gradient backgrounds. */
.starel-mobile-menu__parent-card {
  background: var(--starel-mobile-soft) !important;
}

.starel-mobile-menu__parent-card::before {
  display: none !important;
  background: none !important;
  background-image: none !important;
}
