/* Argo Account - scoped to My Account / Register; safe to delete to revert.
   Phase 1: shared visual foundation only (shell, nav, panels, forms, buttons).
   Does not redesign individual endpoint content beyond shared styles. */

body.page-template-template-my-account,
body.page-template-template-register,
body.woocommerce-account {
  --argo-plum: #29121c;
  --argo-peach: #c0704b;
  --argo-soft-peach: #ecaf92;
  --argo-cream: #fff6f1;
  --argo-blush: #fffaf8;
  --argo-field: #fffdfb;
  --argo-border: rgba(41, 18, 28, 0.1);
  --argo-muted: rgba(41, 18, 28, 0.78);
  --argo-radius-panel: 1.25rem;
  --argo-radius-control: 999px;
  --argo-radius-input: 1.75rem;
  --argo-space: clamp(1.25rem, 3vw, 2rem);

  color: var(--argo-plum);
  background: var(--argo-blush);
}

html:has(body.page-template-template-my-account),
html:has(body.page-template-template-register),
html:has(body.woocommerce-account) {
  background: var(--argo-blush, #fffaf8);
}

/* ---------- Page container / shell ---------- */

body.page-template-template-my-account .contact-us.register-cont,
body.page-template-template-register .contact-us.register-cont,
body.woocommerce-account .register-cont {
  background: linear-gradient(180deg, var(--argo-blush) 0%, var(--argo-cream) 100%);
}

/* Logged-in shell: clear fixed public header (My Account only; does not touch header CSS) */
body.page-template-template-my-account .section_wrap.info-page,
body.woocommerce-account .section_wrap.info-page {
  background: linear-gradient(180deg, var(--argo-blush) 0%, var(--argo-cream) 100%);
  padding-top: clamp(7rem, 14vw, 10.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
  margin-top: 0 !important;
}

body.page-template-template-my-account .section_wrap.info-page .container,
body.page-template-template-my-account .section_wrap.info-page .container-fluid,
body.woocommerce-account .section_wrap.info-page .container,
body.woocommerce-account .section_wrap.info-page .container-fluid {
  max-width: 1120px;
}

body.page-template-template-my-account .page-title,
body.woocommerce-account .page-title {
  margin: 0 0 clamp(1.5rem, 3vw, 2.5rem);
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  font-size: clamp(1.85rem, 3.2vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--argo-plum);
}

body.page-template-template-my-account .register-cont .contact_form_head h3,
body.page-template-template-register .register-cont .contact_form_head h3 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--argo-plum);
}

body.page-template-template-my-account .register-cont .contact_form_sec,
body.page-template-template-register .register-cont .contact_form_sec {
  background: var(--argo-blush);
  border: 1px solid var(--argo-border);
  border-radius: var(--argo-radius-panel);
  padding: clamp(1.5rem, 3vw, 2.5rem) !important;
  box-shadow: none;
}

/* Login / Register editorial visual (ACF left_side_image — transparent cutout) */
body.page-template-template-my-account .register-cont .suggest-product-img,
body.page-template-template-register .register-cont .suggest-product-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 0;
  padding: clamp(0.5rem, 2vw, 1.5rem);
  border: none;
  background: transparent;
  box-shadow: none;
}

body.page-template-template-my-account .register-cont .suggest-product-img::before,
body.page-template-template-register .register-cont .suggest-product-img::before {
  content: "";
  position: absolute;
  inset: 12% 8% 8% 8%;
  border-radius: 50%;
  background: radial-gradient(
    ellipse at 50% 42%,
    rgba(244, 195, 214, 0.42) 0%,
    rgba(236, 175, 146, 0.24) 38%,
    rgba(255, 250, 248, 0) 70%
  );
  pointer-events: none;
  z-index: 0;
}

body.page-template-template-my-account .register-cont .suggest-product-img img,
body.page-template-template-register .register-cont .suggest-product-img img {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: clamp(520px, 38vw, 600px);
  margin-inline: auto;
  object-fit: contain;
  object-position: center;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

/* ---------- Typography (shared) ---------- */

body.page-template-template-my-account .woocommerce-MyAccount-content,
body.woocommerce-account .woocommerce-MyAccount-content,
body.page-template-template-my-account .register-cont,
body.page-template-template-register .register-cont {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
  color: var(--argo-plum);
}

body.page-template-template-my-account .woocommerce-MyAccount-content p,
body.woocommerce-account .woocommerce-MyAccount-content p,
body.page-template-template-my-account .register-cont p,
body.page-template-template-register .register-cont p {
  color: var(--argo-muted);
}

body.page-template-template-my-account .woocommerce-MyAccount-content h2,
body.page-template-template-my-account .woocommerce-MyAccount-content h3,
body.page-template-template-my-account .woocommerce-MyAccount-content h4,
body.page-template-template-my-account .woocommerce-MyAccount-content h5,
body.woocommerce-account .woocommerce-MyAccount-content h2,
body.woocommerce-account .woocommerce-MyAccount-content h3,
body.woocommerce-account .woocommerce-MyAccount-content h4,
body.woocommerce-account .woocommerce-MyAccount-content h5 {
  color: var(--argo-plum);
  letter-spacing: -0.02em;
}

body.page-template-template-my-account .order-title-wrap h4,
body.woocommerce-account .order-title-wrap h4 {
  font-size: clamp(1.35rem, 2.2vw, 1.65rem);
  font-weight: 600;
  line-height: 1.25;
  color: var(--argo-plum);
}

body.page-template-template-my-account .order-title-wrap p,
body.woocommerce-account .order-title-wrap p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: var(--argo-muted);
}

body.page-template-template-my-account .woocommerce-MyAccount-content a,
body.woocommerce-account .woocommerce-MyAccount-content a,
body.page-template-template-register .register-cont a {
  color: var(--argo-plum);
  text-underline-offset: 0.15em;
}

body.page-template-template-my-account .woocommerce-MyAccount-content a:hover,
body.woocommerce-account .woocommerce-MyAccount-content a:hover,
body.page-template-template-register .register-cont a:hover {
  color: var(--argo-peach);
}

/* ---------- Navigation shell ---------- */

body.page-template-template-my-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-navigation {
  background: var(--argo-blush);
  border: 1px solid var(--argo-border);
  border-radius: var(--argo-radius-panel);
  padding: 0.75rem 1.15rem;
  margin-bottom: var(--argo-space);
}

body.page-template-template-my-account .woocommerce-MyAccount-navigation ul,
body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.page-template-template-my-account .woocommerce-MyAccount-navigation ul li,
body.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  width: 100%;
  padding: 0;
  border-bottom: 1px solid var(--argo-border);
}

body.page-template-template-my-account .woocommerce-MyAccount-navigation ul li:last-child,
body.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: 0;
}

body.page-template-template-my-account .woocommerce-MyAccount-navigation ul li a,
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 0.85rem 0.35rem;
  color: var(--argo-plum);
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.35;
  transition: color 160ms ease, font-weight 160ms ease;
}

body.page-template-template-my-account .woocommerce-MyAccount-navigation ul li a:hover,
body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--argo-peach);
}

body.page-template-template-my-account .woocommerce-MyAccount-navigation ul li.is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: 600;
  color: var(--argo-plum);
}

/* ---------- Content cards / panels ---------- */

body.page-template-template-my-account .woocommerce-MyAccount-content,
body.woocommerce-account .woocommerce-MyAccount-content {
  background: transparent;
}

body.page-template-template-my-account .woocommerce-MyAccount-content .my-order-wrap,
body.woocommerce-account .woocommerce-MyAccount-content .my-order-wrap,
body.page-template-template-my-account .view-order-wrap,
body.woocommerce-account .view-order-wrap {
  background: var(--argo-blush);
  border: 1px solid var(--argo-border);
  border-radius: var(--argo-radius-panel);
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
}

body.page-template-template-my-account .view-order-main,
body.woocommerce-account .view-order-main,
body.page-template-template-my-account .order_card,
body.woocommerce-account .order_card {
  background: #ffffff;
  border: 1px solid var(--argo-border);
  border-radius: calc(var(--argo-radius-panel) - 0.15rem);
  box-shadow: none;
}

body.page-template-template-my-account .view-order-main,
body.woocommerce-account .view-order-main {
  padding: clamp(1.15rem, 2.2vw, 1.5rem);
}

body.page-template-template-my-account .order_card.my-order-list,
body.woocommerce-account .order_card.my-order-list {
  margin-top: 1rem;
  padding: 0.85rem 1rem;
}

body.page-template-template-my-account .woocommerce-EditAccountForm,
body.woocommerce-account .woocommerce-EditAccountForm,
body.page-template-template-my-account .woocommerce-address-fields,
body.woocommerce-account .woocommerce-address-fields,
body.page-template-template-my-account .u-columns,
body.woocommerce-account .u-columns,
body.page-template-template-my-account .woocommerce-Addresses,
body.woocommerce-account .woocommerce-Addresses {
  background: var(--argo-blush);
  border: 1px solid var(--argo-border);
  border-radius: var(--argo-radius-panel);
  padding: clamp(1.25rem, 2.5vw, 1.75rem);
}

/* ---------- Form fields ---------- */

body.page-template-template-my-account .woocommerce form .form-row label,
body.woocommerce-account .woocommerce form .form-row label,
body.page-template-template-register .woocommerce form .form-row label,
body.page-template-template-my-account .register-cont label,
body.page-template-template-register .register-cont label {
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--argo-plum);
  margin-bottom: 0.4rem;
}

body.page-template-template-my-account .woocommerce form .form-row input.input-text,
body.page-template-template-my-account .woocommerce form .form-row input[type="text"],
body.page-template-template-my-account .woocommerce form .form-row input[type="email"],
body.page-template-template-my-account .woocommerce form .form-row input[type="password"],
body.page-template-template-my-account .woocommerce form .form-row input[type="tel"],
body.page-template-template-my-account .woocommerce form .form-row input[type="date"],
body.page-template-template-my-account .woocommerce form .form-row select,
body.page-template-template-my-account .woocommerce form .form-row textarea,
body.woocommerce-account .woocommerce form .form-row input.input-text,
body.woocommerce-account .woocommerce form .form-row input[type="text"],
body.woocommerce-account .woocommerce form .form-row input[type="email"],
body.woocommerce-account .woocommerce form .form-row input[type="password"],
body.woocommerce-account .woocommerce form .form-row input[type="tel"],
body.woocommerce-account .woocommerce form .form-row input[type="date"],
body.woocommerce-account .woocommerce form .form-row select,
body.woocommerce-account .woocommerce form .form-row textarea,
body.page-template-template-register .woocommerce form .form-row input.input-text,
body.page-template-template-register .woocommerce form .form-row input[type="text"],
body.page-template-template-register .woocommerce form .form-row input[type="email"],
body.page-template-template-register .woocommerce form .form-row input[type="password"],
body.page-template-template-register .woocommerce form .form-row input[type="tel"],
body.page-template-template-register .woocommerce form .form-row input[type="date"],
body.page-template-template-register .woocommerce form .form-row select,
body.page-template-template-register .woocommerce form .form-row textarea,
body.page-template-template-my-account .register-cont .woocommerce-form-login input,
body.page-template-template-my-account .register-cont .woocommerce-form-login select,
body.page-template-template-register .register-cont .woocommerce-form-register input,
body.page-template-template-register .register-cont .woocommerce-form-register select,
body.page-template-template-my-account .acc-add-gift-card-form .form-group input,
body.woocommerce-account .acc-add-gift-card-form .form-group input {
  width: 100%;
  border: 1px solid rgba(41, 18, 28, 0.22);
  border-radius: var(--argo-radius-input);
  background-color: var(--argo-field);
  color: var(--argo-plum);
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.4;
  padding: 0.9rem 1.15rem;
  box-shadow: none;
  margin-bottom: 0.85rem;
  transition: border-color 160ms ease, background-color 160ms ease;
}

body.page-template-template-my-account .woocommerce form .form-row input:focus,
body.page-template-template-my-account .woocommerce form .form-row select:focus,
body.page-template-template-my-account .woocommerce form .form-row textarea:focus,
body.woocommerce-account .woocommerce form .form-row input:focus,
body.woocommerce-account .woocommerce form .form-row select:focus,
body.woocommerce-account .woocommerce form .form-row textarea:focus,
body.page-template-template-register .woocommerce form .form-row input:focus,
body.page-template-template-register .woocommerce form .form-row select:focus,
body.page-template-template-my-account .register-cont .woocommerce-form-login input:focus,
body.page-template-template-register .register-cont .woocommerce-form-register input:focus,
body.page-template-template-register .register-cont .woocommerce-form-register select:focus {
  outline: 2px solid rgba(192, 112, 75, 0.35);
  outline-offset: 1px;
  border-color: var(--argo-peach);
  background-color: #ffffff;
}

body.page-template-template-my-account .woocommerce form .form-row input[type="checkbox"],
body.woocommerce-account .woocommerce form .form-row input[type="checkbox"],
body.page-template-template-register .woocommerce form .form-row input[type="checkbox"],
body.page-template-template-register .register-cont .woocommerce-form-register input[type="checkbox"] {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.3rem;
  border: 1.5px solid var(--argo-plum);
  background: transparent;
  appearance: none;
  padding: 0;
  margin: 0.15rem 0 0;
}

body.page-template-template-register .register-cont .woocommerce-form-register .woocommerce-form__label-for-checkbox,
body.page-template-template-my-account .woocommerce-form-login__rememberme {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: var(--argo-muted);
}

/* ---------- Buttons ---------- */

body.page-template-template-my-account .woocommerce-button,
body.page-template-template-my-account .woocommerce-Button,
body.page-template-template-my-account button.button,
body.page-template-template-my-account .btnPrime,
body.page-template-template-my-account .innr_btn.offr_btn,
body.woocommerce-account .woocommerce-button,
body.woocommerce-account .woocommerce-Button,
body.woocommerce-account button.button,
body.woocommerce-account .btnPrime,
body.woocommerce-account .innr_btn.offr_btn,
body.page-template-template-register .woocommerce-Button,
body.page-template-template-register .register-cont .woocommerce-form-register button,
body.page-template-template-my-account .register-cont .woocommerce-form-login button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  background: var(--argo-plum) !important;
  border: 1px solid var(--argo-plum) !important;
  color: #ffffff !important;
  border-radius: var(--argo-radius-control) !important;
  padding: 0.85rem 1.5rem !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  min-height: 3rem;
  box-shadow: none !important;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

body.page-template-template-my-account .woocommerce-button:hover,
body.page-template-template-my-account .woocommerce-Button:hover,
body.page-template-template-my-account button.button:hover,
body.page-template-template-my-account .btnPrime:hover,
body.page-template-template-my-account .innr_btn.offr_btn:hover,
body.woocommerce-account .woocommerce-button:hover,
body.woocommerce-account .woocommerce-Button:hover,
body.woocommerce-account button.button:hover,
body.woocommerce-account .btnPrime:hover,
body.woocommerce-account .innr_btn.offr_btn:hover,
body.page-template-template-register .woocommerce-Button:hover,
body.page-template-template-register .register-cont .woocommerce-form-register button:hover,
body.page-template-template-my-account .register-cont .woocommerce-form-login button:hover {
  background: #3d1c2a !important;
  border-color: #3d1c2a !important;
  color: #ffffff !important;
}

body.page-template-template-my-account .btnPrime.btn-border,
body.woocommerce-account .btnPrime.btn-border,
body.page-template-template-my-account .innr_btn.dlt_txt,
body.woocommerce-account .innr_btn.dlt_txt {
  background: transparent !important;
  border: 1px solid var(--argo-soft-peach) !important;
  color: var(--argo-plum) !important;
}

body.page-template-template-my-account .btnPrime.btn-border:hover,
body.woocommerce-account .btnPrime.btn-border:hover,
body.page-template-template-my-account .innr_btn.dlt_txt:hover,
body.woocommerce-account .innr_btn.dlt_txt:hover {
  background: var(--argo-cream) !important;
  border-color: var(--argo-peach) !important;
  color: var(--argo-plum) !important;
}

body.page-template-template-my-account .woocommerce-button:focus-visible,
body.page-template-template-my-account .woocommerce-Button:focus-visible,
body.page-template-template-my-account .btnPrime:focus-visible,
body.woocommerce-account .woocommerce-button:focus-visible,
body.woocommerce-account .woocommerce-Button:focus-visible,
body.woocommerce-account .btnPrime:focus-visible,
body.page-template-template-register .woocommerce-Button:focus-visible {
  outline: 2px solid var(--argo-peach);
  outline-offset: 3px;
}

/* Soft secondary accents (shared panels) */
body.page-template-template-my-account .acc-points-wrap,
body.woocommerce-account .acc-points-wrap {
  background-color: var(--argo-peach);
}

body.page-template-template-my-account .acc-stamp-wrap,
body.woocommerce-account .acc-stamp-wrap {
  background-color: var(--argo-soft-peach);
}

body.page-template-template-my-account .gift-card-balance-box-cont,
body.woocommerce-account .gift-card-balance-box-cont {
  background-color: var(--argo-cream);
  border: 1px solid var(--argo-border);
}

/* ---------- Spacing ---------- */

body.page-template-template-my-account .woocommerce,
body.woocommerce-account .woocommerce {
  display: block;
}

body.page-template-template-my-account .woocommerce-MyAccount-content > *:not(:last-child),
body.woocommerce-account .woocommerce-MyAccount-content > *:not(:last-child) {
  margin-bottom: 1.25rem;
}

body.page-template-template-my-account .order-title-wrap,
body.woocommerce-account .order-title-wrap {
  margin-bottom: 1rem;
}

body.page-template-template-my-account .register-cont .row,
body.page-template-template-register .register-cont .row {
  align-items: center;
  row-gap: 1.75rem;
}

body.page-template-template-my-account .cust_already_account,
body.page-template-template-register .cust_already_account,
body.page-template-template-my-account .woocommerce-LostPassword,
body.woocommerce-account .woocommerce-LostPassword {
  margin-top: 1rem;
  font-size: 0.95rem;
  color: var(--argo-muted);
}

/* ---------- Mobile ---------- */

@media (max-width: 991.98px) {
  body.page-template-template-my-account .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce-MyAccount-navigation {
    padding-right: 1rem;
    margin-bottom: 1.25rem;
  }

  body.page-template-template-my-account .woocommerce-account .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce-MyAccount-navigation {
    padding-right: 1rem;
  }

  body.page-template-template-my-account .register-cont .contact_form_sec,
  body.page-template-template-register .register-cont .contact_form_sec {
    padding: 1.35rem 1.25rem !important;
  }

  body.page-template-template-my-account .page-title,
  body.woocommerce-account .page-title {
    margin-bottom: 1.25rem;
  }

  body.page-template-template-my-account .section_wrap.info-page,
  body.woocommerce-account .section_wrap.info-page {
    padding-top: clamp(6.5rem, 16vw, 8.5rem);
  }

  body.page-template-template-my-account .register-cont .suggest-product-img img,
  body.page-template-template-register .register-cont .suggest-product-img img {
    max-height: clamp(220px, 32vw, 320px);
  }

  body.page-template-template-my-account .register-cont .suggest-product-img::before,
  body.page-template-template-register .register-cont .suggest-product-img::before {
    inset: 18% 12% 12% 12%;
  }
}

@media (max-width: 767.98px) {
  body.page-template-template-my-account .section_wrap.info-page,
  body.woocommerce-account .section_wrap.info-page {
    padding-top: clamp(5.75rem, 18vw, 7rem);
    padding-bottom: 2rem;
  }

  /* Form first on small screens; hide decorative Zeus column only */
  body.page-template-template-my-account .register-cont .col-md-6:has(.suggest-product-img),
  body.page-template-template-register .register-cont .col-md-6:has(.suggest-product-img) {
    display: none;
  }

  body.page-template-template-my-account .register-cont .row > .col-md-6,
  body.page-template-template-register .register-cont .row > .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  body.page-template-template-my-account .woocommerce-MyAccount-navigation ul li a,
  body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 1rem;
    padding: 0.75rem 0.15rem;
  }

  body.page-template-template-my-account .woocommerce-MyAccount-content .my-order-wrap,
  body.woocommerce-account .woocommerce-MyAccount-content .my-order-wrap,
  body.page-template-template-my-account .woocommerce-EditAccountForm,
  body.woocommerce-account .woocommerce-EditAccountForm,
  body.page-template-template-my-account .woocommerce-address-fields,
  body.woocommerce-account .woocommerce-address-fields {
    padding: 1.1rem;
  }

  body.page-template-template-my-account .woocommerce-button,
  body.page-template-template-my-account .woocommerce-Button,
  body.page-template-template-my-account .btnPrime,
  body.woocommerce-account .woocommerce-button,
  body.woocommerce-account .woocommerce-Button,
  body.woocommerce-account .btnPrime,
  body.page-template-template-register .woocommerce-Button,
  body.page-template-template-register .register-cont .woocommerce-form-register button {
    width: 100%;
  }

  body.page-template-template-my-account #gift-card-main-section .innr_btn,
  body.woocommerce-account #gift-card-main-section .innr_btn {
    min-width: 0;
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-template-template-my-account *,
  body.page-template-template-register *,
  body.woocommerce-account * {
    transition: none !important;
  }
}

/* ==========================================================================
   Guest auth polish — login (/my-account/ logged out) + /register/ only
   ========================================================================== */

/* 1) Reduce oversized top gap (do not touch logged-in .section_wrap.info-page) */
body.page-template-template-my-account .contact-us.register-cont,
body.page-template-template-register .contact-us.register-cont {
  padding-top: clamp(7rem, 11vw, 8rem);
  padding-bottom: clamp(3.5rem, 7vw, 5.5rem);
}

/* 4) Auth panel spacing */
body.page-template-template-my-account .register-cont .contact_form_sec,
body.page-template-template-register .register-cont .contact_form_sec {
  padding: clamp(1.35rem, 2.8vw, 2rem) clamp(1.35rem, 2.8vw, 2.15rem) !important;
}

body.page-template-template-my-account .register-cont .contact_form_head,
body.page-template-template-register .register-cont .contact_form_head {
  margin-bottom: 1.1rem;
}

body.page-template-template-my-account .register-cont .contact_form_head h3,
body.page-template-template-register .register-cont .contact_form_head h3 {
  margin-bottom: 0;
}

body.page-template-template-my-account .register-cont .contact_form_head h3::after,
body.page-template-template-register .register-cont .contact_form_head h3::after {
  display: none; /* drop heavy underline if present from contact form styles */
}

body.page-template-template-my-account .register-cont .woocommerce form .form-row,
body.page-template-template-register .register-cont .woocommerce form .form-row {
  margin-bottom: 0.65rem;
}

body.page-template-template-my-account .register-cont .woocommerce-form-login input,
body.page-template-template-my-account .register-cont .woocommerce-form-login select,
body.page-template-template-register .register-cont .woocommerce-form-register input,
body.page-template-template-register .register-cont .woocommerce-form-register select {
  margin-bottom: 0.65rem;
}

body.page-template-template-my-account .register-cont .woocommerce-form-login__submit,
body.page-template-template-register .register-cont .woocommerce-form-register .woocommerce-Button,
body.page-template-template-register .register-cont .woocommerce-form-register button[name="register"] {
  margin-top: 0.35rem !important;
  margin-bottom: 0.85rem !important;
}

/* Lost password — replace custom.css negative-margin hack on guest auth only */
body.page-template-template-my-account .register-cont p.woocommerce-LostPassword.lost_password {
  display: block;
  margin-top: 0.15rem;
  margin-bottom: 0.85rem;
  text-align: right;
}

body.page-template-template-my-account .register-cont .lost_password a,
body.page-template-template-register .register-cont .lost_password a {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--argo-peach);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

body.page-template-template-my-account .register-cont .lost_password a:hover,
body.page-template-template-register .register-cont .lost_password a:hover {
  color: var(--argo-plum);
}

body.page-template-template-my-account .register-cont .cust_new_account,
body.page-template-template-register .register-cont .cust_already_account {
  margin-top: 1.1rem;
  margin-bottom: 0;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
  color: var(--argo-muted);
}

body.page-template-template-my-account .register-cont .cust_new_account a,
body.page-template-template-register .register-cont .cust_already_account a {
  color: var(--argo-plum);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

body.page-template-template-my-account .register-cont .cust_new_account a:hover,
body.page-template-template-register .register-cont .cust_already_account a:hover {
  color: var(--argo-peach);
}

/* 2) Social login chrome — Google / Apple (icons + behaviour unchanged) */
body.page-template-template-my-account .register-cont .woo-slg-social-container,
body.page-template-template-register .register-cont .woo-slg-social-container {
  margin-top: 1.35rem;
  text-align: center;
}

body.page-template-template-my-account .register-cont .woo-slg-social-container span legend,
body.page-template-template-register .register-cont .woo-slg-social-container span legend {
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--argo-muted);
  border: 0;
  padding: 0;
}

body.page-template-template-my-account .register-cont .woo-slg-social-container span legend:after,
body.page-template-template-register .register-cont .woo-slg-social-container span legend:after {
  margin-top: 0.75rem;
  opacity: 0.85;
}

body.page-template-template-my-account .register-cont .woo-slg-social-container > div,
body.page-template-template-register .register-cont .woo-slg-social-container > div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

body.page-template-template-my-account .register-cont .woo-slg-login-wrapper,
body.page-template-template-register .register-cont .woo-slg-login-wrapper {
  margin: 0;
}

body.page-template-template-my-account .register-cont .woo-slg-social-btn.woo-slg-social-login-googleplus,
body.page-template-template-my-account .register-cont .woo-slg-social-btn.woo-slg-social-login-apple,
body.page-template-template-register .register-cont .woo-slg-social-btn.woo-slg-social-login-googleplus,
body.page-template-template-register .register-cont .woo-slg-social-btn.woo-slg-social-login-apple {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 3.75rem !important;
  min-width: 3.75rem !important;
  max-width: 3.75rem !important;
  height: 3.75rem !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(41, 18, 28, 0.12) !important;
  border-radius: 1rem !important;
  background-color: var(--argo-cream) !important;
  box-shadow: none !important;
  color: var(--argo-plum) !important;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

body.page-template-template-my-account .register-cont .woo-slg-social-btn.woo-slg-social-login-googleplus:hover,
body.page-template-template-my-account .register-cont .woo-slg-social-btn.woo-slg-social-login-apple:hover,
body.page-template-template-register .register-cont .woo-slg-social-btn.woo-slg-social-login-googleplus:hover,
body.page-template-template-register .register-cont .woo-slg-social-btn.woo-slg-social-login-apple:hover {
  background-color: #fffaf8 !important;
  border-color: var(--argo-soft-peach) !important;
  transform: translateY(-1px);
}

body.page-template-template-my-account .register-cont .woo-slg-social-btn.woo-slg-social-login-googleplus:focus-visible,
body.page-template-template-my-account .register-cont .woo-slg-social-btn.woo-slg-social-login-apple:focus-visible,
body.page-template-template-register .register-cont .woo-slg-social-btn.woo-slg-social-login-googleplus:focus-visible,
body.page-template-template-register .register-cont .woo-slg-social-btn.woo-slg-social-login-apple:focus-visible {
  outline: 2px solid var(--argo-peach);
  outline-offset: 3px;
}

body.page-template-template-my-account .register-cont .woo-slg-icon,
body.page-template-template-register .register-cont .woo-slg-icon {
  width: 1.5rem !important;
  height: 1.5rem !important;
  background-color: transparent !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

/* 3) Password visibility toggle — WC .show-password-input only; no JS changes */
body.page-template-template-my-account .register-cont .password-input,
body.page-template-template-register .register-cont .password-input {
  position: relative;
  display: block;
  width: 100%;
}

body.page-template-template-my-account .register-cont .password-input input,
body.page-template-template-register .register-cont .password-input input {
  padding-right: 3.25rem;
  margin-bottom: 0.65rem;
}

body.page-template-template-my-account .register-cont .show-password-input,
body.page-template-template-register .register-cont .show-password-input {
  position: absolute;
  top: 50%;
  right: 0.7rem;
  transform: translateY(-50%);
  z-index: 2;
  width: 2.25rem;
  height: 2.25rem;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(41, 18, 28, 0.12);
  border-radius: 999px;
  background-color: var(--argo-plum);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.05rem;
  box-shadow: none;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease;
}

body.page-template-template-my-account .register-cont .show-password-input:hover,
body.page-template-template-register .register-cont .show-password-input:hover {
  background-color: #3d1c2a;
  border-color: #3d1c2a;
}

body.page-template-template-my-account .register-cont .show-password-input:focus-visible,
body.page-template-template-register .register-cont .show-password-input:focus-visible {
  outline: 2px solid var(--argo-peach);
  outline-offset: 2px;
}

@media (max-width: 767.98px) {
  body.page-template-template-my-account .contact-us.register-cont,
  body.page-template-template-register .contact-us.register-cont {
    padding-top: clamp(5.5rem, 16vw, 6.5rem);
    padding-bottom: 3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-template-template-my-account .register-cont .woo-slg-social-btn,
  body.page-template-template-register .register-cont .woo-slg-social-btn {
    transition: none;
    transform: none;
  }
}

/* ==========================================================================
   Login-only correction (/my-account/ logged out) — do not touch Register yet
   ========================================================================== */

/* C) Top spacing + top-align Zeus + Login card */
body.page-template-template-my-account:not(.logged-in) .contact-us.register-cont {
  padding-top: clamp(5.75rem, 9vw, 6.75rem); /* ~ header + 40–60px; QA once live */
  padding-bottom: clamp(3.5rem, 7vw, 5.5rem);
}

body.page-template-template-my-account:not(.logged-in) .register-cont .row {
  align-items: flex-start;
}

/* A) Social: real horizontal provider buttons (not 60px tiles) */
body.page-template-template-my-account:not(.logged-in) .register-cont .woo-slg-social-container > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
  gap: 0.75rem;
  width: 100%;
  margin-top: 1rem;
  position: relative;
}

body.page-template-template-my-account:not(.logged-in) .register-cont .woo-slg-login-wrapper {
  flex: 1 1 calc(50% - 0.4rem);
  margin: 0;
  min-width: 0;
  position: relative;
  overflow: hidden;
  border-radius: 999px;
}

body.page-template-template-my-account:not(.logged-in) .register-cont .woo-slg-social-btn.woo-slg-social-login-googleplus,
body.page-template-template-my-account:not(.logged-in) .register-cont .woo-slg-social-btn.woo-slg-social-login-apple {
  position: relative;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.55rem !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  min-height: 2.85rem; /* ~46px */
  padding: 0.65rem 1.1rem !important;
  overflow: hidden !important;
  border: 1px solid rgba(41, 18, 28, 0.14) !important;
  border-radius: 999px !important;
  background-color: #fff !important;
  box-shadow: none !important;
  color: var(--argo-plum) !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.01em;
  white-space: nowrap;
  text-decoration: none !important;
  text-align: center;
}

body.page-template-template-my-account:not(.logged-in) .register-cont .woo-slg-social-btn.woo-slg-social-login-googleplus:hover,
body.page-template-template-my-account:not(.logged-in) .register-cont .woo-slg-social-btn.woo-slg-social-login-apple:hover {
  background-color: var(--argo-cream) !important;
  border-color: var(--argo-soft-peach) !important;
  transform: none;
}

body.page-template-template-my-account:not(.logged-in) .register-cont .woo-slg-social-btn.woo-slg-social-login-googleplus:focus-visible,
body.page-template-template-my-account:not(.logged-in) .register-cont .woo-slg-social-btn.woo-slg-social-login-apple:focus-visible {
  outline: 2px solid var(--argo-peach);
  outline-offset: 3px;
}

/* Icons: sit inline with label (plugin/custom.css leave them absolute top-left) */
body.page-template-template-my-account:not(.logged-in) .register-cont .woo-slg-social-btn .woo-slg-icon,
body.page-template-template-my-account:not(.logged-in) .register-cont .woo-slg-icon {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  display: inline-block !important;
  float: none !important;
  flex: 0 0 1.15rem !important;
  width: 1.15rem !important;
  height: 1.15rem !important;
  min-width: 1.15rem !important;
  min-height: 1.15rem !important;
  max-width: 1.15rem !important;
  max-height: 1.15rem !important;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: middle;
  background-color: transparent !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

/* ==========================================================================
   Login page only — hide Google injected visual chrome, keep sign-in clickable
   ========================================================================== */

body.page-template-template-my-account:not(.logged-in) .register-cont .woo-slg-social-btn.woo-slg-social-login-googleplus {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

body.page-template-template-my-account:not(.logged-in) .register-cont #woo-slg-gplus,
body.page-template-template-my-account:not(.logged-in) .register-cont #woo-slg-gplus.woo-slg-social-googleplus {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: inherit !important;
  overflow: hidden !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 0 !important;
  z-index: 5 !important;
  pointer-events: auto !important; /* keep login working */
}

/* Force any Google-generated wrappers/iframes to stay invisible and inside */
body.page-template-template-my-account:not(.logged-in) .register-cont #woo-slg-gplus > *,
body.page-template-template-my-account:not(.logged-in) .register-cont #woo-slg-gplus div,
body.page-template-template-my-account:not(.logged-in) .register-cont #woo-slg-gplus iframe {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 0 !important;
}

/* Login legend: "Or continue with" (presentation only) */
body.page-template-template-my-account:not(.logged-in) .register-cont .woo-slg-social-container span legend {
  font-size: 0 !important;
  border: 0;
  padding: 0;
  color: transparent;
}

body.page-template-template-my-account:not(.logged-in) .register-cont .woo-slg-social-container span legend::before {
  content: "Or continue with";
  display: block;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--argo-muted);
}

/* Social login feedback cleanup, login page only */
body.page-template-template-my-account:not(.logged-in)
.register-cont .woo-slg-login-error:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  min-height: 0 !important;
}

body.page-template-template-my-account:not(.logged-in)
.register-cont .woo-slg-login-loader {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  min-height: 0 !important;
}

/* B) Password eye: compact cream chip + plum SVG (stable size on toggle) */
body.page-template-template-my-account:not(.logged-in) .register-cont .show-password-input,
body.page-template-template-my-account:not(.logged-in) .register-cont .show-password-input.display-password {
  box-sizing: border-box;
  width: 1.65rem !important; /* ~26px */
  height: 1.65rem !important;
  min-width: 1.65rem !important;
  min-height: 1.65rem !important;
  max-width: 1.65rem !important;
  max-height: 1.65rem !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid rgba(41, 18, 28, 0.16);
  border-radius: 999px;
  overflow: hidden;
  background-color: var(--argo-cream) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 0.85rem 0.85rem !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  transform: translateY(-50%) !important; /* keep vertical align; block any scale flash */
}

body.page-template-template-my-account:not(.logged-in) .register-cont .show-password-input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2329121C' d='M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z'/%3E%3C/svg%3E") !important;
}

/* Hide WC dashicons / font glyphs so only the SVG eye shows */
body.page-template-template-my-account:not(.logged-in) .register-cont .show-password-input::before,
body.page-template-template-my-account:not(.logged-in) .register-cont .show-password-input::after,
body.page-template-template-my-account:not(.logged-in) .register-cont .show-password-input.display-password::before,
body.page-template-template-my-account:not(.logged-in) .register-cont .show-password-input.display-password::after {
  content: "" !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  speak: never;
}

body.page-template-template-my-account:not(.logged-in) .register-cont .show-password-input.display-password {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2329121C' d='M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-3.98.7l2.16 2.16C10.74 7.13 11.35 7 12 7zM2 4.27l2.28 2.28.46.46C3.08 8.3 1.78 10.02 1 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.42.42L19.73 22 21 20.73 3.27 3 2 4.27zM7.53 9.8l1.55 1.55c-.05.21-.08.43-.08.65 0 1.66 1.34 3 3 3 .22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53-2.76 0-5-2.24-5-5 0-.79.2-1.53.53-2.2zm4.31-.78l3.15 3.15.02-.16c0-1.66-1.34-3-3-3l-.17.01z'/%3E%3C/svg%3E") !important;
}

body.page-template-template-my-account:not(.logged-in) .register-cont .show-password-input:hover {
  background-color: var(--argo-blush) !important;
  border-color: var(--argo-soft-peach);
}

body.page-template-template-my-account:not(.logged-in) .register-cont .show-password-input:focus-visible {
  outline: 2px solid var(--argo-peach);
  outline-offset: 2px;
}

@media (max-width: 767.98px) {
  body.page-template-template-my-account:not(.logged-in) .contact-us.register-cont {
    padding-top: clamp(5.25rem, 14vw, 6rem);
  }

  body.page-template-template-my-account:not(.logged-in) .register-cont .woo-slg-login-wrapper {
    flex: 1 1 100%;
  }

  body.page-template-template-my-account:not(.logged-in) .register-cont .woo-slg-social-btn.woo-slg-social-login-googleplus,
  body.page-template-template-my-account:not(.logged-in) .register-cont .woo-slg-social-btn.woo-slg-social-login-apple {
    white-space: normal;
  }
}

/* ==========================================================================
   Register-only parity (/register/) — mirror finished Login; do not touch Login
   ========================================================================== */

/* Top spacing + top-align Zeus (no sticky) */
body.page-template-template-register .contact-us.register-cont {
  padding-top: clamp(5.75rem, 9vw, 6.75rem);
  padding-bottom: clamp(3.5rem, 7vw, 5.5rem);
}

body.page-template-template-register .register-cont .row {
  align-items: flex-start;
}

/* Social: horizontal provider pills */
body.page-template-template-register .register-cont .woo-slg-social-container > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
  gap: 0.75rem;
  width: 100%;
  margin-top: 1rem;
  position: relative;
}

body.page-template-template-register .register-cont .woo-slg-login-wrapper {
  flex: 1 1 calc(50% - 0.4rem);
  margin: 0;
  min-width: 0;
  position: relative;
  overflow: hidden;
  border-radius: 999px;
}

body.page-template-template-register .register-cont .woo-slg-social-btn.woo-slg-social-login-googleplus,
body.page-template-template-register .register-cont .woo-slg-social-btn.woo-slg-social-login-apple {
  position: relative;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.55rem !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  min-height: 2.85rem;
  padding: 0.65rem 1.1rem !important;
  overflow: hidden !important;
  border: 1px solid rgba(41, 18, 28, 0.14) !important;
  border-radius: 999px !important;
  background-color: #fff !important;
  box-shadow: none !important;
  color: var(--argo-plum) !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.01em;
  white-space: nowrap;
  text-decoration: none !important;
  text-align: center;
}

body.page-template-template-register .register-cont .woo-slg-social-btn.woo-slg-social-login-googleplus:hover,
body.page-template-template-register .register-cont .woo-slg-social-btn.woo-slg-social-login-apple:hover {
  background-color: var(--argo-cream) !important;
  border-color: var(--argo-soft-peach) !important;
  transform: none;
}

body.page-template-template-register .register-cont .woo-slg-social-btn.woo-slg-social-login-googleplus:focus-visible,
body.page-template-template-register .register-cont .woo-slg-social-btn.woo-slg-social-login-apple:focus-visible {
  outline: 2px solid var(--argo-peach);
  outline-offset: 3px;
}

body.page-template-template-register .register-cont .woo-slg-social-btn .woo-slg-icon,
body.page-template-template-register .register-cont .woo-slg-icon {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  display: inline-block !important;
  float: none !important;
  flex: 0 0 1.15rem !important;
  width: 1.15rem !important;
  height: 1.15rem !important;
  min-width: 1.15rem !important;
  min-height: 1.15rem !important;
  max-width: 1.15rem !important;
  max-height: 1.15rem !important;
  margin: 0 !important;
  padding: 0 !important;
  vertical-align: middle;
  background-color: transparent !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

/* Google overlay: hide chrome, keep sign-in clickable */
body.page-template-template-register .register-cont .woo-slg-social-btn.woo-slg-social-login-googleplus {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

body.page-template-template-register .register-cont #woo-slg-gplus,
body.page-template-template-register .register-cont #woo-slg-gplus.woo-slg-social-googleplus {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: inherit !important;
  overflow: hidden !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 0 !important;
  z-index: 5 !important;
  pointer-events: auto !important;
}

body.page-template-template-register .register-cont #woo-slg-gplus > *,
body.page-template-template-register .register-cont #woo-slg-gplus div,
body.page-template-template-register .register-cont #woo-slg-gplus iframe {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 0 !important;
}

/* Legend: "Or continue with" (presentation only) */
body.page-template-template-register .register-cont .woo-slg-social-container span legend {
  font-size: 0 !important;
  border: 0;
  padding: 0;
  color: transparent;
}

body.page-template-template-register .register-cont .woo-slg-social-container span legend::before {
  content: "Or continue with";
  display: block;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--argo-muted);
}

/* Social feedback cleanup */
body.page-template-template-register .register-cont .woo-slg-login-error:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  min-height: 0 !important;
}

body.page-template-template-register .register-cont .woo-slg-login-loader {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  min-height: 0 !important;
}

/* Password eye: cream chip + plum SVG */
body.page-template-template-register .register-cont .show-password-input,
body.page-template-template-register .register-cont .show-password-input.display-password {
  box-sizing: border-box;
  width: 1.65rem !important;
  height: 1.65rem !important;
  min-width: 1.65rem !important;
  min-height: 1.65rem !important;
  max-width: 1.65rem !important;
  max-height: 1.65rem !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid rgba(41, 18, 28, 0.16);
  border-radius: 999px;
  overflow: hidden;
  background-color: var(--argo-cream) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 0.85rem 0.85rem !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  transform: translateY(-50%) !important;
}

body.page-template-template-register .register-cont .show-password-input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2329121C' d='M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z'/%3E%3C/svg%3E") !important;
}

body.page-template-template-register .register-cont .show-password-input::before,
body.page-template-template-register .register-cont .show-password-input::after,
body.page-template-template-register .register-cont .show-password-input.display-password::before,
body.page-template-template-register .register-cont .show-password-input.display-password::after {
  content: "" !important;
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  speak: never;
}

body.page-template-template-register .register-cont .show-password-input.display-password {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2329121C' d='M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-3.98.7l2.16 2.16C10.74 7.13 11.35 7 12 7zM2 4.27l2.28 2.28.46.46C3.08 8.3 1.78 10.02 1 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.42.42L19.73 22 21 20.73 3.27 3 2 4.27zM7.53 9.8l1.55 1.55c-.05.21-.08.43-.08.65 0 1.66 1.34 3 3 3 .22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53-2.76 0-5-2.24-5-5 0-.79.2-1.53.53-2.2zm4.31-.78l3.15 3.15.02-.16c0-1.66-1.34-3-3-3l-.17.01z'/%3E%3C/svg%3E") !important;
}

body.page-template-template-register .register-cont .show-password-input:hover {
  background-color: var(--argo-blush) !important;
  border-color: var(--argo-soft-peach);
}

body.page-template-template-register .register-cont .show-password-input:focus-visible {
  outline: 2px solid var(--argo-peach);
  outline-offset: 2px;
}

@media (max-width: 767.98px) {
  body.page-template-template-register .contact-us.register-cont {
    padding-top: clamp(5.25rem, 14vw, 6rem);
  }

  body.page-template-template-register .register-cont .woo-slg-login-wrapper {
    flex: 1 1 100%;
  }

  body.page-template-template-register .register-cont .woo-slg-social-btn.woo-slg-social-login-googleplus,
  body.page-template-template-register .register-cont .woo-slg-social-btn.woo-slg-social-login-apple {
    white-space: normal;
  }
}

/* ---------- Logged-in account dashboard overview ---------- */

body.page-template-template-my-account .argo-account-dashboard,
body.woocommerce-account .argo-account-dashboard {
  max-width: 100%;
  margin: 0 0 clamp(1.25rem, 2.5vw, 1.75rem);
  padding: clamp(1.35rem, 3vw, 2rem);
  background: var(--argo-blush);
  border: 1px solid var(--argo-border);
  border-radius: var(--argo-radius-panel);
}

body.page-template-template-my-account .argo-account-dashboard__eyebrow,
body.woocommerce-account .argo-account-dashboard__eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--argo-peach);
}

body.page-template-template-my-account .argo-account-dashboard__title,
body.woocommerce-account .argo-account-dashboard__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.55rem, 2.6vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--argo-plum);
}

body.page-template-template-my-account .argo-account-dashboard__intro,
body.woocommerce-account .argo-account-dashboard__intro {
  margin: 0 0 clamp(1.35rem, 3vw, 1.85rem);
  max-width: 36rem;
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.55;
  color: var(--argo-muted);
}

body.page-template-template-my-account .argo-account-dashboard__cards,
body.woocommerce-account .argo-account-dashboard__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.85rem, 2vw, 1.15rem);
  margin: 0 0 clamp(1.15rem, 2.5vw, 1.5rem);
}

body.page-template-template-my-account .argo-account-dashboard__card,
body.woocommerce-account .argo-account-dashboard__card {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-height: 100%;
  padding: clamp(1.1rem, 2.4vw, 1.35rem);
  background: var(--argo-cream);
  border: 1px solid var(--argo-border);
  border-radius: calc(var(--argo-radius-panel) - 0.2rem);
  text-decoration: none;
  color: var(--argo-plum);
  transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
}

body.page-template-template-my-account .argo-account-dashboard__card:hover,
body.woocommerce-account .argo-account-dashboard__card:hover,
body.page-template-template-my-account .argo-account-dashboard__card:focus-visible,
body.woocommerce-account .argo-account-dashboard__card:focus-visible {
  border-color: var(--argo-soft-peach);
  color: var(--argo-plum);
  background: #fffaf7;
  text-decoration: none;
}

body.page-template-template-my-account .argo-account-dashboard__card:focus-visible,
body.woocommerce-account .argo-account-dashboard__card:focus-visible {
  outline: 2px solid var(--argo-peach);
  outline-offset: 2px;
}

body.page-template-template-my-account .argo-account-dashboard__card-title,
body.woocommerce-account .argo-account-dashboard__card-title {
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: var(--argo-plum);
}

body.page-template-template-my-account .argo-account-dashboard__card-text,
body.woocommerce-account .argo-account-dashboard__card-text {
  flex: 1 1 auto;
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--argo-muted);
}

body.page-template-template-my-account .argo-account-dashboard__card-cta,
body.woocommerce-account .argo-account-dashboard__card-cta {
  margin-top: 0.55rem;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--argo-peach);
  text-underline-offset: 0.15em;
}

body.page-template-template-my-account .argo-account-dashboard__card:hover .argo-account-dashboard__card-cta,
body.woocommerce-account .argo-account-dashboard__card:hover .argo-account-dashboard__card-cta {
  text-decoration: underline;
}

body.page-template-template-my-account .argo-account-dashboard__details,
body.woocommerce-account .argo-account-dashboard__details {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.4;
}

body.page-template-template-my-account .argo-account-dashboard__details a,
body.woocommerce-account .argo-account-dashboard__details a {
  color: var(--argo-plum);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

body.page-template-template-my-account .argo-account-dashboard__details a:hover,
body.woocommerce-account .argo-account-dashboard__details a:hover {
  color: var(--argo-peach);
}

@media (max-width: 767.98px) {
  body.page-template-template-my-account .argo-account-dashboard__cards,
  body.woocommerce-account .argo-account-dashboard__cards {
    grid-template-columns: 1fr;
  }
}

/* ---------- My Rewards endpoint (/my-account/rewards-points/) ---------- */

body.page-template-template-my-account .argo-rewards,
body.woocommerce-account .argo-rewards {
  max-width: 100%;
  margin: 0;
  padding: 0;
  color: var(--argo-plum);
}

body.page-template-template-my-account .argo-rewards__header,
body.woocommerce-account .argo-rewards__header {
  margin: 0 0 clamp(1.35rem, 3vw, 1.85rem);
  padding: clamp(1.35rem, 3vw, 2rem);
  background: var(--argo-blush);
  border: 1px solid var(--argo-border);
  border-radius: var(--argo-radius-panel);
}

body.page-template-template-my-account .argo-rewards__eyebrow,
body.woocommerce-account .argo-rewards__eyebrow {
  margin: 0 0 0.65rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--argo-peach);
}

body.page-template-template-my-account .argo-rewards__title,
body.woocommerce-account .argo-rewards__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.55rem, 2.6vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--argo-plum);
}

body.page-template-template-my-account .argo-rewards__intro,
body.woocommerce-account .argo-rewards__intro {
  margin: 0;
  max-width: 38rem;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--argo-muted);
}

body.page-template-template-my-account .argo-rewards__summary,
body.woocommerce-account .argo-rewards__summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(0.85rem, 2vw, 1.15rem);
  margin: 0 0 clamp(1.1rem, 2.5vw, 1.5rem);
}

body.page-template-template-my-account .argo-rewards__card,
body.woocommerce-account .argo-rewards__card {
  margin: 0;
  padding: clamp(1.25rem, 2.8vw, 1.75rem);
  border: 1px solid var(--argo-border);
  border-radius: calc(var(--argo-radius-panel) - 0.15rem);
  min-width: 0;
}

body.page-template-template-my-account .argo-rewards__card--points,
body.woocommerce-account .argo-rewards__card--points {
  background: linear-gradient(160deg, #995034 0%, #8f4a2f 100%);
  color: #fffaf8;
  border-color: transparent;
}

body.page-template-template-my-account .argo-rewards__card--coffees,
body.woocommerce-account .argo-rewards__card--coffees {
  background: var(--argo-cream);
  color: var(--argo-plum);
}

body.page-template-template-my-account .argo-rewards__card-label,
body.woocommerce-account .argo-rewards__card-label {
  margin: 0 0 0.65rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-transform: uppercase;
}

body.page-template-template-my-account .argo-rewards__card--points .argo-rewards__card-label,
body.woocommerce-account .argo-rewards__card--points .argo-rewards__card-label,
body.page-template-template-my-account .argo-rewards__card--points .argo-rewards__card-value,
body.woocommerce-account .argo-rewards__card--points .argo-rewards__card-value,
body.page-template-template-my-account .argo-rewards__card--points .argo-rewards__card-hint,
body.woocommerce-account .argo-rewards__card--points .argo-rewards__card-hint,
body.page-template-template-my-account .argo-rewards__card--points p,
body.woocommerce-account .argo-rewards__card--points p {
  color: #fffaf8;
}

body.page-template-template-my-account .argo-rewards__card--coffees .argo-rewards__card-label,
body.woocommerce-account .argo-rewards__card--coffees .argo-rewards__card-label {
  color: var(--argo-peach);
}

body.page-template-template-my-account .argo-rewards__card-value,
body.woocommerce-account .argo-rewards__card-value {
  margin: 0 0 0.35rem;
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  word-break: break-word;
}

body.page-template-template-my-account .argo-rewards__card-hint,
body.woocommerce-account .argo-rewards__card-hint {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.45;
}

body.page-template-template-my-account .argo-rewards__card--coffees .argo-rewards__card-hint,
body.woocommerce-account .argo-rewards__card--coffees .argo-rewards__card-hint {
  color: var(--argo-muted);
}

body.page-template-template-my-account .argo-rewards__card-unavailable,
body.woocommerce-account .argo-rewards__card-unavailable {
  margin: 0.35rem 0 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
}

body.page-template-template-my-account .argo-rewards__card--points .argo-rewards__card-unavailable,
body.woocommerce-account .argo-rewards__card--points .argo-rewards__card-unavailable {
  color: rgba(255, 250, 248, 0.95);
}

body.page-template-template-my-account .argo-rewards__card--coffees .argo-rewards__card-unavailable,
body.woocommerce-account .argo-rewards__card--coffees .argo-rewards__card-unavailable,
body.page-template-template-my-account .argo-rewards__stamps .argo-rewards__card-unavailable,
body.woocommerce-account .argo-rewards__stamps .argo-rewards__card-unavailable {
  color: var(--argo-plum);
}

body.page-template-template-my-account .argo-rewards__stamps,
body.woocommerce-account .argo-rewards__stamps {
  margin: 0;
  padding: clamp(1.35rem, 3vw, 2rem);
  background: var(--argo-soft-peach);
  border: 1px solid transparent;
  border-radius: var(--argo-radius-panel);
  color: var(--argo-plum);
}

body.page-template-template-my-account .argo-rewards__stamps-head,
body.woocommerce-account .argo-rewards__stamps-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  flex-wrap: wrap;
  margin: 0 0 0.5rem;
}

body.page-template-template-my-account .argo-rewards__stamps-title,
body.woocommerce-account .argo-rewards__stamps-title {
  margin: 0;
  font-size: clamp(1.2rem, 2.4vw, 1.45rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--argo-plum);
}

body.page-template-template-my-account .argo-rewards__stamps-count,
body.woocommerce-account .argo-rewards__stamps-count {
  margin: 0;
  font-size: clamp(1.75rem, 3.5vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--argo-plum);
}

body.page-template-template-my-account .argo-rewards__stamps-balance,
body.woocommerce-account .argo-rewards__stamps-balance,
body.page-template-template-my-account .argo-rewards__stamps-progress,
body.woocommerce-account .argo-rewards__stamps-progress,
body.page-template-template-my-account .argo-rewards__stamps-needed,
body.woocommerce-account .argo-rewards__stamps-needed {
  margin: 0 0 0.55rem;
  font-size: 0.98rem;
  line-height: 1.5;
  color: var(--argo-plum);
}

body.page-template-template-my-account .argo-rewards__stamps-needed,
body.woocommerce-account .argo-rewards__stamps-needed {
  margin-top: 0.85rem;
  margin-bottom: 0;
  font-weight: 500;
}

body.page-template-template-my-account .argo-rewards__stamp-slots,
body.woocommerce-account .argo-rewards__stamp-slots {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: clamp(0.35rem, 1.5vw, 0.65rem);
  width: 100%;
  max-width: 100%;
}

body.page-template-template-my-account .argo-rewards__stamp-slot,
body.woocommerce-account .argo-rewards__stamp-slot {
  margin: 0;
  padding: 0;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

body.page-template-template-my-account .argo-rewards__stamp-slot-mark,
body.woocommerce-account .argo-rewards__stamp-slot-mark {
  display: block;
  width: 100%;
  max-width: 2.75rem;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 2px solid rgba(41, 18, 28, 0.28);
  background: rgba(255, 250, 248, 0.55);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

body.page-template-template-my-account .argo-rewards__stamp-slot--filled .argo-rewards__stamp-slot-mark,
body.woocommerce-account .argo-rewards__stamp-slot--filled .argo-rewards__stamp-slot-mark {
  border-color: var(--argo-plum);
  background: radial-gradient(circle at 35% 30%, #f4c3a8 0%, var(--argo-peach) 55%, #8f4a2f 100%);
  box-shadow: 0 1px 2px rgba(41, 18, 28, 0.18);
}

body.page-template-template-my-account .argo-rewards .screen-reader-text,
body.woocommerce-account .argo-rewards .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

body.page-template-template-my-account .argo-rewards__redeem-note,
body.woocommerce-account .argo-rewards__redeem-note {
  margin: 1.25rem 0 0;
  padding: 0.9rem 1rem;
  background: rgba(255, 250, 248, 0.72);
  border: 1px solid rgba(41, 18, 28, 0.08);
  border-radius: calc(var(--argo-radius-panel) - 0.35rem);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--argo-plum);
}

@media (max-width: 767.98px) {
  body.page-template-template-my-account .argo-rewards__summary,
  body.woocommerce-account .argo-rewards__summary {
    grid-template-columns: 1fr;
  }

  body.page-template-template-my-account .argo-rewards__stamp-slots,
  body.woocommerce-account .argo-rewards__stamp-slots {
    gap: 0.4rem;
  }

  body.page-template-template-my-account .argo-rewards__stamp-slot-mark,
  body.woocommerce-account .argo-rewards__stamp-slot-mark {
    max-width: 2.35rem;
  }
}

@media (max-width: 380px) {
  body.page-template-template-my-account .argo-rewards__stamp-slots,
  body.woocommerce-account .argo-rewards__stamp-slots {
    gap: 0.28rem;
  }

  body.page-template-template-my-account .argo-rewards__stamp-slot-mark,
  body.woocommerce-account .argo-rewards__stamp-slot-mark {
    max-width: 100%;
    border-width: 1.5px;
  }
}

/* ---------- Gift Cards endpoint (/my-account/customer-gift-cards/) ---------- */

/*
 * Endpoint-scoped shell spacing only.
 * WooCommerce adds body.woocommerce-customer-gift-cards on this account endpoint.
 * Top gap source: .section_wrap.info-page padding-top (clears fixed header).
 * Bottom gap sources: same rule's padding-bottom + Bootstrap .mb-5 on the section.
 * Do not change global account padding used by My Rewards / Account Details.
 */
body.woocommerce-customer-gift-cards.woocommerce-account .section_wrap.info-page,
body.woocommerce-customer-gift-cards.page-template-template-my-account .section_wrap.info-page {
  padding-top: clamp(5.25rem, 9vw, 6.5rem);
  padding-bottom: clamp(1.25rem, 2.8vw, 1.85rem);
  margin-bottom: 0 !important;
}

body.woocommerce-customer-gift-cards.woocommerce-account .page-title,
body.woocommerce-customer-gift-cards.page-template-template-my-account .page-title {
  margin-bottom: clamp(0.6rem, 1.5vw, 0.95rem) !important;
}

body.page-template-template-my-account .argo-gift-cards,
body.woocommerce-account .argo-gift-cards {
  max-width: 100%;
  margin: 0;
  padding: 0;
  color: var(--argo-plum);
}

/* Open editorial intro (no bordered inner card) */
body.page-template-template-my-account .argo-gift-cards__header,
body.woocommerce-account .argo-gift-cards__header {
  margin: 0 0 clamp(1rem, 2.2vw, 1.35rem);
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}

body.page-template-template-my-account .argo-gift-cards__eyebrow,
body.woocommerce-account .argo-gift-cards__eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--argo-peach);
}

body.page-template-template-my-account .argo-gift-cards__title,
body.woocommerce-account .argo-gift-cards__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.7rem, 2.9vw, 2.2rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.12;
  color: var(--argo-plum);
}

body.page-template-template-my-account .argo-gift-cards__intro,
body.woocommerce-account .argo-gift-cards__intro {
  margin: 0;
  max-width: 32rem;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--argo-muted);
}

/* Hero wallet */
body.page-template-template-my-account .argo-gift-cards__balance,
body.woocommerce-account .argo-gift-cards__balance {
  position: relative;
  margin: 0 0 clamp(0.85rem, 2vw, 1.15rem);
  padding: clamp(1rem, 2.2vw, 1.3rem);
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(160deg, #995034 0%, #8f4a2f 58%, #7d4028 100%);
  border: 1px solid transparent;
  border-radius: calc(var(--argo-radius-panel) - 0.05rem);
  box-shadow: inset 0 1px 0 rgba(255, 250, 248, 0.22);
  color: #fffaf8;
}

/* Soft circular studio light (default: restrained) */
body.page-template-template-my-account .argo-gift-cards__balance::before,
body.woocommerce-account .argo-gift-cards__balance::before {
  content: "";
  position: absolute;
  top: -28%;
  right: -12%;
  width: min(72%, 18rem);
  aspect-ratio: 1;
  height: auto;
  border-radius: 50%;
  background: radial-gradient(
    circle at center,
    rgba(255, 250, 248, 0.32) 0%,
    rgba(255, 250, 248, 0.14) 32%,
    rgba(255, 250, 248, 0.04) 58%,
    rgba(255, 250, 248, 0) 72%
  );
  opacity: 0.34;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.5s ease, transform 0.65s ease;
  pointer-events: none;
  z-index: 0;
}

body.page-template-template-my-account .argo-gift-cards__balance:hover::before,
body.woocommerce-account .argo-gift-cards__balance:hover::before {
  opacity: 0.52;
  transform: translate3d(-4%, 5%, 0);
}

/* Keep wallet copy and actions above the light layers */
body.page-template-template-my-account .argo-gift-cards__balance > *,
body.woocommerce-account .argo-gift-cards__balance > * {
  position: relative;
  z-index: 1;
}

/*
 * Beat .woocommerce-MyAccount-content p / h3 colour rules (higher specificity).
 * Keep cream text scoped to the brown wallet panel only.
 */
body.page-template-template-my-account .woocommerce-MyAccount-content .argo-gift-cards__balance,
body.woocommerce-account .woocommerce-MyAccount-content .argo-gift-cards__balance,
body.page-template-template-my-account .woocommerce-MyAccount-content .argo-gift-cards__balance h3,
body.woocommerce-account .woocommerce-MyAccount-content .argo-gift-cards__balance h3,
body.page-template-template-my-account .woocommerce-MyAccount-content .argo-gift-cards__balance p,
body.woocommerce-account .woocommerce-MyAccount-content .argo-gift-cards__balance p,
body.page-template-template-my-account .woocommerce-MyAccount-content .argo-gift-cards__balance .argo-gift-cards__balance-label,
body.woocommerce-account .woocommerce-MyAccount-content .argo-gift-cards__balance .argo-gift-cards__balance-label,
body.page-template-template-my-account .woocommerce-MyAccount-content .argo-gift-cards__balance .argo-gift-cards__balance-value,
body.woocommerce-account .woocommerce-MyAccount-content .argo-gift-cards__balance .argo-gift-cards__balance-value,
body.page-template-template-my-account .woocommerce-MyAccount-content .argo-gift-cards__balance .argo-gift-cards__balance-hint,
body.woocommerce-account .woocommerce-MyAccount-content .argo-gift-cards__balance .argo-gift-cards__balance-hint,
body.page-template-template-my-account .woocommerce-MyAccount-content .argo-gift-cards__balance .amount,
body.woocommerce-account .woocommerce-MyAccount-content .argo-gift-cards__balance .amount,
body.page-template-template-my-account .woocommerce-MyAccount-content .argo-gift-cards__balance .woocommerce-Price-amount,
body.woocommerce-account .woocommerce-MyAccount-content .argo-gift-cards__balance .woocommerce-Price-amount,
body.page-template-template-my-account .woocommerce-MyAccount-content .argo-gift-cards__balance .woocommerce-Price-currencySymbol,
body.woocommerce-account .woocommerce-MyAccount-content .argo-gift-cards__balance .woocommerce-Price-currencySymbol,
body.page-template-template-my-account .woocommerce-MyAccount-content .argo-gift-cards__balance bdi,
body.woocommerce-account .woocommerce-MyAccount-content .argo-gift-cards__balance bdi {
  color: #fffaf8;
}

body.page-template-template-my-account .argo-gift-cards__balance-label,
body.woocommerce-account .argo-gift-cards__balance-label {
  margin: 0 0 0.35rem;
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fffaf8;
}

body.page-template-template-my-account .argo-gift-cards__balance-value,
body.woocommerce-account .argo-gift-cards__balance-value {
  margin: 0 0 0.15rem;
  font-size: clamp(2.2rem, 4.8vw, 2.9rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.02;
  word-break: break-word;
  color: #fffaf8;
}

body.page-template-template-my-account .argo-gift-cards__balance-hint,
body.woocommerce-account .argo-gift-cards__balance-hint {
  margin: 0 0 0.85rem;
  font-size: 0.88rem;
  line-height: 1.4;
  color: #fffaf8;
}

/*
 * Desktop side-by-side actions.
 * custom.css sets #gift-card-main-section .innr_btn { min-width: 340px }, which
 * forces wrap inside the account content column. Override with equal/higher ID specificity.
 */
body.page-template-template-my-account #gift-card-main-section .argo-gift-cards__actions,
body.woocommerce-account #gift-card-main-section .argo-gift-cards__actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0.75rem;
  width: 100%;
}

body.page-template-template-my-account #gift-card-main-section .argo-gift-cards__actions .argo-gift-cards__action.innr_btn,
body.woocommerce-account #gift-card-main-section .argo-gift-cards__actions .argo-gift-cards__action.innr_btn,
body.page-template-template-my-account #gift-card-main-section .argo-gift-cards__actions .argo-gift-cards__action.btnPrime,
body.woocommerce-account #gift-card-main-section .argo-gift-cards__actions .argo-gift-cards__action.btnPrime {
  flex: 1 1 0;
  width: auto !important;
  min-width: 0 !important;
  max-width: none;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  box-sizing: border-box;
  text-align: center;
  white-space: normal;
}

body.page-template-template-my-account #gift-card-main-section .argo-gift-cards__saved-link-wrap,
body.woocommerce-account #gift-card-main-section .argo-gift-cards__saved-link-wrap {
  margin: 0.7rem 0 0;
  text-align: center;
}

body.page-template-template-my-account #gift-card-main-section .argo-gift-cards__saved-link,
body.woocommerce-account #gift-card-main-section .argo-gift-cards__saved-link,
body.page-template-template-my-account .woocommerce-MyAccount-content #gift-card-main-section .argo-gift-cards__saved-link,
body.woocommerce-account .woocommerce-MyAccount-content #gift-card-main-section .argo-gift-cards__saved-link {
  display: inline-block;
  margin: 0;
  padding: 0.25rem 0.35rem;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fffaf8;
  text-decoration: underline;
  text-underline-offset: 0.18em;
  background: transparent;
  border: none;
  min-width: 0;
  white-space: normal;
}

body.page-template-template-my-account #gift-card-main-section .argo-gift-cards__saved-link:hover,
body.woocommerce-account #gift-card-main-section .argo-gift-cards__saved-link:hover,
body.page-template-template-my-account #gift-card-main-section .argo-gift-cards__saved-link:focus,
body.woocommerce-account #gift-card-main-section .argo-gift-cards__saved-link:focus,
body.page-template-template-my-account .woocommerce-MyAccount-content #gift-card-main-section .argo-gift-cards__saved-link:hover,
body.woocommerce-account .woocommerce-MyAccount-content #gift-card-main-section .argo-gift-cards__saved-link:hover {
  color: #fffaf8;
  text-decoration-thickness: 2px;
}

body.page-template-template-my-account #gift-card-main-section .argo-gift-cards__saved-link:focus-visible,
body.woocommerce-account #gift-card-main-section .argo-gift-cards__saved-link:focus-visible {
  outline: 2px solid #fffaf8;
  outline-offset: 3px;
  border-radius: 0.25rem;
}

body.page-template-template-my-account .argo-gift-cards__panel--cards,
body.page-template-template-my-account .argo-gift-cards__panel--add,
body.woocommerce-account .argo-gift-cards__panel--cards,
body.woocommerce-account .argo-gift-cards__panel--add {
  margin: 0 0 clamp(0.85rem, 2vw, 1.15rem);
  padding: clamp(1rem, 2.2vw, 1.35rem);
  background: var(--argo-cream);
  border: 1px solid var(--argo-border);
  border-radius: var(--argo-radius-panel);
}

body.page-template-template-my-account .argo-gift-cards__panel-head,
body.woocommerce-account .argo-gift-cards__panel-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  flex-wrap: wrap;
  margin: 0 0 0.75rem;
}

body.page-template-template-my-account .argo-gift-cards__panel-title,
body.woocommerce-account .argo-gift-cards__panel-title {
  margin: 0;
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--argo-plum);
}

body.page-template-template-my-account .argo-gift-cards__back-btn,
body.woocommerce-account .argo-gift-cards__back-btn {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--argo-peach);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

body.page-template-template-my-account .argo-gift-cards__back-btn:hover,
body.page-template-template-my-account .argo-gift-cards__back-btn:focus,
body.woocommerce-account .argo-gift-cards__back-btn:hover,
body.woocommerce-account .argo-gift-cards__back-btn:focus {
  color: var(--argo-plum);
}

body.page-template-template-my-account .argo-gift-cards__card-item,
body.woocommerce-account .argo-gift-cards__card-item {
  margin-bottom: 0.7rem;
}

body.page-template-template-my-account .argo-gift-cards__empty,
body.woocommerce-account .argo-gift-cards__empty {
  margin: 0 0 0.75rem;
  color: var(--argo-muted);
}

/* Understated native accordion (collapsed: cream, not solid peach) */
body.page-template-template-my-account .argo-gift-cards__history,
body.woocommerce-account .argo-gift-cards__history {
  margin: 0;
  padding: 0;
  background: var(--argo-blush);
  border: 1px solid var(--argo-border);
  border-radius: calc(var(--argo-radius-panel) - 0.35rem);
  color: var(--argo-plum);
  overflow: hidden;
  scroll-margin-top: clamp(5.5rem, 12vw, 7rem);
}

body.page-template-template-my-account .argo-gift-cards__history[open],
body.woocommerce-account .argo-gift-cards__history[open] {
  background: rgba(255, 250, 248, 0.92);
  border-color: rgba(41, 18, 28, 0.1);
}

body.page-template-template-my-account .argo-gift-cards__history-summary,
body.woocommerce-account .argo-gift-cards__history-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  margin: 0;
  padding: 0.7rem 0.95rem;
  list-style: none;
  cursor: pointer;
  color: var(--argo-plum);
  min-height: 2.75rem;
}

body.page-template-template-my-account .argo-gift-cards__history-summary::-webkit-details-marker,
body.woocommerce-account .argo-gift-cards__history-summary::-webkit-details-marker {
  display: none;
}

body.page-template-template-my-account .argo-gift-cards__history-summary::marker,
body.woocommerce-account .argo-gift-cards__history-summary::marker {
  content: '';
}

body.page-template-template-my-account .argo-gift-cards__history-summary:focus,
body.woocommerce-account .argo-gift-cards__history-summary:focus {
  outline: none;
}

body.page-template-template-my-account .argo-gift-cards__history-summary:focus-visible,
body.woocommerce-account .argo-gift-cards__history-summary:focus-visible {
  outline: 2px solid var(--argo-peach);
  outline-offset: -2px;
  border-radius: calc(var(--argo-radius-panel) - 0.45rem);
}

body.page-template-template-my-account .argo-gift-cards__history-summary-text,
body.woocommerce-account .argo-gift-cards__history-summary-text {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
}

body.page-template-template-my-account .argo-gift-cards__history-title,
body.woocommerce-account .argo-gift-cards__history-title {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.3;
  color: var(--argo-plum);
}

body.page-template-template-my-account .argo-gift-cards__history-lede,
body.woocommerce-account .argo-gift-cards__history-lede {
  display: block;
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.35;
  color: rgba(41, 18, 28, 0.72);
}

body.page-template-template-my-account .argo-gift-cards__history-chevron,
body.woocommerce-account .argo-gift-cards__history-chevron {
  flex: 0 0 auto;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.05rem;
  border-right: 1.5px solid var(--argo-plum);
  border-bottom: 1.5px solid var(--argo-plum);
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  transition: transform 0.2s ease;
  opacity: 0.75;
}

body.page-template-template-my-account .argo-gift-cards__history[open] .argo-gift-cards__history-chevron,
body.woocommerce-account .argo-gift-cards__history[open] .argo-gift-cards__history-chevron {
  transform: rotate(225deg);
  margin-top: 0.28rem;
}

body.page-template-template-my-account .argo-gift-cards__history-body,
body.woocommerce-account .argo-gift-cards__history-body {
  padding: 0 0.95rem 0.95rem;
}

body.page-template-template-my-account .argo-gift-cards__history-intro,
body.woocommerce-account .argo-gift-cards__history-intro {
  margin: 0 0 0.75rem;
  max-width: 40rem;
  font-size: 0.88rem;
  line-height: 1.5;
  color: var(--argo-plum);
}

body.page-template-template-my-account .argo-gift-cards__history-list,
body.woocommerce-account .argo-gift-cards__history-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

body.page-template-template-my-account .argo-gift-cards__history-item,
body.woocommerce-account .argo-gift-cards__history-item {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.95fr);
  gap: 0.35rem 0.9rem;
  align-items: start;
  margin: 0;
  padding: 0.6rem 0.75rem;
  background: var(--argo-cream);
  border: 1px solid rgba(41, 18, 28, 0.07);
  border-radius: calc(var(--argo-radius-panel) - 0.5rem);
}

body.page-template-template-my-account .argo-gift-cards__history-meta,
body.page-template-template-my-account .argo-gift-cards__history-amount,
body.woocommerce-account .argo-gift-cards__history-meta,
body.woocommerce-account .argo-gift-cards__history-amount {
  min-width: 0;
}

body.page-template-template-my-account .argo-gift-cards__history-amount,
body.woocommerce-account .argo-gift-cards__history-amount {
  text-align: right;
}

body.page-template-template-my-account .argo-gift-cards__history-date,
body.page-template-template-my-account .argo-gift-cards__history-order,
body.page-template-template-my-account .argo-gift-cards__history-amount-label,
body.page-template-template-my-account .argo-gift-cards__history-status,
body.woocommerce-account .argo-gift-cards__history-date,
body.woocommerce-account .argo-gift-cards__history-order,
body.woocommerce-account .argo-gift-cards__history-amount-label,
body.woocommerce-account .argo-gift-cards__history-status {
  margin: 0 0 0.1rem;
  font-size: 0.88rem;
  line-height: 1.35;
}

body.page-template-template-my-account .argo-gift-cards__history-date,
body.woocommerce-account .argo-gift-cards__history-date {
  font-weight: 600;
  color: var(--argo-plum);
}

body.page-template-template-my-account .argo-gift-cards__history-order,
body.page-template-template-my-account .argo-gift-cards__history-status,
body.woocommerce-account .argo-gift-cards__history-order,
body.woocommerce-account .argo-gift-cards__history-status {
  color: rgba(41, 18, 28, 0.74);
}

body.page-template-template-my-account .argo-gift-cards__history-amount-label,
body.woocommerce-account .argo-gift-cards__history-amount-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--argo-peach);
}

body.page-template-template-my-account .argo-gift-cards__history-amount-value,
body.woocommerce-account .argo-gift-cards__history-amount-value {
  margin: 0 0 0.1rem;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--argo-plum);
}

body.page-template-template-my-account .argo-gift-cards__history-empty,
body.woocommerce-account .argo-gift-cards__history-empty {
  margin: 0 0 0.55rem;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.45;
}

body.page-template-template-my-account .argo-gift-cards__history-note,
body.woocommerce-account .argo-gift-cards__history-note {
  margin: 0.6rem 0 0;
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--argo-plum);
}

body.page-template-template-my-account .argo-gift-cards__history-continue,
body.woocommerce-account .argo-gift-cards__history-continue {
  margin: 0.75rem 0 0;
}

body.page-template-template-my-account .argo-gift-cards__history-link,
body.woocommerce-account .argo-gift-cards__history-link {
  font-weight: 600;
  color: var(--argo-plum);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

@media (prefers-reduced-motion: reduce) {
  body.page-template-template-my-account .argo-gift-cards__history-chevron,
  body.woocommerce-account .argo-gift-cards__history-chevron {
    transition: none;
  }

  body.page-template-template-my-account .argo-gift-cards__balance::before,
  body.woocommerce-account .argo-gift-cards__balance::before {
    transition: none;
    transform: none;
  }

  body.page-template-template-my-account .argo-gift-cards__balance:hover::before,
  body.woocommerce-account .argo-gift-cards__balance:hover::before {
    transform: none;
  }
}

@media (hover: none) {
  /* Touch devices: keep a quiet static glow; no drift on tap. */
  body.page-template-template-my-account .argo-gift-cards__balance::before,
  body.woocommerce-account .argo-gift-cards__balance::before {
    opacity: 0.36;
    transform: none;
    transition: none;
  }

  body.page-template-template-my-account .argo-gift-cards__balance:hover::before,
  body.woocommerce-account .argo-gift-cards__balance:hover::before {
    opacity: 0.36;
    transform: none;
  }
}

@media (max-width: 767.98px) {
  body.page-template-template-my-account #gift-card-main-section .argo-gift-cards__actions,
  body.woocommerce-account #gift-card-main-section .argo-gift-cards__actions {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 0.65rem;
  }

  body.page-template-template-my-account #gift-card-main-section .argo-gift-cards__actions .argo-gift-cards__action.innr_btn,
  body.woocommerce-account #gift-card-main-section .argo-gift-cards__actions .argo-gift-cards__action.innr_btn,
  body.page-template-template-my-account #gift-card-main-section .argo-gift-cards__actions .argo-gift-cards__action.btnPrime,
  body.woocommerce-account #gift-card-main-section .argo-gift-cards__actions .argo-gift-cards__action.btnPrime {
    width: 100% !important;
    flex: 0 0 auto;
    min-height: 44px;
  }

  body.page-template-template-my-account #gift-card-main-section .argo-gift-cards__saved-link-wrap,
  body.woocommerce-account #gift-card-main-section .argo-gift-cards__saved-link-wrap {
    margin-top: 0.65rem;
  }

  body.page-template-template-my-account .argo-gift-cards__history-item,
  body.woocommerce-account .argo-gift-cards__history-item {
    grid-template-columns: 1fr;
    gap: 0.3rem;
    padding: 0.6rem 0.7rem;
  }

  body.page-template-template-my-account .argo-gift-cards__history-amount,
  body.woocommerce-account .argo-gift-cards__history-amount {
    text-align: left;
  }
}
