.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:center;--align-items:center;--padding-top:80px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );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:"Poppins", Sans-serif;font-size:42px;font-weight:500;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;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-9 .elementor-element.elementor-element-2bfba61{--content-width:1440px;}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for wc-elements, class: .elementor-element-9c33e61 */a{
    color: rgb(0,0,0)!important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-5736777 */.google-login-holder {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}/* End custom CSS */
/* 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;
  width: 100%;
  border-bottom: 1px solid #898989;
  margin-bottom: 40px;
}

/* Tab buttons */
.myaccount-tab-btn {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

  background: transparent;
  border: none;
  padding: 16px 0;

  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;

  color: #9aa0a6;
  cursor: pointer;
  position: relative;
}

/* Active tab */
.myaccount-tab-btn.active {
  color: #000;
}

/* Active underline */
.myaccount-tab-btn.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #000;
}

/* Remove hover/focus background */
.myaccount-tab-btn:hover,
.myaccount-tab-btn:focus {
  background: transparent;
  outline: none;
}



/* ===== 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: 625px;   /* 👈 changed from 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: 1px solid #000000;
  padding: 12px 14px;
  font-size: 15px;
  background: transparent;
  outline: none;
  box-shadow: none;
  border-radius: 0px;
}

/* 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:  !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;
}



/* Single width controller */
.myaccount-wrapper {
  width: 100%;
  max-width: 625px;
  margin: 0 auto;
}/* End custom CSS */