.elementor-kit-6{--e-global-color-primary:#4B9CD3;--e-global-color-secondary:#2C3E50;--e-global-color-text:#2C3E50;--e-global-color-accent:#E74C3C;--e-global-color-background:#FCFCFC;--e-global-color-backgroundAccent:#F2F2F2;--e-global-color-transparent:#00000000;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading_xl-font-family:"Poppins";--e-global-typography-heading_xl-font-size:56px;--e-global-typography-heading_xl-font-weight:600;--e-global-typography-heading_xl-line-height:1.2em;--e-global-typography-heading_l-font-family:"Poppins";--e-global-typography-heading_l-font-size:48px;--e-global-typography-heading_l-font-weight:600;--e-global-typography-heading_l-line-height:1.2em;--e-global-typography-heading_m-font-family:"Poppins";--e-global-typography-heading_m-font-size:40px;--e-global-typography-heading_m-font-weight:600;--e-global-typography-heading_m-line-height:1.2em;--e-global-typography-heading_s-font-family:"Poppins";--e-global-typography-heading_s-font-size:18px;--e-global-typography-heading_s-font-weight:500;--e-global-typography-body_s-font-family:"Figtree";--e-global-typography-body_s-font-size:14px;--e-global-typography-body_s-font-weight:400;--e-global-typography-body_s-line-height:1.5em;background-color:var( --e-global-color-background );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading_xl-font-size:48px;--e-global-typography-heading_l-font-size:40px;--e-global-typography-heading_m-font-size:32px;--e-global-typography-heading_s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading_xl-font-size:40px;--e-global-typography-heading_l-font-size:32px;--e-global-typography-heading_m-font-size:32px;--e-global-typography-heading_s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===============================
   MOBILE HEADER - COMPLETE
================================ */

/* Hide desktop header on mobile */
@media (max-width: 768px) {
  /* Hide your desktop header (adjust ID if needed) */
  header[data-elementor-id="YOUR_DESKTOP_HEADER_ID"] {
    display: none !important;
  }
}

/* Hide mobile header on desktop */
@media (min-width: 769px) {
  /* Hide mobile header (ID 838 from your screenshot) */
  header[data-elementor-id="838"] {
    display: none !important;
  }
}

/* Mobile Header Styling */
@media (max-width: 768px) {
  /* Force horizontal layout */
  header[data-elementor-id="838"] .elementor-container,
  header[data-elementor-id="838"] .e-con,
  header[data-elementor-id="838"] .e-con-inner {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    padding: 12px 16px !important;
    gap: 12px !important;
  }
  
  /* Logo - far left, smaller */
  header[data-elementor-id="838"] .elementor-widget-html:has(.text-logo-wrapper) {
    flex: 0 0 auto !important;
    order: 1 !important;
  }
  
  header[data-elementor-id="838"] .logo-main {
    font-size: 18px !important;
  }
  
  header[data-elementor-id="838"] .logo-sub {
    font-size: 10px !important;
  }
  
  /* Hamburger Menu - after logo */
  header[data-elementor-id="838"] .elementor-widget-nav-menu {
    flex: 0 0 auto !important;
    order: 2 !important;
    margin-left: auto !important;
  }
  
  header[data-elementor-id="838"] .elementor-menu-toggle {
    font-size: 24px !important;
    color: #2c4452 !important;
  }
  
  /* Search - right side */
  header[data-elementor-id="838"] .elementor-widget-html:has(.custom-search-wrapper) {
    flex: 0 0 auto !important;
    order: 3 !important;
    margin-left: 16px !important;
  }
  
  /* Cart - right side */
  header[data-elementor-id="838"] .elementor-widget-html:has(.custom-cart-wrapper) {
    flex: 0 0 auto !important;
    order: 4 !important;
    margin-left: 12px !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }
  
  /* Account Icon - far right */
  header[data-elementor-id="838"] .elementor-widget-icon {
    flex: 0 0 auto !important;
    order: 5 !important;
    margin-left: 12px !important;
  }
  
  header[data-elementor-id="838"] .elementor-icon {
    font-size: 20px !important;
    color: #5fa3d9 !important;
  }
  
  /* Mobile header background */
  header[data-elementor-id="838"] {
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
  }
}/* End custom CSS */