.elementor-65 .elementor-element.elementor-element-154120c5{--display:flex;--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-65 .elementor-element.elementor-element-1d1ae629{text-align:start;font-family:"Inter", Sans-serif;font-size:15px;color:var( --e-global-color-primary );}.elementor-65 .elementor-element.elementor-element-1d1ae629 a:hover, .elementor-65 .elementor-element.elementor-element-1d1ae629 a:focus{color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-1d1ae629 *//* =========================================
   OLENZI — MY ACCOUNT
   ========================================= */

.woocommerce .woocommerce-MyAccount-navigation,
.woocommerce .woocommerce-MyAccount-content {
    font-family: "Inter", sans-serif !important;
    box-sizing: border-box;
}

/* ACCOUNT LAYOUT */
.woocommerce:has(.woocommerce-MyAccount-navigation) {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.woocommerce .woocommerce-MyAccount-navigation {
    width: 230px;
    flex: 0 0 230px;
}

.woocommerce .woocommerce-MyAccount-content {
    flex: 1;
    min-width: 0;
    color: #000 !important;
}

/* =========================================
   ACCOUNT NAVIGATION
   ========================================= */

.woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-MyAccount-navigation li {
    margin: 0 0 8px !important;
    padding: 0 !important;
}

.woocommerce-MyAccount-navigation a {
    display: block;
    padding: 13px 16px !important;
    color: #000 !important;
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.woocommerce-MyAccount-navigation a br {
    display: none !important;
}

.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation .is-active a {
    color: #fff !important;
    background: #c98930 !important;
    border-color: #c98930 !important;
}

/* =========================================
   ACCOUNT TEXT
   ========================================= */

.woocommerce-MyAccount-content,
.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-content strong {
    color: #000 !important;
}

.woocommerce-MyAccount-content a {
    color: #c98930 !important;
    text-decoration: none !important;
}

.woocommerce-MyAccount-content a:hover {
    color: #000 !important;
}

/* =========================================
   ADDRESS TAB
   ========================================= */

.woocommerce-MyAccount-content .woocommerce-Addresses {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px !important;
    width: 100% !important;
}

.woocommerce-MyAccount-content .woocommerce-Address {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
}

.woocommerce-MyAccount-content .woocommerce-Address-title {
    margin: 0 0 10px !important;
}

.woocommerce-MyAccount-content .woocommerce-Address-title h2,
.woocommerce-MyAccount-content .woocommerce-Address-title h3 {
    margin: 0 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    color: #000 !important;
}

.woocommerce-MyAccount-content .woocommerce-Address address {
    margin: 0 !important;
    color: #000 !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
}

.woocommerce-MyAccount-content .woocommerce-Address .edit {
    color: #c98930 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

/* =========================================
   ACCOUNT FORMS
   ========================================= */

.woocommerce-MyAccount-content label {
    display: block !important;
    margin: 0 0 10px !important;
    color: #000 !important;
    font-family: "Inter", sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
}

.woocommerce-MyAccount-content .form-row,
.woocommerce-MyAccount-content .woocommerce-form-row {
    margin: 0 0 18px !important;
}

/* =========================================
   INPUT FIELDS
   ========================================= */

.woocommerce-MyAccount-content input[type="text"],
.woocommerce-MyAccount-content input[type="email"],
.woocommerce-MyAccount-content input[type="tel"],
.woocommerce-MyAccount-content input[type="password"],
.woocommerce-MyAccount-content input[type="number"],
.woocommerce-MyAccount-content textarea,
.woocommerce-MyAccount-content select {
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    color: #000 !important;
    background: #fff !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 0 !important;
    padding: 12px 14px !important;
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
}

/* PLACEHOLDERS */

.woocommerce-MyAccount-content input::placeholder,
.woocommerce-MyAccount-content textarea::placeholder {
    color: #999 !important;
    font-size: 14px !important;
    opacity: 1 !important;
}

/* FOCUS */

.woocommerce-MyAccount-content input:focus,
.woocommerce-MyAccount-content textarea:focus,
.woocommerce-MyAccount-content select:focus {
    color: #000 !important;
    border-color: #000 !important;
    outline: none !important;
}

/* =========================================
   PASSWORD EYE BUTTON
   ========================================= */

.woocommerce-MyAccount-content .password-input {
    position: relative !important;
    display: block !important;
    width: 100% !important;
}

.woocommerce-MyAccount-content
.password-input input[type="password"],
.woocommerce-MyAccount-content
.password-input input[type="text"] {
    padding-right: 55px !important;
}



/* =========================================
   BUTTONS
   ========================================= */

.woocommerce-MyAccount-content button,
.woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content input[type="submit"] {
    background: #c98930 !important;
    color: #fff !important;
    border: 1px solid #c98930 !important;
    border-radius: 0 !important;
    padding: 12px 22px !important;
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

.woocommerce-MyAccount-content button:hover,
.woocommerce-MyAccount-content .button:hover,
.woocommerce-MyAccount-content input[type="submit"]:hover {
    background: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    /* Main account layout */
    .woocommerce:has(.woocommerce-MyAccount-navigation) {
        display: block !important;
    }

    .woocommerce .woocommerce-MyAccount-navigation {
        width: 100% !important;
        margin-bottom: 25px !important;
    }

    .woocommerce .woocommerce-MyAccount-content {
        width: 100% !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    /* Navigation */
    .woocommerce-MyAccount-navigation a {
        padding: 11px 13px !important;
        font-size: 13px !important;
    }

    /* Labels */
    .woocommerce-MyAccount-content label {
        margin-bottom: 10px !important;
        font-size: 13px !important;
        line-height: 1.35 !important;
    }

    /* Form spacing */
    .woocommerce-MyAccount-content .form-row,
    .woocommerce-MyAccount-content .woocommerce-form-row {
        margin-bottom: 15px !important;
    }

    /* Fields */
    .woocommerce-MyAccount-content input[type="text"],
    .woocommerce-MyAccount-content input[type="email"],
    .woocommerce-MyAccount-content input[type="tel"],
    .woocommerce-MyAccount-content input[type="password"],
    .woocommerce-MyAccount-content input[type="number"],
    .woocommerce-MyAccount-content textarea,
    .woocommerce-MyAccount-content select {
        font-size: 13px !important;
        padding: 10px 12px !important;
    }

    /* Placeholder */
    .woocommerce-MyAccount-content input::placeholder,
    .woocommerce-MyAccount-content textarea::placeholder {
        font-size: 13px !important;
    }

    /* Password field */
    .woocommerce-MyAccount-content
    .password-input input[type="password"],
    .woocommerce-MyAccount-content
    .password-input input[type="text"] {
        padding-right: 48px !important;
    }

    /* Buttons */
    .woocommerce-MyAccount-content button,
    .woocommerce-MyAccount-content .button,
    .woocommerce-MyAccount-content input[type="submit"] {
        padding: 9px 15px !important;
        font-size: 12px !important;
    }

    /* Address tab — keep two-column desktop,
       one-column mobile */
    .woocommerce-MyAccount-content .woocommerce-Addresses {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }

    .woocommerce-MyAccount-content .woocommerce-Address-title h2,
    .woocommerce-MyAccount-content .woocommerce-Address-title h3 {
        font-size: 22px !important;
    }

    .woocommerce-MyAccount-content .woocommerce-Address address,
    .woocommerce-MyAccount-content .woocommerce-Address .edit {
        font-size: 13px !important;
    }
}

























/* OLENZI — Final Account Form Fix */

.woocommerce-MyAccount-content form label {
    margin-bottom: -13px !important;
}

/* Remove Show Password Eye */
.woocommerce-MyAccount-content .show-password-input,
.woocommerce-MyAccount-content .password-input .show-password-input {
    display: none !important;
}

/* Password field uses full width */
.woocommerce-MyAccount-content .password-input {
    display: block !important;
}

.woocommerce-MyAccount-content .password-input input {
    padding-right: 14px !important;
}

/* Mobile */
@media (max-width: 767px) {
    .woocommerce-MyAccount-content form label {
        margin-bottom: -10px !important;
    }
}/* End custom CSS */