/** Shopify CDN: Minification failed

Line 39:14 Expected identifier but found whitespace
Line 39:15 Unexpected "var("

**/


/* Base */

body.template-password .password-form {
  background: white !important;
}


*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: calc(var(--font-body-scale) * 62.5%);
}

body {
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  font-size: 1.5rem;
  letter-spacing: 0.02rem;
  line-height: calc(1 + 0.8 / var(--font-body-scale));
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: 'Inconsolata', monospace !important;
}
  font-family: var(--font-body-family);
  font-style: var(--font-body-style);
  font-weight: var(--font-body-weight);
}

@media screen and (min-width: 750px) {
  body {
    font-size: 1.6rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
  }
}

.password-modal__content-heading {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
}

@media only screen and (min-width: 750px) {
  .password-modal__content-heading {
    font-size: 1.8rem;
  }
}

/* Password Section */

.full-height {
  height: 100%;
}

.password {
  background-color: rgb(var(--color-background));
  height: 100%;
}

.password-link {
  align-items: center;
  font-size: 1.rem;
  font-weight: 400;
  white-space: nowrap;
}

.password-link .svg-wrapper {
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 1rem;
}



.password-modal__content-heading {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: calc(1 + 0.6 / var(--font-body-scale));
}

@media only screen and (min-width: 750px) {
  .password-modal__content-heading {
    font-size: 1.8rem;
  }
}

.password-modal .password-form {
  max-width: 50rem;
}

.password-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 2rem;
  width: 100%;
}

.password-field.field {
  flex: 1 20rem;
}

.password-field .form__message {
  margin-top: 1.5rem;
}

.password-button {
  margin-top: 3rem;
  width: 100%;
}

@media only screen and (max-width: 749px) {
  .password-field--error + .password-button {
    margin-top: 1.5rem;
  }
}

@media only screen and (min-width: 750px) {
  .password-button {
    margin-top: 0;
    margin-left: 2rem;
    width: auto;
    align-self: start;
  }
}

/* Mobile default */
.password-logo {
  display: block;
  margin: 0 auto;
  max-width: 120px;
  height: auto;
}

/* Desktop */
@media only screen and (min-width: 750px) {
  .password-logo {
    display: block;
    margin-left: 640px !important;
    max-width: 160px;
    height: auto;
  }
}

.password-heading {
  margin-top: 5rem;
  font-weight: 400;
}

.password-main {
  flex-grow: 1;
}

.password-main > section:only-child {
  height: 100%;
}

.password-main > section:only-child > .newsletter {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
}

.password-main > section:only-child .newsletter__wrapper:not(.email-signup-banner__box) {
  width: 100%;
}

.password-main > section:only-child > :not(.newsletter--narrow) > .newsletter__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.password__footer-text a {
  padding: 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
}

.password__footer-login {
  margin-top: 1.2rem;
  padding-bottom: 4rem;
}

.password-modal .icon-close {
  color: rgb(var(--color-foreground));
}

.password__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
}

hr {
  margin: 0 !important;
}

.list-social:not(:empty) + .password__footer-caption {
  margin-top: 3rem;
}

.password__footer-caption a {
  padding: 0;
  color: rgb(var(--color-link));
}

.modal__toggle,
.modal__close-button {
  list-style-type: none;
}

details[open] .modal__toggle,
.modal__close-button {
  position: absolute;
  top: 2.2rem;
  right: 2.2rem;
  padding: 0.8rem;
  color: rgb(var(--color-foreground));
  background-color: transparent;
}

.modal__toggle::-webkit-details-marker {
  display: none;
}

details.modal .modal__toggle-close {
  display: none;
}

details[open].modal .modal__toggle-close {
  background: rgb(var(--color-background));
  cursor: pointer;
  display: flex;
  padding: 0.8rem;
  z-index: 1;
}

details[open].modal .modal__toggle-close svg,
.modal__close-button .svg-wrapper {
  height: 1.7rem;
  width: 1.7rem;
}

details[open].modal .modal__toggle-close:hover {
  opacity: 0.75;
}

.js details[open].modal .modal__toggle-close {
  display: none;
}

details.modal .modal__toggle-open {
  display: flex;
}

.password-header {
  padding: 2rem 1.5rem 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  color: rgb(var(--color-foreground));
  max-width: var(--page-width);
  margin: 0 auto;
  text-align: center;
}

@media only screen and (min-width: 750px) {
  .password-header {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr 1fr;
    padding: 2rem 5rem 2.5rem;
    text-align: left;
  }
}

.password-header details-modal {
  flex-shrink: 0;
}

.password-content {
  text-align: center;
}

@media only screen and (max-width: 749px) {
  .password-content {
    margin-bottom: 1.8rem;
    margin-top: 1rem;
  }
}

.shopify-name {
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.icon-shopify {
  width: 7rem;
  height: 2rem;
  vertical-align: top;
  color: rgb(var(--color-foreground));
}

password-modal {
  justify-self: flex-end;
  grid-column: 3;
}
password-link {
  text-decoration: none;
  color: #111;
  font-weight: 500;
  position: relative;
  transition: color 0.3s ease;
}


/* ---------------------------MEINE SETTINGS---------------------------------*/

.password-link {
  text-decoration: none !important;
}
.password-link {
  text-decoration: none;
  color: #111;
  font-weight: 500;
  position: relative;
  transition: color 0.3s ease;
}


password-link {
  text-decoration: none;
  color: #111;
  font-weight: 500;
  position: relative;
  transition: color 0.3s ease;
}


.password-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #111;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.password-link:hover {
  color: #000;
}

.password-link:hover::after {
  width: 100%;
}


.password-link:active {
  transform: scale(0.96);
}

/* ---------------------------Newsletter---------------------------------*/

.email-signup-banner {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  min-height: auto !important;
  height: auto !important;
  margin: 0 auto;
}
.banner__content,
.banner__box {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/* Layout nebeneinander */
.newsletter-form__field-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

/* Eingabefeld stylen */
.newsletter-form__field-wrapper input[type="email"] {
  padding: 12px 16px;
  border: 1px solid #bbb;
  background-color: transparent;
  color: #333;
  font-family: inherit;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  width: 220px;
  height: 42px;
  outline: none;
}


.newsletter-form__field-wrapper input[type="email"]::placeholder {
  color: #aaa;
  text-transform: uppercase;
}


.newsletter-form__field-wrapper button {
  background-color: #999;
  color: white;
  border: none;
  height: 42px;
  padding: 0 22px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.newsletter-form__field-wrapper button:hover {
  background-color: #777;
}


@media screen and (max-width: 749px) {
  .newsletter-form__field-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .newsletter-form__field-wrapper input[type="email"],
  .newsletter-form__field-wrapper button {
    width: 100%;
  }

  .newsletter-form__field-wrapper button {
    margin-top: 10px;
  }
}

/* ✅ HEADER-ANPASSUNGEN – ergänzt */

@media screen and (min-width: 750px) {
  .password-link {
    margin-right: -140px !important;
    justify-self: end;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 1.0rem !important;
  }

  .password-link .svg-wrapper {
    width: 1.0rem;
    height: 1.0rem;
    margin: 0;
  }
}

@media screen and (max-width: 749px) {
  .password-logo {
    max-width: 90px;
    margin-bottom: 0.6rem;
  }

  .password-link {
    font-size: 0.7rem !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.4rem;
    gap: 4px;
  }

  .password-link .svg-wrapper {
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 auto;
  }
}

/* 🔥 Entfernt alle möglichen Linien unter dem Header */
.password-header {
  border-bottom: none !important;
  box-shadow: none !important;
}

/* Falls ein hr als Linie eingefügt wurde – ausblenden */
.password-header hr,
.password hr,
hr {
  display: none !important;
  border: none !important;
  height: 0 !important;
  margin: 0 !important;
}

/* POPPPP UPPPP*/

