/** Shopify CDN: Minification failed

Line 180:28 Expected ":"

**/
/* ==========================================================
   LOWPAL — Opening soon / password page
   Asset file: section-main-password.css
   ========================================================== */

.lowpal-password,
.lowpal-password.color-scheme {
  --lp-cream: #F4EFE8;
  --lp-charcoal: #1A1714;
  --lp-orange: #E45D1A;

  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
  background-color: #F4EFE8 !important;
  background-image: none !important;
  font-family: "Akzidenz-Grotesk", "Helvetica Neue", Arial, sans-serif;
}

.lowpal-password__bg {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center 55%;
  margin: 0 !important;
}

/* ===== Top bar ===== */

.lowpal-password__topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 36px 48px;
}

.lowpal-password__logo {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--lp-orange);
  text-decoration: none;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}

.lowpal-password__logo img {
  display: block;
  height: auto;
  filter: drop-shadow(0 1px 6px rgba(0,0,0,0.25));
}

/* ===== Password form — subtle ghost style ===== */

.lowpal-password__topbar-right {
  display: flex;
  align-items: center;
}

.lowpal-password__form-inline {
  display: flex;
  align-items: center;
  gap: 0;
}

.lowpal-password__password-field {
  background: transparent;
  border: 1px solid rgba(244, 239, 232, 0.45);
  border-right: none;
  border-radius: 0;
  padding: 8px 12px;
  font-size: 0.75rem;
  color: rgba(244, 239, 232, 0.85);
  width: 148px;
  font-family: inherit;
  letter-spacing: 0.02em;
  transition: border-color 0.2s ease;
}

.lowpal-password__password-field::placeholder {
  color: rgba(244, 239, 232, 0.45);
}

.lowpal-password__password-field:focus {
  outline: none;
  border-color: rgba(244, 239, 232, 0.7);
  color: rgba(244, 239, 232, 1);
}

.lowpal-password__lock-button {
  background: transparent;
  border: 1px solid rgba(244, 239, 232, 0.45);
  border-radius: 0;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(244, 239, 232, 0.65);
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.lowpal-password__lock-button:hover {
  color: rgba(244, 239, 232, 1);
  border-color: rgba(244, 239, 232, 0.7);
}

.lowpal-password__form-error {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  font-size: 0.7rem;
  color: var(--lp-orange);
  white-space: nowrap;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

/* ===== Content block ===== */

.lowpal-password__content {
  position: absolute !important;
  left: 48px !important;
  bottom: 64px !important;
  z-index: 4;
  max-width: 380px !important;
  width: calc(100% - 96px) !important;
  padding: 36px 30px;
  background: rgba(244, 239, 232, 0.94) !important;
  background-image: none !important;
}

.lowpal-password__eyebrow {
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lp-orange);
  margin: 0 0 12px;
}

.lowpal-password__headline {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--lp-charcoal) !important;
  margin: 0 0 10px;
  letter-spacing: -0.005em;
}

.lowpal-password__context {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
  color: var(--lp-charcoal);
  opacity: 0.82;
  margin: 0 0 14px;
}

.lowpal-password__subline {
  font-size: 0.8125rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  color: var(--lp-charcoal) !important;
  margin: 0 0 20px;
  max-width: 38ch;subheading
}

.lowpal-password__signup-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lowpal-password__email-field {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(26, 23, 20, 0.3);
  border-radius: 0;
  padding: 9px 2px;
  font-size: 0.875rem;
  color: var(--lp-charcoal);
  font-family: inherit;
}

.lowpal-password__email-field::placeholder {
  color: rgba(26, 23, 20, 0.45);
}

.lowpal-password__email-field:focus {
  outline: none;
  border-bottom-color: var(--lp-orange);
}

.lowpal-password__cta-button {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--lp-charcoal) !important;
  color: var(--lp-cream) !important;
  border: none;
  border-radius: 0;
  padding: 11px 18px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-family: inherit;
  cursor: pointer;
  box-shadow: none;
  transition: background 0.2s ease;
  margin-top: 4px;
}

.lowpal-password__cta-button svg {
  transition: transform 0.2s ease;
}

.lowpal-password__cta-button:hover {
  background: var(--lp-orange) !important;
}

.lowpal-password__cta-button:hover svg {
  transform: translateX(2px);
}

.lowpal-password__success {
  color: var(--lp-charcoal);
  font-size: 0.875rem;
  margin: 0;
}

/* ===== Social icons ===== */

.lowpal-password__social-row {
  position: absolute;
  right: 32px;
  bottom: 28px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 14px;
}

.lowpal-password__social-row a {
  color: rgba(244, 239, 232, 0.8);
  display: flex;
  align-items: center;
  transition: color 0.2s ease;
}

.lowpal-password__social-row a:hover {
  color: var(--lp-cream);
}

/* ===== Mobile ===== */

@media (max-width: 760px) {
  .lowpal-password__topbar {
    padding: 22px 22px;
  }

  .lowpal-password__topbar-right {
    display: none;
  }

  .lowpal-password__content {
    left: 20px !important;
    right: 20px !important;
    bottom: 28px !important;
    max-width: none !important;
    width: auto !important;
    padding: 28px 24px;
  }

  .lowpal-password__headline {
    font-size: 1.25rem;
  }

  .lowpal-password__cta-button {
    align-self: stretch;
    justify-content: center;
  }

  .lowpal-password__social-row {
    right: 20px;
    bottom: 20px;
  }
}

/* ===== Accessibility ===== */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}