/* My Account theme */
body.woocommerce-account {
  --account-bg: #000;
  --account-panel: #0b0b0b;
  --account-panel-soft: #101010;
  --account-text: rgba(255, 255, 255, 0.92);
  --account-text-soft: rgba(255, 255, 255, 0.9);
  --account-text-muted: rgba(255, 255, 255, 0.75);
  --account-muted: rgba(255, 255, 255, 0.58);
  --account-line: rgba(255, 255, 255, 0.12);
  --account-line-soft: rgba(255, 255, 255, 0.08);
  --account-line-strong: rgba(255, 255, 255, 0.18);
  --account-accent: #c6a992;
  --account-card-border: rgba(198, 169, 146, 0.14);
  --account-success: #6fa97a;
  --account-error: #c27d7d;
  --account-radius: 0;
  --account-transition: 220ms ease;
}

/* Page shell */
body.woocommerce-account .dark-page-wrapper,
body.woocommerce-account #main,
body.woocommerce-account .page-wrapper.my-account {
  background: var(--account-bg);
  color: var(--account-text);
}

body.woocommerce-account .page-wrapper.my-account {
  padding: 26px 0 72px;
}

body.woocommerce-account .page-wrapper.my-account .container {
  max-width: 1240px;
}

/* Header */
body.woocommerce-account .my-account-header {
  padding: 42px 0 28px;
  border-bottom: 0;
}

body.woocommerce-account .my-account-header .page-title-inner {
  min-height: 0;
  justify-content: flex-start;
}

body.woocommerce-account .my-account-header .flex-col {
  text-align: left !important;
}

body.woocommerce-account .my-account-header h1 {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 69px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

body.woocommerce-account .my-account-header small {
  display: inline-block;
  margin-top: 4px;
  color: var(--account-accent);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Two-column layout */
body.woocommerce-account .row.vertical-tabs {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 58px;
}

body.woocommerce-account .row.vertical-tabs > .col {
  padding-bottom: 0;
}

body.woocommerce-account .row.vertical-tabs > .large-3.col.col-border {
  flex: 0 0 300px;
  max-width: 300px;
  width: 300px;
  padding-right: 56px;
  border-right: 1px solid var(--account-line-strong);
  border-bottom: 0;
}

body.woocommerce-account .row.vertical-tabs > .large-9.col {
  flex: 1 1 auto;
  min-width: 0;
  padding: 12px 0 0;
}

/* Profile block */
body.woocommerce-account .account-user {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.woocommerce-account .account-user::before,
body.woocommerce-account .account-user::after {
  content: none !important;
  display: none !important;
}

body.woocommerce-account .account-user .image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-right: 0;
}

body.woocommerce-account .account-user img.avatar {
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 50%;
  object-fit: cover;
  background: #d9d9d9;
}

body.woocommerce-account .account-user .user-name {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  color: var(--account-text-soft);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

body.woocommerce-account .account-user .user-id {
  color: rgba(255, 255, 255, 0.45);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  opacity: 1;
}

/* Account nav */
body.woocommerce-account .woocommerce-MyAccount-navigation {
  margin: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul,
body.woocommerce-account ul.account-nav,
body.woocommerce-account #my-account-nav {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  background: transparent;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin: 0;
  border-bottom: 1px solid var(--account-line);
}

body.woocommerce-account .woocommerce-MyAccount-navigation li:first-child {
  border-top: 1px solid var(--account-line);
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 0;
  padding: 16px 0;
  border: 0;
  box-shadow: none;
  color: var(--account-text-muted);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.5px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    color var(--account-transition),
    padding var(--account-transition),
    opacity var(--account-transition);
}

body.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
body.woocommerce-account .woocommerce-MyAccount-navigation a:focus,
body.woocommerce-account .woocommerce-MyAccount-navigation a:active {
  color: var(--account-accent);
  outline: 0;
  padding-left: 18px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation .is-active > a,
body.woocommerce-account .woocommerce-MyAccount-navigation .active > a,
body.woocommerce-account .woocommerce-MyAccount-navigation a[aria-current="page"] {
  color: var(--account-accent);
  padding-left: 18px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a:hover::before,
body.woocommerce-account .woocommerce-MyAccount-navigation a:focus::before,
body.woocommerce-account .woocommerce-MyAccount-navigation a:active::before,
body.woocommerce-account .woocommerce-MyAccount-navigation .is-active > a::before,
body.woocommerce-account .woocommerce-MyAccount-navigation .active > a::before,
body.woocommerce-account .woocommerce-MyAccount-navigation a[aria-current="page"]::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 18px;
  background: var(--account-accent);
  transform: translateY(-50%);
}

body.woocommerce-account .account-nav.nav-line > li > a::after,
body.woocommerce-account .account-nav.nav-line > li:hover > a::after,
body.woocommerce-account .account-nav.nav-line > li.active > a::after,
body.woocommerce-account .account-nav.nav-line > li.is-active > a::after,
body.woocommerce-account .woocommerce-MyAccount-navigation a::after {
  content: none !important;
  display: none !important;
}

body.woocommerce-account .nav-vertical > li + li {
  border-top: none !important;
}

/* Content base */
body.woocommerce-account .woocommerce,
body.woocommerce-account .woocommerce-MyAccount-content {
  color: var(--account-text);
}

body.woocommerce-account .woocommerce-MyAccount-content > :last-child {
  margin-bottom: 0;
}

body.woocommerce-account .woocommerce-MyAccount-content p {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.55);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

body.woocommerce-account .woocommerce-MyAccount-content p strong {
  color: var(--account-text-soft);
  font-weight: 500;
}

body.woocommerce-account .woocommerce-MyAccount-content a {
  color: var(--account-accent);
  text-decoration: none;
  transition: color var(--account-transition), opacity var(--account-transition);
}

body.woocommerce-account .woocommerce-MyAccount-content a:hover,
body.woocommerce-account .woocommerce-MyAccount-content a:focus {
  color: #fff;
}

body.woocommerce-account .woocommerce-MyAccount-content h2,
body.woocommerce-account .woocommerce-MyAccount-content h3,
body.woocommerce-account .woocommerce-MyAccount-content h4 {
  margin: 0 0 18px;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
}

/* Dashboard intro */
body.woocommerce-account .woocommerce-MyAccount-content > p:first-of-type {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.5) !important;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16.324px;
  font-style: normal;
  font-weight: 500;
  line-height: 24.486px;
}

body.woocommerce-account .woocommerce-MyAccount-content > p:first-of-type strong {
  color: #fff;
  font-weight: 500;
}

body.woocommerce-account .woocommerce-MyAccount-content > p:first-of-type a {
  color: var(--account-accent);
  font-weight: 400;
}

body.woocommerce-account .woocommerce-MyAccount-content > p:not(:first-of-type) {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 15.236px;
  font-style: normal;
  font-weight: 300;
  line-height: 24.758px;
}

/* Dashboard links */
body.woocommerce-account .dashboard-links {
  display: grid;
  grid-template-columns: repeat(3, 225.632px);
  gap: 18px 26px;
  align-items: start;
  justify-content: flex-start;
  margin: 46px 0 0;
  padding: 0;
  list-style: none;
}

body.woocommerce-account .dashboard-links li {
  margin: 0;
  border: 0;
  list-style: none;
}

body.woocommerce-account .dashboard-links::before,
body.woocommerce-account .dashboard-links::after,
body.woocommerce-account .dashboard-links li::before,
body.woocommerce-account .dashboard-links li::after,
body.woocommerce-account .dashboard-links a::before,
body.woocommerce-account .dashboard-links a::after,
body.woocommerce-account .dashboard-links a:hover::before,
body.woocommerce-account .dashboard-links a:hover::after,
body.woocommerce-account .dashboard-links a:focus::before,
body.woocommerce-account .dashboard-links a:focus::after {
  content: none !important;
  display: none !important;
}

body.woocommerce-account .dashboard-links .woocommerce-MyAccount-navigation-link,
body.woocommerce-account .dashboard-links .woocommerce-MyAccount-navigation-link:first-child {
  border: 0;
}

body.woocommerce-account .dashboard-links .woocommerce-MyAccount-navigation-link--dashboard {
  display: none;
}

body.woocommerce-account .dashboard-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 225.632px;
  height: 119.71px;
  min-height: 119.71px;
  padding: 20px;
  border: 1px solid var(--account-card-border);
  border-radius: 0;
  background: linear-gradient(135deg, rgba(198, 169, 146, 0.05) 0%, rgba(198, 169, 146, 0) 100%);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14.148px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.221px;
  letter-spacing: 1.088px;
  text-transform: none;
  text-decoration: none;
  transition:
    border-color var(--account-transition),
    background var(--account-transition),
    color var(--account-transition);
}

body.woocommerce-account .dashboard-links a:hover,
body.woocommerce-account .dashboard-links a:focus {
  border-color: rgba(198, 169, 146, 0.28);
  background: linear-gradient(135deg, rgba(198, 169, 146, 0.08) 0%, rgba(198, 169, 146, 0.01) 100%);
  color: rgba(255, 255, 255, 0.92);
}

/* Buttons */
body.woocommerce-account .button,
body.woocommerce-account button.button,
body.woocommerce-account input.button,
body.woocommerce-account .woocommerce-button,
body.woocommerce-account .woocommerce-Button,
body.woocommerce-account .woocommerce-form-login .woocommerce-button {
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid var(--account-line-strong);
  border-radius: var(--account-radius);
  background: transparent;
  color: #fff;
  box-shadow: none;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition:
    background var(--account-transition),
    border-color var(--account-transition),
    color var(--account-transition);
}

body.woocommerce-account .button:hover,
body.woocommerce-account button.button:hover,
body.woocommerce-account input.button:hover,
body.woocommerce-account .woocommerce-button:hover,
body.woocommerce-account .woocommerce-Button:hover {
  background: var(--account-panel-soft);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

body.woocommerce-account .button.alt,
body.woocommerce-account .woocommerce-Button.button,
body.woocommerce-account button[name="save_account_details"] {
  border-color: var(--account-accent);
  background: var(--account-accent);
  color: #000;
}

body.woocommerce-account .button.alt:hover,
body.woocommerce-account .woocommerce-Button.button:hover,
body.woocommerce-account button[name="save_account_details"]:hover {
  background: #c19d84;
  border-color: #c19d84;
  color: #000;
}

/* Forms */
body.woocommerce-account form {
  margin: 0;
}

body.woocommerce-account .form-row,
body.woocommerce-account .woocommerce-form-row {
  margin-bottom: 18px;
}

body.woocommerce-account label {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--account-muted);
  font-size: 0.78rem;
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

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 input[type="number"],
body.woocommerce-account input[type="search"],
body.woocommerce-account textarea,
body.woocommerce-account select,
body.woocommerce-account .select2-container--default .select2-selection--single {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--account-line-strong);
  border-radius: 0;
  background: #0b0b0b;
  color: #fff;
  box-shadow: none;
  font-size: 0.96rem;
  transition:
    border-color var(--account-transition),
    background var(--account-transition);
}

body.woocommerce-account textarea {
  min-height: 140px;
  resize: vertical;
}

body.woocommerce-account input::placeholder,
body.woocommerce-account textarea::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

body.woocommerce-account input:focus,
body.woocommerce-account textarea:focus,
body.woocommerce-account select:focus,
body.woocommerce-account .select2-container--default.select2-container--focus .select2-selection--single {
  outline: none;
  border-color: var(--account-accent);
  background: #101010;
}

body.woocommerce-account .required {
  color: var(--account-accent);
}

/* Generic tables */
body.woocommerce-account table,
body.woocommerce-account .shop_table,
body.woocommerce-account .woocommerce-table {
  width: 100%;
  margin: 0 0 24px;
  border-collapse: collapse;
  background: transparent;
  color: var(--account-text);
}

body.woocommerce-account table thead th,
body.woocommerce-account .shop_table thead th,
body.woocommerce-account .woocommerce-table thead th {
  padding: 16px 14px;
  border-bottom: 1px solid var(--account-line-strong);
  background: transparent;
  color: var(--account-muted);
  font-size: 0.76rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

body.woocommerce-account table tbody td,
body.woocommerce-account .shop_table tbody td,
body.woocommerce-account .woocommerce-table tbody td {
  padding: 16px 14px;
  border-bottom: 1px solid var(--account-line);
  background: transparent;
  color: var(--account-text);
  font-size: 0.95rem;
  line-height: 1.5;
}

body.woocommerce-account table tbody tr:last-child td,
body.woocommerce-account .shop_table tbody tr:last-child td,
body.woocommerce-account .woocommerce-table tbody tr:last-child td {
  border-bottom-color: var(--account-line-strong);
}

body.woocommerce-account .woocommerce-orders-table__cell-order-actions .button,
body.woocommerce-account .woocommerce-table__product-name a,
body.woocommerce-account .woocommerce-orders-table a {
  white-space: nowrap;
}

/* Notices */
body.woocommerce-account .woocommerce-message,
body.woocommerce-account .woocommerce-info,
body.woocommerce-account .woocommerce-error,
body.woocommerce-account .woocommerce-notices-wrapper > * {
  margin: 0 0 20px;
  padding: 16px 18px;
  border: 1px solid var(--account-line-strong);
  background: #0d0d0d;
  color: var(--account-text);
}

body.woocommerce-account .woocommerce-message {
  border-left: 2px solid var(--account-success);
}

body.woocommerce-account .woocommerce-error {
  border-left: 2px solid var(--account-error);
}

body.woocommerce-account .woocommerce-info {
  border-left: 2px solid var(--account-accent);
}

body.woocommerce-account .woocommerce-error li,
body.woocommerce-account .woocommerce-message li,
body.woocommerce-account .woocommerce-info li {
  margin-bottom: 0;
}

body.woocommerce-account .woocommerce-Message,
body.woocommerce-account .no-orders,
body.woocommerce-account .woocommerce-table--order-downloads + .woocommerce-info {
  color: var(--account-muted);
}

/* Login/register */
body.woocommerce-account .woocommerce-form-login,
body.woocommerce-account .woocommerce-form-register,
body.woocommerce-account .u-column1.col-1,
body.woocommerce-account .u-column2.col-2 {
  color: var(--account-text);
}

body.woocommerce-account .lost_password {
  margin-top: 10px;
}

body.woocommerce-account .lost_password a {
  color: var(--account-muted);
}

body.woocommerce-account .lost_password a:hover {
  color: #fff;
}

/* Addresses */
body.woocommerce-account .woocommerce-Addresses,
body.woocommerce-account .u-columns.woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 34px;
  margin-top: 0;
}

body.woocommerce-account .woocommerce-Address,
body.woocommerce-account .woocommerce-address-fields,
body.woocommerce-account .addresses .title,
body.woocommerce-account .woocommerce-address-fields__field-wrapper {
  min-width: 0;
}

body.woocommerce-account .woocommerce-Address,
body.woocommerce-account .u-column1.col-1.woocommerce-Address,
body.woocommerce-account .u-column2.col-2.woocommerce-Address,
body.woocommerce-account .woocommerce-customer-details address {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

body.woocommerce-account .woocommerce-Address-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 18px;
  padding: 0 0 16px;
  border-bottom: 1px solid var(--account-line);
}

body.woocommerce-account .woocommerce-Address-title h2,
body.woocommerce-account .woocommerce-Address-title h3,
body.woocommerce-account .woocommerce-customer-details h2,
body.woocommerce-account .woocommerce-customer-details h3 {
  margin: 0;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0;
  text-transform: none;
}

body.woocommerce-account .woocommerce-Address-title .edit {
  flex: 0 0 auto;
  margin: 4px 0 0;
  color: var(--account-accent);
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
}

body.woocommerce-account .woocommerce-Address-title .edit:hover,
body.woocommerce-account .woocommerce-Address-title .edit:focus {
  color: #fff;
  text-decoration: none;
}

body.woocommerce-account .woocommerce-Address address,
body.woocommerce-account .woocommerce-Address p,
body.woocommerce-account .woocommerce-customer-details address {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.13px;
}

body.woocommerce-account .woocommerce-Address address br {
  content: "";
}

/* Orders table row styling */
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-number a {
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.5px;
  text-decoration: none;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-number a:hover,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-number a:focus {
  color: #fff;
  text-decoration: none;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-date,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-date time,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total .woocommerce-Price-amount,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total .amount,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total .woocommerce-Price-currencySymbol {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-status,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-status mark,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-status .order-status {
  color: var(--account-accent) !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 10px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 15px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-status {
  display: flex !important;
  align-items: center !important;
  min-height: 73px;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  vertical-align: middle;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-status mark,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-status .order-status {
  display: inline-block;
  margin: 0;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  line-height: 19.5px;
}

body.woocommerce-account .woocommerce-MyAccount-content td.woocommerce-orders-table__cell-order-actions a.button,
body.woocommerce-account .woocommerce-MyAccount-content td.woocommerce-orders-table__cell-order-actions a.woocommerce-button,
body.woocommerce-account .woocommerce-MyAccount-content td.woocommerce-orders-table__cell-order-actions a.view {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 63.87px !important;
  min-width: 63.87px !important;
  height: 32.5px !important;
  min-height: 32.5px !important;
  padding: 9px 15.6px 9.5px 16px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.05) !important;
  box-shadow: none !important;
  color: #fff !important;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 11px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 16.5px !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

body.woocommerce-account .woocommerce-MyAccount-content td.woocommerce-orders-table__cell-order-actions a.button:hover,
body.woocommerce-account .woocommerce-MyAccount-content td.woocommerce-orders-table__cell-order-actions a.button:focus,
body.woocommerce-account .woocommerce-MyAccount-content td.woocommerce-orders-table__cell-order-actions a.woocommerce-button:hover,
body.woocommerce-account .woocommerce-MyAccount-content td.woocommerce-orders-table__cell-order-actions a.woocommerce-button:focus,
body.woocommerce-account .woocommerce-MyAccount-content td.woocommerce-orders-table__cell-order-actions a.view:hover,
body.woocommerce-account .woocommerce-MyAccount-content td.woocommerce-orders-table__cell-order-actions a.view:focus {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #fff !important;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr {
  position: relative;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody th,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody td {
  border-bottom: 0 !important;
}

body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

/* Order details page */
body.woocommerce-account .woocommerce-order > p:first-of-type {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

body.woocommerce-account .woocommerce-order > p:first-of-type strong {
  color: #fff;
  font-weight: 500;
}

body.woocommerce-account .woocommerce-order-details table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
}

body.woocommerce-account .woocommerce-order-details thead th {
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.65);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

body.woocommerce-account .woocommerce-order-details tbody td,
body.woocommerce-account .woocommerce-order-details tbody th {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  line-height: 21px;
}

body.woocommerce-account .woocommerce-order-details .wc-item-meta {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}

body.woocommerce-account .woocommerce-order-details tfoot th,
body.woocommerce-account .woocommerce-order-details tfoot td {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
}

body.woocommerce-account .woocommerce-order-details tfoot th {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}

body.woocommerce-account .woocommerce-order-details tfoot td {
  color: #fff;
  text-align: right;
}

body.woocommerce-account .woocommerce-order-details tfoot tr:last-child td {
  font-weight: 600;
}

body.woocommerce-account .woocommerce-order .button {
  margin-top: 24px;
}

body.woocommerce-account .woocommerce-customer-details {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
  margin-top: 40px;
}

body.woocommerce-account .woocommerce-customer-details h2,
body.woocommerce-account .woocommerce-customer-details h3 {
  margin: 0 0 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

body.woocommerce-account .woocommerce-MyAccount-content p mark,
body.woocommerce-account .woocommerce-MyAccount-content p mark.order-number,
body.woocommerce-account .woocommerce-MyAccount-content p mark.order-date,
body.woocommerce-account .woocommerce-MyAccount-content p mark.order-status {
  display: inline-block !important;
  padding: 1px 4px !important;
  border: 0 !important;
  border-radius: 2px !important;
  background: var(--account-accent) !important;
  background-color: var(--account-accent) !important;
  box-shadow: none !important;
  color: #000 !important;
}

/* Mobile <= 1200 */
@media (max-width: 1200px) {
  body.woocommerce-account .dashboard-links {
    grid-template-columns: repeat(2, 225.632px);
  }
}

/* Mobile/tablet layout */
@media (max-width: 849px) {
  body.woocommerce-account .row.vertical-tabs {
    display: block;
  }

  body.woocommerce-account .row.vertical-tabs > .large-3.col.col-border {
    width: 100%;
    max-width: none;
    margin-bottom: 36px;
    padding-right: 0;
    padding-bottom: 28px;
    border-right: 0;
    border-bottom: 1px solid var(--account-line);
  }
}

/* Mobile */
@media (max-width: 767px) {
  body.woocommerce-account .my-account-header {
    padding: 18px 0 14px;
  }

  body.woocommerce-account .my-account-header h1 {
    font-size: 34px;
    line-height: 1.12;
    letter-spacing: -0.3px;
  }

  body.woocommerce-account .my-account-header small {
    margin-top: 2px;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 1.8px;
  }

  body.woocommerce-account .page-wrapper.my-account {
    padding: 14px 0 40px;
  }

  body.woocommerce-account .page-wrapper.my-account .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  body.woocommerce-account .row.vertical-tabs {
    display: block;
    gap: 0;
  }

  body.woocommerce-account .row.vertical-tabs > .large-3.col.col-border {
    width: 100%;
    max-width: none;
    margin-bottom: 26px;
    padding-right: 0;
    padding-bottom: 18px;
    border-right: 0;
    border-bottom: 1px solid var(--account-line);
  }

  body.woocommerce-account .row.vertical-tabs > .large-9.col,
  body.woocommerce-account .woocommerce-MyAccount-content {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 16px;
  }

  body.woocommerce-account .my-account-header .page-title-inner {
    padding-left: 10px;
    padding-right: 16px;
  }

  body.woocommerce-account .account-user {
    gap: 12px;
    margin-bottom: 18px;
  }

  body.woocommerce-account .account-user img.avatar,
  body.woocommerce-account .account-user .pk-initials-avatar {
    width: 52px;
    height: 52px;
  }

  body.woocommerce-account .account-user .user-name,
  body.woocommerce-account .account-user .user-id {
    font-size: 13px;
    line-height: 19px;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation a {
    padding: 14px 0;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 1.8px;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
  body.woocommerce-account .woocommerce-MyAccount-navigation a:focus,
  body.woocommerce-account .woocommerce-MyAccount-navigation a:active,
  body.woocommerce-account .woocommerce-MyAccount-navigation .is-active > a,
  body.woocommerce-account .woocommerce-MyAccount-navigation .active > a,
  body.woocommerce-account .woocommerce-MyAccount-navigation a[aria-current="page"] {
    padding-left: 14px;
  }

  body.woocommerce-account .woocommerce-MyAccount-content > p:first-of-type {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 21px;
  }

  body.woocommerce-account .woocommerce-MyAccount-content > p:not(:first-of-type) {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  body.woocommerce-account .dashboard-links {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 26px;
  }

  body.woocommerce-account .dashboard-links a {
    width: 100%;
    max-width: 100%;
    height: 96px;
    min-height: 96px;
    padding: 18px;
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.8px;
  }

  body.woocommerce-account label {
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 2px;
  }

  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 input[type="number"],
  body.woocommerce-account input[type="search"],
  body.woocommerce-account textarea,
  body.woocommerce-account select,
  body.woocommerce-account .select2-container--default .select2-selection--single {
    min-height: 54px;
    font-size: 16px;
  }

  body.woocommerce-account .woocommerce-Addresses,
  body.woocommerce-account .u-columns.woocommerce-Addresses,
  body.woocommerce-account .woocommerce-customer-details {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  body.woocommerce-account .woocommerce-Address-title {
    gap: 10px;
    align-items: flex-start;
  }

  body.woocommerce-account .woocommerce-Address-title h2,
  body.woocommerce-account .woocommerce-Address-title h3,
  body.woocommerce-account .woocommerce-customer-details h2,
  body.woocommerce-account .woocommerce-customer-details h3,
  body.woocommerce-account .woocommerce-MyAccount-content fieldset legend,
  body.woocommerce-account .woocommerce-MyAccount-content h2,
  body.woocommerce-account .woocommerce-MyAccount-content h3 {
    font-size: 18px;
    line-height: 27px;
  }

  body.woocommerce-account .woocommerce-Address-title .edit {
    font-size: 9px;
    line-height: 14px;
    letter-spacing: 1.2px;
    text-align: right;
  }

  body.woocommerce-account .woocommerce-Address address,
  body.woocommerce-account .woocommerce-Address p,
  body.woocommerce-account .woocommerce-customer-details address {
    font-size: 13px;
    line-height: 21px;
  }

  body.woocommerce-account .button,
  body.woocommerce-account button.button,
  body.woocommerce-account input.button,
  body.woocommerce-account .woocommerce-button,
  body.woocommerce-account .woocommerce-Button {
    min-height: 48px;
    padding: 12px 18px;
  }

  /* Responsive Woo tables */
  body.woocommerce-account .woocommerce table.shop_table_responsive tr,
  body.woocommerce-account .woocommerce-page table.shop_table_responsive tr,
  body.woocommerce-account .woocommerce table.shop_table_responsive tr td,
  body.woocommerce-account .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    width: 100%;
  }

  body.woocommerce-account .woocommerce table.shop_table_responsive thead,
  body.woocommerce-account .woocommerce-page table.shop_table_responsive thead {
    display: none;
  }

  body.woocommerce-account .woocommerce table.shop_table_responsive tbody tr,
  body.woocommerce-account .woocommerce-page table.shop_table_responsive tbody tr {
    margin-bottom: 18px;
    padding: 14px;
    border: 1px solid var(--account-line-strong);
    background: var(--account-panel);
  }

  body.woocommerce-account .woocommerce table.shop_table_responsive tbody td,
  body.woocommerce-account .woocommerce-page table.shop_table_responsive tbody td {
    padding: 10px 0;
    border-bottom: 1px solid var(--account-line);
    text-align: left !important;
  }

  body.woocommerce-account .woocommerce table.shop_table_responsive tbody td:last-child,
  body.woocommerce-account .woocommerce-page table.shop_table_responsive tbody td:last-child {
    border-bottom: 0;
  }

  body.woocommerce-account .woocommerce table.shop_table_responsive tbody td::before,
  body.woocommerce-account .woocommerce-page table.shop_table_responsive tbody td::before {
    color: var(--account-muted);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  /* Orders mobile: keep row layout with swipe */
  body.woocommerce-account .woocommerce-MyAccount-content .touch-scroll-table {
    position: relative;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
  }

  body.woocommerce-account .woocommerce-MyAccount-content .touch-scroll-table::before {
    content: "Swipe horizontally to view order details";
    display: block;
    margin: 0 0 10px;
    color: rgba(255, 255, 255, 0.55);
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }

  body.woocommerce-account .woocommerce-MyAccount-content .touch-scroll-table::after {
    content: "";
    position: absolute;
    top: 26px;
    right: 0;
    width: 28px;
    height: calc(100% - 26px);
    pointer-events: none;
    background: linear-gradient(to left, #000 0%, rgba(0, 0, 0, 0) 100%);
  }

  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table {
    width: 680px;
    min-width: 680px;
    border-collapse: collapse;
  }

  body.woocommerce-account .woocommerce table.shop_table_responsive.woocommerce-orders-table thead,
  body.woocommerce-account .woocommerce-page table.shop_table_responsive.woocommerce-orders-table thead {
    display: table-header-group !important;
  }

  body.woocommerce-account .woocommerce table.shop_table_responsive.woocommerce-orders-table tbody,
  body.woocommerce-account .woocommerce-page table.shop_table_responsive.woocommerce-orders-table tbody {
    display: table-row-group !important;
  }

  body.woocommerce-account .woocommerce table.shop_table_responsive.woocommerce-orders-table tr,
  body.woocommerce-account .woocommerce-page table.shop_table_responsive.woocommerce-orders-table tr {
    display: table-row !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  body.woocommerce-account .woocommerce table.shop_table_responsive.woocommerce-orders-table th,
  body.woocommerce-account .woocommerce table.shop_table_responsive.woocommerce-orders-table td,
  body.woocommerce-account .woocommerce-page table.shop_table_responsive.woocommerce-orders-table th,
  body.woocommerce-account .woocommerce-page table.shop_table_responsive.woocommerce-orders-table td {
    display: table-cell !important;
    width: auto !important;
    padding: 18px 18px 18px 0 !important;
    text-align: left !important;
    vertical-align: middle !important;
    border-bottom: 0 !important;
    background: transparent !important;
  }

  body.woocommerce-account .woocommerce table.shop_table_responsive.woocommerce-orders-table td::before,
  body.woocommerce-account .woocommerce-page table.shop_table_responsive.woocommerce-orders-table td::before {
    content: none !important;
    display: none !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table thead th {
    padding: 0 18px 14px 0 !important;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 1.8px;
    white-space: nowrap;
  }

  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-number a,
  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-date,
  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-date time,
  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total,
  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total .woocommerce-Price-amount,
  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total .amount,
  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total .woocommerce-Price-currencySymbol {
    font-size: 13px !important;
    line-height: 19.5px !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-status {
    display: table-cell !important;
    min-height: 0 !important;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
    vertical-align: middle !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-content td.woocommerce-orders-table__cell-order-actions {
    text-align: left !important;
    white-space: nowrap;
  }

  body.woocommerce-account .woocommerce-MyAccount-content td.woocommerce-orders-table__cell-order-actions a.button,
  body.woocommerce-account .woocommerce-MyAccount-content td.woocommerce-orders-table__cell-order-actions a.woocommerce-button,
  body.woocommerce-account .woocommerce-MyAccount-content td.woocommerce-orders-table__cell-order-actions a.view {
    width: 63.87px !important;
    min-width: 63.87px !important;
    height: 32.5px !important;
    min-height: 32.5px !important;
    padding: 9px 15.6px 9.5px 16px !important;
  }
}

/* Small mobile */
@media (max-width: 640px) {
  body.woocommerce-account .dashboard-links {
    grid-template-columns: 1fr;
  }

  body.woocommerce-account .dashboard-links a {
    min-height: 96px;
  }
}

/* Focus states */
body.woocommerce-account a:focus-visible,
body.woocommerce-account button:focus-visible,
body.woocommerce-account input:focus-visible,
body.woocommerce-account select:focus-visible,
body.woocommerce-account textarea:focus-visible {
  outline: 1px solid var(--account-accent);
  outline-offset: 2px;
}