/** Shopify CDN: Minification failed

Line 290:5 Unexpected "/"

**/
/* Login/Register */
.login .section__wrapper,
.register .section__wrapper,
.activate .section__wrapper,
.reset-password .section__wrapper {
  width: 100%;
  max-width: 50rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}
.login p,
.register p,
.activate p,
.reset-password p {
  margin: 2.4rem 0 0;
}
@media (max-width: 767.98px) {
  .login p,
  .register p,
  .activate p,
  .reset-password p {
    margin-top: 1.6rem;
  }
}
.login .form-field + a,
.register .form-field + a,
.activate .form-field + a,
.reset-password .form-field + a {
  margin-top: 0.8rem;
}
.login form,
.register form,
.activate form,
.reset-password form {
  margin: 3.2rem 0 0;
}
.login form button,
.login form .btn--secondary,
.register form button,
.register form .btn--secondary,
.activate form button,
.activate form .btn--secondary,
.reset-password form button,
.reset-password form .btn--secondary {
  margin-top: 3.2rem;
}
.login form button + a,
.login form .btn--secondary + a,
.register form button + a,
.register form .btn--secondary + a,
.activate form button + a,
.activate form .btn--secondary + a,
.reset-password form button + a,
.reset-password form .btn--secondary + a {
  margin-top: 2rem;
}
.login form button + button,
.login form .btn--secondary + button,
.register form button + button,
.register form .btn--secondary + button,
.activate form button + button,
.activate form .btn--secondary + button,
.reset-password form button + button,
.reset-password form .btn--secondary + button {
  margin-top: 1.6rem;
}
@media (max-width: 767.98px) {
  .login form,
  .register form,
  .activate form,
  .reset-password form {
    margin-top: 2.4rem;
  }
  .login form button,
  .register form button,
  .activate form button,
  .reset-password form button {
    margin-top: 2rem;
  }
}

#customer_login_guest button {
  margin-top: 0;
}

#recover,
#recover + div {
  display: none;
}

#recover:target {
  display: block;
}

#recover:target + div {
  display: block;
}

#recover:target ~ #login,
#recover:target ~ #login + div {
  display: none;
}

#recover,
#login {
  scroll-margin-top: 20rem;
}

#recover {
  margin-bottom: 0;
}

.customer__header {
  margin-bottom: 4rem;
}
@media (max-width: 767.98px) {
  .customer__header {
    margin-bottom: 3.2rem;
  }
}
.customer__body {
  display: flex;
  column-gap: 3rem;
}
.customer__sidebar {
  flex: 0 0 32rem;
  align-self: self-start;
}
.customer__sidebar p {
  margin: 0;
}
.customer__widget {
  padding: 2.4rem;
  background-color: rgb(var(--color-secondary-background));
}
.customer__content {
  flex: 1;
}
.customer .rich-text {
  margin-bottom: 2.4rem;
}
@media (max-width: 767.98px) {
  .customer .rich-text {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1023.98px) {
  .customer__body {
    flex-direction: column;
    row-gap: 3.2rem;
  }
  .customer__sidebar {
    flex: 0 0 100%;
    min-width: 100%;
  }
}

/* Account */
/* Order */
.order-total-amount {
  margin-top: 2.4rem;
}
.order-total-amount li + li {
  margin-top: 0.8rem;
}

/* Address */
.addresses .section__wrapper {
  width: 100%;
  max-width: 70rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}
.addresses [data-address] {
  padding: 3.2rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 767.98px) {
  .addresses [data-address] {
    padding: 2.4rem;
  }
}
.addresses__edit-form {
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  border-top: 1px solid rgb(var(--color-border));
}

.address-info__default-badge {
  margin-bottom: 0.4rem;
}
.address-info p {
  margin: 0;
}
.address-info button {
  padding: 0;
  height: auto;
  line-height: normal;
}

/* START: Account Login */

#rc_login{
  display: none !important;
}

.login .section__wrapper{
	max-width: 50rem;
}

.login-form__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6rem;
  margin-top: 2rem;
  align-items: flex-start;
  flex-direction: column;
}

.login-form__left,
.login-form__right {  
  flex: 1;  
  box-sizing: border-box;  
  position:relative;
}

.login-form__left{
  padding: 0 0 0 0;
  order: 2;
}

.login-form__right{
  display: grid;
  gap: 3rem;
  padding: 0 0 0 0;
  order: 1;
}

.login-form__right .btn{
  margin: 2.4rem 0 0;
 }

@media screen and (min-width: 768px) {

  .login-form__wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .login-form__left,
  .login-form__right {
    flex: 0 0 50%;
    flex-direction: column;
  }

  .login-form__left{
    padding: 0 3rem 0 3rem;
    order: 2;
  }

  .login-form__right{
    padding: 0 3rem 0 3rem;
    order: 1;
  }

  .login-form__right{
    display: flex;
    flex-direction: column;
    /* height: 100vh; */
    justify-content: space-between;
    align-items: stretch;
    gap: 6rem;
  }

  /* .login-form__left::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1.5rem; /* Half of the column-gap to center the line */
    width: 1px; /* Thickness of the line */
    background-color: #04402E; /* Color of the line */
  } */
}

@media (max-width: 767.98px) {
  .login-form__left {
    min-width: 100%;
  }
}

/* END: Account Login */