/** Shopify CDN: Minification failed

Line 29:30 Unexpected "{"
Line 29:39 Expected ":"
Line 30:20 Unexpected "{"
Line 30:29 Expected ":"
Line 30:36 Unexpected "{"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:main-password (INDEX:36) */
.section--password {
    --section-min-height: calc(100svh - 8rem);
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    overflow: hidden;
  }

  main#MainContent {
    padding: 0px;
  }

  #shopify-section-template--{{ section.id }}__main,
  #shopify-section-{{ section.id }} {
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    padding: 0;
  }

  .main-password-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    overflow: hidden;
  }

  .background-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
  }

  .background-media__video,
  .background-media__image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
  }

  .background-media__video {
    object-fit: cover;
  }

  .background-media__image {
    object-fit: cover;
  }

  .main-password {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .main-password__wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
  }

  .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: var(--padding-xl);
  }

  .main-password__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: var(--gap-md);
    position: relative;
    z-index: 3;
  }

.main-password__logo-image {
    max-width: 35%;
    margin-bottom: 20px;
    height: auto;
    display: block;
}

  .main-password__tagline {
    text-align: center;
    margin-bottom: var(--gap-lg);
    position: relative;
    z-index: 3;
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--color-foreground);
    line-height: 1.4;
  }

  @media screen and (max-width: 749px) {
    .main-password__tagline {
      font-size: 1rem;
    }
  }

  .klaviyo-password-wrapper {
    display: block;
    justify-content: center;
    align-items: center;
    margin: 0px !important;
    position: relative;
    z-index: 3;
  }

  .password-enter {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap-sm);
    padding: var(--padding-xl);
    position: absolute;
    bottom: 5rem;
    left: 0;
    right: 0;
    z-index: 3;
    width: 100%;
  }

  .password-enter__links {
    display: flex;
    align-items: center;
    gap: 2rem;
    width: 100%;
    justify-content: center;
    max-width: 100%;
  }

  @media screen and (max-width: 749px) {
    .password-enter__links {
      flex-direction: column;
      gap: 1rem;
      flex-wrap: wrap;
      justify-content: center;
    }
  }

  .password-enter__admin-link {
    margin: 0;
  }

  .password-enter__button {
    height: var(--minimum-touch-target);
    background-color: transparent;
    color: var(--color-primary);
    cursor: pointer;
    text-decoration: underline;
    border: none;
    padding: 0;
    font-size: inherit;
    display: inline-block;
  }

  .password-enter__button:hover {
    color: var(--color-primary-hover);
    text-decoration: none;
  }

  .password-dialog {
    max-width: 100vw;
    max-height: 100svh;
    width: 100vw;
    height: 100svh;
    border: none;
    transition: opacity var(--animation-values), display var(--animation-speed) allow-discrete,
      overlay var(--animation-speed) allow-discrete;
    background: rgba(0, 0, 0, 0.8);
  }

  .password-dialog::backdrop {
    background: rgba(0, 0, 0, 0.5);
  }

  .password-dialog[open] {
    opacity: 1;
    top: 0;
    left: 0;
  }

  @starting-style {
    .password-dialog[open] {
      opacity: 0;
    }
  }

  .password-dialog:not([open]) {
    opacity: 0;
  }

  .password-dialog__close-button {
    cursor: pointer;
    background: transparent;
    border: none;
    color: var(--color-foreground);
    font-size: 24px;
    padding: var(--padding-sm);
  }

  .password-dialog__header {
    position: absolute;
    top: 0;
    right: 0;
    padding: var(--padding-lg);
    z-index: var(--layer-raised);
  }

  .password-dialog__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: var(--padding-lg);
    height: 100%;
    transition: transform var(--animation-values);
  }

  .storefront-password-form {
    max-width: 400px;
    width: 100%;
    background: var(--color-background);
    padding: var(--padding-xl);
    border-radius: var(--border-radius);
  }

  .email-signup__input-group {
    margin-bottom: var(--gap-md);
  }

  .email-signup__input-group label {
    display: block;
    margin-bottom: var(--gap-xs);
  }

  .email-signup__input-group input {
    width: 100%;
    padding: var(--padding-sm);
    height:30px;
  }

  .password-dialog__submit-button {
    width: 100%;
    padding: var(--padding-md);
    background: var(--color-primary);
    color: var(--color-primary-foreground);
    border: none;
    cursor: pointer;
  }
  button.password-dialog__submit-button {
    background: white;
    padding: 10px 30px;
    margin-top: 10px;
    color: black !important;
}

  @media screen and (min-width: 750px) {
    .email-signup__input-group,
    .password-dialog__submit-button {
      width: auto;
    }
  }
/* END_SECTION:main-password */