form.woocommerce-form.woocommerce-form-login {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6em;
}

.woocommerce-account .site-main h2 {
  text-align: center;
  margin-bottom: 2em;
  font-size: var(--mu-font-size-h1);
  line-height: var(--mu-line-height-sm);
  font-family: var(--mu-font-family-sansSerif);
  font-weight: 600;
  text-align: center;
  color: #000;
}

.woocommerce-form-login {
  transform: translateY(100px); /* Start slightly below the original position */
  animation: smoothBounceInUp 1s ease-out forwards;
}

@keyframes smoothBounceInUp {
  0% {
    opacity: 0;
    transform: translateY(100px); /* Start off-screen below */
  }
  60% {
    opacity: 1;
    transform: translateY(-10px); /* Bounce slightly above the final position */
  }
  80% {
    transform: translateY(5px); /* Bounce slightly down */
  }
  100% {
    transform: translateY(0); /* End in the original position */
  }
}

.woocommerce-MyAccount-content .woocommerce-message {
  padding-left: 3em;
}

.woocommerce-notices-wrapper .woocommerce-message:before {
  color: #fff;
}

.u-columns.woocommerce-Addresses.col2-set.addresses h2 {
  margin-bottom: 0;
}

.user-login-profile-icon img,
.js-cart-trigger {
  max-width: 18px;
  height: 18px;
}

.woocommerce-MyAccount-content header.woocommerce-Address-title.title {
  margin-bottom: 1.2em;
}

.woocommerce-MyAccount-content .woocommerce-info .button {
  display: none;
}

.woocommerce-MyAccount-content .woocommerce-info {
  background-color: #c8a075;
  color: #ffffff;
}

.woocommerce-account .woocommerce-column address {
  border: none !important;
  padding: 0 !important;
  font-size: 16px;
}

.woocommerce-MyAccount-content h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 1em;
}

.woocommerce-account .woocommerce-error {
  background-color: #e8626d;
  color: #ffffff;
}

.woocommerce-account .form-row.form-row-wide {
  margin-bottom: 18px !important;
}

.woocommerce-account a.woocommerce-button.button,
.woocommerce-account button.woocommerce-Button.button,
.woocommerce-account .woocommerce-address-fields button {
  border-radius: 40px;
  background-color: #000;
}

.woocommerce-account
  table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table
  a.woocommerce-button.button {
  border-radius: 40px;
  background-color: #000;
  padding: 6px 11px;
  font-size: 14px;
  margin-left: 10px;
}

.woocommerce-account .select2-container--default .select2-selection--single {
  min-height: 54px;
  padding-top: 14px;
}

.woocommerce-account form.woocommerce-EditAccountForm.edit-account label {
  font-size: 16px;
}

.woocommerce-account fieldset {
  margin-top: 3em;
  margin-bottom: 2em;
}

input#account_display_name + span {
  display: none;
}

.woocommerce table.shop_table td span,
.woocommerce table.shop_table td {
  font-size: 16px !important;
}

.woocommerce fieldset legend {
  font-weight: 600;
}

.woocommerce-MyAccount-content p {
  margin-bottom: 14px;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

.woocommerce-view-order h2.woocommerce-order-details__title,
.woocommerce-view-order h2.woocommerce-column__title {
  font-size: 20px !important;
  text-align: left !important;
  font-family: "tangerMedium" !important;
}

.woocommerce-view-order
  table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  * {
  font-size: 16px;
}

/* Hide ORDER AGAIN CTA */
section.woocommerce-order-details .order-again {
  display: none;
}

.woocommerce-account .addresses .title .edit {
  font-size: 14px;
  border: 1px solid;
  border-radius: 12px;
  padding: 2px 12px;
  margin-bottom: 14px;
  display: inline-block;
  margin-top: 12px;
}

.woocommerce-account .addresses .title .edit::before {
  content: "✏";
}

.woocommerce-account .addresses .title h3,
.woocommerce-account .addresses .title .edit {
  float: none;
}

.woocommerce-MyAccount-content strong a {
  border-bottom: 1px solid #000;
}

.woocommerce-MyAccount-content a {
  border-bottom: 1px solid #000;
}

form.woocommerce-ResetPassword.lost_reset_password {
  background: #fff;
  padding: 1em;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6em;
}

.is-b2b-client.woocommerce-account .site-main h2 {
  font-size: var(--mu-font-size-h1);
  line-height: var(--mu-line-height-sm);
  font-family: var(--mu-font-family-sansSerif);
  font-weight: 600;
  text-align: center;
}

.is-b2b-client .mu-shop-notification.mu-shop-notification-desktop,
.is-b2b-client .mu-shop-notification.mu-shop-notification-mobile {
  display: none;
}

.is-b2b-client .woocommerce-MyAccount-content > p {
  display: none;
}

.is-b2b-client.woocommerce-account header.entry-header {
  display: none;
}

.is-b2b-client.woocommerce-account h2.entry-title {
  margin-bottom: 0.4em;
}

nav.woocommerce-MyAccount-navigation li::before {
  display: none;
}

nav.woocommerce-MyAccount-navigation > ul,
nav.woocommerce-MyAccount-navigation > ul > li {
  padding: 0 !important;
}

.woocommerce-MyAccount-content {
  margin-bottom: 3em;
}

.woocommerce-MyAccount-content strong a {
  border-bottom: 2px solid #8224e3;
}

.woocommerce-MyAccount-content a {
  border-bottom: 1px solid #000;
}

.woocommerce-account main {
  margin-bottom: 5em !important;
}

button.woocommerce-button.button.woocommerce-form-login__submit {
  border-radius: 40px;
  background-color: #000;
  margin: 0;
}

form.woocommerce-form.woocommerce-form-login.login input,
form.woocommerce-ResetPassword input {
  border-radius: 40px;
  padding-left: 18px;
}

form.woocommerce-ResetPassword
  p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
  width: 100%;
}

.mu-narrow-layout .entry-content li:before,
.mu-wide-with-styles-layout .entry-content li:before {
  display: none;
}

p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide
  + .form-row:not(.form-row-wide) {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 26px;
  text-align: center;
}

p.woocommerce-LostPassword.lost_password {
  text-align: center;
  font-style: italic;
  border-bottom: 1px solid;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 138px;
  font-size: 16px;
  margin-top: 20px;
}

.dealer-note {
  text-align: center;
  font-size: 16px;
  margin-top: 2em !important;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

p.dealer-note a {
  color: var(--colors-violet) !important;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  margin-top: 14px;
}

.woocommerce-account h1.entry-title {
  display: none;
}

body.woocommerce-account:not(.logged-in) {
  background-image: url(/wp-content/themes/einguterplan-child-theme-vite/assets/img/wallpaper.webp);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}

.separate-containers .inside-article {
  background-color: transparent;
}

.woocommerce-account .entry-content {
  max-width: inherit;
}

.woocommerce-account .entry-content a {
  color: #000;
  text-decoration: none;
}

.woocommerce-account .entry-content a.button {
  color: #fff;
}

.woocommerce-account .entry-content li {
  margin-bottom: 0;
}

.u-columns.woocommerce-Addresses.col2-set.addresses {
  margin-top: 4em;
}

.woocommerce-MyAccount-content h2 {
  font-size: 20px !important;
  text-align: left !important;
}

.woocommerce-account .woocommerce-address-fields button {
  margin-top: 1.6em;
}

.u-columns.woocommerce-Addresses h2 {
  text-align: left !important;
  font-size: 20px !important;
}

.woocommerce-MyAccount-navigation li.is-active a {
  color: var(--mu-color-web-lila);
}

form.woocommerce-form.woocommerce-form-login.login,
form.woocommerce-ResetPassword {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}

form.woocommerce-ResetPassword {
  padding: 30px !important;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  ul
  li::before {
  display: none;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  ul
  li,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details
  ul {
  padding-left: 0;
}

@media (min-width: 1001px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
    max-width: 200px;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
  }
}

@media (max-width: 1000px) {
  .woocommerce-account h2.entry-title {
    margin-top: 1.4em;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }

  body.woocommerce-account
    .woocommerce-MyAccount-navigation.woocommerce-MyAccount-navigation {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 3em;
  }

  li.woocommerce-MyAccount-navigation-link.is-active {
    background: #f3f3f3;
  }

  .u-columns.woocommerce-Addresses.col2-set.addresses > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 500px) {
  body.woocommerce-account:not(.logged-in) {
    background-position: -1110px -93px;
  }

  .woocommerce-account
    form.woocommerce-form.woocommerce-form-login.login
    label {
    font-size: 14px;
    margin-left: 18px;
  }

  p.woocommerce-LostPassword.lost_password {
    font-size: 12px !important;
    max-width: 104px;
  }
}
