/* VS1758502014758VE */
body.woocommerce-account .woo-content {
  container-type: inline-size;
  padding: 60px 40px;
}
body.woocommerce-account .woo-content .woocommerce {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  max-width: 1080px;
  margin: 40px auto;
}
body.woocommerce-account .woo-content .woocommerce:has(.woocommerce-ResetPassword), body.woocommerce-account .woo-content .woocommerce:has(.woocommerce-form-login) {
  display: block;
}
body.woocommerce-account .woo-content .woocommerce:has(.woocommerce-ResetPassword) .form-row + .form-row, body.woocommerce-account .woo-content .woocommerce:has(.woocommerce-form-login) .form-row + .form-row {
  margin-top: 20px;
}
body.woocommerce-account .woo-content .woocommerce:has(.woocommerce-ResetPassword) p + p, body.woocommerce-account .woo-content .woocommerce:has(.woocommerce-form-login) p + p {
  margin-top: 20px;
}
body.woocommerce-account .woo-content .woocommerce:has(.woocommerce-ResetPassword) .woocommerce-form__label-for-checkbox, body.woocommerce-account .woo-content .woocommerce:has(.woocommerce-form-login) .woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}
body.woocommerce-account .woo-content .woocommerce:has(.woocommerce-ResetPassword) .woocommerce-form__label-for-checkbox input[type=checkbox], body.woocommerce-account .woo-content .woocommerce:has(.woocommerce-form-login) .woocommerce-form__label-for-checkbox input[type=checkbox] {
  flex: 0 0 30px;
}
body.woocommerce-account .woo-content .woocommerce:has(.woocommerce-ResetPassword) button[type=submit], body.woocommerce-account .woo-content .woocommerce:has(.woocommerce-form-login) button[type=submit] {
  margin-top: 20px;
}
@container ( width <= 1040px ) {
  body.woocommerce-account .woo-content .woocommerce {
    flex-direction: column;
    align-items: normal;
  }
}
body.woocommerce-account .woo-content form p {
  margin: 0;
}
body.woocommerce-account .woo-content form fieldset {
  border: none;
}
body.woocommerce-account .woo-content form legend {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* prevent line breaks */
  border: 0;
}
body.woocommerce-account .woo-content form input:not([type=radio]):not([type=submit]),
body.woocommerce-account .woo-content form select,
body.woocommerce-account .woo-content form textarea {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  padding: 8px 16px;
  background: var(--input-bg);
  border: 1px solid var(--input-bd);
  font-size: 20px;
  line-height: 32px;
  color: var(--input-p);
  font-family: "Roboto Slab", sans-serif;
  border-radius: 0;
}
body.woocommerce-account .woo-content form input:not([type=radio]):not([type=submit])::placeholder,
body.woocommerce-account .woo-content form select::placeholder,
body.woocommerce-account .woo-content form textarea::placeholder {
  color: var(--input-p);
  opacity: 0.8;
}
body.woocommerce-account .woo-content form button,
body.woocommerce-account .woo-content form input[type=submit] {
  height: auto;
  padding: 8px 20px;
  border-radius: 0;
  color: var(--btn-p);
  background-color: var(--btn-p-bg);
  text-transform: uppercase;
  font-family: "Galactic";
  font-size: 32px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.8px;
  transition: color 0.2s, background-color 0.2s;
  appearance: none;
  border: none;
  cursor: pointer;
}
body.woocommerce-account .woo-content form .select2-container .select2-selection--single {
  height: 50px;
  border-radius: 0;
}
body.woocommerce-account .woo-content form .select2-selection__arrow {
  height: 50px;
}
body.woocommerce-account .woo-content form .select2-selection__rendered {
  height: 50px;
  line-height: 50px;
}
body.woocommerce-account .woo-content fieldset,
body.woocommerce-account .woo-content .form-row-wide {
  grid-column: 1/-1;
}
body.woocommerce-account .woo-content fieldset p + p {
  margin-top: 20px;
}
body.woocommerce-account .woo-content .woocommerce-form-row {
  position: relative;
}
body.woocommerce-account .woo-content .show-password-input {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 20;
  height: 50px;
  width: 50px;
  -webkit-mask: url(../../img/show-password.avif) center no-repeat;
          mask: url(../../img/show-password.avif) center no-repeat;
  -webkit-mask-size: 50px;
          mask-size: 50px;
  background-color: #E51C41;
}
body.woocommerce-account .woo-content .show-password-input.display-password {
  -webkit-mask-image: url(../../img/hide-password.avif);
          mask-image: url(../../img/hide-password.avif);
}
body.woocommerce-account .woocommerce-MyAccount-navigation {
  flex: 1;
  background-color: #E51C41;
  color: #fff;
}
@container ( width > 1040px ) {
  body.woocommerce-account .woocommerce-MyAccount-navigation {
    position: sticky;
    top: calc(var(--nav-height) + 60px);
  }
}
body.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 8px 10px;
  color: #fff;
}
body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 10px 20px;
  list-style: none;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li {
  list-style: none;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li + li {
  border-top: 1px solid #fff;
  margin: 0;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  padding-right: 40px;
  background: url(../../img/icon-arrow-link.avif) right center no-repeat;
  background-size: 22px;
}
body.woocommerce-account .woocommerce-MyAccount-content {
  flex: 3;
}
body.woocommerce-account .woocommerce-MyAccount-content .col2-set {
  display: flex;
  gap: 20px;
}
@container ( width <= 1040px ) {
  body.woocommerce-account .woocommerce-MyAccount-content .col2-set {
    flex-direction: column;
  }
}
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(var(--cols, 2), 1fr);
  gap: 20px;
  margin-bottom: 20px;
}.wp-block {}