/** Shopify CDN: Minification failed

Line 73:2 Expected identifier but found "/"
Line 73:30 Expected identifier but found "/"
Line 123:4 Expected identifier but found "/"
Line 123:99 Expected identifier but found "/"
Line 134:0 Unexpected "/"

**/
#recover {
  display: none;
}

#recover:target {
  display: block;
}

#recover:target ~ #login {
  display: none;
}
.form-customer__body.login_account {
    margin-top: 30px;
}
.account .form-customer.form-customer--activate {
    margin: auto;
}
.form-customer__body.create_account,
.form-customer--recover .form-customer__body {
    margin-top: 30px;
}
.account {
  color: rgb(var(--color-foreground));
  background-color: rgb(var(--color-background));
}

.account .recover-link {
  color: rgb(var(--color-foreground));
  font-size: var(--font-size-static-xs);
  line-height: var(--line-height-static-sm);
  text-transform: var(--font-button-text-transform);
  letter-spacing: var(--letter-spacing-small);
  display: block;
  cursor: pointer;
  width: fit-content;
}

.account .media {
  border-radius: 0;
}

.form-customer--login,
.form-customer--recover,
.form-customer--register,
.form-customer--reset,
.form-customer--activate {
  padding-block-start: 4rem;
}

.account .form-customer.form-customer--reset {
  margin-inline: auto;
  /* text-align: center; */
}

.form-customer--recover {
  padding-block-end: 6.4rem;
}

.form-customer__title {
  margin: 0;
}

.form-customer__head {
  / margin-block-end: 2.4rem; /
}

.form-customer .form-row + .form-row {
  margin-block-start: 2rem;
}

.form-customer__callout {
  margin-block-start: 4.2rem;
  padding: 4rem 0 6.4rem;
  border-block-start: 0.1rem solid rgba(var(--color-border), var(--alpha-border));
}

.form-customer__callout-title {
    margin: 0 0 1rem;
    font-weight: 600;
    font-size: 12px;
}
.account-custom .form-customer--login .form-customer__callout-title{
   margin: 0 0 2rem;
  letter-spacing: 0.13em;
}
.account-custom .form-customer--login .create_account .form-customer__callout-title{
  margin: 0 0 2rem;
}
.form-customer--register input:focus-visible {
    outline: none;
}
.form-customer__sociallogin{
  background: white;
    margin-top: 10px;
    padding: 25px 35px 20px 35px;
}
@media screen and (min-width: 990px) {
  .form-customer--login,
  .form-customer--recover,
  .form-customer--register {
    padding-block-start: 8.8rem;
  }

  .account {
    display: flex;
  }

  .account__col {
    min-width: 50%;
    flex: 1;
    min-height: 100%;
  }
  .account__col .media {
    / height: calc(100vh - var(--header-height) + var(--announcement-bars-before-header-heights)); /
  }
}

@media screen and (min-width: 1200px) {
  .account .form-customer {
    max-width: calc(52.2rem + calc(var(--page-gutter) * 2));
    margin-inline-start: calc(12rem - var(--page-gutter));
  }
}

/ centered layout /
.account__col.account__col--center {
  display: flex;
  justify-content: center;
  padding-block: 12.8rem;
}

.account__col.account__col--center .form-customer__title,
.account__col.account__col--center .form-customer__callout-title {
  text-align: center;
  /* text-transform: uppercase; */
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 2.4px;
  margin-bottom: 30px;
}

.account__col.account__col--center .form-customer {
  padding-block-start: 0;
}

.account__col.account__col--center .button {
  display: block;
  margin: 0 auto;
}

.account__col.account__col--center .button:not(.button--text) {
  width: 100%;
}

.account-logo img{
  width: 200px;
}
.account-logo {
    position: absolute;
    top: 50px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
}
.account__col-main {
  position: relative;
}
.account__col_content{
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
}
.account__image_main{
  width:49.167%;
  min-width:49.167%;
}
.account__col-main{
  width:50.833%;
}
.create_account, .login_account,
.form-customer--recover .form-customer__body{
    background: #fff;
    padding: 25px 45px;
    /* margin-top: 10px; */
}
.form-customer--register .container{
      margin-top: 30px;
} 
.create_account a,.login_account .button,.form-customer--register .button,
.form-customer--recover .button,.form-customer--reset .button,.form-customer--activate .button{
    border-radius: 0;
    height: 26px;
    padding: 7px;
    display: block;
    width: 100%;
  letter-spacing: 0.13em;
}
.account .form-customer--activate .button{
  margin-bottom: 7px;
}
.form-customer--register .field__input{
  border: 1px solid #000;
  border-radius: 0;
  height: 45px;
  letter-spacing: 0.13em;
}
.login_account .field__input, .form-customer--recover .field__input,.form-customer--reset .field__input,.form-customer--activate .field__input{
  height: 45px;
  border: 1px solid #000;
  border-radius: 0;
  letter-spacing: 0.13em;
}

.login_account .recover-link,.form-customer--recover .login-link,.form-customer--recover .account-link {
    font-weight: 600;
    font-size: 12px;
    text-align: right;
    padding: 10px 0;
    height: auto;
    text-transform: lowercase;
    letter-spacing: 0.13em;
}
.form-customer--recover .login-link {
    padding-bottom: 0;
}
.login_account .form-email {
    margin: 0;
}
.account-custom .form-customer--login,.account-custom .form-customer--register,.account-custom .form-customer--recover{
  margin: auto;
}
.account-custom .button.button--text:after{
  display:none;
}
.form-customer--register h1{
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.11em;
}
.form-customer--register h5{
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #888888;
  letter-spacing: 0.11em;
  
}
.field__label{
  text-transform: capitalize;
  letter-spacing: 0.13em;
  font-weight: 600;
  font-size: 12px;
}
.form-customer--register .form-customer__head{
  background: #fff;
  padding: 25px 45px 20px;
}
.form-customer--register .form-customer__body{
  background: #fff;
  padding: 0px 47px 25px;
}
.account-custom .has-error .field__input:not(:focus) {
  text-align: left;
}
.form-customer--login .toggle-password {
    background: #333;
    color: #fff;
    padding: 7px 5px;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    right: 0;
    top: 0px;
}
.toggle-password {
    background: #333;
    color: #fff;
    padding: 7px 5px;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    right: 0;
    top: 23px;
}
.password-container{
  position: relative;
}
.birth-date {
    display: flex;
    gap: 10px;
}
.birth-date input {
    width: 33.33%;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #000;
}
.radio-group {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 400;
    font-size: 10px;
    padding: 8px 0;
  letter-spacing: 0.13em;
}
.form-customer--register input{
  margin: 0;
}
.checkbox-group {
  display: flex;
  gap: 5px;
  align-items: center;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.13em;
}
.form-customer--register p {
    margin: 0;
    font-weight: 400;
    font-size: 10px;
  letter-spacing: 0.13em;
    line-height: 12px;
}
.template--login .account__image_main{
  position: relative;
}
.account__image-text{
  position: absolute;
  left: 50%;
  bottom:220px;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  width: 80%;
  z-index: 1;
}
.account__image-text .account__image-login_info {
    font-family: Instrument Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.13rem;
    text-align: center;
    margin: 0;
}
.account__image-text a {
    font-family: Instrument Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.13rem;
    text-align: center;
}
.account__image-text_mobile{
  display: none
}
@media screen and (max-width: 1024px) {
  .account__image-text_desk{
    display: none;
  }
  .account__image-text_mobile{
    display: block;
  }
  .account__image-text{
    bottom:100px;
  }
  .account__col-main {
    width: 100%;
  }
  .account__col_content {
    top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .account__col.account__col--center .form-customer__title,
  .account__col.account__col--center .form-customer__callout-title {
    text-align: center;
    /* text-transform: uppercase; */
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 2.4px;
    margin-bottom: 20px;
  }
  .account__image-text{
    bottom:50px;
  }
}
@media screen and (max-width: 580px) {
  .template--login .account__col-main_imag.account__image.large-up-hide img{
    height: 960px;
  }
  .account__image-text {
    width: 90%;
  }
}