.elementor-9 .elementor-element.elementor-element-2bfba61{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:center;--padding-top:10px;--padding-bottom:-31px;--padding-left:10px;--padding-right:10px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-9 .elementor-element.elementor-element-cf1a82c{padding:30px 0px 30px 0px;}.elementor-9 .elementor-element.elementor-element-cf1a82c .elementor-heading-title{font-family:"Functios Pro", Sans-serif;font-size:80px;font-weight:400;color:var( --e-global-color-accent );}.elementor-9 .elementor-element.elementor-element-5736777{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for container, class: .elementor-element-2bfba61 *//* ===== Center the whole My Account block ===== */
.woocommerce-account #customer_login {
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
}

/* ===== Tabs wrapper ===== */
.myaccount-tabs {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-bottom: 40px; padding-bottom: 30px;
}

/* Tab text style */
.myaccount-tab-btn {
  background: none;
  border: none;
  padding: 0;
  font-size: 26px;
  font-weight: 500;
  color: #9aa0a6;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
}

/* Active tab */
.myaccount-tab-btn.active {
  color: #000;
  font-weight: 600;
}

/* Underline for active */
.myaccount-tab-btn.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: #000;
}


/* ===== Stack both forms in same center spot ===== */
#customer_login .u-columns {
  display: grid;
  place-items: center;
  width: 100%;
}

#customer_login .u-column {
  grid-area: 1 / 1;
  width: 100%;
  max-width: 420px;
  display: none;
}

#customer_login .u-column.active {
  display: block;
}


/* ===== Input fields underline style ===== */
#customer_login .u-column input[type="text"],
#customer_login .u-column input[type="email"],
#customer_login .u-column input[type="password"] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #dcdfe3;
  padding: 12px 0;
  font-size: 15px;
  background: transparent;
  outline: none;
  box-shadow: none;
}

/* Labels */
#customer_login .u-column label {
  font-size: 13px;
  color: #8a8f98;
  margin-bottom: 6px;
  display: block;
}

/* Spacing */
#customer_login .u-column p {
  margin-bottom: 22px;
}

/* ===== Black full-width button ===== */
#customer_login .u-column button,
#customer_login .u-column input[type="submit"] {
  width: 100%;
  background: #000;
  color: #fff;
  border: none;
  padding: 18px 0;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 30px;
}

#customer_login .u-column button:hover,
#customer_login .u-column input[type="submit"]:hover {
  background: #111;
}

/* Register info text */
#customer_login .u-column2 .woocommerce-privacy-policy-text {
  font-size: 13px;
  color: #6f757c;
  line-height: 1.6;
}

/* ===== Fix WooCommerce show-password eye button ===== */
#customer_login .password-input {
  position: relative;
  display: flex;
  align-items: center;
}

#customer_login .password-input input {
  width: 100%;
  padding-right: 40px; /* space for eye icon */
}

#customer_login button.show-password-input {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
  background: none;
  border: none;
  width: 32px;
  height: 32px;
  padding: 0;
  cursor: pointer;
  color: #777;
}


/* ===== Remove theme hover/focus styles from eye icon ===== */
#customer_login button.show-password-input,
#customer_login button.show-password-input:hover,
#customer_login button.show-password-input:focus,
#customer_login button.show-password-input:active {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}



#customer_login button.show-password-input:hover {
  color: #000;
}

#customer_login .u-column1,
#customer_login .u-column2 {
  float: none !important;
}


/* ===== Make Login / Register buttons square ===== */
#customer_login .woocommerce-button,
#customer_login .u-column button,
#customer_login .u-column input[type="submit"] {
  border-radius: 0 !important;
}


/* ===== Remove border / background from login & register forms ===== */
#customer_login form.woocommerce-form {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* ===== Hide default WooCommerce Login / Register headings ===== */
#customer_login .u-column h2 {
  display: none !important;
}

/* ===== Force Remember me to align left ===== */
#customer_login .form-row {
  text-align: left !important;
}

#customer_login .woocommerce-form-login__rememberme {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: auto !important;
  margin: 10px 0 20px !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}

/* Checkbox spacing */
#customer_login .woocommerce-form-login__rememberme input[type="checkbox"] {
  margin: 0 8px 0 0 !important;
}

/* Text style */
#customer_login .woocommerce-form-login__rememberme span {
  font-size: 13px;
  color: #8a8f98;
}

/* ===== Fix slight horizontal offset of u-column ===== */
#customer_login .u-column1,
#customer_login .u-column2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Hide labels, use placeholders */
#customer_login .woocommerce-form-row label {
  display: none !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Functios Pro';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://vybn.zingbizz.com/wp-content/uploads/2025/12/functionpro-book-webfont.woff2') format('woff2');
}
@font-face {
	font-family: 'Functios Pro';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://vybn.zingbizz.com/wp-content/uploads/2025/12/functionpro-bold-webfont.woff2') format('woff2');
}
@font-face {
	font-family: 'Functios Pro';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://vybn.zingbizz.com/wp-content/uploads/2025/12/functionpro-light-webfont.woff2') format('woff2');
}
@font-face {
	font-family: 'Functios Pro';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://vybn.zingbizz.com/wp-content/uploads/2025/12/functionpro-medium-webfont.woff2') format('woff2');
}
@font-face {
	font-family: 'Functios Pro';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://vybn.zingbizz.com/wp-content/uploads/2025/12/functionpro-demi-webfont.woff2') format('woff2');
}
/* End Custom Fonts CSS */