/* OCW Auth (Login/Register) - uses Elementor global colors */
.woocommerce-account .ocw-auth{
  --ocw-primary: var(--e-global-color-primary, #DC2626);
  --ocw-secondary: var(--e-global-color-secondary, #F29F05);
  --ocw-accent: var(--e-global-color-accent, #BF3617);
  --ocw-text: var(--e-global-color-text, #444444);
  --ocw-grad: linear-gradient(90deg, #f6b210 0%, #dc4f0c 50%, #a00b0b 100%);
  --ocw-border: rgba(0,0,0,.08);
  --ocw-shadow: 0 20px 60px rgba(0,0,0,.12);
  --ocw-radius: 18px;
  color: var(--ocw-text);
  display: flex;
  min-height: clamp(640px, 85vh, 920px);
  background: #f7f7f8;
  border-radius: var(--ocw-radius);
  overflow: hidden;
  box-shadow: var(--ocw-shadow);
}

.woocommerce-account .ocw-auth__left{
    width: min(650px, 100%);
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: clamp(22px, 3.2vw, 34px);
}

.woocommerce-account .ocw-auth__right{
  flex: 1;
  position: relative;
  background: var(--ocw-grad);
  color: #fff;
  padding: clamp(26px, 3.6vw, 46px);
  display: flex;
  align-items: center;
}

.woocommerce-account .ocw-auth__right:before,
.woocommerce-account .ocw-auth__right:after{
  content:"";
  position:absolute;
  inset:-20%;
  pointer-events:none;
  background:
    radial-gradient(closest-side, rgba(255,255,255,.14), rgba(255,255,255,0) 60%) 20% 15%/40% 40% no-repeat,
    radial-gradient(closest-side, rgba(0,0,0,.22), rgba(0,0,0,0) 60%) 85% 70%/45% 45% no-repeat;
  mix-blend-mode: overlay;
  opacity: .9;
}

.woocommerce-account .ocw-hero{
  position:relative;
  max-width: 520px;
  z-index: 1;
}

.woocommerce-account .ocw-hero h2{
  margin:0 0 14px;
  font-size: clamp(26px, 3.1vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.woocommerce-account .ocw-hero p{
  margin:0 0 22px;
  opacity:.92;
  font-size: 15px;
  line-height: 1.6;
}

.woocommerce-account .ocw-quote{
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 14px;
  background: rgba(0,0,0,.14);
  backdrop-filter: blur(6px);
}

.woocommerce-account .ocw-quote__txt{
  margin:0 0 14px;
  font-size: 14px;
  line-height: 1.6;
  opacity:.95;
}

.woocommerce-account .ocw-quote__by{
  display:flex;
  gap:10px;
  align-items:center;
  font-size: 13px;
  opacity:.95;
}

.woocommerce-account .ocw-avatar{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255,255,255,.18);
  display:grid;
  place-items:center;
  font-weight: 700;
}

.woocommerce-account .ocw-partners{
  margin-top: 26px;
  display:flex;
  flex-wrap: wrap;
  gap:10px;
  opacity:.95;
}

.woocommerce-account .ocw-badge{
  border:1px solid rgba(255,255,255,.22);
  background: rgba(0,0,0,.10);
  padding: 8px 10px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
}

.woocommerce-account .ocw-brand{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom: 18px;
}

.woocommerce-account .ocw-brand__logo{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  color: inherit;
}

.woocommerce-account .ocw-brand__mark{
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: var(--ocw-grad);
  box-shadow: 0 10px 22px rgba(220,38,38,.20);
}

.woocommerce-account .ocw-brand__name{
  font-weight: 800;
  letter-spacing: .01em;
}

.woocommerce-account .ocw-card{
  border: 1px solid var(--ocw-border);
  border-radius: var(--ocw-radius);
  padding: clamp(18px, 2.5vw, 26px);
}

.woocommerce-account .ocw-tabs{
  display:flex;
  border: 1px solid var(--ocw-border);
  border-radius: 999px;
  padding: 4px;
  gap: 4px;
  margin: 12px 0 18px;
  background: #fafafa;
}

.woocommerce-account .ocw-tab{
  flex:1;
  border:0;
  background: transparent;
  padding: 10px 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  cursor:pointer;
  color: var(--ocw-text);
}

.woocommerce-account .ocw-tab.is-active{
  background: #ef9e10;
  box-shadow: 0 8px 22px rgba(0,0,0,.07);
  color: #111;
}

.woocommerce-account .ocw-panel{ display:none; }
.woocommerce-account .ocw-panel.is-active{ display:block; }

.woocommerce-account .ocw-title{
  margin: 4px 0 6px;
  font-size: 22px;
  letter-spacing: -0.01em;
}

.woocommerce-account .ocw-subtitle{
  margin:0 0 18px;
  font-size: 13px;
  opacity:.75;
  line-height: 1.55;
}

.woocommerce-account .ocw-auth .form-row{
  margin: 0 0 14px;
}

.woocommerce-account .ocw-auth label{
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
}

.woocommerce-account .ocw-auth .woocommerce-Input,
.woocommerce-account .ocw-auth input.input-text,
.woocommerce-account .ocw-auth select{
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--ocw-border);
  background: #fff;
  padding: 11px 12px;
  outline: none;
  box-shadow: none;
}

.woocommerce-account .ocw-auth .woocommerce-Input:focus,
.woocommerce-account .ocw-auth input.input-text:focus,
.woocommerce-account .ocw-auth select:focus{
  border-color: color-mix(in srgb, var(--ocw-secondary) 70%, #ffffff 30%);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--ocw-secondary) 22%, transparent);
}

.woocommerce-account .ocw-actions{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 8px;
}

.woocommerce-account .ocw-remember{
  margin:0;
  font-size:12px;
  font-weight:700;
}

.woocommerce-account .ocw-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:0;
  border-radius: 12px;
  padding: 12px 14px;
  cursor:pointer;
  font-weight: 800;
  letter-spacing: .01em;
  width: 100%;
  color:#fff;
  background: var(--ocw-grad);
  box-shadow: 0 14px 30px rgba(220,38,38,.18);
}

.woocommerce-account .ocw-btn:hover{
  filter: brightness(.98);
}

.woocommerce-account .ocw-link{
  font-size: 12px;
  text-decoration:none;
  color: var(--ocw-accent);
  font-weight: 700;
}

.woocommerce-account .ocw-link:hover{
  text-decoration: underline;
}

.woocommerce-account .ocw-footnote{
  margin-top: 14px;
  font-size: 12px;
  opacity:.7;
}

.woocommerce-account .ocw-aw-fieldset{
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 14px;
  padding: 14px;
  margin: 14px 0;
  background: #fcfcfc;
}

.woocommerce-account .ocw-aw-fieldset legend{
  font-weight: 900;
  font-size: 12px;
  padding: 0 8px;
}

.woocommerce-account .ocw-aw-hidden{ display:none; }

.woocommerce-account .ocw-aw-switch{
  display:flex;
  gap:10px;
  margin: 8px 0 12px;
}

.woocommerce-account .ocw-aw-switch__opt{
  flex:1;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  padding: 10px;
  background:#fff;
  cursor:pointer;
  display:flex;
  gap: 8px;
  align-items:center;
  font-size: 13px;
}

.woocommerce-account .ocw-aw-switch__opt input{ margin:0; }

@media (max-width: 980px){
  .woocommerce-account .ocw-auth{
    flex-direction: column;
    min-height: auto;
  }
  .woocommerce-account .ocw-auth__right{
    order: 2;
    padding: 26px;
  }
  .woocommerce-account .ocw-auth__left{
    order: 1;
  }
}
.ocw-tabs p {
    margin-bottom: 0px;
}

.ocw-tabs br {
    display: none;
}

.woocommerce-account .ocw-card > p:has(+ .ocw-tabs){
  display: none;
}
.woocommerce-form-login {
    max-width: 100%;
}
.woocommerce-account .ocw-actions {
    align-items: center;
    margin-bottom: 25px;
}

.woocommerce-account .ocw-auth label {
    margin-bottom: 0px;
}

span.password-input {
    display: flex;
}

span.password-input input {
    margin-bottom: 0px;
}

button.show-password-input {
    border-radius: 12px;
    background: #1b1b1b;
}
.ocw-aw-hidden{display:none!important;}
.ocw-aw-wizard{--ocw-aw-accent: var(--e-global-color-secondary, #111827); --ocw-aw-line:#e5e7eb; --ocw-aw-muted:#6b7280; --ocw-aw-pct:0%;}
.ocw-aw-stepper{position:relative; display:flex; gap:18px; margin:14px 0 18px; padding:0; align-items:flex-start;}
.ocw-aw-stepper__bar{position:absolute; left:17px; right:17px; top:17px; height:2px; background:var(--ocw-aw-line); border-radius:999px; z-index:0;}
.ocw-aw-stepper__barFill{display:block; height:100%; width:var(--ocw-aw-pct); background:var(--ocw-aw-accent); border-radius:999px;}
.ocw-aw-stepper__item{position:relative; z-index:1; flex:1; display:flex; gap:10px; align-items:flex-start; padding:0; border:0; background:transparent; text-align:left; cursor:pointer;}
.ocw-aw-stepper__item[disabled]{cursor:default; opacity:.55;}
.ocw-aw-stepper__dot{width:34px; height:34px; border-radius:999px; border:2px solid var(--ocw-aw-line); background:#fff; display:flex; align-items:center; justify-content:center; flex:0 0 34px; font-weight:800; color:#111827;}
.ocw-aw-stepper__num{font-size:13px; line-height:1;}
.ocw-aw-stepper__check{display:none; font-size:14px; line-height:1;}
.ocw-aw-stepper__text{display:flex; flex-direction:column; gap:2px; margin-top:1px;}
.ocw-aw-stepper__title{font-weight:800; font-size:13px; line-height:1.2; color:#111827;}
.ocw-aw-stepper__desc{font-size:12px; line-height:1.2; color:var(--ocw-aw-muted);}
.ocw-aw-stepper__item.is-active .ocw-aw-stepper__dot{border-color:var(--ocw-aw-accent); box-shadow:0 0 0 3px color-mix(in srgb, var(--ocw-aw-accent) 18%, transparent);}
.ocw-aw-stepper__item.is-active .ocw-aw-stepper__title{color:var(--ocw-aw-accent);}
.ocw-aw-stepper__item.is-done .ocw-aw-stepper__dot{border-color:var(--ocw-aw-accent); background:var(--ocw-aw-accent); color:#fff;}
.ocw-aw-stepper__item.is-done .ocw-aw-stepper__num{display:none;}
.ocw-aw-stepper__item.is-done .ocw-aw-stepper__check{display:block;}

.ocw-aw-step{border-top:1px solid var(--ocw-aw-line); padding-top:16px;}
.ocw-aw-step__title{margin:0 0 10px; font-size:15px; font-weight:900;}
.ocw-aw-nav{display:flex; gap:10px; justify-content:space-between; align-items:center; margin-top:14px;}
.ocw-aw-nav__btn{display:inline-flex; align-items:center; justify-content:center; min-height:44px; padding:10px 14px; border-radius:12px; border:1px solid var(--ocw-aw-line); background:#ad1a0b; font-weight:800; cursor:pointer;}
.ocw-aw-nav__btn--primary{background:var(--ocw-aw-accent); border-color:var(--ocw-aw-accent); color:#fff;}
.ocw-aw-nav__btn[disabled]{opacity:.6; cursor:default;}