body.woocommerce-account {
  --chb-green: #2f3d2a;
  --chb-gold: #c9a84c;
  --chb-cream: #f7f2eb;
  --chb-ink: #3d4038;
}
body.woocommerce-account .klb-page-title,
body.woocommerce-account h1.klb-page-title {
  display: none !important;
}
body.woocommerce-account .woocommerce-breadcrumb,
body.woocommerce-account .klb-breadcrumb,
body.woocommerce-account .woocommerce-notices-wrapper:empty {
  display: none !important;
}
body.woocommerce-account .site-content .woocommerce,
body.woocommerce-account .woocommerce {
  max-width: 1080px;
  margin: 0 auto 48px;
  padding: 8px 16px 32px;
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--chb-ink);
}
.chb-acc-hero {
  text-align: center;
  padding: 8px 8px 22px;
}
.chb-acc-hero--page {
  padding: 4px 8px 16px;
}
.chb-acc-hero--page .chb-acc-title {
  font-size: clamp(1.8rem, 3.2vw, 2.4rem);
}
.chb-acc-kicker {
  margin: 0 0 10px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--chb-gold);
}
.chb-acc-title {
  margin: 0 auto 12px;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  font-weight: 500;
  line-height: 1.1;
  color: var(--chb-green);
}
.chb-acc-lead {
  margin: 0 auto;
  max-width: 38rem;
  font-size: 1.05rem;
  line-height: 1.6;
}
.chb-acc-lead a {
  color: var(--chb-green);
  font-weight: 600;
}
body.woocommerce-account .u-columns.col2-set,
body.woocommerce-account .col2-set {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: none !important;
  float: none !important;
}
body.woocommerce-account .u-columns .col-1,
body.woocommerce-account .u-columns .col-2,
body.woocommerce-account .col2-set .col-1,
body.woocommerce-account .col2-set .col-2 {
  width: auto !important;
  max-width: none !important;
  float: none !important;
  flex: none !important;
  grid-column: auto !important;
  grid-row: 1 !important;
}
body.woocommerce-account .u-columns .col-1,
body.woocommerce-account .col2-set .col-1 {
  order: 1;
}
body.woocommerce-account .u-columns .col-2,
body.woocommerce-account .col2-set .col-2 {
  order: 2;
}
body.woocommerce-account h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.7rem;
  font-weight: 500;
  color: var(--chb-green);
  border: 0 !important;
  margin: 0 0 14px;
}
body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-register,
body.woocommerce-account form.login,
body.woocommerce-account form.register,
body.woocommerce-account .woocommerce-ResetPassword {
  background: var(--chb-cream) !important;
  border: 0 !important;
  border-radius: 18px !important;
  padding: 24px 22px !important;
  box-shadow: none !important;
}
body.woocommerce-account .woocommerce input[type="text"],
body.woocommerce-account .woocommerce input[type="email"],
body.woocommerce-account .woocommerce input[type="password"],
body.woocommerce-account .woocommerce input[type="tel"],
body.woocommerce-account .woocommerce select,
body.woocommerce-account .woocommerce textarea {
  width: 100% !important;
  max-width: 100% !important;
  background: #fff !important;
  border: 1px solid rgba(47, 61, 42, 0.18) !important;
  border-radius: 10px !important;
  padding: 12px 14px !important;
  color: var(--chb-ink) !important;
  box-shadow: none !important;
}
body.woocommerce-account .woocommerce input:focus,
body.woocommerce-account .woocommerce select:focus,
body.woocommerce-account .woocommerce textarea:focus {
  border-color: var(--chb-gold) !important;
  box-shadow: 0 0 0 3px rgba(201, 168, 76, 0.22) !important;
  outline: none !important;
}
body.woocommerce-account .woocommerce button[type="submit"],
body.woocommerce-account .woocommerce input[type="submit"],
body.woocommerce-account .woocommerce-form-login .button,
body.woocommerce-account .woocommerce-form-register .button,
body.woocommerce-account .woocommerce-Button {
  background: var(--chb-green) !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: #f7f2eb !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.82rem !important;
  min-height: 46px;
  padding: 0 22px !important;
}
body.woocommerce-account .woocommerce .show-password-input,
body.woocommerce-account .woocommerce button.show-password-input,
body.woocommerce-account .woocommerce .woocommerce-input-wrapper > button {
  background: transparent !important;
  color: #2f3d2a !important;
  min-height: 0 !important;
  width: auto !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-transform: none !important;
}
body.woocommerce-account .woocommerce a {
  color: var(--chb-green);
}
body.woocommerce-account .lost_password a {
  font-weight: 600;
}
body.woocommerce-account .my-account-wrapper .account-toggle-menu {
  display: none !important;
}
body.woocommerce-account .my-account-wrapper .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-navigation {
  display: block !important;
  background: #fffef8 !important;
  border: 1px solid #e8dfd4 !important;
  border-radius: 16px !important;
  padding: 10px 12px !important;
  margin: 0 0 1.3rem !important;
}
body.woocommerce-account .my-account-wrapper .woocommerce-MyAccount-navigation ul,
body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  border: 0 !important;
  overflow: visible !important;
}
body.woocommerce-account .my-account-wrapper .woocommerce-MyAccount-navigation ul li,
body.woocommerce-account .woocommerce-MyAccount-navigation li {
  display: inline-flex !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
body.woocommerce-account .woocommerce-MyAccount-navigation li::before,
body.woocommerce-account .woocommerce-MyAccount-navigation li::after,
body.woocommerce-account .woocommerce-MyAccount-navigation a::before,
body.woocommerce-account .woocommerce-MyAccount-navigation a::after {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
}
body.woocommerce-account .my-account-wrapper .woocommerce-MyAccount-navigation ul li a,
body.woocommerce-account .woocommerce-MyAccount-navigation a {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 38px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: #2f3d2a !important;
  font-family: Montserrat, system-ui, sans-serif !important;
  font-weight: 650 !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  width: auto !important;
}
body.woocommerce-account .my-account-wrapper .woocommerce-MyAccount-navigation ul li.is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background: #2f3d2a !important;
  color: #fffcf8 !important;
}
body.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #8a8378 !important;
  background: transparent !important;
}
body.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  color: #2f3d2a !important;
  background: #f7f2eb !important;
}
body.woocommerce-account .woocommerce-MyAccount-content {
  background: #fffef8;
  border: 1px solid #e8dfd4;
  border-radius: 16px;
  padding: 22px 22px 24px;
  box-shadow: none;
}
body.woocommerce-dashboard .woocommerce-MyAccount-content > p {
  display: none;
}
.chb-acc-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}
.chb-acc-card {
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
  background: #f7f2eb;
  border: 1px solid #e8dfd4;
  border-radius: 14px;
  padding: 1.1rem 1.15rem 1.15rem;
  text-decoration: none !important;
  color: #2f3d2a !important;
}
.chb-acc-card:hover {
  border-color: #c9a84c;
}
.chb-acc-card-eye {
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c9a84c;
}
.chb-acc-card-title {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.15;
  color: #2f3d2a;
}
.chb-acc-card-meta {
  font-size: 0.88rem;
  line-height: 1.4;
  color: #5c564e;
}
body.woocommerce-account table.shop_table {
  border: 0 !important;
}
body.woocommerce-account table.shop_table thead th {
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a8378;
  background: transparent;
}
body.woocommerce-account table.shop_table .woocommerce-button,
body.woocommerce-account table.shop_table .button,
body.woocommerce-account .woocommerce-MyAccount-content .button,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Button {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 38px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  background: #2f3d2a !important;
  color: #fffcf8 !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase !important;
  text-decoration: none !important;
}
body.woocommerce-account .woocommerce-Address-title h3,
body.woocommerce-account .woocommerce-Address header h3,
body.woocommerce-account .woocommerce-Address h2,
body.woocommerce-account .woocommerce-Address-title,
body.woocommerce-account .woocommerce-column__title {
  font-family: Montserrat, system-ui, sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 750 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  color: #c9a84c !important;
  margin: 0 0 0.55rem !important;
}
body.woocommerce-account .woocommerce-Address .edit,
body.woocommerce-account .woocommerce-Address-title .edit {
  font-family: Montserrat, system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #2f3d2a !important;
}
body.woocommerce-account .woocommerce-error,
body.woocommerce-account .woocommerce-message,
body.woocommerce-account .woocommerce-info {
  background: #fffef8 !important;
  border: 1px solid #e8dfd4 !important;
  border-left: 3px solid #c9a84c !important;
  border-radius: 12px !important;
  color: #2c2320 !important;
}
body.woocommerce-account table.shop_table {
  width: 100%;
  border-collapse: collapse;
}
body.woocommerce-account table.shop_table th,
body.woocommerce-account table.shop_table td {
  border: 0;
  border-bottom: 1px solid rgba(47, 61, 42, 0.08);
  padding: 10px 8px;
}
body.woocommerce-account .woocommerce-address-fields,
body.woocommerce-account .woocommerce-Address {
  background: var(--chb-cream);
  border-radius: 14px;
  padding: 16px 18px;
}
/* Site Kit Google is the working login. Hide Super Socializer duplicates. */
body.woocommerce-account .the_champ_login_container,
body.woocommerce-account .theChampLogin,
body.woocommerce-account .the_champ_outer_login_container,
body.woocommerce-account .the_champ_social_login_title,
body.woocommerce-account .heateor_ss_sl_outer {
  display: none !important;
}
body.woocommerce-account:not(.logged-in) .woocommerce-breadcrumb {
  display: none;
}
.chb-acc-panel {
  background: #fff;
  border: 1px solid rgba(47, 61, 42, 0.08);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(47, 61, 42, 0.08);
  padding: 28px 28px 24px;
  margin: 0 0 8px;
}
.chb-acc-google {
  position: relative;
  width: min(400px, 100%);
  height: 52px;
  margin: 0 auto;
  padding: 0;
  background: none;
  border: 0;
  max-width: 400px;
}
.chb-google-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #fff;
  border: 1px solid rgba(47, 61, 42, 0.2);
  border-radius: 12px;
  color: #2f3d2a;
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 0.95rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  box-shadow: 0 1px 2px rgba(47, 61, 42, 0.06);
  pointer-events: none;
  z-index: 1;
}
.chb-acc-google:hover .chb-google-btn {
  border-color: #c9a84c;
  box-shadow: 0 4px 14px rgba(47, 61, 42, 0.1);
}
.chb-google-g {
  display: block;
  flex: 0 0 20px;
}
.chb-google-hit {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  opacity: 0.011;
}
.chb-google-hit iframe,
.chb-acc-google iframe {
  width: 400px !important;
  height: 52px !important;
  max-width: none !important;
}
.chb-acc-or {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 20px 0 22px;
  color: #8a8378;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.chb-acc-or::before,
.chb-acc-or::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(47, 61, 42, 0.12);
}
body.woocommerce-account .u-column1 > h2,
body.woocommerce-account .u-column2 > h2,
body.woocommerce-account .col-1 > h2,
body.woocommerce-account .col-2 > h2 {
  font-size: 1.45rem;
  text-transform: none;
  letter-spacing: 0;
  margin: 0 0 12px 4px;
}
body.woocommerce-account .woocommerce-form-login .googlesitekit-sign-in-with-google__frontend-output-button,
body.woocommerce-account .woocommerce-form-register .googlesitekit-sign-in-with-google__frontend-output-button {
  display: none !important;
}
@media (max-width: 1024px) {
  body.woocommerce-account .elementor-element-b962188 {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
  }
}
@media (max-width: 800px) {
  .chb-acc-panel {
    padding: 20px 16px;
  }
  .chb-acc-google iframe {
    width: 100% !important;
    min-height: 44px !important;
  }
  body.woocommerce-account .u-columns.col2-set,
  body.woocommerce-account .col2-set {
    grid-template-columns: 1fr;
  }
  body.woocommerce-account .site-content .woocommerce {
    padding-bottom: 96px;
  }
  .chb-acc-grid {
    grid-template-columns: 1fr;
  }
  body.woocommerce-account .woocommerce-MyAccount-content {
    padding: 16px 14px 18px;
  }
}
