/* Hamza Efendi — logged-out My Account auth presentation only. */
.woocommerce-account .he-account-auth-card,
.woocommerce-account .he-account-auth-left,
.woocommerce-account .he-account-auth-right,
.woocommerce-account .he-account-auth-right .xoo-el-form-container,
.woocommerce-account .he-account-auth-right .xoo-el-section,
.woocommerce-account .he-account-auth-right .xoo-el-fields,
.woocommerce-account .he-account-auth-right .xoo-el-action-form,
.woocommerce-account .he-account-auth-right .xoo-aff-group,
.woocommerce-account .he-account-auth-right .xoo-aff-input-group {
    box-sizing: border-box !important;
    min-width: 0 !important;
    max-width: 100% !important;
}

.woocommerce-account .he-account-auth-right .xoo-el-form-container.xoo-el-form-inline,
.woocommerce-account .he-account-auth-right .xoo-el-form-container {
    width: 100% !important;
    max-width: 32rem !important;
    margin-inline: auto !important;
}

.woocommerce-account .he-account-auth-right .xoo-el-tabs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
    padding: 0 !important;
}

.woocommerce-account .he-account-auth-right .xoo-el-tabs > li {
    min-width: 0 !important;
    width: auto !important;
    padding-inline: 14px !important;
    text-align: center !important;
    white-space: nowrap !important;
}

.woocommerce-account .he-account-auth-right .xoo-aff-input-group,
.woocommerce-account .he-account-auth-right .xoo-aff-group input[type="text"],
.woocommerce-account .he-account-auth-right .xoo-aff-group input[type="email"],
.woocommerce-account .he-account-auth-right .xoo-aff-group input[type="password"],
.woocommerce-account .he-account-auth-right .xoo-aff-group select,
.woocommerce-account .he-account-auth-right .xoo-el-action-btn {
    width: 100% !important;
    max-width: 100% !important;
}

.woocommerce-account .he-account-auth-right .xoo-el-login-btm-fields {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px 18px !important;
    width: 100% !important;
    flex-wrap: wrap !important;
}

.woocommerce-account .he-account-auth-right .xoo-el-form-label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
    white-space: nowrap !important;
}

.woocommerce-account .he-account-auth-right .xoo-el-form-label input[type="checkbox"] {
    flex: 0 0 auto !important;
    margin: 0 !important;
}

.woocommerce-account .he-account-auth-right .xoo-el-lostpw-tgr {
    margin: 0 !important;
    white-space: nowrap !important;
}

@media (max-width: 900px) {
    .woocommerce-account .he-account-auth-section {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .woocommerce-account .he-account-auth-section > .l-section-h {
        box-sizing: border-box !important;
        width: 100% !important;
        max-width: none !important;
        padding-inline: 32px !important;
    }

    .woocommerce-account .he-account-auth-card,
    .woocommerce-account .he-account-auth-card > .g-cols,
    .woocommerce-account .he-account-auth-card .g-cols {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        width: 100% !important;
        max-width: 42rem !important;
        min-height: 0 !important;
        margin-inline: auto !important;
    }

    .woocommerce-account .he-account-auth-left {
        display: none !important;
    }

    .woocommerce-account .he-account-auth-right {
        float: none !important;
        width: 100% !important;
        max-width: none !important;
        min-height: 0 !important;
        padding: 2rem 2rem !important;
    }

    .woocommerce-account .he-account-auth-right > .vc_column-inner,
    .woocommerce-account .he-account-auth-right > .vc_column-inner > .wpb_wrapper {
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
    }
}

@media (max-width: 640px) {
    .woocommerce-account .he-account-auth-section > .l-section-h {
        padding-inline: 20px !important;
    }

    .woocommerce-account .he-account-auth-card {
        border-radius: 16px !important;
    }

    .woocommerce-account .he-account-auth-right {
        padding: 1.5rem 1.25rem !important;
    }

    .woocommerce-account .he-account-auth-right .xoo-el-tabs > li {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-height: 48px !important;
        padding: 8px 10px !important;
        line-height: 1.25 !important;
        white-space: normal !important;
    }

    .woocommerce-account .he-account-auth-right .xoo-el-login-btm-fields {
        align-items: flex-start !important;
        flex-direction: column !important;
        gap: 10px !important;
    }

    .woocommerce-account .he-account-auth-right .xoo-el-action-btn {
        min-height: 50px !important;
    }
}

@media (max-width: 420px) {
    .woocommerce-account .he-account-auth-section > .l-section-h {
        padding-inline: 14px !important;
    }

    .woocommerce-account .he-account-auth-right {
        padding-inline: 16px !important;
    }
}


/* Kayıt onayı: checkbox ve bilgilendirme satırları */
.woocommerce-account .he-account-auth-right .he-registration-terms,
.woocommerce-account .he-account-auth-right .he-registration-kvkk-note,
.woocommerce-account .he-account-auth-right .xoo-aff-group:has(input[name="xoo_el_reg_terms"]) {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0.75rem 0 0 !important;
    color: inherit !important;
    font-family: inherit !important;
    font-size: 0.9375rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.woocommerce-account .he-account-auth-right .he-registration-terms label,
.woocommerce-account .he-account-auth-right .xoo-aff-group:has(input[name="xoo_el_reg_terms"]) label {
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.65rem !important;
    width: 100% !important;
    margin: 0 !important;
    color: inherit !important;
    font: inherit !important;
    cursor: pointer !important;
}

.woocommerce-account .he-account-auth-right .he-registration-terms input[name="xoo_el_reg_terms"],
.woocommerce-account .he-account-auth-right .xoo-aff-group:has(input[name="xoo_el_reg_terms"]) input[name="xoo_el_reg_terms"] {
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    flex: 0 0 1.1rem !important;
    width: 1.1rem !important;
    height: 1.1rem !important;
    margin: 0.15rem 0 0 !important;
    padding: 0 !important;
    accent-color: #29245B !important;
    box-shadow: none !important;
    cursor: pointer !important;
}

.woocommerce-account .he-account-auth-right .he-registration-terms a,
.woocommerce-account .he-account-auth-right .he-registration-kvkk-note a,
.woocommerce-account .he-account-auth-right .xoo-aff-group:has(input[name="xoo_el_reg_terms"]) a {
    color: var(--color-content-link, #8b7440) !important;
    font: inherit !important;
    font-weight: 500 !important;
    text-decoration: underline !important;
    text-decoration-thickness: 0.08em !important;
    text-underline-offset: 0.14em !important;
    transition: color 0.2s ease !important;
}

.woocommerce-account .he-account-auth-right .he-registration-terms a:hover,
.woocommerce-account .he-account-auth-right .he-registration-terms a:focus-visible,
.woocommerce-account .he-account-auth-right .he-registration-kvkk-note a:hover,
.woocommerce-account .he-account-auth-right .he-registration-kvkk-note a:focus-visible,
.woocommerce-account .he-account-auth-right .xoo-aff-group:has(input[name="xoo_el_reg_terms"]) a:hover,
.woocommerce-account .he-account-auth-right .xoo-aff-group:has(input[name="xoo_el_reg_terms"]) a:focus-visible {
    color: var(--color-content-primary, #302765) !important;
}

.woocommerce-account .he-account-auth-right .he-registration-kvkk-note {
    margin-top: 0.5rem !important;
}

@media (max-width: 640px) {
    .woocommerce-account .he-account-auth-right .he-registration-terms,
    .woocommerce-account .he-account-auth-right .he-registration-kvkk-note,
    .woocommerce-account .he-account-auth-right .xoo-aff-group:has(input[name="xoo_el_reg_terms"]) {
        font-size: 0.9375rem !important;
        line-height: 1.45 !important;
    }
}
