/** Shopify CDN: Minification failed

Line 134:29 Unexpected "{"

**/
/* Password Section */

.full-height {
  height: 100%;
}

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

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

.password-link svg {
  width: 1.1rem;
  height: 1.1rem;
  margin-right: 0.6rem;
  display: inline;
}

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

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

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

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

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

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

.password-logo {
  width: 100%;
  margin-bottom: 0.95rem;
}

@media only screen and (min-width: 750px) {
  .password-logo {
    margin-bottom: 0;
  }
}

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

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

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

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

.password__footer-login {
  margin-top: 0.75rem;
  padding-bottom: 2.5rem;
}

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

.password__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2.5rem;
  background-color: var(--color-white);
  color: rgb(var(--color-base-text));
}

hr {
  margin: 0 !important;
}

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

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

.modal__toggle {
  list-style-type: none;
}

details[open] .modal__toggle,{
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  padding: 0.5rem;
  color: rgb(var(--color-base-text));
  background-color: transparent;
}

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

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

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

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: 1.25rem 0.95rem 1.55rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  color: rgb(var(--color-base-text));
  max-width: var(--page-width);
  margin: 0 auto;
  text-align: center;
}

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

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

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

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

.icon-shopify {
  width: 4.4rem;
  height: 1.25rem;
  vertical-align: top;
  color: rgb(var(--color-base-text));
}

password-modal {
  justify-self: flex-end;
  grid-column: 3;
}
