@charset "UTF-8";
/* ============================================================
 * Chemyo My Account — REDESIGN layer (own file, isolated).
 * Source of truth: this .scss → compiled to account-redesign.css
 * Compile:  sass assets/scss/account-redesign.scss assets/scss/account-redesign.css --style=compressed --no-source-map
 * Enqueued only on account pages (functions.php, is_account_page()).
 * Same approach as the checkout redesign: soft page + white cards,
 * brand tokens from _variables.scss — $color-primary #BD5B0B (orange CTA),
 * $color-secondary #01234A (navy). Pure CSS over default WooCommerce markup,
 * no template overrides (no drift). Breakpoint $screen-md 768.
 * Built incrementally — verified live before each step.
 * ============================================================ */
/* soft page background on the account screen only */
body.woocommerce-account {
  background: #f5f6f8;
}
body.woocommerce-account .entry-title, .woocommerce-account body.woocommerce-account .page-title {
  color: #01234A;
}

/* ---- card primitive ---- */
body.woocommerce-account.logged-in .woocommerce-Address, body.woocommerce-account.logged-in .woocommerce-customer-details .woocommerce-column, body.woocommerce-account.logged-in .woocommerce-MyAccount-content, body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation, body.woocommerce-account:not(.logged-in) #customer_login.u-columns .u-column1,
body.woocommerce-account:not(.logged-in) #customer_login.u-columns .u-column2 {
  background: #ffffff;
  border: 1px solid #e6e8ec;
  border-radius: 14px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

/* ---- shared form controls (login, register, edit-account, address) ---- */
body.woocommerce-account .woocommerce-Input,
body.woocommerce-account .woocommerce-Input--text,
body.woocommerce-account input.input-text,
body.woocommerce-account input[type=text],
body.woocommerce-account input[type=email],
body.woocommerce-account input[type=password],
body.woocommerce-account input[type=tel],
body.woocommerce-account select,
body.woocommerce-account .select2-container .select2-selection--single {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1.5px solid #d3d8e0;
  border-radius: 10px;
  background: #fff;
  color: #16202c;
  font-size: 15px;
  line-height: 1.4;
  transition: border-color 0.15s, box-shadow 0.15s;
}
body.woocommerce-account .woocommerce-Input:focus,
body.woocommerce-account .woocommerce-Input--text:focus,
body.woocommerce-account input.input-text:focus,
body.woocommerce-account input[type=text]:focus,
body.woocommerce-account input[type=email]:focus,
body.woocommerce-account input[type=password]:focus,
body.woocommerce-account input[type=tel]:focus,
body.woocommerce-account select:focus,
body.woocommerce-account .select2-container .select2-selection--single:focus {
  outline: none;
  border-color: #BD5B0B;
  box-shadow: 0 0 0 3px rgba(189, 91, 11, 0.14);
}
body.woocommerce-account label {
  display: block;
  margin-bottom: 6px;
  font-size: 13.5px;
  font-weight: 600;
  color: #16202c;
}
body.woocommerce-account .form-row,
body.woocommerce-account .woocommerce-form-row {
  margin-bottom: 16px;
}
body.woocommerce-account {
  /* password reveal eye sits inside the field */
}
body.woocommerce-account .woocommerce-form-row .show-password-input,
body.woocommerce-account .password-input .show-password-input {
  top: 14px;
}

/* ---- buttons: brand orange (was green), one consistent action style ---- */
body.woocommerce-account .button,
body.woocommerce-account button.button,
body.woocommerce-account .woocommerce-button,
body.woocommerce-account input[type=submit],
body.woocommerce-account .woocommerce-form-login__submit,
body.woocommerce-account .woocommerce-form-register__submit,
body.woocommerce-account .woocommerce-Button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 13px 26px;
  background: #BD5B0B;
  border: 0;
  border-radius: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s, transform 0.05s;
}
body.woocommerce-account .button:hover,
body.woocommerce-account button.button:hover,
body.woocommerce-account .woocommerce-button:hover,
body.woocommerce-account input[type=submit]:hover,
body.woocommerce-account .woocommerce-form-login__submit:hover,
body.woocommerce-account .woocommerce-form-register__submit:hover,
body.woocommerce-account .woocommerce-Button:hover {
  background: rgb(160.083, 77.077, 9.317);
  color: #fff;
}
body.woocommerce-account .button:active,
body.woocommerce-account button.button:active,
body.woocommerce-account .woocommerce-button:active,
body.woocommerce-account input[type=submit]:active,
body.woocommerce-account .woocommerce-form-login__submit:active,
body.woocommerce-account .woocommerce-form-register__submit:active,
body.woocommerce-account .woocommerce-Button:active {
  transform: translateY(1px);
}
body.woocommerce-account .button:focus-visible,
body.woocommerce-account button.button:focus-visible,
body.woocommerce-account .woocommerce-button:focus-visible,
body.woocommerce-account input[type=submit]:focus-visible,
body.woocommerce-account .woocommerce-form-login__submit:focus-visible,
body.woocommerce-account .woocommerce-form-register__submit:focus-visible,
body.woocommerce-account .woocommerce-Button:focus-visible {
  outline: 2.5px solid #BD5B0B;
  outline-offset: 2px;
}
body.woocommerce-account {
  /* secondary / view buttons (orders, etc.) read as outline */
}
body.woocommerce-account .woocommerce-MyAccount-content .button.view,
body.woocommerce-account .woocommerce-orders-table .button:not(.pay):not(.order-again) {
  background: #fff;
  color: #BD5B0B;
  border: 1.5px solid #BD5B0B;
}
body.woocommerce-account .woocommerce-MyAccount-content .button.view:hover,
body.woocommerce-account .woocommerce-orders-table .button:not(.pay):not(.order-again):hover {
  background: #BD5B0B;
  color: #fff;
}

/* ============================================================
 * Notices — info (empty states) / success / error, brand-matched
 * (replaces default WooCommerce blue/green/red full-bleed bars).
 * ============================================================ */
body.woocommerce-account .woocommerce-info,
body.woocommerce-account .woocommerce-message,
body.woocommerce-account .woocommerce-error {
  list-style: none;
  position: relative;
  margin: 0 0 16px;
  padding: 13px 16px 13px 44px;
  border: 1px solid;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
  font-size: 13.5px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 10px;
}
body.woocommerce-account .woocommerce-info li,
body.woocommerce-account .woocommerce-message li,
body.woocommerce-account .woocommerce-error li {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.woocommerce-account .woocommerce-info .button,
body.woocommerce-account .woocommerce-message .button,
body.woocommerce-account .woocommerce-error .button {
  margin-left: auto;
  flex: none;
  min-height: 42px;
  padding: 10px 18px;
}
body.woocommerce-account .woocommerce-info::before,
body.woocommerce-account .woocommerce-message::before,
body.woocommerce-account .woocommerce-error::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
body.woocommerce-account .woocommerce-info {
  background: #eef3fb;
  border-color: #cfe0f5;
  color: #1c3a5e;
}
body.woocommerce-account .woocommerce-info::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%231c3a5e' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 16v-4'/%3E%3Cpath d='M12 8h.01'/%3E%3C/svg%3E");
}
body.woocommerce-account .woocommerce-message {
  background: #eef7f1;
  border-color: #cce8d6;
  color: #14532d;
}
body.woocommerce-account .woocommerce-message::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%232e9e5b' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");
}
body.woocommerce-account .woocommerce-error {
  background: #fff5f5;
  border-color: #f3c6c6;
  color: #7f1d1d;
}
body.woocommerce-account .woocommerce-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23dc2626' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z'/%3E%3Cpath d='M12 9v4'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E");
}
body.woocommerce-account .woocommerce-error strong {
  color: #9b1c1c;
}

/* ============================================================
 * Social login (Google / Facebook) — mirrors the checkout pattern.
 * Buttons are our own anchors → NSL login URL; styled white/outline so
 * they never inherit the orange CTA. Provider OAuth must be enabled in
 * Nextend Social Login admin for the flow to complete.
 * ============================================================ */
body.woocommerce-account .ck-social-login {
  margin-bottom: 6px;
}
body.woocommerce-account .ck-social-login .ck-sso-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body.woocommerce-account .ck-social-login .login-with-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  background: #fff;
  border: 1.5px solid #d3d8e0;
  border-radius: 10px;
  color: #16202c;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.15s, background 0.15s, box-shadow 0.15s;
}
body.woocommerce-account .ck-social-login .login-with-btn img {
  width: 18px;
  height: 18px;
}
body.woocommerce-account .ck-social-login .login-with-btn:hover {
  background: #f7f9fb;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}
body.woocommerce-account .ck-social-login .login-with-btn.nsl-button-google:hover {
  border-color: #4285f4;
}
body.woocommerce-account .ck-social-login .login-with-btn.nsl-button-facebook:hover {
  border-color: #1877f2;
}
body.woocommerce-account .ck-xpay-divider {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 12px;
  margin: 18px 0;
  color: #5d6b7a;
  font-size: 12.5px;
  font-weight: 600;
}
body.woocommerce-account .ck-xpay-divider::before, body.woocommerce-account .ck-xpay-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e6e8ec;
}

/* ============================================================
 * Logged-out: tabbed auth — account header + segmented tabs +
 * a single centered card whose panel swaps Login / Register.
 * (markup injected by ck_account_auth_header on
 *  woocommerce_before_customer_login_form; toggle by ck_account_auth_script)
 * ============================================================ */
body.woocommerce-account:not(.logged-in) {
  /* account header */
}
body.woocommerce-account:not(.logged-in) .ck-auth-head {
  max-width: 480px;
  margin: 8px auto 18px;
  text-align: center;
}
body.woocommerce-account:not(.logged-in) .ck-auth-ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 15px;
  background: rgba(189, 91, 11, 0.1);
  color: #BD5B0B;
  margin-bottom: 14px;
}
body.woocommerce-account:not(.logged-in) .ck-auth-ic svg {
  width: 26px;
  height: 26px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
body.woocommerce-account:not(.logged-in) .ck-auth-head h2 {
  font-size: 24px;
  font-weight: 700;
  color: #01234A;
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}
body.woocommerce-account:not(.logged-in) .ck-auth-head p {
  font-size: 14px;
  color: #5d6b7a;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 420px;
}
body.woocommerce-account:not(.logged-in) .ck-auth-benefits {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 16px;
}
body.woocommerce-account:not(.logged-in) .ck-auth-benefits span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 600;
  color: #16202c;
}
body.woocommerce-account:not(.logged-in) .ck-auth-benefits svg {
  width: 15px;
  height: 15px;
  stroke: #BD5B0B;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: none;
}
body.woocommerce-account:not(.logged-in) {
  /* segmented tab toggle */
}
body.woocommerce-account:not(.logged-in) .ck-auth-tabs {
  display: flex;
  max-width: 480px;
  margin: 0 auto 16px;
  background: #eef1f5;
  border-radius: 12px;
  padding: 5px;
  gap: 4px;
}
body.woocommerce-account:not(.logged-in) .ck-auth-tabs .ck-auth-tab {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 11px;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 700;
  color: #5d6b7a;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, box-shadow 0.15s;
}
body.woocommerce-account:not(.logged-in) .ck-auth-tabs .ck-auth-tab.is-active {
  background: #fff;
  color: #01234A;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.12);
}
body.woocommerce-account:not(.logged-in) {
  /* single centered card; tabs swap the login/register panel */
}
body.woocommerce-account:not(.logged-in) #customer_login.u-columns {
  display: block;
  max-width: 480px;
  margin: 0 auto;
  float: none;
}
body.woocommerce-account:not(.logged-in) #customer_login.u-columns .u-column1,
body.woocommerce-account:not(.logged-in) #customer_login.u-columns .u-column2 {
  width: auto;
  float: none;
  margin: 0;
  padding: 28px;
}
body.woocommerce-account:not(.logged-in) #customer_login.u-columns .u-column2 {
  display: none;
}
body.woocommerce-account:not(.logged-in) #customer_login.u-columns {
  /* default WC column headings replaced by the tab bar */
}
body.woocommerce-account:not(.logged-in) #customer_login.u-columns h2 {
  display: none;
}
body.woocommerce-account:not(.logged-in) #customer_login.ck-auth--register .u-column1 {
  display: none;
}
body.woocommerce-account:not(.logged-in) #customer_login.ck-auth--register .u-column2 {
  display: block;
}
body.woocommerce-account:not(.logged-in) {
  /* remember-me + lost password */
}
body.woocommerce-account:not(.logged-in) .woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 500;
  color: #16202c;
  cursor: pointer;
}
body.woocommerce-account:not(.logged-in) .woocommerce-form-login__rememberme input {
  width: auto;
  min-height: 0;
  accent-color: #BD5B0B;
}
body.woocommerce-account:not(.logged-in) .woocommerce-form-login__submit,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register__submit {
  width: 100%;
  margin-top: 4px;
}
body.woocommerce-account:not(.logged-in) .woocommerce-LostPassword {
  margin: 16px 0 0;
  text-align: center;
  font-size: 13.5px;
}
body.woocommerce-account:not(.logged-in) .woocommerce-LostPassword a {
  color: #BD5B0B;
  font-weight: 600;
  text-decoration: none;
}
body.woocommerce-account:not(.logged-in) .woocommerce-LostPassword a:hover {
  text-decoration: underline;
}
body.woocommerce-account:not(.logged-in) .woocommerce-privacy-policy-text,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register p:not(.form-row) {
  font-size: 12.5px;
  color: #5d6b7a;
  line-height: 1.5;
}

@media (max-width: 768px) {
  body.woocommerce-account:not(.logged-in) #customer_login.u-columns .u-column1,
  body.woocommerce-account:not(.logged-in) #customer_login.u-columns .u-column2 {
    padding: 22px;
  }
  body.woocommerce-account:not(.logged-in) .ck-auth-benefits {
    gap: 8px 14px;
  }
}
/* ============================================================
 * Logged-in: dashboard (nav sidebar + content)
 * ============================================================ */
body.woocommerce-account.logged-in {
  /* Only the account dashboard wrapper (the .woocommerce that directly holds the nav) becomes the
     2-col grid — NOT every descendant .woocommerce. Without :has(), this also gridded the mini-cart
     widget (.woocommerce.widget_shopping_cart) and a stray empty .woocommerce on the page. */
}
body.woocommerce-account.logged-in .woocommerce:has(> .woocommerce-MyAccount-navigation) {
  display: grid;
  grid-template-columns: 248px 1fr;
  gap: 24px;
  align-items: start;
  max-width: 1080px;
  margin: 0 auto;
}
body.woocommerce-account.logged-in {
  /* navigation as a card with pill links */
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
  width: auto;
  float: none;
  margin: 0;
  padding: 10px;
  position: sticky;
  top: 90px;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li {
  margin: 0;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li + li {
  margin-top: 4px;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation { /* breathing room between nav rows */ }
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 11px 14px 11px 18px;
  border-radius: 10px;
  color: #16202c;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.12s, color 0.12s;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li a:hover {
  background: #f3f5f8;
  color: #01234A;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
  /* active: soft pill + bold orange text + a clean inset accent bar
     (no inset box-shadow — that curved around the radius and looked off) */
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li.is-active a {
  background: #fdf2e8;
  color: #BD5B0B;
  font-weight: 700;
  box-shadow: none;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li.is-active a::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 9px;
  bottom: 9px;
  width: 3px;
  border-radius: 3px;
  background: #BD5B0B;
}
body.woocommerce-account.logged-in {
  /* content as a card */
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content {
  width: auto;
  float: none;
  margin: 0;
  padding: 28px;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content > p:first-child {
  margin-top: 0;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content a:not(.button) {
  color: #BD5B0B;
  font-weight: 600;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content h2, body.woocommerce-account.logged-in .woocommerce-MyAccount-content h3 {
  color: #01234A;
  font-weight: 700;
}
body.woocommerce-account.logged-in {
  /* orders / downloads / order-detail tables */
}
body.woocommerce-account.logged-in .woocommerce-orders-table,
body.woocommerce-account.logged-in .shop_table,
body.woocommerce-account.logged-in table.woocommerce-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e6e8ec;
  border-radius: 10px;
  overflow: hidden;
}
body.woocommerce-account.logged-in .woocommerce-orders-table thead th,
body.woocommerce-account.logged-in .shop_table thead th,
body.woocommerce-account.logged-in table.woocommerce-table thead th {
  background: #f5f6f8;
  color: #01234A;
  font-size: 12.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 12px 14px;
  text-align: left;
}
body.woocommerce-account.logged-in .woocommerce-orders-table td,
body.woocommerce-account.logged-in .shop_table td,
body.woocommerce-account.logged-in table.woocommerce-table td {
  padding: 13px 14px;
  border-top: 1px solid #e6e8ec;
  font-size: 13.5px;
  color: #16202c;
}
body.woocommerce-account.logged-in .woocommerce-orders-table,
body.woocommerce-account.logged-in .shop_table,
body.woocommerce-account.logged-in table.woocommerce-table {
  /* order totals footer — no gray header column; label left, value right */
}
body.woocommerce-account.logged-in .woocommerce-orders-table tfoot th,
body.woocommerce-account.logged-in .woocommerce-orders-table tfoot td,
body.woocommerce-account.logged-in .shop_table tfoot th,
body.woocommerce-account.logged-in .shop_table tfoot td,
body.woocommerce-account.logged-in table.woocommerce-table tfoot th,
body.woocommerce-account.logged-in table.woocommerce-table tfoot td {
  background: transparent;
  border-top: 1px solid #e6e8ec;
  padding: 11px 14px;
  font-size: 13.5px;
}
body.woocommerce-account.logged-in .woocommerce-orders-table tfoot th,
body.woocommerce-account.logged-in .shop_table tfoot th,
body.woocommerce-account.logged-in table.woocommerce-table tfoot th {
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
  color: #475467;
  text-align: left;
}
body.woocommerce-account.logged-in .woocommerce-orders-table tfoot td,
body.woocommerce-account.logged-in .shop_table tfoot td,
body.woocommerce-account.logged-in table.woocommerce-table tfoot td {
  text-align: right;
  color: #16202c;
}
body.woocommerce-account.logged-in .woocommerce-orders-table tfoot tr:last-child th,
body.woocommerce-account.logged-in .woocommerce-orders-table tfoot tr:last-child td,
body.woocommerce-account.logged-in .shop_table tfoot tr:last-child th,
body.woocommerce-account.logged-in .shop_table tfoot tr:last-child td,
body.woocommerce-account.logged-in table.woocommerce-table tfoot tr:last-child th,
body.woocommerce-account.logged-in table.woocommerce-table tfoot tr:last-child td {
  color: #BD5B0B;
  font-weight: 800;
  font-size: 15px;
}
body.woocommerce-account.logged-in .woocommerce-orders-table td.product-total,
body.woocommerce-account.logged-in .woocommerce-orders-table td.woocommerce-table__product-total,
body.woocommerce-account.logged-in .shop_table td.product-total,
body.woocommerce-account.logged-in .shop_table td.woocommerce-table__product-total,
body.woocommerce-account.logged-in table.woocommerce-table td.product-total,
body.woocommerce-account.logged-in table.woocommerce-table td.woocommerce-table__product-total {
  text-align: right;
}
body.woocommerce-account.logged-in {
  /* view-order: billing / shipping address cards */
}
body.woocommerce-account.logged-in .woocommerce-customer-details {
  margin-top: 18px;
}
body.woocommerce-account.logged-in .woocommerce-customer-details .woocommerce-columns--addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 0;
}
body.woocommerce-account.logged-in .woocommerce-customer-details .woocommerce-column {
  width: auto;
  float: none;
  margin: 0;
  padding: 20px;
}
body.woocommerce-account.logged-in .woocommerce-customer-details .woocommerce-column__title {
  font-size: 15px;
  font-weight: 700;
  color: #01234A;
  margin: 0 0 10px;
}
body.woocommerce-account.logged-in .woocommerce-customer-details address {
  font-style: normal;
  font-size: 13.5px;
  line-height: 1.6;
  color: #475467;
  border: 0;
  padding: 0;
}
body.woocommerce-account.logged-in {
  /* address book (Addresses endpoint) blocks */
}
body.woocommerce-account.logged-in .woocommerce-Addresses.u-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
body.woocommerce-account.logged-in .woocommerce-Addresses.u-columns .u-column1, body.woocommerce-account.logged-in .woocommerce-Addresses.u-columns .u-column2 {
  width: auto;
  float: none;
  margin: 0;
}
body.woocommerce-account.logged-in .woocommerce-Address {
  padding: 20px;
}
body.woocommerce-account.logged-in .woocommerce-Address header {
  margin-bottom: 12px;
  flex-direction: column;
}
body.woocommerce-account.logged-in .woocommerce-Address .woocommerce-Address-title h3 {
  margin: 0;
}
body.woocommerce-account.logged-in {
  /* dashboard — greeting + quick-action cards (dashboard.php override) */
}
body.woocommerce-account.logged-in .ck-dash-hello {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 10px;
  font-size: 20px;
  font-weight: 700;
  color: #01234A;
  margin: 0 0 4px;
}
body.woocommerce-account.logged-in .ck-dash-hello strong {
  font-weight: 800;
}
body.woocommerce-account.logged-in .ck-dash-hello .ck-dash-sub {
  font-size: 13px;
  font-weight: 500;
  color: #5d6b7a;
}
body.woocommerce-account.logged-in .ck-dash-hello .ck-dash-sub a {
  color: #BD5B0B;
  font-weight: 600;
  text-decoration: none;
}
body.woocommerce-account.logged-in .ck-dash-hello .ck-dash-sub a:hover {
  text-decoration: underline;
}
body.woocommerce-account.logged-in .ck-dash-intro {
  font-size: 14px;
  color: #5d6b7a;
  margin: 0 0 20px;
}
body.woocommerce-account.logged-in .ck-dash-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
body.woocommerce-account.logged-in .ck-dash-card {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px;
  border: 1px solid #e6e8ec;
  border-radius: 12px;
  background: #fff;
  text-decoration: none;
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.08s;
}
body.woocommerce-account.logged-in .ck-dash-card:hover {
  border-color: #BD5B0B;
  box-shadow: 0 8px 20px -10px rgba(189, 91, 11, 0.35);
  transform: translateY(-1px);
}
body.woocommerce-account.logged-in .ck-dash-card .ck-dash-ic {
  flex: none;
  width: 44px;
  height: 44px;
  border-radius: 11px;
  background: rgba(189, 91, 11, 0.1);
  color: #BD5B0B;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.woocommerce-account.logged-in .ck-dash-card .ck-dash-ic svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
body.woocommerce-account.logged-in .ck-dash-card .ck-dash-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
body.woocommerce-account.logged-in .ck-dash-card .ck-dash-t {
  font-size: 15px;
  font-weight: 700;
  color: #01234A;
}
body.woocommerce-account.logged-in .ck-dash-card .ck-dash-d {
  font-size: 12.5px;
  color: #5d6b7a;
}
body.woocommerce-account.logged-in .ck-dash-card .ck-dash-go {
  flex: none;
  color: #5d6b7a;
  transition: transform 0.15s, color 0.15s;
}
body.woocommerce-account.logged-in .ck-dash-card .ck-dash-go svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}
body.woocommerce-account.logged-in .ck-dash-card:hover .ck-dash-go {
  color: #BD5B0B;
  transform: translateX(2px);
}

@media (max-width: 520px) {
  body.woocommerce-account.logged-in .ck-dash-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  body.woocommerce-account.logged-in .woocommerce:has(> .woocommerce-MyAccount-navigation) {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation {
    position: static;
  }
  body.woocommerce-account.logged-in .woocommerce-MyAccount-content {
    padding: 20px;
  }
  body.woocommerce-account.logged-in .woocommerce-Addresses.u-columns {
    grid-template-columns: 1fr;
  }
  body.woocommerce-account.logged-in .woocommerce-customer-details .woocommerce-columns--addresses {
    grid-template-columns: 1fr;
  }
}
.woocommerce-MyAccount-navigation ul li a:before {
  margin-right: 5px;
}

/*# sourceMappingURL=account-redesign.css.map */
