/** Shopify CDN: Minification failed

Line 1480:21 Expected ":"

**/
main .shopify-section:first-child.login-section:not(.not-margin) {
  padding-top: 0 !important;
  margin-top: calc(-1 * var(--header-height));
}

.customer__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.customer__top > * {
  text-align: left;
}
.customer__top a {
  /* text-decoration-color: var(--color-underline); */
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  font-size: 1.0rem!important;
}
@media screen and (min-width: 990px) {
  .customer__top a {
    font-size: 1.4rem!important;
  }
}
.customer .account-row {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .customer .account-row {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 5.0rem;
  }
}
@media (min-width: 1200px) {
  .customer .account-left {
    width: 66%;
  }
}
.customer .account-right {
  margin-top: 6rem;
}
@media (min-width: 1200px) {
  .customer .account-right {
    width: 30.2%;
    border-left: 0.1rem solid rgb(var(--color-border));
    margin-left: 5.7rem;
    margin-top: 0;
    padding-left: 5.0rem;
    box-sizing: border-box;
  }
}
.customer .account-none-border {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}

.customer .field input[aria-invalid=true] {
  border-color: rgba(var(--color-error), 0.4);
}

.customer form {
  margin-top: 4rem;
}
.customer form#customer_login {
  margin-top: 6.4rem;
}

.customer button {
  margin: 4rem 0 1.5rem;
}

.customer ul {
  line-height: 1.6;
  padding-left: 4.4rem;
  text-align: left;
  margin-bottom: 4rem;
}

.customer ul a {
  display: inline;
}

.customer strong {
  font-weight: normal;
  color: rgb(var(--color-foreground));
}

.customer .field {
  margin: 2.5rem 0 0 0;
  pointer-events: auto;
}

.customer .field__wrapper {
  display: flex;
  margin-top: 2.5rem;
}

.customer .field__wrapper .field {
  margin: 0;
}

.customer .field__wrapper .field:not(:first-child) {
  margin-left: 2rem;
}

.customer .field:first-of-type {
  margin-top: 0;
}

.customer .field {
  margin-top: 2.5rem;
}

.customer a:not(.button):not(.breadcrumb a):not(.order-table a) {
  display: block;
  font-size: 1.2rem;
  letter-spacing: normal;
  color: rgb(var(--color-foreground));
  transition: var(--duration-default);
}

.customer a:not(.button):not(.breadcrumb a):not(.order-table a):hover {
  color: rgba(var(--color-foreground), 0.6);
}

.customer__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
}

.customer__buttons.center {
  justify-content: center;
}

.customer__buttons > * {
  width: 47%;
}

.customer__buttons.center > * {
  width: 14rem;
}

.customer button {
  margin: 0;
}

.form__errors {
  padding: 2.4rem;
  background-color: rgba(var(--color-error), 0.05);
}

.customer .form__message {
  font-size: 1.4rem;
  color: rgba(var(--color-error));
  margin: 0 0 1rem 0;
  font-weight: var(--font-body-weight);
}

.customer span.form__message {
  display: flex;
  font-size: 1.2rem;
  margin: 1rem 0 0 0;
}

.customer span.form__message:before {
  content: "*";
  color: rgba(var(--color-error));
  margin-right: 0.2rem;
}

.customer .form__message svg {
  width: 2.6rem;
  height: 2.6rem;
  margin-right: 1rem;
}

.customer .errors {
  margin-bottom: 24px;
}

.customer .errors ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
  margin: 0.8rem 0 0;
}

.customer .errors ul li {
  display: inline-flex;
  font-size: 1.2rem;
  line-height: 1;
  color: rgba(var(--color-error));
  position: relative;
}

.customer .errors ul li:before {
  content: "*";
  color: rgba(var(--color-error));
  margin-right: 0.2rem;
}

.form__message:focus-visible {
  outline: none;
  box-shadow: none;
}

/* Customer Table */
.customer .order-table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 0;
}
@media (min-width: 1200px) {
  .customer .order-table {
    border-top: 0.1rem solid rgb(var(--color-border));
  }
}
.customer .order-table .row {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .customer .order-table .row {
    flex-direction: row;
    align-items: center;
    height: 7.4rem;
  }
}
.customer .order-table .row > * {
  display: block;
  padding: 0 2rem 0 0;
}
.customer .order-table .row > *::before {
  content: attr(data-label);
  display: inline-block;
  max-width: 10rem;
  width: 100%;
  margin-right: 2rem;
}
@media (min-width: 1200px) {
  .customer .order-table .row > *::before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .customer .order-table .row > *:first-child {
    /* width: 8.64%; */
    width: 11%;
  }
}
@media (min-width: 1200px) {
  .customer .order-table .row > *:nth-child(2) {
    /*width: 29.9%;*/
    width: 22%;
  }
}
@media (min-width: 1200px) {
  .customer .order-table .row > *:nth-child(3) {
    /*width: 20.91%;*/
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .customer .order-table .row > *:nth-child(4) {
    /*width: 23.48%;*/
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .customer .order-table .row > *:nth-child(5) {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .customer .order-table .row > *:last-child {
    /*width: 17.05%;*/
    width: 7%;
    text-align: right;
    padding-right: 0;
    display: block;
  }
}
.customer .order-table .thead {
  display: none;
}
@media (min-width: 1200px) {
  .customer .order-table .thead {
    display: flex;
  }
}
.customer .order-table .thead > * {
  font-size: 1.2rem;
  /* font-weight: 700; */
  letter-spacing: 0.03em;
  text-align: left;
  text-transform: uppercase;
  color: rgb(var(--color-foreground));
  position: relative;
}
.customer .order-table .tbody {
  width: 100%;
  border-top: 0.1rem solid rgb(var(--color-border));
  border-bottom: 0.1rem solid rgb(var(--color-border));
  text-decoration: none;
  padding: 1.6rem 0;
}
.customer .order-table .tbody + .tbody {
  margin-top: -1px;
}
.customer .order-table .tbody:not(div):hover {
  border-color: var(--color-foreground);
  position: relative;
}
.customer .order-table .tbody > * {
  display: flex;
  align-items: center;
  padding: 0.8rem 0;
  box-sizing: border-box;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
}
.customer .order-table .tbody .link{
  font-size: 1.1rem;
}
@media (min-width: 990px) { 
  .customer .order-table .tbody > * {    
    font-size: 1.3rem;    
  }
  .customer .order-table .tbody .link{
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .customer .order-table .tbody > * {
    align-items: flex-start;
    padding: 0;
  }
}
.customer .order-table .tfoot {
  display: block;
  padding-top: 2.8rem;
}
@media (min-width: 990px) {
  .customer .order-table .tfoot {  
    padding-top: 3.6rem;
  }
}
.customer .order-table .tfoot > div {
  display: flex;
  width: 100% !important;
  padding: 0;
  margin-bottom: 1.5rem;
  letter-spacing: 0.03em;
}
@media (min-width: 1200px) {
  .customer .order-table .tfoot > div {
    align-items: center;
    justify-content: space-between;
  }
}
.customer .order-table .tfoot > div::before {
  display: none;
}
.customer .order-table .tfoot > div.total-price {
  padding: 1.8rem 0;
  text-transform: uppercase;  
}
.customer .order-table .tfoot.total-priceprice{
  font-size: 1.4rem;
}
@media (min-width: 1200px) {
  .customer .order-table .tfoot > div.total-price {
    margin-top: 3.9rem;
    padding: 1.9rem 3.0rem;
    background-color: rgb(var(--color-base-background-2));
    display: flex;
    justify-content: space-between;
  }
  .customer .order-table .tfoot > div.total-price span:first-child {
    padding-left: 0;
    text-align: left;
    font-weight: 500;
  }
  .customer .order-table .tfoot.total-priceprice{
    font-size: 1.6rem;
  }
}
.customer .order-table .tfoot > div span {
  font-size: 1.1rem;
}
.customer .order-table .tfoot > div span.total-price {
  font-size: 1.3rem;  
  font-weight: 500;
}
@media (min-width: 990px) {
  .customer .order-table .tfoot > div span {
    font-size: 1.3rem;
  }  
  .customer .order-table .tfoot > div span.total-price {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .customer .order-table .tfoot > div span {
    padding: 0 2rem 0 0;
  }
}
.customer .order-table .tfoot > div span:first-child {
  max-width: 10rem;
  width: 100%;
  margin-right: 2rem;
}
@media (min-width: 1200px) {
  .customer .order-table .tfoot > div span:first-child {
    width: 82.206%;
    margin-right: 0;
    max-width: 14rem;
  }
}
@media (min-width: 1200px) {
  .customer .order-table .tfoot > div span:last-child {
    width: 17.77%;
    text-align: right;
    padding: 0;
  }
}
.customer .order-table--details {
  border-bottom: 0;
  border-top: 0;
}
@media (min-width: 1200px) {
  .customer .order-table--details {
    border-top: 0.1rem solid rgb(var(--color-border));
  }
}
@media (min-width: 1200px) {
  .customer .order-table--details .row > *:first-child {
    /* width: 38.596%; */
    width: 45%;
  }
}
.customer .order-table--details .row > *:first-child a,
.customer .order-table--details .row > *:first-child p {
  font-size: 1.2rem;
  line-height: 1.8rem;
  text-decoration: none;
}
.customer .order-table--details .row > *:first-child .properties {
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: rgba(var(--color-foreground), 0.6);
}
@media (min-width: 1200px) {
  .customer .order-table--details .row > *:nth-child(2) {
    /* width: 11.46%; */
    width: 14%;
  }
}
@media (min-width: 1200px) {
  .customer .order-table--details .row > *:nth-child(3) {
    /* width: 16.6%; */
    width: 14%;
  }
}
@media (min-width: 1200px) {
  .customer .order-table--details .row > *:nth-child(4) {
    /* width: 15.55%; */
    width: 14%;
  }
}
@media (min-width: 1200px) {
  .customer .order-table--details .row > *:last-child {
    /* width: 17.77%; */
    width: 13%;
  }
}

.order-table .order-pdf--disabled{
  opacity: 0.2;
}
[data-scheme=light] .order-table .order-pdf path{
  fill: #000;
}

/* Pagination */
.customer .pagination {
  margin-top: 5rem;
  margin-bottom: 7rem;
}

@media screen and (min-width: 990px) {
  .customer .pagination {
    margin-top: 7rem;
    margin-bottom: 10rem;
  }
}
.customer .pagination ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.customer .pagination li {
  flex: 1 1;
  max-width: 4rem;
}

.customer .pagination li:not(:last-child) {
  margin-right: 1rem;
}

.customer .pagination li :first-child {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 4rem;
  width: 100%;
  padding: 0;
  text-decoration: none;
}

.customer .pagination li :first-child svg {
  height: 0.6rem;
}

.customer .pagination li:first-of-type svg {
  margin-left: -0.2rem;
  transform: rotate(90deg);
}

.customer .pagination li:last-of-type svg {
  margin-right: -0.2rem;
  transform: rotate(-90deg);
}

.customer .pagination li [aria-current]::after {
  content: "";
  display: block;
  width: 2rem;
  height: 0.01rem;
  position: absolute;
  bottom: 0.08rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: currentColor;
}

/* Login */
.customer.login {
  width: 100%;
  position: relative;
}

.register .page-header .title--page:not(:first-child) {
  margin-top: 2rem;
}
.register .customer__buttons {
  margin-top: 5rem;
}
.register .customer__buttons > * {
  width: 193px;
  pointer-events: auto;
}
.register .customer__login-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.6);
  margin-top: 0.8rem;
}
.register .customer__login-link a {
  font-size: 1.2rem;
  color: rgba(var(--color-foreground), 0.6);
}

.login {
  padding-top: calc(var(--header-height) + 4rem);
  padding-bottom: 8rem;
}
@media screen and (min-width: 990px) {
  .login {
    padding-top: calc(var(--header-height) + 6.4rem);
    padding-bottom: 18rem;
  }
}
@media screen and (min-width: 990px) {
  .login {
    padding-bottom: 25.3rem;
  }
}
.login .page-header {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 750px) {
  .login .page-header {
    margin-bottom: 0;
    padding: 0;
  }
}
.login .page-header h1 {
  color: rgb(255, 255, 255);
  text-align: center;
  margin-top: 1.5rem;
  pointer-events: none;
}
.login .page-header h1 i {
  white-space: nowrap;
}
.login .breadcrumb {
  margin: 0;
  pointer-events: auto;
}
.login .breadcrumb__delimiter {
  background-color: rgba(255, 255, 255, 0.4);
}
.login .breadcrumb a,
.login .breadcrumb span {
  color: rgb(255, 255, 255);
}
.login .breadcrumb a {
  text-decoration-color: rgba(255, 255, 255, 0.4);
}
.login__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgb(41, 38, 37); */
  background-color: rgba(30, 30, 30);
  overflow: hidden;
}
.login__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(11, 11, 11, 0.7);
  z-index: 3;
}
.login__bg-image, .login__bg-image-placeholder {
  width: 20.8333333333vw;
  max-width: 20.8333333333vw;
  min-width: 10rem;
  height: 34.7222222222vw;
  margin-top: 6rem;
  padding-bottom: 0;
  overflow: visible;
  position: absolute;
  border-radius: 0.3rem;
}
.login__bg-image img, .login__bg-image-placeholder img {
  display: block;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .login__bg-image, .login__bg-image-placeholder {
    width: 25.2525252525vw;
    max-width: 25.2525252525vw;
    height: 30.303030303vw;
  }
}
@media (min-width: 990px) {
  .login__bg-image, .login__bg-image-placeholder {
    width: 15.63vw;
    min-width: 25rem;
    height: 20.32vw;
    min-height: 32.5rem;
    max-width: 100%;
  }
}
.login__bg-image:first-child, .login__bg-image-placeholder:first-child {
  margin-top: var(--header-height);
  top: 15.625vw;
  left: 0;
}
.login__bg-image:first-child img, .login__bg-image-placeholder:first-child img {
  transform: translate3d(0, -4.72rem, 0);
}
@media (min-width: 576px) {
  .login__bg-image:first-child, .login__bg-image-placeholder:first-child {
    top: 11.1111111111vw;
    left: -6.0606060606vw;
  }
}
@media (min-width: 990px) {
  .login__bg-image:first-child, .login__bg-image-placeholder:first-child {
    top: 6rem;
    left: 4.84vw;
  }
}
@media (min-width: 1600px) {
  .login__bg-image:first-child, .login__bg-image-placeholder:first-child {
    top: 3.1578947368vw;
  }
}
.login__bg-image:nth-child(2), .login__bg-image-placeholder:nth-child(2) {
  bottom: -17.3611111111vw;
  left: 26.9097222222vw;
  z-index: 1;
}
.login__bg-image:nth-child(2) img, .login__bg-image-placeholder:nth-child(2) img {
  transform: translate3d(0, -3.36rem, 0);
}
@media (min-width: 576px) {
  .login__bg-image:nth-child(2), .login__bg-image-placeholder:nth-child(2) {
    bottom: -13.3333333333vw;
    left: 12vw;
  }
}
@media (min-width: 750px) {
  .login__bg-image:nth-child(2), .login__bg-image-placeholder:nth-child(2) {
    bottom: -4.0404040404vw;
    left: 10vw;
  }
}
@media (min-width: 990px) {
  .login__bg-image:nth-child(2), .login__bg-image-placeholder:nth-child(2) {
    top: 32rem;
    left: 7.36vw;
    bottom: unset;
  }
}
@media (min-width: 1200px) {
  .login__bg-image:nth-child(2), .login__bg-image-placeholder:nth-child(2) {
    top: 36rem;
  }
}
@media (min-width: 1600px) {
  .login__bg-image:nth-child(2), .login__bg-image-placeholder:nth-child(2) {
    top: 18.9473684211vw;
  }
}
.login__bg-image:nth-child(3), .login__bg-image-placeholder:nth-child(3) {
  bottom: -8.6805555556vw;
  left: -1.7361111111vw;
}
.login__bg-image:nth-child(3) img, .login__bg-image-placeholder:nth-child(3) img {
  transform: translate3d(0, -1.52rem, 0);
}
@media (min-width: 576px) {
  .login__bg-image:nth-child(3), .login__bg-image-placeholder:nth-child(3) {
    bottom: -6.6666666667vw;
    left: -16vw;
  }
}
@media (min-width: 750px) {
  .login__bg-image:nth-child(3), .login__bg-image-placeholder:nth-child(3) {
    bottom: 8.0808080808vw;
    left: -7.0707070707vw;
  }
}
@media (min-width: 990px) {
  .login__bg-image:nth-child(3), .login__bg-image-placeholder:nth-child(3) {
    bottom: -7.81vw;
    left: -7.34vw;
  }
}
.login__bg-image:nth-child(4), .login__bg-image-placeholder:nth-child(4) {
  margin-top: var(--header-height);
  top: 20.8333333333vw;
  right: -3.4722222222vw;
  z-index: 2;
}
.login__bg-image:nth-child(4) img, .login__bg-image-placeholder:nth-child(4) img {
  transform: translate3d(0, -4.64rem, 0);
}
@media (min-width: 576px) {
  .login__bg-image:nth-child(4), .login__bg-image-placeholder:nth-child(4) {
    top: 12.1212121212vw;
    right: -8vw;
  }
}
@media (min-width: 750px) {
  .login__bg-image:nth-child(4), .login__bg-image-placeholder:nth-child(4) {
    right: -6.0606060606vw;
  }
}
@media (min-width: 990px) {
  .login__bg-image:nth-child(4), .login__bg-image-placeholder:nth-child(4) {
    top: 8rem;
    right: 1.86vw;
  }
}
@media (min-width: 1600px) {
  .login__bg-image:nth-child(4), .login__bg-image-placeholder:nth-child(4) {
    top: 4.2105263158vw;
  }
}
.login__bg-image:nth-child(5), .login__bg-image-placeholder:nth-child(5) {
  bottom: 3.4722222222vw;
  right: -11.2847222222vw;
  z-index: 1;
}
.login__bg-image:nth-child(5) img, .login__bg-image-placeholder:nth-child(5) img {
  transform: translate3d(0, -2.88rem, 0);
}
@media (min-width: 576px) {
  .login__bg-image:nth-child(5), .login__bg-image-placeholder:nth-child(5) {
    bottom: 2.6666666667vw;
    right: -2.6666666667vw;
  }
}
@media (min-width: 750px) {
  .login__bg-image:nth-child(5), .login__bg-image-placeholder:nth-child(5) {
    bottom: 6.0606060606vw;
    right: -6.0606060606vw;
  }
}
@media (min-width: 990px) {
  .login__bg-image:nth-child(5), .login__bg-image-placeholder:nth-child(5) {
    top: 34.5rem;
    right: 9.2vw;
    bottom: unset;
  }
}
@media (min-width: 1200px) {
  .login__bg-image:nth-child(5), .login__bg-image-placeholder:nth-child(5) {
    top: 38.5rem;
  }
}
@media (min-width: 1600px) {
  .login__bg-image:nth-child(5), .login__bg-image-placeholder:nth-child(5) {
    top: 22.8947368421vw;
  }
}
.login__bg-image:nth-child(6), .login__bg-image-placeholder:nth-child(6) {
  bottom: -22.5694444444vw;
  left: 55.5555555556vw;
}
.login__bg-image:nth-child(6) img, .login__bg-image-placeholder:nth-child(6) img {
  transform: translate3d(0, -1.76rem, 0);
}
@media (min-width: 576px) {
  .login__bg-image:nth-child(6), .login__bg-image-placeholder:nth-child(6) {
    bottom: -17.3333333333vw;
    left: 44.6666666667vw;
  }
}
@media (min-width: 750px) {
  .login__bg-image:nth-child(6), .login__bg-image-placeholder:nth-child(6) {
    bottom: -12.1212121212vw;
    left: 41.9191919192vw;
  }
}
@media (min-width: 990px) {
  .login__bg-image:nth-child(6), .login__bg-image-placeholder:nth-child(6) {
    bottom: -9.25vw;
    left: 42.55vw;
  }
}
@media (min-width: 990px) and (max-height: 750px) {
  .login__bg-image:nth-child(6), .login__bg-image-placeholder:nth-child(6) {
    bottom: -20.25vw;
    left: 37vw;
  }
}
.login__bg-image:nth-child(7), .login__bg-image-placeholder:nth-child(7) {
  top: -13.8888888889vw;
  left: 14%;
}
@media (min-width: 576px) {
  .login__bg-image:nth-child(7), .login__bg-image-placeholder:nth-child(7) {
    top: -10.6666666667vw;
  }
}
@media (min-width: 750px) {
  .login__bg-image:nth-child(7), .login__bg-image-placeholder:nth-child(7) {
    top: -8.0808080808vw;
  }
}
@media (min-width: 990px) {
  .login__bg-image:nth-child(7), .login__bg-image-placeholder:nth-child(7) {
    top: -7.2727272727vw;
  }
}
@media (min-width: 1100px) {
  .login__bg-image:nth-child(7), .login__bg-image-placeholder:nth-child(7) {
    top: -5.3333333333vw;
    left: 27.2727272727vw;
  }
}
@media (min-width: 1500px) {
  .login__bg-image:nth-child(7), .login__bg-image-placeholder:nth-child(7) {
    top: -4.2105263158vw;
    left: 15.7894736842vw;
  }
}
@media (min-width: 1900px) {
  .login__bg-image:nth-child(7), .login__bg-image-placeholder:nth-child(7) {
    top: -4.1666666667vw;
    left: 15.625vw;
  }
}
.login__bg-image:nth-child(8), .login__bg-image-placeholder:nth-child(8) {
  top: -20.8333333333vw;
  left: 46%;
}
@media (min-width: 576px) {
  .login__bg-image:nth-child(8), .login__bg-image-placeholder:nth-child(8) {
    top: -16vw;
  }
}
@media (min-width: 750px) {
  .login__bg-image:nth-child(8), .login__bg-image-placeholder:nth-child(8) {
    top: -12.1212121212vw;
  }
}
@media (min-width: 990px) {
  .login__bg-image:nth-child(8), .login__bg-image-placeholder:nth-child(8) {
    top: -10.9090909091vw;
  }
}
@media (min-width: 1100px) {
  .login__bg-image:nth-child(8), .login__bg-image-placeholder:nth-child(8) {
    top: -7.3333333333vw;
    left: unset;
    right: 16vw;
  }
}
@media (min-width: 1500px) {
  .login__bg-image:nth-child(8), .login__bg-image-placeholder:nth-child(8) {
    top: -5.7894736842vw;
    right: 12.6315789474vw;
  }
}
@media (min-width: 1900px) {
  .login__bg-image:nth-child(8), .login__bg-image-placeholder:nth-child(8) {
    top: -5.7291666667vw;
    right: 12.5vw;
  }
}
.login__bg-image-placeholder {
  fill: rgb(255, 255, 255);
}
.login__subtitle {
  margin-top: 2.1rem;
  color: rgb(255, 255, 255);
  pointer-events: none;
}
.login__reset, .login__form {
  max-width: 48.3rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 4;
}
@media (min-width: 768px) {
  .login__reset, .login__form {
    padding: 0;
  }
}
.login__reset {
  margin-bottom: 2rem;
  pointer-events: none;
}
.login__reset p {
  color: rgb(255, 255, 255);
  text-align: center;
}
.login__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* pointer-events: none; */
}
.login__fields {
  max-width: 41.6rem;
  width: 100%;
}
.login__field {
  display: flex;
  flex-direction: column;
  pointer-events: auto;
}
.login__forgot-password {
  margin-top: 1.6rem !important;
  pointer-events: auto;
}
.login__forgot-password a {
  display: inline !important;
  color: rgb(255, 255, 255) !important;
  text-decoration: none;
  position: relative;
}
.login__forgot-password a:hover::after {
  width: 100%;
}
.login__forgot-password a::after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  right: 0;
  width: 0;
  height: 0.1rem;
  background-color: rgba(255, 255, 255, 0.4);
  transition: width var(--duration-default);
}
.login__buttons {
  margin-top: 5rem;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .login__buttons {
    flex-direction: row;
  }
}
.login__sign-in {
  width: 188px;
  background-color: rgb(255, 255, 255) !important;
  color: rgb(0, 0, 0) !important;
  pointer-events: auto;
}
@media (min-width: 768px) {
  .login__sign-in {
    width: 126px;
  }
}
.login__create-acc {
  width: 188px;
  background-color: rgb(37, 37, 37) !important;
  color: rgb(255, 255, 255) !important;
  pointer-events: auto;
}

.login .field + a {
  margin-top: 1rem;
}

.login p {
  margin: 1.5rem 0;
}

.login h3 {
  margin-top: 1.5rem;
  text-align: left;
  font-size: 1.4rem;
}

#customer_login_guest button {
  margin-top: 0;
}

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

#recover:target {
  display: inline;
}

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

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

.activate button[name=decline] {
  background-color: transparent;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-link));
  color: rgb(var(--color-link));
}

.activate button[name=decline]:hover {
  box-shadow: 0 0 0 0.2rem rgb(var(--color-link));
}

@media only screen and (min-width: 750px) {
  .activate button[name=decline] {
    margin-top: inherit;
    margin-left: 1rem;
  }
}
/* Account/Order */
:is(.account, .order, .addresses) p {
  margin: 0 0 2.4rem;
  font-size: 1.5rem;
  letter-spacing: normal;
}

:is(.account, .order, .addresses) h1 {
  margin-bottom: 1rem;
}

.account-row h2 {
  margin-top: 0;
  margin-bottom: 2.8rem;
  --font-heading-weight: 500;
  letter-spacing: 0.03em;
  font-size: 1.6rem;
}
@media only screen and (min-width: 750px) {
  .account-row h2 {
    font-size: 2.2rem;  
  }
}
.account h1 + a {
  display: inline-flex;
  align-items: center;
  font-size: 1.1rem;
  text-align: left;
  text-decoration: underline;
  letter-spacing: 0.03em;
}
@media (min-width: 1200px) {
  .account h1 + a {
    margin-top: 0;
    text-align: center;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 990px) {
  .account table td,
.order table tbody td {
    padding-top: 2.6rem;
    padding-bottom: 2.6rem;
  }
}
.account table td:first-of-type a,
.order table td:first-of-type a {
  font-size: 1.4rem;
  color: rgb(var(--color-foreground));
}

.account table td:first-of-type a:hover,
.order table td:first-of-type a:hover {
  color: rgb(var(--color-foreground), 0.75);
}

@media (min-width: 750px) {
  .account .page-header,
.order .page-header {
    margin-bottom: 4rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .account .page-header,
.order .page-header {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}

.addresses .page-header {
  border-bottom: none;
}
@media (min-width: 750px) {
  .addresses .page-header {
    margin-bottom: 0;
    padding-bottom: 4rem;
  }
}
.addresses .address-add-show,
.addresses .address-add-item,
.addresses .address-cancel,
.addresses .address-add-new {
  width: 19rem;
}
.addresses .address-add-item,
.addresses .address-cancel {
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .addresses .address-add-item,
.addresses .address-cancel {
    margin-bottom: 0;
  }
}
.addresses .address-add-new {
  width: 25.8rem;
}
.addresses .address-add-item {
  width: 16.6rem;
}
.addresses .address-cancel {
  width: 12.9rem;
}
.addresses .address-edit-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 2.8rem;
}
.addresses .button-address-edit,
.addresses .button-address-delete {
  width: 13.6rem;
  padding: 0 1rem;
  margin-bottom: 1rem;
  min-height: 5.4rem;
}
@media (min-width: 1200px) {
  .addresses .button-address-edit,
.addresses .button-address-delete {
    margin-bottom: 0;    
  }
}
.addresses .button-address-edit {
  width: 15rem;
}
.addresses .button-address-delete {
  width: 15rem;
}
.addresses .address-add-item {
  padding: 0 3.5rem;
}

/* Addresses */
.addresses li > button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.addresses li > button + button,
.addresses form button + button {
  margin-top: 0rem;
}

@media screen and (min-width: 750px) {
  .addresses li > button:first-of-type {
    margin-top: 3rem;
  }
}
.address-add-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

label[for=AddressCountryNew],
label[for=AddressProvinceNew] {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}

.addresses form {
  display: grid;
  gap: 2.4rem;
}

.addresses form .field {
  margin: 0;
}

.addresses ul {
  list-style: none;
  padding-left: 0;
}

.address-list {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}

.address-list__item-wrapper--default {
  order: -1;
}

.address-list__item {
  padding-top: 4rem;
  /* padding-bottom: 4rem; */
  border-top: 0.1rem solid rgb(var(--color-border));
  margin-top: 4rem;
}
@media (min-width: 1200px) {
  .address-list__item {
    padding-top: 6rem;
    padding-bottom: 0rem;
    margin-top: 6rem;
  }
}

.addresses [data-expand=false] {
  display: none !important;
}

.addresses [data-expand=true] {
  display: block !important;
}
.addresses [data-expand=true].account-none-address {
  display: flex !important;
}

.address-edit-form {
  display: none;
}

.address-edit-form.active {
  display: block;
}

.addresses .address-add-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.address-add-form .account-none-address {
  width: 100%;
}

.addresses .address-add-form__item {
  width: 100%;
  padding-top: 4rem;
  margin-top: 4rem;
  border-top: 0.1rem solid rgb(var(--color-border));
}
@media (min-width: 1200px) {
  .addresses .address-add-form__item {
    padding-top: 6.4rem;
    margin-top: 4.8rem;
  }
}

.addresses .address-add-form__inner {
  max-width: 85.6rem;
}

.addresses .address-add-form__inner h2 {
  margin: 0;
  font-weight: var(--font-body-weight);
}

.address-add-default-check {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  padding-bottom: 2.4rem;
}

.addresses h2 {
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 2.6rem;
}
@media only screen and (min-width: 990px) {
  .addresses h2 {
    font-size: 2.2rem;  
  }
}

li[data-address] > h2 {
  margin: 0 0 2rem 0;
}

@media only screen and (min-width: 990px) {
  .addresses form {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1.3fr 1fr;
    grid-template-areas: "a1 a2 a3 a3" "a4 a4 a5 a5" "a6 a6 a7 a7" "a9 a10 a8 a8" "a11 a11 a11 a11" "a12 a12 a12 a12";
  }
  .addresses form div:nth-of-type(1) {
    grid-area: a1;
  }
  .addresses form div:nth-of-type(2) {
    grid-area: a2;
  }
  .addresses form div:nth-of-type(3) {
    grid-area: a3;
  }
  .addresses form div:nth-of-type(4) {
    grid-area: a4;
  }
  .addresses form div:nth-of-type(5) {
    grid-area: a5;
  }
  .addresses form div:nth-of-type(6) {
    grid-area: a6;
  }
  .addresses form div:nth-of-type(7) {
    grid-area: a7;
  }
  .addresses form div:nth-of-type(8) {
    grid-area: a8;
  }
  .addresses form div:nth-of-type(9) {
    grid-area: a9;
  }
  .addresses form div:nth-of-type(10) {
    grid-area: a10;
  }
  .addresses form div:nth-of-type(11) {
    grid-area: a11;
  }
  .addresses form div:nth-of-type(12) {
    grid-area: a12;
  }
}
.addresses ul p {
  margin-bottom: 0;
}

@media screen and (min-width: 990px) {
  .customer .customer-address {
    max-width: 100%;
  }
}
.customer .customer-address__link {
  /* width: 19.3rem; */
  font-size: 1.2rem;
  width: 100%;
  min-height: 5.2rem;
}
@media screen and (min-width: 990px) {
  .customer .customer-address__link {
    font-size: 1.4rem;
  }
}
.customer .customer-address__link span {
  padding-right: 0.4rem;
}
.customer .customer-address__item:not(.customer-address__item-name):not(.customer-address__item-address):not(:last-child)::after {
  content: ", ";
}

.customer .customer-address__list {
  list-style: none;
  padding: 0;
  margin: 0 0 3.4rem;
  font-size: 1.1rem;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 990px) {  
  .customer .customer-address__list {    
    font-size: 1.3rem;    
  }
}
/*
@media (min-width: 1200px) {
  .customer .customer-address__list {
    padding: 2.6rem 0 0 0;
  }
}
*/

.customer .customer-address__item {
  color: rgba(var(--color-foreground), 0.6);
  font-size: 1.2rem;v
  
  margin-bottom: 0.3rem;
}

.customer .customer-address__item-name {
  color: rgba(var(--color-foreground));
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 990px) {
  .customer .customer-address__item-name {    
    font-size: 1.4rem;    
  }
}

.customer .customer-address__item-name:not(:last-child) {
  margin-bottom: 0.3rem;
}

.customer .customer-address__link:not(.button) {
  font-size: 1.2rem;
  color: rgba(var(--color-foreground));
}

.customer .order-address:not(:last-child) {
  margin-bottom: 6.5rem;
}
@media screen and (min-width: 990px) {
  .customer .order-address:not(:last-child) {
    margin-bottom: 9rem;
  }  
}
.customer .order-address__item {
  margin-top: 2.3rem;
}

.customer .order-address__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.customer .order-status {
  font-size: 1.1rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: rgb(var(--color-foreground));
  font-weight: var(--font-button-weight);
  margin: 0 0 1.2rem;
}
@media screen and (min-width: 990px) {
  .customer .order-status {
    font-size: 1.3rem;
    margin: 0 0 1.7rem;
  }
}

.customer .addresses-address__list {
  max-width: 50rem;
  margin-top: 0;
  margin-bottom: 2.8rem;
}
@media screen and (min-width: 990px) {
  .customer .addresses-address__list {    
    margin-bottom: 5rem;
  }
}

.customer .order-address__list-item,
.customer .addresses-address__list-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  font-size: 1.1rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 990px) {
  .customer .order-address__list-item,
  .customer .addresses-address__list-item {    
    font-size: 1.3rem;    
  }
}
.customer .order-address__list-item span:first-child,
.customer .addresses-address__list-item span:first-child {
  color: rgba(var(--color-foreground), 0.6);
}

.customer .order-address__list-item span,
.customer .addresses-address__list-item span {
  position: relative;
  background-color: rgb(var(--color-background));
  z-index: 1;
}

.customer .order-address__list-item:not(:last-child),
.customer .addresses-address__list-item:not(:last-child) {
  margin-bottom: 1.4rem;
}
@media screen and (min-width: 990px) {
  .customer .order-address__list-item:not(:last-child),
  .customer .addresses-address__list-item:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}

.customer .order-address__value,
.customer .addresses-address__value {
  color: rgb(var(--color-foreground));
}
/*
.customer .order-address__list-item:after,
.customer .addresses-address__list-item:after {
  content: "....................................................................................................................................................................................................................................................................................................................................................................................";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  z-index: 0;
  color: rgba(var(--color-foreground), 0.6);
}
*/

.icon-account-order-none {
  width: 36px;
  height: 36px;
  margin-bottom: 0.8rem;
  color: rgb(var(--color-foreground-title));
}

.icon-account-address-none {
  width: 37px;
  height: 35px;
  margin-bottom: 1.3rem;
  color: rgb(var(--color-foreground-title));
}

.account-none {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background-color: rgb(var(--color-base-background-2));
}
@media screen and (min-width: 990px) {
  .account-none {
    min-height: 27.4rem;
    padding: 5rem;
  }
}

.account-none-button {
  width: 17.2rem;
}
.account-none-button--big {
  width: 19rem;
}

.customer .account-row-title {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 2rem;
  margin-bottom: 2.8rem;
}

.customer .account-row-title h2 {
  margin: 0;
  font-size: 1.6rem;
}
@media screen and (min-width: 990px) {
  .customer .account-row-title h2 {
    margin: 0;
    font-size: 2.2rem;
  }
}

.customer .account-row-title p {
  align-self: center;
  margin: 0;
  font-size: 1.0rem;
  color: rgba(var(--color-foreground), 0.6);
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1440px) {
  .customer .account-row-title p {
    padding-top: 0.8rem;
  }
}

.customer .field select, .customer .placeholder-select {
  color: rgb(var(--color-foreground), 0.5);
}

/* Reset password */
.reset-password {
  padding-bottom: 4rem;
}
@media (min-width: 1200px) {
  .reset-password {
    padding-bottom: 10rem;
  }
}
.reset-password__wrapper {
  max-width: 44.4rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
}
.reset-password .title--page {
  text-align: center;
}
.reset-password p {
  margin: 1.6rem 0 0;
}
.reset-password form {
  margin-top: 1.6rem;
}
.reset-password__submit {
  padding: 0 4rem !important;
  margin-top: 3.2rem !important;
}