.elementor-3805 .elementor-element.elementor-element-863cf43{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-809ade1 *//* ======================================
   JAKAM – WOO LOGIN / REGISTER BUTTONS
   Match EXACTO botón Join / Log In
====================================== */

/* Botones principales WooCommerce */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input[type="submit"],
.woocommerce input[type="button"] {
  background: linear-gradient(135deg, #007bff, #00c6ff) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 14px !important;
  padding: 14px 28px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-decoration: none !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;

  cursor: pointer !important;
  transition: all 0.35s ease !important;
  box-shadow: 0 0 0 rgba(0, 198, 255, 0) !important;
}

/* Fuerza texto blanco interno */
.woocommerce a.button *,
.woocommerce button.button *,
.woocommerce input[type="submit"] * {
  color: #ffffff !important;
}

/* ===============================
   HOVER – GLOW AZUL ELÉCTRICO
================================ */

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input[type="submit"]:hover,
.woocommerce input[type="button"]:hover {
  transform: translateY(-2px) !important;
  box-shadow:
    0 0 14px rgba(0, 198, 255, 0.75),
    0 0 28px rgba(0, 123, 255, 0.60) !important;
}

/* ===============================
   ACTIVE – CLICK
================================ */

.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input[type="submit"]:active,
.woocommerce input[type="button"]:active {
  transform: scale(0.97) !important;
  box-shadow: 0 0 10px rgba(0, 198, 255, 0.6) !important;
}

/* ===============================
   MEJORA – COBERTURA EXTRA WOO
   (no altera diseño, solo alcance)
================================ */

.woocommerce-Button,
.woocommerce form button {
  background: linear-gradient(135deg, #007bff, #00c6ff) !important;
  color: #ffffff !important;
  border-radius: 14px !important;
}
/* ======================================
   WOO – PASSWORD TOGGLE
   Ojo azul eléctrico SIN círculo
====================================== */

/* Quita fondo, borde y sombra */
.woocommerce .show-password-input {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Ojo azul eléctrico */
.woocommerce .show-password-input::after {
  color: #00c6ff !important;
  opacity: 0.95 !important;
}

/* Hover sutil */
.woocommerce .show-password-input:hover::after {
  opacity: 1 !important;
}/* End custom CSS */
/* Start custom CSS */.woocommerce-account .page-header,
.woocommerce-account .entry-header {
    display: none !important;
    height: 0;
    padding: 0;
    margin: 0;
}/* End custom CSS */