.elementor-kit-10{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#1A1A1A;--e-global-color-accent:#ffffff;--e-global-color-background:#FFFFFF;--e-global-color-backgroundAccent:#ffffff;--e-global-color-transparent:#00000000;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Outfit";--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:"Outfit";--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:"Outfit";--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:"Outfit";--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:"Outfit";--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:"Outfit";--e-global-typography-heading-s-font-size:18px;--e-global-typography-heading-s-font-weight:500;--e-global-typography-body-s-font-family:"Outfit";--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-10 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);}@media(max-width:1024px){.elementor-kit-10{--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-10{--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 *//* ===== HEADER MAIN CONTAINER ===== */
header, .site-header, .elementor-sticky--effects {
    height: 80px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 25px !important;
    box-sizing: border-box !important;
}

/* ===== MENU LEFT ===== */
header .elementor-nav-menu {
    order: 1;
    margin-right: auto !important;
}

header .elementor-nav-menu a {
    font-size: 15px !important;
    font-weight: 500 !important;
    padding: 0 12px !important;
}

/* ===== LOGO CENTER ===== */
header .elementor-widget-site-logo {
    order: 2;
    margin: 0 auto !important;
}

header .elementor-widget-site-logo img {
    height: 45px !important;
    width: auto !important;
    object-fit: contain !important;
}

/* ===== ICONS RIGHT (Search + Cart) ===== */
header .elementor-widget-button,
header .elementor-widget-icon,
header .elementor-menu-cart__toggle,
header .elementor-widget-woocommerce-menu-cart {
    order: 3;
    margin-left: auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
}

/* ===== Align Icons Perfectly ===== */
header .elementor-widget-button i,
header .elementor-widget-icon i,
header .elementor-menu-cart__toggle i {
    font-size: 22px !important;
}

/* ===== MOBILE HEADER ===== */
@media (max-width: 768px) {
    header {
        height: 65px !important;
        padding: 0 15px !important;
    }

    .elementor-nav-menu {
        display: none !important;
    }

    /* Show burger menu on mobile */
    .elementor-menu-toggle {
        display: block !important;
        order: 3 !important;
        font-size: 28px !important;
    }

    /* Center logo on mobile */
    header .elementor-widget-site-logo {
        margin: 0 auto !important;
        order: 2 !important;
    }

    /* Cart + burger right */
    header .elementor-widget-woocommerce-menu-cart,
    header .elementor-menu-toggle {
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
    }
}/* End custom CSS */