/* Modern login pagina */
.customer-account-login .page-main {
    max-width: 1800px !important;
    padding-top: 40px;
    padding-bottom: 70px;
}

.customer-account-login .page-title-wrapper {
    margin-bottom: 26px;
}

.customer-account-login .page-title {
    font-size: 52px;
    line-height: 1.05;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #111;
    margin: 0 0 10px;
}

.customer-account-login .login-container {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr);
    gap: 36px;
    align-items: start;
}

.customer-account-login .login-container .block {
    float: none !important;
    width: auto !important;
    min-height: 100%;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 28px;
    padding: 38px 42px 40px;
    box-shadow: 0 12px 40px rgba(17, 17, 17, 0.06);
}

.customer-account-login .login-container .block-title {
    border: 0;
    margin: 0 0 12px;
    padding: 0;
}

.customer-account-login .login-container .block-title strong,
.customer-account-login .login-container .block-title span {
    font-size: 28px;
    line-height: 1.15;
    font-weight: 500;
    color: #111;
}

.customer-account-login .login-container .block-content {
    color: #555;
    font-size: 16px;
    line-height: 1.65;
}

.customer-account-login .login-container .field {
    margin-bottom: 18px;
}

.customer-account-login .login-container .label {
    display: block;
    float: none;
    width: auto;
    text-align: left;
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 500;
    color: #111;
}

.customer-account-login .login-container .control {
    width: 100%;
}

.customer-account-login .login-container input[type="email"],
.customer-account-login .login-container input[type="password"],
.customer-account-login .login-container input[type="text"] {
    height: 58px;
    border: 1px solid #d9d9d9;
    border-radius: 16px;
    background: #fff !important;
    box-shadow: none !important;
    padding: 0 18px;
    font-size: 16px;
    color: #111;
}

.customer-account-login .login-container input[type="email"]:focus,
.customer-account-login .login-container input[type="password"]:focus,
.customer-account-login .login-container input[type="text"]:focus {
    border-color: #111;
}

.customer-account-login .login-container .field.choice {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 6px;
}

.customer-account-login .login-container .field.choice .label {
    margin: 0;
    font-weight: 400;
    color: #555;
}

.customer-account-login .actions-toolbar {
    margin-top: 28px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.customer-account-login .actions-toolbar > .primary,
.customer-account-login .actions-toolbar > .secondary {
    float: none !important;
}

.customer-account-login .actions-toolbar .primary {
    display: inline-block;
    margin-right: 0;
}

.customer-account-login .action.login.primary,
.customer-account-login .action.create.primary {
    min-width: 190px;
    height: 54px;
    padding: 0 28px;
    border-radius: 999px;
    background: #111 !important;
    border: 1px solid #111 !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
    text-transform: none;
}

.customer-account-login .action.create.primary {
    background: #fff !important;
    color: #111 !important;
}

.customer-account-login .action.login.primary:hover,
.customer-account-login .action.login.primary:focus {
    background: #111 !important;
    border-color: #111 !important;
    color: #fff !important;
}

.customer-account-login .action.create.primary:hover,
.customer-account-login .action.create.primary:focus {
    background: #111 !important;
    border-color: #111 !important;
    color: #fff !important;
}

.customer-account-login .block-customer-login .actions-toolbar .secondary a,
.customer-account-login .block-customer-login .actions-toolbar .secondary .action {
    min-width: 170px;
    height: 54px;
    padding: 0 28px;
    border-radius: 999px;
    background: #fff !important;
    border: 1px solid #111 !important;
    color: #111 !important;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    line-height: 1;
}

.customer-account-login .block-customer-login .actions-toolbar .secondary a:hover,
.customer-account-login .block-customer-login .actions-toolbar .secondary .action:hover,
.customer-account-login .block-customer-login .actions-toolbar .secondary a:focus,
.customer-account-login .block-customer-login .actions-toolbar .secondary .action:focus {
    background: #fff !important;
    border-color: #111 !important;
    color: #111 !important;
    text-decoration: none !important;
}

.customer-account-login .block-new-customer .actions-toolbar .action {
    color: #111 !important;
    font-size: 15px;
    text-decoration: none;
}

.customer-account-login .login-container .note,
.customer-account-login .login-container .description,
.customer-account-login .login-container p {
    color: #555;
}

.customer-account-login .login-container .block-new-customer .actions-toolbar {
    margin-top: 26px;
}

.customer-account-login .login-container .block.block-new-customer {
    background: linear-gradient(180deg, #ffffff 0%, #fbfbfb 100%);
}

.customer-account-login .login-container .block.block-customer-login {
    background: #fff;
}

@media (max-width: 1024px) {
    .customer-account-login .page-main {
        padding-top: 24px;
        padding-bottom: 40px;
    }

    .customer-account-login .page-title {
        font-size: 40px;
    }

    .customer-account-login .login-container {
        grid-template-columns: 1fr;
        gap: 22px;
    }
}

@media (max-width: 768px) {
    .customer-account-login .page-main {
        padding-top: 16px;
    }

    .customer-account-login .page-title {
        font-size: 34px;
    }

    .customer-account-login .login-container .block {
        border-radius: 22px;
        padding: 24px 20px 26px;
    }

    .customer-account-login .login-container .block-title strong,
    .customer-account-login .login-container .block-title span {
        font-size: 24px;
    }

    .customer-account-login .action.login.primary,
    .customer-account-login .action.create.primary {
        width: 100%;
        min-width: 0;
    }

    .customer-account-login .actions-toolbar .primary {
        display: block;
        margin-right: 0;
        margin-bottom: 12px;
    }
}



/* Login alignment fix */
.customer-account-login .column.main {
    padding-top: 48px;
}

.customer-account-login .page-title-wrapper {
    display: block;
    width: 100%;
    clear: both;
    margin: 0 0 32px !important;
}

.customer-account-login .login-container {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas: "login new";
    gap: 36px;
}

.customer-account-login .login-container .block {
    width: 100% !important;
    margin: 0 !important;
    clear: none !important;
    align-self: stretch;
}

.customer-account-login .login-container .block.block-customer-login {
    grid-area: login;
}

.customer-account-login .login-container .block.block-new-customer {
    grid-area: new;
}

@media (max-width: 1024px) {
    .customer-account-login .column.main {
        padding-top: 24px;
    }

    .customer-account-login .login-container {
        grid-template-columns: 1fr;
        grid-template-areas:
            "login"
            "new";
    }
}

/* Login layout fixed: equal side-by-side blocks */
.customer-account-login .page-main {
    width: calc(100% - 64px) !important;
    max-width: 1800px !important;
    margin: 0 auto !important;
    padding: 40px 0 80px !important;
    box-sizing: border-box !important;
}

.customer-account-login .columns,
.customer-account-login .column.main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.customer-account-login .login-container {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 40px !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

.customer-account-login .login-container > .block,
.customer-account-login .login-container > .block.block-customer-login,
.customer-account-login .login-container > .block.block-new-customer {
    float: none !important;
    clear: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 40px !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
}

.customer-account-login .login-container .block-content {
    width: 100% !important;
    max-width: none !important;
    flex: 1 1 auto !important;
}

.customer-account-login .login-container form {
    width: 100% !important;
    max-width: none !important;
}

@media (max-width: 1024px) {
    .customer-account-login .page-main {
        width: calc(100% - 32px) !important;
        padding: 24px 0 48px !important;
    }

    .customer-account-login .login-container {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 24px !important;
    }

    .customer-account-login .login-container > .block,
    .customer-account-login .login-container > .block.block-customer-login,
    .customer-account-login .login-container > .block.block-new-customer {
        min-height: 0 !important;
        padding: 28px !important;
    }
}



input[type="checkbox"] {
    margin: 0px 0px 5px 0!important; 

}

/* Login text cleanup */
.customer-account-login .page-title-wrapper,
.customer-account-login .page-title-wrapper .page-title,
.customer-account-login .fieldset.login > .legend,
.customer-account-login .fieldset.login > .legend span,
.customer-account-login .fieldset.login > .legend + br {
    display: none !important;
}

/* Login required text hide */
.customer-account-login .login-container .fieldset:after {
    margin: 0 !important;
    display: none !important;
}

/* Login button spacing */
.customer-account-login .action.login.primary {
    margin-right: 10px !important;
}

/* Login labels and button alignment fix */
.customer-account-login .login-container .field.email > .label,
.customer-account-login .login-container .field.password > .label {
    position: relative !important;
    top: 12px !important;
}

.customer-account-login .block-customer-login .actions-toolbar {
    margin-left: 0 !important;
    padding-left: 0 !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
}

.customer-account-login .block-customer-login .actions-toolbar > .primary,
.customer-account-login .block-customer-login .actions-toolbar > .secondary {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    min-width: 0 !important;
    float: none !important;
}

.customer-account-login .block-customer-login .actions-toolbar .secondary {
    margin-left: 0 !important;
}


/* Login form final alignment fixes */
.customer-account-login .login-container .fieldset > .field:not(.choice) > .label {
    float: none !important;
    width: auto !important;
    display: block !important;
    text-align: left !important;
    margin: 0 0 8px !important;
}

.customer-account-login .login-container .fieldset > .field:not(.choice) > .control,
.customer-account-login .login-container .fieldset > .field.choice,
.customer-account-login .login-container .fieldset > .actions-toolbar {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
}

.customer-account-login .login-container .fieldset > .field.choice {
    justify-content: flex-start !important;
    padding-left: 0 !important;
}

.customer-account-login .login-container .fieldset > .field.choice .control,
.customer-account-login .login-container .fieldset > .field.choice .label {
    width: auto !important;
    margin: 0 !important;
    float: none !important;
}

.customer-account-login .block-new-customer .actions-toolbar,
.customer-account-login .block-new-customer .actions-toolbar > .primary,
.customer-account-login .block-new-customer .actions-toolbar > .secondary {
    margin-left: 0 !important;
    padding-left: 0 !important;
    justify-content: flex-start !important;
}

.customer-account-login .block-customer-login .actions-toolbar .secondary a,
.customer-account-login .block-customer-login .actions-toolbar .secondary .action {
    transition: background-color .2s ease, color .2s ease, border-color .2s ease !important;
}

.customer-account-login .block-customer-login .actions-toolbar .secondary a:hover,
.customer-account-login .block-customer-login .actions-toolbar .secondary .action:hover,
.customer-account-login .block-customer-login .actions-toolbar .secondary a:focus,
.customer-account-login .block-customer-login .actions-toolbar .secondary .action:focus {
    background: #111 !important;
    border-color: #111 !important;
    color: #fff !important;
    text-decoration: none !important;
}

/* Login page content width */
.customer-account-login .page-main {
    max-width: 1200px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Login form spacing overrides */
.customer-account-login .login-container .field {
    margin-bottom: 0px !important;
}

.customer-account-login .login-container .fieldset > .field.email > .label,
.customer-account-login .login-container .fieldset > .field.password > .label {
    margin-bottom: 5px !important;
}

.customer-account-login .login-container .fieldset > .field.choice {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    margin: 14px 0 0 0 !important;
    padding-left: 0 !important;
    text-align: left !important;
}

.customer-account-login .login-container .fieldset > .field.choice .control {
    width: auto !important;
    margin: 0 8px 0 0 !important;
    padding: 0 !important;
    float: none !important;
    display: inline-flex !important;
    align-items: center !important;
}

.customer-account-login .login-container .fieldset > .field.choice .label {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    display: inline-block !important;
    text-align: left !important;
    position: static !important;
    top: auto !important;
}

.customer-account-login .login-container .fieldset > .field.choice .control input[type="checkbox"] {
    margin: 0 !important;
}

/* Latest login fixes */
.customer-account-login .actions-toolbar,
.customer-account-login .block-customer-login .actions-toolbar {
    gap: 0 !important;
}

.customer-account-login .login-container .fieldset > .actions-toolbar:before,
.customer-account-login .login-container .fieldset > .actions-toolbar:after,
.customer-account-login .login-container .fieldset > .field.choice:before,
.customer-account-login .login-container .fieldset > .field.choice:after {
    display: none !important;
    content: none !important;
}

.customer-account-login .login-container .fieldset > .field.email > .label,
.customer-account-login .login-container .fieldset > .field.password > .label {
    top: 12px !important;
    margin-bottom: 17px !important;
}

.customer-account-login .login-container .fieldset > .field.choice {
    display: block !important;
    width: 100% !important;
    margin: 14px 0 0 0 !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    text-align: left !important;
}

.customer-account-login .login-container .fieldset > .field.choice .control,
.customer-account-login .login-container .fieldset > .field.choice .label {
    display: inline-block !important;
    vertical-align: middle !important;
}

.customer-account-login .login-container .fieldset > .field.choice .control {
    margin: 0 8px 0 0 !important;
    padding: 0 !important;
}

.customer-account-login .login-container .fieldset > .field.choice .label {
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    top: auto !important;
}

.customer-account-login .login-container .fieldset > .actions-toolbar {
    display: flex !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 0 !important;
}

/* Login page title replacements */
.customer-account-login .block-customer-login .block-title strong,
.customer-account-login .block-customer-login .block-title span,
.customer-account-login .block-new-customer .block-title strong,
.customer-account-login .block-new-customer .block-title span {
    display: none !important;
}

.customer-account-login .block-customer-login .block-title::after,
.customer-account-login .block-new-customer .block-title::after {
    display: block !important;
    font-size: 28px !important;
    line-height: 1.15 !important;
    font-weight: 500 !important;
    color: #111 !important;
}

.customer-account-login .block-customer-login .block-title::after {
    content: "Welkom terug";
}

.customer-account-login .block-new-customer .block-title::after {
    content: "Nieuw hier?";
}

@media (max-width: 768px) {
    .customer-account-login .page-main {
        width: calc(100% - 30px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
        box-sizing: border-box !important;
    }
}
/* Login buttons mobile spacing */
@media (max-width: 768px) {
    .customer-account-login .block-customer-login .actions-toolbar {
        gap: 10px !important;
    }

    .customer-account-login .action.login.primary {
        margin-right: 0 !important;
    }
}


/* Mobile login button spacing final fix */
@media (max-width: 768px) {
    .customer-account-login .block-customer-login .actions-toolbar,
    .customer-account-login .login-container .fieldset > .actions-toolbar {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
    }

    .customer-account-login .block-customer-login .actions-toolbar > .primary,
    .customer-account-login .block-customer-login .actions-toolbar > .secondary {
        margin: 0 !important;
        padding: 0 !important;
        flex: 0 0 auto !important;
        width: auto !important;
    }

    .customer-account-login .block-customer-login .actions-toolbar .action.login.primary,
    .customer-account-login .block-customer-login .actions-toolbar .secondary a,
    .customer-account-login .block-customer-login .actions-toolbar .secondary .action {
        width: auto !important;
        min-width: 170px !important;
        margin: 0 !important;
    }
}

/* Forgot password page — same style as login */
.customer-account-forgotpassword .page-main {
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 40px 0 80px !important;
    box-sizing: border-box !important;
}

.customer-account-forgotpassword .columns,
.customer-account-forgotpassword .column.main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.customer-account-forgotpassword .page-title-wrapper {
    margin: 0 0 32px !important;
}

.customer-account-forgotpassword .page-title {
    font-size: 52px !important;
    line-height: 1.05 !important;
    font-weight: 500 !important;
    letter-spacing: -0.03em !important;
    color: #111 !important;
    margin: 0 !important;
}

.customer-account-forgotpassword .column.main > .login-container,
.customer-account-forgotpassword .column.main > .block,
.customer-account-forgotpassword .form.password.forget {
    max-width: 680px !important;
}

.customer-account-forgotpassword .form.password.forget {
    background: #fff !important;
    border: 1px solid #e6e6e6 !important;
    border-radius: 28px !important;
    padding: 38px 42px 40px !important;
    box-shadow: 0 12px 40px rgba(17, 17, 17, 0.06) !important;
    box-sizing: border-box !important;
}

.customer-account-forgotpassword .field.note,
.customer-account-forgotpassword .note,
.customer-account-forgotpassword .description,
.customer-account-forgotpassword p {
    color: #555 !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
}

.customer-account-forgotpassword .fieldset {
    margin: 0 !important;
}

.customer-account-forgotpassword .field {
    margin-bottom: 18px !important;
}

.customer-account-forgotpassword .label {
    display: block !important;
    float: none !important;
    width: auto !important;
    text-align: left !important;
    margin: 0 0 8px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #111 !important;
}

.customer-account-forgotpassword .control {
    width: 100% !important;
}

.customer-account-forgotpassword .form.password.forget input[type="email"],
.customer-account-forgotpassword .form.password.forget input[type="text"] {
    height: 58px !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: none !important;
    padding: 0 18px !important;
    font-size: 16px !important;
    color: #111 !important;
}

.customer-account-forgotpassword .form.password.forget input[type="email"]:focus,
.customer-account-forgotpassword .form.password.forget input[type="text"]:focus {
    border-color: #111 !important;
}

.customer-account-forgotpassword .actions-toolbar {
    margin-top: 28px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
}

.customer-account-forgotpassword .actions-toolbar > .primary,
.customer-account-forgotpassword .actions-toolbar > .secondary {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.customer-account-forgotpassword .action.submit.primary {
    min-width: 190px !important;
    height: 54px !important;
    padding: 0 28px !important;
    border-radius: 999px !important;
    background: #111 !important;
    border: 1px solid #111 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
    text-transform: none !important;
}

.customer-account-forgotpassword .action.submit.primary:hover,
.customer-account-forgotpassword .action.submit.primary:focus {
    background: #111 !important;
    border-color: #111 !important;
    color: #fff !important;
}

.customer-account-forgotpassword .actions-toolbar .secondary a,
.customer-account-forgotpassword .action.back {
    min-width: 170px !important;
    height: 54px !important;
    padding: 0 28px !important;
    border-radius: 999px !important;
    background: #fff !important;
    border: 1px solid #111 !important;
    color: #111 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    line-height: 1 !important;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease !important;
}

.customer-account-forgotpassword .actions-toolbar .secondary a:hover,
.customer-account-forgotpassword .actions-toolbar .secondary a:focus,
.customer-account-forgotpassword .action.back:hover,
.customer-account-forgotpassword .action.back:focus {
    background: #111 !important;
    border-color: #111 !important;
    color: #fff !important;
    text-decoration: none !important;
}

@media (max-width: 1024px) {
    .customer-account-forgotpassword .page-main {
        width: calc(100% - 32px) !important;
        padding: 24px 0 48px !important;
    }

    .customer-account-forgotpassword .page-title {
        font-size: 40px !important;
    }

    .customer-account-forgotpassword .form.password.forget {
        padding: 28px !important;
    }
}

@media (max-width: 768px) {
    .customer-account-forgotpassword .page-main {
        width: calc(100% - 30px) !important;
    }

    .customer-account-forgotpassword .page-title {
        font-size: 34px !important;
    }

    .customer-account-forgotpassword .form.password.forget {
        border-radius: 22px !important;
        padding: 24px 20px 26px !important;
    }

    .customer-account-forgotpassword .actions-toolbar {
        gap: 10px !important;
        flex-wrap: nowrap !important;
    }

    .customer-account-forgotpassword .action.submit.primary,
    .customer-account-forgotpassword .actions-toolbar .secondary a,
    .customer-account-forgotpassword .action.back {
        min-width: 150px !important;
        width: auto !important;
        margin: 0 !important;
    }
}

/* Forgot password page final alignment fixes */
.customer-account-forgotpassword .page-title-wrapper,
.customer-account-forgotpassword .page-title-wrapper .page-title {
    display: none !important;
}

.customer-account-forgotpassword .page-main {
    display: flex !important;
    justify-content: center !important;
}

.customer-account-forgotpassword .columns,
.customer-account-forgotpassword .column.main {
    display: flex !important;
    justify-content: center !important;
}

.customer-account-forgotpassword .form.password.forget {
    width: 100% !important;
    max-width: 760px !important;
    margin: 0 auto !important;
}

.customer-account-forgotpassword .form.password.forget:before {
    content: "Wachtwoord vergeten?";
    display: block !important;
    margin: 0 0 18px !important;
    font-size: 28px !important;
    line-height: 1.15 !important;
    font-weight: 500 !important;
    letter-spacing: -0.02em !important;
    color: #111 !important;
}

.customer-account-forgotpassword .field.note,
.customer-account-forgotpassword .note,
.customer-account-forgotpassword .description,
.customer-account-forgotpassword p {
    font-size: 15px !important;
}

.customer-account-forgotpassword .actions-toolbar,
.customer-account-forgotpassword .form.password.forget .actions-toolbar {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    flex-wrap: nowrap !important;
}

.customer-account-forgotpassword .actions-toolbar > .primary,
.customer-account-forgotpassword .actions-toolbar > .secondary {
    float: none !important;
    width: auto !important;
    clear: none !important;
    flex: 0 0 auto !important;
}

.customer-account-forgotpassword .action.submit.primary,
.customer-account-forgotpassword .actions-toolbar .secondary a,
.customer-account-forgotpassword .action.back {
    margin: 0 !important;
    white-space: nowrap !important;
}

@media (max-width: 768px) {
    .customer-account-forgotpassword .form.password.forget:before {
        font-size: 24px !important;
    }

    .customer-account-forgotpassword .actions-toolbar,
    .customer-account-forgotpassword .form.password.forget .actions-toolbar {
        flex-wrap: wrap !important;
    }
}

/* Forgot password page - left align action buttons with content */
.customer-account-forgotpassword .form.password.forget .actions-toolbar,
.customer-account-forgotpassword .form.password.forget .fieldset .actions-toolbar {
    width: 100% !important;
    max-width: none !important;
    margin: 28px 0 0 0 !important;
    padding: 0 !important;
    justify-content: flex-start !important;
    text-align: left !important;
}

.customer-account-forgotpassword .form.password.forget .actions-toolbar > .primary,
.customer-account-forgotpassword .form.password.forget .actions-toolbar > .secondary {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Account create page - aligned with login and forgot password */
.customer-account-create .page-main {
    max-width: 1200px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 40px 0 80px !important;
    box-sizing: border-box !important;
    display: flex !important;
    justify-content: center !important;
}

.customer-account-create .columns,
.customer-account-create .column.main {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
}

.customer-account-create .page-title-wrapper,
.customer-account-create .page-title-wrapper .page-title {
    display: none !important;
}

.customer-account-create .form.create.account.form-create-account,
.customer-account-create .form-create-account {
    width: 100% !important;
    max-width: 760px !important;
    margin: 0 auto !important;
    background: #fff !important;
    border: 1px solid #e6e6e6 !important;
    border-radius: 28px !important;
    padding: 38px 42px 40px !important;
    box-shadow: 0 12px 40px rgba(17, 17, 17, 0.06) !important;
    box-sizing: border-box !important;
}

.customer-account-create .form.create.account.form-create-account:before,
.customer-account-create .form-create-account:before {
    content: "Nieuw account aanmaken";
    display: block !important;
    margin: 0 0 18px !important;
    font-size: 28px !important;
    line-height: 1.15 !important;
    font-weight: 500 !important;
    letter-spacing: -0.02em !important;
    color: #111 !important;
}

.customer-account-create .fieldset {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.customer-account-create .fieldset + .fieldset {
    margin-top: 26px !important;
}

.customer-account-create .legend,
.customer-account-create .legend span {
    display: block !important;
    width: 100% !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
    font-weight: 500 !important;
    color: #111 !important;
}

.customer-account-create .field {
    margin-bottom: 18px !important;
}

.customer-account-create .field.choice {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 8px 0 0 !important;
}

.customer-account-create .field.choice:before,
.customer-account-create .field.choice:after,
.customer-account-create .actions-toolbar:before,
.customer-account-create .actions-toolbar:after {
    display: none !important;
    content: none !important;
}

.customer-account-create .label {
    display: block !important;
    float: none !important;
    width: auto !important;
    text-align: left !important;
    margin: 0 0 8px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #111 !important;
    position: static !important;
}

.customer-account-create .field.choice > .label {
    display: inline-block !important;
    margin: 0 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #555 !important;
}

.customer-account-create .control {
    width: 100% !important;
    float: none !important;
}

.customer-account-create .field.choice > .control {
    width: auto !important;
    margin: 0 !important;
}

.customer-account-create .form.create.account.form-create-account input[type="text"],
.customer-account-create .form.create.account.form-create-account input[type="email"],
.customer-account-create .form.create.account.form-create-account input[type="password"],
.customer-account-create .form-create-account input[type="text"],
.customer-account-create .form-create-account input[type="email"],
.customer-account-create .form-create-account input[type="password"] {
    height: 58px !important;
    width: 100% !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 16px !important;
    background: #fff !important;
    box-shadow: none !important;
    padding: 0 18px !important;
    font-size: 16px !important;
    color: #111 !important;
}

.customer-account-create .form.create.account.form-create-account input[type="text"]:focus,
.customer-account-create .form.create.account.form-create-account input[type="email"]:focus,
.customer-account-create .form.create.account.form-create-account input[type="password"]:focus,
.customer-account-create .form-create-account input[type="text"]:focus,
.customer-account-create .form-create-account input[type="email"]:focus,
.customer-account-create .form-create-account input[type="password"]:focus {
    border-color: #111 !important;
}

.customer-account-create .form.create.account.form-create-account input[type="checkbox"],
.customer-account-create .form-create-account input[type="checkbox"] {
    margin: 0 !important;
}

.customer-account-create .password-strength-meter,
.customer-account-create .password-strength-meter-label,
.customer-account-create .field .note,
.customer-account-create .note,
.customer-account-create p {
    color: #555 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
}

.customer-account-create .password-strength-meter {
    margin-top: 10px !important;
}

.customer-account-create .actions-toolbar,
.customer-account-create .form-create-account .actions-toolbar {
    width: 100% !important;
    margin: 28px 0 0 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 12px !important;
    flex-wrap: nowrap !important;
    text-align: left !important;
}

.customer-account-create .actions-toolbar > .primary,
.customer-account-create .actions-toolbar > .secondary {
    float: none !important;
    width: auto !important;
    clear: none !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto !important;
}

.customer-account-create .action.submit.primary,
.customer-account-create .action.create.primary,
.customer-account-create .actions-toolbar .primary .action {
    min-width: 210px !important;
    height: 54px !important;
    padding: 0 28px !important;
    border-radius: 999px !important;
    background: #111 !important;
    border: 1px solid #111 !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
    white-space: nowrap !important;
}

.customer-account-create .action.submit.primary:hover,
.customer-account-create .action.submit.primary:focus,
.customer-account-create .action.create.primary:hover,
.customer-account-create .action.create.primary:focus,
.customer-account-create .actions-toolbar .primary .action:hover,
.customer-account-create .actions-toolbar .primary .action:focus {
    background: #111 !important;
    border-color: #111 !important;
    color: #fff !important;
}

.customer-account-create .action.back,
.customer-account-create .actions-toolbar .secondary a,
.customer-account-create .actions-toolbar .secondary .action {
    min-width: 170px !important;
    height: 54px !important;
    padding: 0 28px !important;
    border-radius: 999px !important;
    background: #fff !important;
    border: 1px solid #111 !important;
    color: #111 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease !important;
}

.customer-account-create .action.back:hover,
.customer-account-create .action.back:focus,
.customer-account-create .actions-toolbar .secondary a:hover,
.customer-account-create .actions-toolbar .secondary a:focus,
.customer-account-create .actions-toolbar .secondary .action:hover,
.customer-account-create .actions-toolbar .secondary .action:focus {
    background: #111 !important;
    border-color: #111 !important;
    color: #fff !important;
    text-decoration: none !important;
}

@media (max-width: 1024px) {
    .customer-account-create .page-main {
        width: calc(100% - 32px) !important;
        padding: 24px 0 48px !important;
    }

    .customer-account-create .form.create.account.form-create-account,
    .customer-account-create .form-create-account {
        padding: 28px !important;
    }
}

@media (max-width: 768px) {
    .customer-account-create .page-main {
        width: calc(100% - 30px) !important;
    }

    .customer-account-create .form.create.account.form-create-account,
    .customer-account-create .form-create-account {
        border-radius: 22px !important;
        padding: 24px 20px 26px !important;
    }

    .customer-account-create .form.create.account.form-create-account:before,
    .customer-account-create .form-create-account:before {
        font-size: 24px !important;
    }

    .customer-account-create .actions-toolbar,
    .customer-account-create .form-create-account .actions-toolbar {
        flex-wrap: wrap !important;
    }
}

/* ===== Register page fine-tuning ===== */
.customer-account-create .legend,
.customer-account-create .legend span {
    display: none !important;
}

.customer-account-create .field.choice > .label {
    display: inline-block !important;
    margin: 0 !important;
    margin-top: 6px !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #555 !important;
}

/* ===== Register page follow-up adjustments ===== */
.customer-account-create .fieldset.create.info,
.customer-account-create .fieldset[class*="create info"] {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 16px !important;
    row-gap: 0 !important;
    align-items: start !important;
}

.customer-account-create .fieldset.create.info .field.required,
.customer-account-create .fieldset.create.info .field,
.customer-account-create .fieldset[class*="create info"] .field.required,
.customer-account-create .fieldset[class*="create info"] .field {
    width: 100% !important;
}

.customer-account-create .fieldset.create.info .field.choice.newsletter,
.customer-account-create .fieldset[class*="create info"] .field.choice.newsletter {
    grid-column: 1 / -1 !important;
    position: absolute !important;
    left: 42px !important;
    bottom: 40px !important;
    margin: 0 !important;
}

.customer-account-create .form.create.account.form-create-account,
.customer-account-create .form-create-account {
    position: relative !important;
    padding-bottom: 92px !important;
}

.customer-account-create .password-strength-meter {
    display: flex !important;
    align-items: center !important;
    min-height: 28px !important;
    padding: 0 10px !important;
    line-height: 1 !important;
    color: #333 !important;
}

.customer-account-create .password-strength-meter,
.customer-account-create .password-strength-meter-label,
.customer-account-create .password-strength-meter > span {
    color: #333 !important;
}

@media (max-width: 1024px) {
    .customer-account-create .fieldset.create.info .field.choice.newsletter,
    .customer-account-create .fieldset[class*="create info"] .field.choice.newsletter {
        left: 28px !important;
        bottom: 28px !important;
    }

    .customer-account-create .form.create.account.form-create-account,
    .customer-account-create .form-create-account {
        padding-bottom: 84px !important;
    }
}

@media (max-width: 768px) {
    .customer-account-create .fieldset.create.info,
    .customer-account-create .fieldset[class*="create info"] {
        grid-template-columns: 1fr !important;
    }

    .customer-account-create .fieldset.create.info .field.choice.newsletter,
    .customer-account-create .fieldset[class*="create info"] .field.choice.newsletter {
        position: static !important;
        left: auto !important;
        bottom: auto !important;
        grid-column: auto !important;
        margin-top: 16px !important;
    }

    .customer-account-create .form.create.account.form-create-account,
    .customer-account-create .form-create-account {
        padding-bottom: 26px !important;
    }
}

/* ===== Register page final alignment fixes ===== */
.customer-account-create .fieldset.create.info,
.customer-account-create .fieldset[class*="create info"] {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    column-gap: 0 !important;
    row-gap: 0 !important;
}

.customer-account-create .fieldset.create.info > .field.firstname,
.customer-account-create .fieldset.create.info > .field.lastname,
.customer-account-create .fieldset[class*="create info"] > .field.firstname,
.customer-account-create .fieldset[class*="create info"] > .field.lastname {
    width: calc(50% - 8px) !important;
    flex: 0 0 calc(50% - 8px) !important;
    margin-bottom: 18px !important;
    clear: none !important;
    float: none !important;
}

.customer-account-create .fieldset.create.info > .field.choice.newsletter,
.customer-account-create .fieldset[class*="create info"] > .field.choice.newsletter {
    width: 100% !important;
    flex: 0 0 100% !important;
    order: 99 !important;
    position: static !important;
    left: auto !important;
    bottom: auto !important;
    margin: 16px 0 0 0 !important;
    clear: both !important;
}

@media (max-width: 768px) {
    .customer-account-create .fieldset.create.info > .field.firstname,
    .customer-account-create .fieldset.create.info > .field.lastname,
    .customer-account-create .fieldset[class*="create info"] > .field.firstname,
    .customer-account-create .fieldset[class*="create info"] > .field.lastname {
        width: 100% !important;
        flex: 0 0 100% !important;
    }
}

/* ===== Register page hotfix: firstname + lastname naast elkaar ===== */
.customer-account-create .fieldset.create.info .field-name-firstname,
.customer-account-create .fieldset.create.info .field-name-lastname,
.customer-account-create .fieldset[class*="create info"] .field-name-firstname,
.customer-account-create .fieldset[class*="create info"] .field-name-lastname,
.customer-account-create .fieldset.create.info .field.firstname,
.customer-account-create .fieldset.create.info .field.lastname,
.customer-account-create .fieldset[class*="create info"] .field.firstname,
.customer-account-create .fieldset[class*="create info"] .field.lastname {
    display: inline-block !important;
    vertical-align: top !important;
    width: calc(50% - 10px) !important;
    max-width: calc(50% - 10px) !important;
    flex: none !important;
    float: none !important;
    clear: none !important;
    box-sizing: border-box !important;
}

.customer-account-create .fieldset.create.info .field-name-firstname,
.customer-account-create .fieldset[class*="create info"] .field-name-firstname,
.customer-account-create .fieldset.create.info .field.firstname,
.customer-account-create .fieldset[class*="create info"] .field.firstname {
    margin-right: 16px !important;
}

.customer-account-create .fieldset.create.info .field-name-lastname,
.customer-account-create .fieldset[class*="create info"] .field-name-lastname,
.customer-account-create .fieldset.create.info .field.lastname,
.customer-account-create .fieldset[class*="create info"] .field.lastname {
    margin-right: 0 !important;
}

.customer-account-create .fieldset.create.info .field.choice.newsletter,
.customer-account-create .fieldset[class*="create info"] .field.choice.newsletter {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
}

@media (max-width: 768px) {
    .customer-account-create .fieldset.create.info .field-name-firstname,
    .customer-account-create .fieldset.create.info .field-name-lastname,
    .customer-account-create .fieldset[class*="create info"] .field-name-firstname,
    .customer-account-create .fieldset[class*="create info"] .field-name-lastname,
    .customer-account-create .fieldset.create.info .field.firstname,
    .customer-account-create .fieldset.create.info .field.lastname,
    .customer-account-create .fieldset[class*="create info"] .field.firstname,
    .customer-account-create .fieldset[class*="create info"] .field.lastname {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-right: 0 !important;
    }
}

/* Account create: nieuwsbriefregel onder de 2 buttons */
.customer-account-create .form.create.account.form-create-account,
.customer-account-create .form-create-account {
    position: relative !important;
    padding-bottom: 108px !important;
}

.customer-account-create .actions-toolbar,
.customer-account-create .form-create-account .actions-toolbar {
    margin-bottom: 46px !important;
}

.customer-account-create .fieldset.create.info .field.choice.newsletter,
.customer-account-create .fieldset[class*="create info"] .field.choice.newsletter {
    position: absolute !important;
    left: 42px !important;
    right: 42px !important;
    bottom: 66px !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
}

@media (max-width: 1024px) {
    .customer-account-create .form.create.account.form-create-account,
    .customer-account-create .form-create-account {
        padding-bottom: 102px !important;
    }

    .customer-account-create .fieldset.create.info .field.choice.newsletter,
    .customer-account-create .fieldset[class*="create info"] .field.choice.newsletter {
        left: 28px !important;
        right: 28px !important;
        bottom: 60px !important;
    }
}

@media (max-width: 768px) {
    .customer-account-create .form.create.account.form-create-account,
    .customer-account-create .form-create-account {
        padding-bottom: 96px !important;
    }

    .customer-account-create .actions-toolbar,
    .customer-account-create .form-create-account .actions-toolbar {
        margin-bottom: 44px !important;
    }

    .customer-account-create .fieldset.create.info .field.choice.newsletter,
    .customer-account-create .fieldset[class*="create info"] .field.choice.newsletter {
        left: 20px !important;
        right: 20px !important;
        bottom: 54px !important;
    }
}

/* Account create: alle invoervelden wit houden */
.customer-account-create .form.create.account.form-create-account input[type="text"],
.customer-account-create .form.create.account.form-create-account input[type="email"],
.customer-account-create .form.create.account.form-create-account input[type="password"],
.customer-account-create .form-create-account input[type="text"],
.customer-account-create .form-create-account input[type="email"],
.customer-account-create .form-create-account input[type="password"] {
    background: #fff !important;
    background-color: #fff !important;
    background-image: none !important;
}

.customer-account-create .form.create.account.form-create-account input[type="text"]:-webkit-autofill,
.customer-account-create .form.create.account.form-create-account input[type="email"]:-webkit-autofill,
.customer-account-create .form.create.account.form-create-account input[type="password"]:-webkit-autofill,
.customer-account-create .form.create.account.form-create-account input[type="text"]:-webkit-autofill:hover,
.customer-account-create .form.create.account.form-create-account input[type="email"]:-webkit-autofill:hover,
.customer-account-create .form.create.account.form-create-account input[type="password"]:-webkit-autofill:hover,
.customer-account-create .form.create.account.form-create-account input[type="text"]:-webkit-autofill:focus,
.customer-account-create .form.create.account.form-create-account input[type="email"]:-webkit-autofill:focus,
.customer-account-create .form.create.account.form-create-account input[type="password"]:-webkit-autofill:focus,
.customer-account-create .form.create.account.form-create-account input[type="text"]:-webkit-autofill:active,
.customer-account-create .form.create.account.form-create-account input[type="email"]:-webkit-autofill:active,
.customer-account-create .form.create.account.form-create-account input[type="password"]:-webkit-autofill:active,
.customer-account-create .form-create-account input[type="text"]:-webkit-autofill,
.customer-account-create .form-create-account input[type="email"]:-webkit-autofill,
.customer-account-create .form-create-account input[type="password"]:-webkit-autofill,
.customer-account-create .form-create-account input[type="text"]:-webkit-autofill:hover,
.customer-account-create .form-create-account input[type="email"]:-webkit-autofill:hover,
.customer-account-create .form-create-account input[type="password"]:-webkit-autofill:hover,
.customer-account-create .form-create-account input[type="text"]:-webkit-autofill:focus,
.customer-account-create .form-create-account input[type="email"]:-webkit-autofill:focus,
.customer-account-create .form-create-account input[type="password"]:-webkit-autofill:focus,
.customer-account-create .form-create-account input[type="text"]:-webkit-autofill:active,
.customer-account-create .form-create-account input[type="email"]:-webkit-autofill:active,
.customer-account-create .form-create-account input[type="password"]:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #111 !important;
    caret-color: #111 !important;
    border: 1px solid #d9d9d9 !important;
    background: #fff !important;
    background-color: #fff !important;
    transition: background-color 999999s ease-out 0s !important;
}

/* Login page autofill fix: keep fields white */
.customer-account-login .login-container input[type="email"],
.customer-account-login .login-container input[type="password"],
.customer-account-login .login-container input[type="text"] {
    background-color: #fff !important;
    background-image: none !important;
    box-shadow: none !important;
}

.customer-account-login .login-container input:-webkit-autofill,
.customer-account-login .login-container input:-webkit-autofill:hover,
.customer-account-login .login-container input:-webkit-autofill:focus,
.customer-account-login .login-container input:-webkit-autofill:active {
    -webkit-text-fill-color: #111 !important;
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    box-shadow: 0 0 0 1000px #fff inset !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #d9d9d9 !important;
    caret-color: #111 !important;
    transition: background-color 999999s ease-out 0s !important;
}


/* Account create: verwijder extra witruimte tussen naamvelden en e-mail */
.customer-account-create .fieldset + .fieldset {
    margin-top: 0 !important;
}

/* Account create: verwijder de extra <br> onder de legend boven e-mail */
.customer-account-create .fieldset.create.account > .legend + br,
.customer-account-create .fieldset[class*="create account"] > .legend + br {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
}


/* Login mobile overflow fixes */
.customer-account-login .login-container .fieldset,
.customer-account-login .login-container .field,
.customer-account-login .login-container .control,
.customer-account-login .login-container .block-content,
.customer-account-login .login-container form,
.customer-account-login .login-container input[type="email"],
.customer-account-login .login-container input[type="password"],
.customer-account-login .login-container input[type="text"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

.customer-account-login .block-customer-login .actions-toolbar,
.customer-account-login .block-customer-login .actions-toolbar > .primary,
.customer-account-login .block-customer-login .actions-toolbar > .secondary,
.customer-account-login .block-customer-login .actions-toolbar .secondary a,
.customer-account-login .block-customer-login .actions-toolbar .secondary .action,
.customer-account-login .block-customer-login .actions-toolbar .action.login.primary {
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

@media (max-width: 768px) {
    .customer-account-login .block-customer-login .actions-toolbar,
    .customer-account-login .login-container .fieldset > .actions-toolbar {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: stretch !important;
        justify-content: flex-start !important;
        gap: 12px !important;
    }

    .customer-account-login .block-customer-login .actions-toolbar > .primary,
    .customer-account-login .block-customer-login .actions-toolbar > .secondary {
        flex: 0 0 100% !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .customer-account-login .block-customer-login .actions-toolbar .action.login.primary,
    .customer-account-login .block-customer-login .actions-toolbar .secondary a,
    .customer-account-login .block-customer-login .actions-toolbar .secondary .action {
        display: flex !important;
        width: 100% !important;
        min-width: 0 !important;
        margin: 0 !important;
    }
}

/* Final scoped fix: only the account/login action rows */
.customer-account-login .login-container .block-customer-login .block-content .actions-toolbar {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    width: 100% !important;
    margin-top: 28px !important;
}

.customer-account-login .login-container .block-customer-login .block-content .actions-toolbar > .primary,
.customer-account-login .login-container .block-customer-login .block-content .actions-toolbar > .secondary {
    float: none !important;
    clear: none !important;
    width: auto !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.customer-account-login .login-container .block-customer-login .block-content .actions-toolbar .action.login.primary,
.customer-account-login .login-container .block-customer-login .block-content .actions-toolbar > .secondary > a,
.customer-account-login .login-container .block-customer-login .block-content .actions-toolbar > .secondary .action {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    vertical-align: middle !important;
    margin: 0 !important;
}

.customer-account-login .login-container .block-new-customer .block-content .actions-toolbar {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
}

.customer-account-login .login-container .block-new-customer .block-content .actions-toolbar > .primary,
.customer-account-login .login-container .block-new-customer .block-content .actions-toolbar > .secondary {
    float: none !important;
    clear: none !important;
    width: auto !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.customer-account-create .form.create.account.form-create-account .actions-toolbar,
.customer-account-create .form-create-account .actions-toolbar {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    width: 100% !important;
}

.customer-account-create .form.create.account.form-create-account .actions-toolbar > .primary,
.customer-account-create .form.create.account.form-create-account .actions-toolbar > .secondary,
.customer-account-create .form-create-account .actions-toolbar > .primary,
.customer-account-create .form-create-account .actions-toolbar > .secondary {
    float: none !important;
    clear: none !important;
    width: auto !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.customer-account-create .form.create.account.form-create-account .actions-toolbar .action.submit.primary,
.customer-account-create .form.create.account.form-create-account .actions-toolbar > .secondary > a,
.customer-account-create .form.create.account.form-create-account .actions-toolbar > .secondary .action,
.customer-account-create .form-create-account .actions-toolbar .action.submit.primary,
.customer-account-create .form-create-account .actions-toolbar > .secondary > a,
.customer-account-create .form-create-account .actions-toolbar > .secondary .action {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    vertical-align: middle !important;
    margin: 0 !important;
}

@media (max-width: 768px) {
    .customer-account-login .login-container .block-customer-login .block-content .actions-toolbar,
    .customer-account-create .form.create.account.form-create-account .actions-toolbar,
    .customer-account-create .form-create-account .actions-toolbar {
        flex-wrap: wrap !important;
    }

    .customer-account-login .login-container .block-customer-login .block-content .actions-toolbar > .primary,
    .customer-account-login .login-container .block-customer-login .block-content .actions-toolbar > .secondary,
    .customer-account-create .form.create.account.form-create-account .actions-toolbar > .primary,
    .customer-account-create .form.create.account.form-create-account .actions-toolbar > .secondary,
    .customer-account-create .form-create-account .actions-toolbar > .primary,
    .customer-account-create .form-create-account .actions-toolbar > .secondary {
        width: 100% !important;
        flex: 0 0 100% !important;
    }

    .customer-account-login .login-container .block-customer-login .block-content .actions-toolbar .action.login.primary,
    .customer-account-login .login-container .block-customer-login .block-content .actions-toolbar > .secondary > a,
    .customer-account-login .login-container .block-customer-login .block-content .actions-toolbar > .secondary .action,
    .customer-account-create .form.create.account.form-create-account .actions-toolbar .action.submit.primary,
    .customer-account-create .form.create.account.form-create-account .actions-toolbar > .secondary > a,
    .customer-account-create .form.create.account.form-create-account .actions-toolbar > .secondary .action,
    .customer-account-create .form-create-account .actions-toolbar .action.submit.primary,
    .customer-account-create .form-create-account .actions-toolbar > .secondary > a,
    .customer-account-create .form-create-account .actions-toolbar > .secondary .action {
        width: 100% !important;
    }
}
