.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-9 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){margin-block-end: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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ---------- Shorter & compact WooCommerce login fields ---------- */

/* Reduce input height + padding */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row input[type="password"],
.woocommerce .woocommerce-Input {
    height: 38px !important;          /* previously 48px */
    padding: 8px 36px 8px 12px !important;
    font-size: 14px !important;
    border-radius: 8px !important;
}

/* Reduce width of the whole login form */
.woocommerce form.login,
.woocommerce .woocommerce-form-login {
    max-width: 380px;                 /* make card narrow */
    margin: 0 auto;
    padding: 20px 24px;
}

/* Reduce spacing between fields */
.woocommerce form .form-row {
    margin-bottom: 10px !important;
}

/* Smaller login button */
.woocommerce button.button,
.woocommerce .button {
    padding: 8px 18px !important;
    font-size: 14px !important;
    border-radius: 8px !important;
}

/* Smaller heading spacing */
.woocommerce-account .woocommerce-form-login h2 {
    font-size: 22px;
    margin-bottom: 12px;
}

/* Adjust password eye icon position */
.woocommerce .show-password-toggle {
    height: 36px !important;
    width: 36px !important;
}/* End custom CSS */