.error-message {
  font-size: 11px;
  color: #e2401c;
  margin-top: 3px;
  display: none;
}

.woocommerce-form-row br,
.woocommerce-form .form-row br {
  display: none;
}

.woocommerce #customer_login {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 0;
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  max-width: 950px;
  max-height: 670px;
  height: 600px;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce #customer_login::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-image: url("https://especialidades.superdesbravador.com/wp-content/uploads/2025/04/login-super-desbravador.avif");
  background-size: cover;
  background-position: center;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media (max-width: 768px) {
  .woocommerce #customer_login::before {
    display: none;
  }
}
.woocommerce #customer_login .u-column1,
.woocommerce #customer_login .u-column2 {
  background-color: #ffffff;
  padding: 32px 28px;
  width: 40%;
  max-width: 380px;
  max-height: 670px;
  overflow-y: hidden;
}
@media (max-width: 768px) {
  .woocommerce #customer_login .u-column1,
  .woocommerce #customer_login .u-column2 {
    width: 100%;
    max-width: 100%;
    padding: 24px 20px;
  }
}
.woocommerce #customer_login h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #333333;
  letter-spacing: -0.2px;
}
.woocommerce #customer_login .woocommerce-error {
  background: #ffe5e5;
  border-left: 4px solid #ff3d3d;
  color: #a30000;
  padding: 12px 16px;
  margin-bottom: 15px !important;
  border-radius: 6px;
  font-weight: 500;
  font-size: 13px;
}
.woocommerce #customer_login .wp_google_login {
  margin: 10px 0;
}
.woocommerce #customer_login .wp_google_login__button-container .wp_google_login_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.woocommerce #customer_login .wp_google_login__button-container .wp_google_login_button:hover {
  background-color: #f5f5f5;
}
.woocommerce #customer_login .wp_google_login__button-container .wp_google_login_button img {
  margin-right: 8px;
  width: 18px;
  height: 18px;
}
.woocommerce #customer_login .login-divider {
  margin: 15px 0;
}
.woocommerce #customer_login .login-divider span {
  padding: 0 10px;
  font-size: 12px;
  color: #777777;
}
.woocommerce #customer_login h2 {
  margin-top: 10px;
  margin-bottom: 12px;
}
.woocommerce #customer_login .login-divider {
  margin: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce #customer_login .login-divider::before, .woocommerce #customer_login .login-divider::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid #e0e0e0;
}
.woocommerce #customer_login .login-divider span {
  padding: 0 10px;
  font-size: 12px;
  color: #777777;
}
.woocommerce #customer_login .woocommerce-form-row {
  margin-bottom: 18px;
  position: relative;
}
.woocommerce #customer_login .woocommerce-form-row label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #333333;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  letter-spacing: -0.1px;
}
.woocommerce #customer_login .woocommerce-form-row .required {
  color: #cc0000;
  margin-left: 2px;
  font-weight: 400;
}
.woocommerce #customer_login .woocommerce-form-row input {
  margin-top: 12px !important;
  margin-bottom: 10px !important;
}
.woocommerce #customer_login .woocommerce-form-row .woocommerce-Input {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #e0e0e0;
  border-radius: 6px;
  font-size: 15px;
  color: #333333;
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 !important;
}
.woocommerce #customer_login .woocommerce-form-row .woocommerce-Input::-webkit-input-placeholder {
  color: #999999;
  font-weight: 400;
  opacity: 0.8;
}
.woocommerce #customer_login .woocommerce-form-row .woocommerce-Input::-moz-placeholder {
  color: #999999;
  font-weight: 400;
  opacity: 0.8;
}
.woocommerce #customer_login .woocommerce-form-row .woocommerce-Input:-ms-input-placeholder {
  color: #999999;
  font-weight: 400;
  opacity: 0.8;
}
.woocommerce #customer_login .woocommerce-form-row .woocommerce-Input::-ms-input-placeholder {
  color: #999999;
  font-weight: 400;
  opacity: 0.8;
}
.woocommerce #customer_login .woocommerce-form-row .woocommerce-Input::placeholder {
  color: #999999;
  font-weight: 400;
  opacity: 0.8;
}
.woocommerce #customer_login .woocommerce-form-row .woocommerce-Input:focus {
  border-color: #999999;
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04);
}
.woocommerce #customer_login .woocommerce-form-row .password-input {
  position: relative;
  width: 100%;
}
.woocommerce #customer_login .woocommerce-form-row .password-input .show-password-input {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: #777;
  opacity: 0.7;
}
.woocommerce #customer_login .woocommerce-form-row .password-input .show-password-input:hover {
  opacity: 1;
}
.woocommerce #customer_login .woocommerce-button,
.woocommerce #customer_login .woocommerce-Button {
  width: 100%;
  padding: 13px 16px;
  background-color: #a51000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: 20px;
  letter-spacing: 0.2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.woocommerce #customer_login .woocommerce-button:hover,
.woocommerce #customer_login .woocommerce-Button:hover {
  background-color: #c01300 !important;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.woocommerce #customer_login .woocommerce-button:active,
.woocommerce #customer_login .woocommerce-Button:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.woocommerce #customer_login .form-row {
  margin-bottom: 5px;
}
.woocommerce #customer_login .woocommerce-form-login__rememberme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin: 0;
}
.woocommerce #customer_login .woocommerce-form-login__rememberme input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 1.5px solid #d0d0d0;
  border-radius: 4px;
  margin: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #ffffff;
}
.woocommerce #customer_login .woocommerce-form-login__rememberme input[type=checkbox]:checked {
  background-color: #a51000;
  border-color: #a51000;
}
.woocommerce #customer_login .woocommerce-form-login__rememberme input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.woocommerce #customer_login .woocommerce-form-login__rememberme input[type=checkbox]:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(165, 16, 0, 0.1);
          box-shadow: 0 0 0 3px rgba(165, 16, 0, 0.1);
}
.woocommerce #customer_login .woocommerce-form-login__rememberme span {
  font-size: 14px;
  color: #555555;
}
.woocommerce #customer_login .lost_password {
  float: right;
}
.woocommerce #customer_login .lost_password a {
  font-size: 13px;
  color: #cc0000;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.woocommerce #customer_login .lost_password a:hover {
  color: #a51000;
  text-decoration: none;
}
.woocommerce #customer_login .woocommerce-no-account,
.woocommerce #customer_login .woocommerce-has-account {
  text-align: center;
  margin-top: 24px;
  font-size: 14px;
  color: #555555;
}
.woocommerce #customer_login .woocommerce-no-account a,
.woocommerce #customer_login .woocommerce-has-account a {
  color: #1e293b;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.woocommerce #customer_login .woocommerce-no-account a:hover,
.woocommerce #customer_login .woocommerce-has-account a:hover {
  color: #a51000;
}

@media (max-width: 767px) {
  .woocommerce {
    min-height: 100vh;
  }
  .woocommerce #customer_login {
    min-height: 100vh;
    height: auto;
    max-height: none;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .woocommerce #customer_login .u-column1,
  .woocommerce #customer_login .u-column2 {
    min-height: 100vh;
    height: auto;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .woocommerce #customer_login h2 {
    margin-top: 15px;
  }
  .woocommerce #customer_login .wp_google_login {
    margin-top: 12px;
  }
  .woocommerce #customer_login form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .woocommerce #customer_login .woocommerce-no-account,
  .woocommerce #customer_login .woocommerce-has-account {
    margin-top: auto;
    padding-bottom: 20px;
  }
}
.woocommerce #customer_register {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 0;
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
  max-width: 950px;
  max-height: 670px;
  height: 600px;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce #customer_register::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-image: url("https://especialidades.superdesbravador.com/wp-content/uploads/2025/04/login-super-desbravador.avif");
  background-size: cover;
  background-position: center;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media (max-width: 768px) {
  .woocommerce #customer_register::before {
    display: none;
  }
}
.woocommerce #customer_register .u-column1,
.woocommerce #customer_register .u-column2 {
  background-color: #ffffff;
  padding: 32px 28px;
  width: 40%;
  max-width: 380px;
  max-height: 670px;
  overflow-y: hidden;
}
@media (max-width: 768px) {
  .woocommerce #customer_register .u-column1,
  .woocommerce #customer_register .u-column2 {
    width: 100%;
    max-width: 100%;
    padding: 24px 20px;
  }
}
.woocommerce #customer_register h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #333333;
  letter-spacing: -0.2px;
  margin-top: 10px;
  margin-bottom: 12px;
}
.woocommerce #customer_register .woocommerce-form-row {
  margin-bottom: 18px;
  position: relative;
}
.woocommerce #customer_register .woocommerce-form-row label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #333333;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  letter-spacing: -0.1px;
}
.woocommerce #customer_register .woocommerce-form-row .required {
  color: #cc0000;
  margin-left: 2px;
  font-weight: 400;
}
.woocommerce #customer_register .woocommerce-form-row input {
  margin-top: 12px !important;
  margin-bottom: 10px !important;
}
.woocommerce #customer_register .woocommerce-form-row .woocommerce-Input {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #e0e0e0;
  border-radius: 6px;
  font-size: 15px;
  color: #333333;
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 !important;
}
.woocommerce #customer_register .woocommerce-form-row .woocommerce-Input::-webkit-input-placeholder {
  color: #999999;
  font-weight: 400;
  opacity: 0.8;
}
.woocommerce #customer_register .woocommerce-form-row .woocommerce-Input::-moz-placeholder {
  color: #999999;
  font-weight: 400;
  opacity: 0.8;
}
.woocommerce #customer_register .woocommerce-form-row .woocommerce-Input:-ms-input-placeholder {
  color: #999999;
  font-weight: 400;
  opacity: 0.8;
}
.woocommerce #customer_register .woocommerce-form-row .woocommerce-Input::-ms-input-placeholder {
  color: #999999;
  font-weight: 400;
  opacity: 0.8;
}
.woocommerce #customer_register .woocommerce-form-row .woocommerce-Input::placeholder {
  color: #999999;
  font-weight: 400;
  opacity: 0.8;
}
.woocommerce #customer_register .woocommerce-form-row .woocommerce-Input:focus {
  border-color: #999999;
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04);
          box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04);
}
.woocommerce #customer_register .woocommerce-button,
.woocommerce #customer_register .woocommerce-Button {
  width: 100%;
  padding: 13px 16px;
  background-color: #a51000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: 20px;
  letter-spacing: 0.2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.woocommerce #customer_register .woocommerce-button:hover,
.woocommerce #customer_register .woocommerce-Button:hover {
  background-color: #c01300 !important;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.woocommerce #customer_register .woocommerce-button:active,
.woocommerce #customer_register .woocommerce-Button:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.woocommerce #customer_register .woocommerce-already-registered {
  text-align: center;
  margin-top: 24px;
  font-size: 14px;
  color: #555555;
}
.woocommerce #customer_register .woocommerce-already-registered a {
  color: #1e293b;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.woocommerce #customer_register .woocommerce-already-registered a:hover {
  color: #a51000;
}

@media (max-width: 767px) {
  .woocommerce #customer_register {
    min-height: 100vh;
    height: auto;
    max-height: none;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .woocommerce #customer_register .u-column1,
  .woocommerce #customer_register .u-column2 {
    min-height: 100vh;
    height: auto;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .woocommerce #customer_register h2 {
    margin-top: 15px;
  }
  .woocommerce #customer_register form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .woocommerce #customer_register .woocommerce-already-registered {
    margin-top: auto;
    padding-bottom: 20px;
  }
}