/* ===============================
   Lumestar Account Page
================================ */

.lumestar-account {
  display: grid;
  gap: 1.5rem;
}

.lumestar-account__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  overflow: hidden;
  padding: 1.75rem;
  border: 1px solid rgba(126, 49, 123, 0.16);
  border-radius: 1.5rem;
  background:
    radial-gradient(
      circle at 90% 20%,
      rgba(126, 49, 123, 0.18),
      transparent 34%
    ),
    linear-gradient(135deg, rgba(126, 49, 123, 0.1), rgba(255, 255, 255, 0.92));
}

.lumestar-account__hero::after {
  content: "";
  position: absolute;
  right: -3.75rem;
  bottom: -5rem;
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  background: rgba(126, 49, 123, 0.08);
  pointer-events: none;
}

.lumestar-account__eyebrow {
  margin: 0 0 0.5rem;
  color: var(--color-accent-purple);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lumestar-account__title {
  margin: 0 0 0.625rem;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.15;
}

.lumestar-account__text {
  max-width: 39rem;
  margin: 0;
  color: rgba(20, 20, 20, 0.68);
  line-height: 1.6;
}

.lumestar-account__balance {
  position: relative;
  z-index: 1;
  min-width: 12rem;
  padding: 1.375rem;
  border-radius: 1.375rem;
  background: var(--color-accent-purple);
  color: #fff;
  text-align: center;
  box-shadow: 0 1.125rem 2.5rem rgba(126, 49, 123, 0.22);
}

.lumestar-account__balance-label,
.lumestar-account__card-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}

.lumestar-account__balance-label {
  color: rgba(255, 255, 255, 0.76);
}

.lumestar-account__balance strong {
  display: block;
  font-size: 2.25rem;
  line-height: 1;
}

.lumestar-account__balance span:last-child {
  display: block;
  margin-top: 0.25rem;
  color: rgba(255, 255, 255, 0.82);
}

.lumestar-account__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.875rem;
}

.lumestar-account__card {
  padding: 1.125rem;
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.125rem;
  background: #fff;
}

.lumestar-account__card-label {
  color: rgba(20, 20, 20, 0.54);
}

.lumestar-account__card strong {
  display: block;
  font-size: 1.05rem;
}

.lumestar-account__history {
  padding: 1.5rem;
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.5rem;
  background: #fff;
}

.lumestar-account__history h3 {
  margin-top: 0;
}

.lumestar-account__table-wrap {
  overflow-x: auto;
}

.lumestar-account__table {
  width: 100%;
  border-collapse: collapse;
}

.lumestar-account__table th,
.lumestar-account__table td {
  padding: 0.875rem 0.75rem;
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  text-align: left;
}

.lumestar-account__table th {
  color: rgba(20, 20, 20, 0.58);
  font-weight: 600;
}

.lumestar-account__table .is-plus {
  color: #168a3a;
}

.lumestar-account__table .is-minus {
  color: var(--color-accent-red);
}

.lumestar-account__empty {
  margin-bottom: 0;
  color: rgba(20, 20, 20, 0.6);
}

/* ===============================
   Woo My Account polish
   Обережно стилізуємо сам кабінет
================================ */
.woocommerce {
  width: 100%;
  max-width: var(--container);
  margin: 20px auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  margin-bottom: 40px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  padding: 1rem;
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.25rem;
  background: #fff;
  position: sticky;
  top: 140px;
  width: 25% !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 0.375rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 2.75rem;
  padding: 7px 14px;
  border-radius: 16px;
  color: var(--color-text);
  text-decoration: none;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
  font-size: 1.25rem;
}
.lumelle-account-nav .woocommerce-MyAccount-navigation-link--customer-logout a {
  color: var(--color-accent-red);
}

.lumelle-account-nav
  .woocommerce-MyAccount-navigation-link--customer-logout
  a
  i {
  background: rgba(180, 35, 24, 0.08);
  color: var(--color-accent-red);
}

.lumelle-account-nav
  .woocommerce-MyAccount-navigation-link--customer-logout
  a:hover {
  background: rgba(180, 35, 24, 0.08);
  color: var(--color-accent-red);
}

.lumelle-account-nav
  .woocommerce-MyAccount-navigation-link--customer-logout
  a:hover
  i {
  background: rgba(180, 35, 24, 0.14);
  color: var(--color-accent-red);
}

.woocommerce-account .woocommerce-MyAccount-navigation-link a:hover {
  background: rgba(126, 49, 123, 0.08);
  color: var(--color-accent-purple);
  transform: translateX(0.125rem);
}

.woocommerce-account .woocommerce-MyAccount-navigation-link.is-active a {
  background: var(--color-accent-purple);
  color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content {
  min-height: 20rem;
  width: 73% !important;
}

/* ===============================
   Lumelle Custom Account Dashboard
================================ */

.lumelle-account-dashboard {
  display: grid;
  gap: 1.5rem;
}

.lumelle-account-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 13rem;
  gap: 1.5rem;
  align-items: center;
  overflow: hidden;
  min-height: 18rem;
  padding: clamp(1.25rem, 3vw, 2.5rem);
  border: 1px solid rgba(126, 49, 123, 0.14);
  border-radius: 2rem;
  background:
    radial-gradient(
      circle at 88% 18%,
      rgba(126, 49, 123, 0.18),
      transparent 28%
    ),
    radial-gradient(
      circle at 10% 92%,
      rgba(126, 49, 123, 0.08),
      transparent 30%
    ),
    linear-gradient(135deg, #fff, #fbf7fb);
}

.lumelle-account-hero::before {
  content: "";
  position: absolute;
  right: -5rem;
  bottom: -6rem;
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  background: rgba(126, 49, 123, 0.08);
  pointer-events: none;
}

.lumelle-account-hero::after {
  content: "✦";
  position: absolute;
  right: 3rem;
  top: 2rem;
  color: rgba(126, 49, 123, 0.18);
  font-size: 5rem;
  line-height: 1;
  pointer-events: none;
}

.lumelle-account-hero__content,
.lumelle-account-hero__badge {
  position: relative;
  z-index: 1;
}

.lumelle-account-hero__eyebrow,
.lumelle-account-panel__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-accent-purple);
}

.lumelle-account-hero__title {
  max-width: 44rem;
  margin: 0 0 0.875rem;
  font-size: clamp(2rem, 4vw, 3.75rem);
  color: var(--color-text, #343036);
  line-height: 1.05;
  font-weight: 300;
  letter-spacing: -0.055em;
}

.lumelle-account-hero__text {
  max-width: 42rem;
  margin: 0;
  color: rgba(48, 16, 56, 0.68);
  font-size: 1rem;
  line-height: 1.7;
}

.lumelle-account-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  align-items: center;
  margin-top: 1.5rem;
}

.lumelle-account-btn {
  min-height: 3rem;
  padding-inline: 1.375rem;
}

.lumelle-account-link {
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
  color: var(--color-accent-purple);
  font-weight: 700;
  text-decoration: none;
}

.lumelle-account-link:hover {
  color: #301038;
}

.lumelle-account-hero__badge {
  display: grid;
  place-items: center;
  min-height: 13rem;
  padding: 1.5rem;
  border-radius: 1.75rem;
  background: var(--color-accent-purple);
  color: #fff;
  text-align: center;
  box-shadow: 0 1.5rem 4rem rgba(126, 49, 123, 0.24);
}

.lumelle-account-hero__badge span,
.lumelle-account-hero__badge small {
  color: rgba(255, 255, 255, 0.78);
}

.lumelle-account-hero__badge strong {
  display: block;
  margin: 0.25rem 0;
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: -0.05em;
}

.lumelle-account-stats {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}

.lumelle-account-stat {
  min-width: 0;
  height: 100%;
}

/* Dashboard grid:
   1–3 картки: по 2 ячейки в першому рядку
   4–5 картки: по 2 ячейки в другому рядку
   6–7 картки: по 1 ячейці в другому рядку
*/
.lumelle-account-stat:nth-child(1),
.lumelle-account-stat:nth-child(2),
.lumelle-account-stat:nth-child(3),
.lumelle-account-stat:nth-child(4),
.lumelle-account-stat:nth-child(5) {
  grid-column: span 2;
}

.lumelle-account-stat:nth-child(6),
.lumelle-account-stat:nth-child(7) {
  grid-column: span 1;
}

.lumelle-account-stat {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-height: 11rem;
  padding: 1.25rem;
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.5rem;
  background: #fff;
  color: #301038;
  text-decoration: none;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.lumelle-account-stat:hover {
  transform: translateY(-0.25rem);
  border-color: rgba(126, 49, 123, 0.24);
  box-shadow: 0 1rem 2.5rem rgba(48, 16, 56, 0.08);
}

.lumelle-account-stat--accent {
  background:
    radial-gradient(
      circle at 100% 0%,
      rgba(255, 255, 255, 0.18),
      transparent 35%
    ),
    var(--color-accent-purple);
  color: #fff;
}

.lumelle-account-stat__icon {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 0.35rem;
  border-radius: 999px;
  background: rgba(126, 49, 123, 0.08);
  color: var(--color-accent-purple);
  font-size: 1rem;
}

.lumelle-account-stat--accent .lumelle-account-stat__icon {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.lumelle-account-stat__label {
  color: rgba(48, 16, 56, 0.56);
  font-size: 0.875rem;
  font-weight: 600;
}

.lumelle-account-stat--accent .lumelle-account-stat__label,
.lumelle-account-stat--accent small {
  color: rgba(255, 255, 255, 0.72);
}

.lumelle-account-stat strong {
  display: block;
  font-size: 1.35rem;
  line-height: 1.15;
}

.lumelle-account-stat small {
  color: rgba(48, 16, 56, 0.56);
  line-height: 1.45;
  margin-top: auto;
}

.lumelle-account-stat.lumelle-account-stat--accent small {
  color: #fff;
  opacity: 0.6;
  margin-top: auto;
}

.lumelle-account-panels {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr);
  gap: 1rem;
}

.lumelle-account-panel {
  padding: 1.5rem;
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.5rem;
  background: #fff;
}

.lumelle-account-panel--wide {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  justify-content: space-between;
  background: linear-gradient(
    135deg,
    rgba(126, 49, 123, 0.08),
    rgba(255, 255, 255, 0.96)
  );
}

.lumelle-account-panel h2 {
  max-width: 42rem;
  margin: 0 0 0.75rem;
  color: #301038;
  font-size: clamp(1.375rem, 2vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.lumelle-account-panel p {
  max-width: 42rem;
  margin: 0;
  color: rgba(48, 16, 56, 0.64);
  line-height: 1.65;
  margin-bottom: 20px;
}

.lumelle-account-panel__link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.75rem 1.125rem;
  border-radius: 999px;
  background: #fff;
  color: var(--color-accent-purple);
  font-weight: 700;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(126, 49, 123, 0.16);
}

.lumelle-account-panel__link:hover {
  color: #301038;
  box-shadow: inset 0 0 0 1px rgba(126, 49, 123, 0.28);
}

.lumelle-account-shortcuts {
  display: grid;
  gap: 0.625rem;
}

.lumelle-account-shortcuts a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3rem;
  padding: 0.75rem 0.875rem;
  border-radius: 1rem;
  background: rgba(126, 49, 123, 0.06);
  color: #301038;
  font-weight: 600;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.lumelle-account-shortcuts a::after {
  content: "→";
  color: var(--color-accent-purple);
}

.lumelle-account-shortcuts a:hover {
  background: rgba(126, 49, 123, 0.1);
  transform: translateX(0.125rem);
}

/* ===============================
   Lumelle Login / Register Page
================================ */

.woocommerce-account:not(.logged-in) .woocommerce {
  width: min(100% - 2rem, 78rem);
  margin-inline: auto;
}

.woocommerce-account:not(.logged-in) .woocommerce h2 {
  margin: 0 0 1.25rem;
  color: #301038;
  font-size: clamp(1.625rem, 3vw, 2.5rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login,
.woocommerce-account:not(.logged-in) .woocommerce-form-register {
  margin: 0;
  padding: 0;
  border: 0;
}

.woocommerce-account:not(.logged-in) .u-columns {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.85fr);
  gap: 1.25rem;
  align-items: stretch;
}

.woocommerce-account:not(.logged-in) .u-column1,
.woocommerce-account:not(.logged-in) .u-column2 {
  float: none;
  width: auto;
  min-height: 34rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.75rem;
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(48, 16, 56, 0.045);
}

.woocommerce-account:not(.logged-in) .u-column1 {
  position: relative;
  z-index: 2;
}

.woocommerce-account:not(.logged-in) .u-column2 {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 90% 16%,
      rgba(126, 49, 123, 0.22),
      transparent 28%
    ),
    radial-gradient(
      circle at 10% 90%,
      rgba(126, 49, 123, 0.1),
      transparent 32%
    ),
    linear-gradient(135deg, #fff, #fbf6fb);
}

.woocommerce-account:not(.logged-in) .u-column2::before {
  content: "Lumestar";
  position: absolute;
  right: -1rem;
  bottom: 1rem;
  color: rgba(126, 49, 123, 0.055);
  font-size: clamp(4rem, 10vw, 8rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.08em;
  pointer-events: none;
}

.woocommerce-account:not(.logged-in) .u-column2::after {
  content: "✦";
  position: absolute;
  right: 2rem;
  top: 2rem;
  color: rgba(126, 49, 123, 0.18);
  font-size: 4rem;
  line-height: 1;
  pointer-events: none;
}

.woocommerce-account:not(.logged-in) .form-row {
  margin: 0 0 1rem;
}

.woocommerce-account:not(.logged-in) label {
  display: inline-flex;
  margin-bottom: 0.45rem;
  color: rgba(48, 16, 56, 0.76);
  font-size: 0.9rem;
  font-weight: 600;
}

.woocommerce-account:not(.logged-in) .required {
  color: var(--color-accent-purple);
}

.woocommerce-account:not(.logged-in) input.input-text {
  width: 100%;
  min-height: 3.125rem;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(48, 16, 56, 0.14);
  border-radius: 1rem;
  background: #fff;
  color: #301038;
  font-size: 1rem;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.woocommerce-account:not(.logged-in) input.input-text:focus {
  border-color: rgba(126, 49, 123, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(126, 49, 123, 0.08);
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0.25rem 0 1rem;
  color: rgba(48, 16, 56, 0.68);
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login__rememberme input {
  width: 1rem;
  height: 1rem;
  accent-color: var(--color-accent-purple);
}

.woocommerce-account:not(.logged-in) .woocommerce-button,
.woocommerce-account:not(.logged-in) button.woocommerce-form-login__submit,
.woocommerce-account:not(.logged-in) button.woocommerce-form-register__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1.375rem;
  border: 0;
  border-radius: 999px;
  background: var(--color-accent-purple);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.woocommerce-account:not(.logged-in) .woocommerce-button:hover,
.woocommerce-account:not(.logged-in)
  button.woocommerce-form-login__submit:hover,
.woocommerce-account:not(.logged-in)
  button.woocommerce-form-register__submit:hover {
  background: #6d286a;
  color: #fff;
  transform: translateY(-0.125rem);
  box-shadow: 0 0.875rem 1.75rem rgba(126, 49, 123, 0.2);
}

.woocommerce-account:not(.logged-in) .lost_password {
  margin: 1rem 0 0;
}

.woocommerce-account:not(.logged-in) .lost_password a,
.woocommerce-account:not(.logged-in) .woocommerce-privacy-policy-text a {
  color: var(--color-accent-purple);
  font-weight: 600;
  text-decoration: none;
}

.woocommerce-account:not(.logged-in) .lost_password a:hover,
.woocommerce-account:not(.logged-in) .woocommerce-privacy-policy-text a:hover {
  color: #301038;
}

.woocommerce-account:not(.logged-in) .woocommerce-privacy-policy-text {
  margin: 1rem 0;
  color: rgba(48, 16, 56, 0.62);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Registration card decorative content */

.woocommerce-account:not(.logged-in) .u-column2 h2 {
  position: relative;
  z-index: 1;
}

.woocommerce-account:not(.logged-in) .u-column2 form {
  position: relative;
  z-index: 1;
}

.woocommerce-account:not(.logged-in)
  .u-column2
  .woocommerce-form-register::before {
  content: "Створіть акаунт, щоб накопичувати Lumestar, швидше оформлювати замовлення та зберігати історію покупок.";
  display: block;
  margin-bottom: 1.25rem;
  color: rgba(48, 16, 56, 0.68);
  font-size: 1rem;
  line-height: 1.65;
}

.woocommerce-account:not(.logged-in)
  .u-column1
  .woocommerce-form-login::before {
  content: "Раді бачити вас знову. Увійдіть, щоб переглянути замовлення, бонуси та особисті дані.";
  display: block;
  margin-bottom: 1.25rem;
  color: rgba(48, 16, 56, 0.68);
  font-size: 1rem;
  line-height: 1.65;
}

.woocommerce-account:not(.logged-in) .woocommerce-error,
.woocommerce-account:not(.logged-in) .woocommerce-message,
.woocommerce-account:not(.logged-in) .woocommerce-info {
  width: min(100% - 2rem, 78rem);
  margin: 0 auto 1rem;
  border-top-color: var(--color-accent-purple);
  border-radius: 1rem;
}

/* ===============================
   Auth Intro
================================ */

.lumelle-auth-intro {
  width: min(100% - 2rem, 78rem);
  margin: 0 auto 1.5rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 2rem;
  background:
    radial-gradient(
      circle at 92% 20%,
      rgba(126, 49, 123, 0.16),
      transparent 30%
    ),
    linear-gradient(135deg, #fff, #fbf7fb);
}

.lumelle-auth-intro__eyebrow {
  margin: 0 0 0.625rem;
  color: var(--color-accent-purple);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lumelle-auth-intro h1 {
  max-width: 46rem;
  margin: 0 0 0.875rem;
  color: #301038;
  font-size: clamp(2rem, 4vw, 3.75rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.lumelle-auth-intro p:last-child {
  max-width: 42rem;
  margin: 0;
  color: rgba(48, 16, 56, 0.68);
  line-height: 1.7;
}

.woocommerce-account.logged-in .woocommerce-MyAccount-content > p:not([class]) {
  display: none;
}
/* ===============================
   Lumestar Level Card
================================ */

.lumelle-account-stat--level {
  overflow: hidden;
  background:
    radial-gradient(
      circle at 90% 12%,
      rgba(126, 49, 123, 0.14),
      transparent 32%
    ),
    linear-gradient(135deg, #fff, #fbf7fb);
}

.lumelle-account-stat--level .lumelle-account-stat__icon {
  background: rgba(126, 49, 123, 0.12);
}

.lumelle-account-level-progress {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0.45rem;
  margin-top: 0.5rem;
  border-radius: 999px;
  background: rgba(126, 49, 123, 0.1);
}

.lumelle-account-level-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--color-accent-purple);
}

.lumelle-account-stat em {
  display: block;
  margin-top: 0.35rem;
  color: rgba(48, 16, 56, 0.52);
  font-size: 0.78rem;
  font-style: normal;
  line-height: 1.35;
}

.lumelle-account-stat--accent em {
  color: rgba(255, 255, 255, 0.7);
}

/* ===============================
   Lumestar Progress + Info
================================ */

.lumestar-account__progress-card {
  padding: 1.5rem;
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.5rem;
  background:
    radial-gradient(
      circle at 92% 18%,
      rgba(126, 49, 123, 0.12),
      transparent 30%
    ),
    linear-gradient(135deg, #fff, #fbf7fb);
}

.lumestar-account__progress-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.875rem;
}

.lumestar-account__progress-head h3 {
  margin: 0.25rem 0 0;
  color: #301038;
  font-size: 1.5rem;
  line-height: 1.15;
}

.lumestar-account__progress-amount {
  flex: 0 0 auto;
  padding: 0.625rem 0.875rem;
  border-radius: 999px;
  background: rgba(126, 49, 123, 0.08);
  color: var(--color-accent-purple);
  font-weight: 700;
  white-space: nowrap;
}

.lumestar-account__progress-text {
  margin: 0 0 1rem;
  color: rgba(48, 16, 56, 0.68);
  line-height: 1.65;
}

.lumestar-account__progress-text strong {
  color: #301038;
}

.lumestar-account__progress-bar {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0.625rem;
  border-radius: 999px;
  background: rgba(126, 49, 123, 0.1);
}

.lumestar-account__progress-bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--color-accent-purple), #a64aa2);
}

.lumestar-account__progress-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.625rem;
  color: rgba(48, 16, 56, 0.58);
  font-size: 0.875rem;
  font-weight: 600;
}

.lumestar-account__info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.lumestar-account__info-card {
  padding: 1.375rem;
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.5rem;
  background: #fff;
}

.lumestar-account__info-card h3 {
  margin: 0 0 0.875rem;
  color: #301038;
  font-size: 1.125rem;
}

.lumestar-account__info-card ul {
  display: grid;
  gap: 0.625rem;
  margin: 0;
  padding-left: 1.125rem;
  color: rgba(48, 16, 56, 0.68);
  line-height: 1.6;
}

.lumestar-account__info-card li strong {
  color: #301038;
}

/* ===============================
   Lumestar Progress Advanced
================================ */

.lumestar-account__progress-wrap {
  display: grid;
  gap: 0.625rem;
}

.lumestar-account__progress-bar {
  position: relative;
  width: 100%;
  height: 0.75rem;
  border-radius: 999px;
  background: rgba(126, 49, 123, 0.1);
  overflow: visible;
}

.lumestar-account__progress-fill {
  position: relative;
  display: block;
  height: 100%;
  min-width: 1.25rem;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    var(--color-accent-purple) 0%,
    #b35aac 100%
  );
  box-shadow: 0 0.25rem 1rem rgba(126, 49, 123, 0.18);
  overflow: visible;
}
.lumestar-account__progress-fill::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    110deg,
    transparent 0%,
    transparent 35%,
    rgba(255, 255, 255, 0.36) 48%,
    transparent 62%,
    transparent 100%
  );
  background-size: 220% 100%;
  animation: lumestar-progress-shimmer 2.6s ease-in-out infinite;
  pointer-events: none;
}

@keyframes lumestar-progress-shimmer {
  0% {
    background-position: 120% 0;
  }

  55%,
  100% {
    background-position: -120% 0;
  }
}

.lumestar-account__progress-thumb {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.1875rem solid #fff;
  border-radius: 50%;
  background: var(--color-accent-purple);
  box-shadow: 0 0.375rem 1rem rgba(126, 49, 123, 0.24);
  transform: translate(50%, -50%);
  z-index: 4;
}

.lumestar-account__progress-tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.9rem);
  min-width: max-content;
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  background: #301038;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
  z-index: 10;
  pointer-events: none;
  transform: translateX(-50%) translateY(0.375rem);
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0.75rem 1.5rem rgba(48, 16, 56, 0.18);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s ease;
}
.lumestar-account__progress-fill[style*="0%"]
  .lumestar-account__progress-tooltip {
  left: 0;
  transform: translateX(0) translateY(0.375rem);
}

.lumestar-account__progress-card:hover
  .lumestar-account__progress-fill[style*="0%"]
  .lumestar-account__progress-tooltip {
  transform: translateX(0) translateY(0);
}
.lumestar-account__progress-tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0.625rem;
  height: 0.625rem;
  background: #301038;
  transform: translateX(-50%) rotate(45deg);
}

.lumestar-account__progress-card:hover .lumestar-account__progress-tooltip,
.lumestar-account__progress-thumb:hover .lumestar-account__progress-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.lumestar-account__progress-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.125rem;
  color: rgba(48, 16, 56, 0.58);
  font-size: 0.875rem;
  font-weight: 600;
}

.lumestar-account__progress-meta .is-current {
  color: var(--color-accent-purple);
}

.lumestar-account__progress-meta .is-next {
  color: rgba(48, 16, 56, 0.68);
}

/* .lumestar-account__levels {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
    gap: 0.75rem;
    margin-top: 1rem;
} */

/* .lumestar-account__level-pill {
    padding: 0.875rem 1rem;
    border: 1px solid rgba(126, 49, 123, 0.12);
    border-radius: 1rem;
    background: #fff;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
} */

/* .lumestar-account__level-pill:hover {
    transform: translateY(-0.125rem);
    border-color: rgba(126, 49, 123, 0.24);
    box-shadow: 0 0.625rem 1.5rem rgba(48, 16, 56, 0.06);
}

.lumestar-account__level-pill.is-completed {
    background: rgba(126, 49, 123, 0.05);
}

.lumestar-account__level-pill.is-current {
    border-color: var(--color-accent-purple);
    background: linear-gradient(135deg, var(--color-accent-purple), #9d4d9a);
    box-shadow: 0 0.875rem 2rem rgba(126, 49, 123, 0.18);
}

.lumestar-account__level-pill.is-current .lumestar-account__level-name,
.lumestar-account__level-pill.is-current small {
    color: #fff;
}

.lumestar-account__level-pill.is-next {
    border-style: dashed;
    border-color: rgba(126, 49, 123, 0.36);
    background: rgba(126, 49, 123, 0.04);
} */

/* .lumestar-account__level-name {
    display: block;
    margin-bottom: 0.25rem;
    color: #301038;
    font-weight: 700;
    line-height: 1.25;
} */

/* .lumestar-account__level-pill small {
    display: block;
    color: rgba(48, 16, 56, 0.58);
    line-height: 1.4;
} */

/* ===============================
   Lumestar Levels Premium
================================ */

.lumestar-account__levels-wrap {
  margin-top: 1.25rem;
}

.lumestar-account__levels-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.875rem;
}

.lumestar-account__levels-head h3 {
  margin: 0;
  color: #301038;
  font-size: 1.125rem;
  line-height: 1.2;
}

.lumestar-account__levels-head p {
  max-width: 26rem;
  margin: 0;
  color: rgba(48, 16, 56, 0.58);
  font-size: 0.875rem;
  line-height: 1.5;
}

.lumestar-account__levels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11.5rem, 1fr));
  gap: 0.75rem;
}

.lumestar-account__level-pill {
  position: relative;
  display: grid;
  gap: 0.35rem;
  min-height: 9.75rem;
  padding: 1rem;
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.125rem;
  background: #fff;
  color: #301038;
  overflow: hidden;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.lumestar-account__level-pill::before {
  content: "";
  position: absolute;
  right: -2.5rem;
  top: -2.5rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: rgba(126, 49, 123, 0.06);
  pointer-events: none;
}

.lumestar-account__level-pill::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0.875rem;
  z-index: 3;
  padding: 0.5rem 0.65rem;
  border-radius: 999px;
  background: #301038;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.375rem);
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease,
    transform 0.2s ease;
}

.lumestar-account__level-pill:hover {
  transform: translateY(-0.1875rem);
  border-color: rgba(126, 49, 123, 0.28);
  box-shadow: 0 0.875rem 2rem rgba(48, 16, 56, 0.08);
}

.lumestar-account__level-pill:hover::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lumestar-account__level-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
}

.lumestar-account__level-icon {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(126, 49, 123, 0.08);
  color: var(--color-accent-purple);
  font-size: 0.95rem;
  line-height: 1;
}

.lumestar-account__level-badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.65rem;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: rgba(126, 49, 123, 0.1);
  color: var(--color-accent-purple);
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.lumestar-account__level-badge.is-next {
  background: rgba(126, 49, 123, 0.07);
  color: rgba(126, 49, 123, 0.88);
}

.lumestar-account__level-badge.is-done {
  background: rgba(22, 138, 58, 0.08);
  color: #168a3a;
}

.lumestar-account__level-name,
.lumestar-account__level-pill small,
.lumestar-account__level-pill strong {
  position: relative;
  z-index: 1;
}

.lumestar-account__level-name {
  display: block;
  margin-top: 0.25rem;
  color: #301038;
  font-weight: 800;
  line-height: 1.25;
}

.lumestar-account__level-pill small {
  display: block;
  color: rgba(48, 16, 56, 0.56);
  line-height: 1.4;
}

.lumestar-account__level-pill strong {
  display: block;
  margin-top: auto;
  color: var(--color-accent-purple);
  font-size: 0.95rem;
  line-height: 1.25;
}

/* completed */
.lumestar-account__level-pill.is-completed {
  background: rgba(126, 49, 123, 0.035);
}

.lumestar-account__level-pill.is-completed .lumestar-account__level-icon {
  background: rgba(22, 138, 58, 0.1);
  color: #168a3a;
}

/* current */
.lumestar-account__level-pill.is-current {
  border-color: rgba(126, 49, 123, 0.78);
  background:
    radial-gradient(
      circle at 95% 0%,
      rgba(255, 255, 255, 0.22),
      transparent 36%
    ),
    linear-gradient(135deg, var(--color-accent-purple), #9d4d9a);
  color: #fff;
  box-shadow: 0 1rem 2.25rem rgba(126, 49, 123, 0.2);
}

.lumestar-account__level-pill.is-current::before {
  background: rgba(255, 255, 255, 0.14);
}

.lumestar-account__level-pill.is-current .lumestar-account__level-icon {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.lumestar-account__level-pill.is-current .lumestar-account__level-badge {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.lumestar-account__level-pill.is-current .lumestar-account__level-name,
.lumestar-account__level-pill.is-current small,
.lumestar-account__level-pill.is-current strong {
  color: #fff;
}

.lumestar-account__level-pill.is-current small {
  opacity: 0.78;
}

/* next */
.lumestar-account__level-pill.is-next {
  border-style: dashed;
  border-color: rgba(126, 49, 123, 0.38);
  background:
    radial-gradient(circle at 90% 0%, rgba(126, 49, 123, 0.1), transparent 32%),
    rgba(126, 49, 123, 0.035);
}

/* locked */
.lumestar-account__level-pill.is-locked {
  opacity: 0.72;
}

.lumestar-account__level-pill.is-locked .lumestar-account__level-icon {
  filter: grayscale(1);
  opacity: 0.7;
}

/* ===============================
   Lumelle Account Orders
================================ */

.woocommerce-account.woocommerce-orders .woocommerce-MyAccount-content,
.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content {
  color: #301038;
}

/* Empty orders notice */
.woocommerce-account.woocommerce-orders .woocommerce-info {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 1rem;
  overflow: hidden;
  margin: 0;
  padding: clamp(1.5rem, 3vw, 2rem);
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.5rem;
  background:
    radial-gradient(
      circle at 92% 20%,
      rgba(126, 49, 123, 0.14),
      transparent 30%
    ),
    linear-gradient(135deg, #fff, #fbf7fb);
  color: rgba(48, 16, 56, 0.72);
  box-shadow: 0 1rem 3rem rgba(48, 16, 56, 0.045);
}

.woocommerce-account.woocommerce-orders .woocommerce-info::before {
  content: "⌁";
  position: static;
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  margin: 0;
  border-radius: 999px;
  background: rgba(126, 49, 123, 0.08);
  color: var(--color-accent-purple);
  font-size: 1rem;
}

.woocommerce-account.woocommerce-orders .woocommerce-info::after {
  content: "";
  position: absolute;
  right: -4rem;
  bottom: -5rem;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background: rgba(126, 49, 123, 0.08);
  pointer-events: none;
}

.woocommerce-account.woocommerce-orders .woocommerce-info .button,
.woocommerce-account.woocommerce-orders .woocommerce-info .woocommerce-Button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 12rem;
  min-height: 3rem;
  padding: 0.75rem 1.375rem;
  border: 0;
  border-radius: 999px;
  background: var(--color-accent-purple);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 0.875rem 1.75rem rgba(126, 49, 123, 0.18);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.woocommerce-account.woocommerce-orders .woocommerce-info .button:hover,
.woocommerce-account.woocommerce-orders
  .woocommerce-info
  .woocommerce-Button:hover {
  background: #6d286a;
  color: #fff;
  transform: translateY(-0.125rem);
  box-shadow: 0 1rem 2rem rgba(126, 49, 123, 0.24);
}

/* Orders table */
.woocommerce-account .woocommerce-orders-table {
  overflow: hidden;
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(48, 16, 56, 0.045);
}

.woocommerce-account .woocommerce-orders-table thead {
  background: rgba(126, 49, 123, 0.06);
}

.woocommerce-account .woocommerce-orders-table th,
.woocommerce-account .woocommerce-orders-table td {
  padding: 1rem;
  border: 0;
  border-bottom: 1px solid rgba(126, 49, 123, 0.08);
  color: rgba(48, 16, 56, 0.72);
  vertical-align: middle;
}

.woocommerce-account .woocommerce-orders-table th {
  color: rgba(48, 16, 56, 0.58);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.woocommerce-account .woocommerce-orders-table tr:last-child td {
  border-bottom: 0;
}

.woocommerce-account .woocommerce-orders-table__cell-order-number a {
  color: var(--color-accent-purple);
  font-weight: 800;
  text-decoration: none;
}

.woocommerce-account .woocommerce-orders-table__cell-order-number a:hover {
  color: #301038;
}

.woocommerce-account .woocommerce-orders-table__cell-order-status {
  font-weight: 700;
}

.woocommerce-account .woocommerce-orders-table__cell-order-total {
  color: #301038;
  font-weight: 700;
}

.woocommerce-account .woocommerce-orders-table__cell-order-actions .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.625rem 1rem;
  border-radius: 999px;
  background: rgba(126, 49, 123, 0.08);
  color: var(--color-accent-purple);
  font-weight: 700;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.woocommerce-account
  .woocommerce-orders-table__cell-order-actions
  .button:hover {
  background: var(--color-accent-purple);
  color: #fff;
  transform: translateY(-0.125rem);
}

/* View order page */
.woocommerce-account.woocommerce-view-order .woocommerce-order-details,
.woocommerce-account.woocommerce-view-order .woocommerce-customer-details,
.woocommerce-account.woocommerce-view-order .woocommerce-order-downloads {
  padding: 1.5rem;
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(48, 16, 56, 0.045);
}

.woocommerce-account.woocommerce-view-order .woocommerce-order-details__title,
.woocommerce-account.woocommerce-view-order .woocommerce-column__title {
  margin-top: 0;
  color: #301038;
  font-size: 1.5rem;
  line-height: 1.2;
}

.woocommerce-account.woocommerce-view-order .woocommerce-table {
  border: 0;
}

.woocommerce-account.woocommerce-view-order .woocommerce-table th,
.woocommerce-account.woocommerce-view-order .woocommerce-table td {
  padding: 1rem;
  border-color: rgba(126, 49, 123, 0.1);
}

.woocommerce-account.woocommerce-view-order mark {
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  background: rgba(126, 49, 123, 0.08);
  color: var(--color-accent-purple);
  font-weight: 700;
}

/* ===============================
   Lumelle Orders Accordion
================================ */

.lumelle-orders-list {
  display: grid;
  gap: 1rem;
}

.lumelle-order-card {
  overflow: hidden;
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(48, 16, 56, 0.045);
}

.lumelle-order-card__head {
  display: grid;
  grid-template-columns: 1fr 1fr 1.1fr 1.1fr auto;
  gap: 1rem;
  align-items: center;
  width: 100%;
  padding: 1.25rem;
  border: 0;
  background: #fff;
  color: #301038;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.lumelle-order-card__head:hover {
  background: rgba(126, 49, 123, 0.035);
}

.lumelle-order-card__label {
  display: block;
  margin-bottom: 0.25rem;
  color: rgba(48, 16, 56, 0.48);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lumelle-order-card__head strong {
  display: block;
  color: #301038;
  font-size: 0.95rem;
  line-height: 1.3;
}

.lumelle-order-card__head small {
  display: block;
  margin-top: 0.125rem;
  color: rgba(48, 16, 56, 0.52);
}

.lumelle-order-card__main strong {
  color: var(--color-accent-purple);
  font-size: 1.05rem;
}

.lumelle-order-card__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.625rem 1rem;
  border-radius: 999px;
  background: rgba(126, 49, 123, 0.08);
  color: var(--color-accent-purple);
  font-weight: 800;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.lumelle-order-card__toggle::after {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  margin-left: 0.55rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-0.125rem);
  transition: transform 0.2s ease;
}

.lumelle-order-card.is-open .lumelle-order-card__toggle {
  background: var(--color-accent-purple);
  color: #fff;
}

.lumelle-order-card.is-open .lumelle-order-card__toggle::after {
  transform: rotate(225deg) translateY(-0.125rem);
}

.lumelle-order-card__body {
  padding: 0 1.25rem 1.25rem;
  border-top: 1px solid rgba(126, 49, 123, 0.08);
}

.lumelle-order-products {
  display: grid;
  gap: 0.75rem;
  padding-top: 1.25rem;
}

.lumelle-order-product {
  display: grid;
  grid-template-columns: 4.5rem minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 0.875rem;
  border-radius: 1rem;
  background: rgba(126, 49, 123, 0.035);
}

.lumelle-order-product__image {
  overflow: hidden;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 0.875rem;
  background: #fff;
}

.lumelle-order-product__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lumelle-order-product__title {
  display: inline-flex;
  color: #301038;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.lumelle-order-product__title:hover {
  color: var(--color-accent-purple);
}

.lumelle-order-product__qty {
  display: block;
  margin-top: 0.25rem;
  color: rgba(48, 16, 56, 0.58);
  font-size: 0.875rem;
}

.lumelle-order-product__price {
  text-align: right;
}

.lumelle-order-product__price small {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--color-accent-red);
  font-size: 0.8rem;
  font-weight: 700;
}

.lumelle-order-product__price strong {
  color: #301038;
  font-size: 1rem;
}

.lumelle-order-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(126, 49, 123, 0.08);
}

.lumelle-order-card__summary span {
  display: block;
  color: rgba(48, 16, 56, 0.52);
  font-size: 0.875rem;
}

.lumelle-order-card__summary strong {
  display: block;
  margin-top: 0.125rem;
  color: #301038;
  font-size: 1.25rem;
}

.lumelle-order-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.lumelle-order-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.625rem 1rem;
  border-radius: 999px;
  background: rgba(126, 49, 123, 0.08);
  color: var(--color-accent-purple);
  font-weight: 800;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.lumelle-order-action:hover {
  background: var(--color-accent-purple);
  color: #fff;
  transform: translateY(-0.125rem);
}

.lumelle-order-action--cancel {
  background: rgba(180, 35, 24, 0.08);
  color: var(--color-accent-red);
}

.lumelle-order-action--cancel:hover {
  background: var(--color-accent-red);
  color: #fff;
}

.lumelle-order-status {
  display: inline-flex !important;
  align-items: center;
  width: fit-content;
  min-height: 1.8rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: rgba(126, 49, 123, 0.08);
  color: var(--color-accent-purple) !important;
  font-size: 0.8rem !important;
}

.lumelle-order-status--pending {
  background: rgba(245, 158, 11, 0.12);
  color: #b45309 !important;
}

.lumelle-order-status--processing {
  background: rgba(37, 99, 235, 0.1);
  color: #2563eb !important;
}

.lumelle-order-status--completed {
  background: rgba(22, 138, 58, 0.1);
  color: #168a3a !important;
}

.lumelle-order-status--cancelled,
.lumelle-order-status--failed {
  background: rgba(180, 35, 24, 0.08);
  color: var(--color-accent-red) !important;
}

.lumelle-back-to-orders {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: rgba(126, 49, 123, 0.08);
  color: var(--color-accent-purple);
  font-weight: 800;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.lumelle-back-to-orders:hover {
  background: var(--color-accent-purple);
  color: #fff;
  transform: translateX(-0.125rem);
}

.lumelle-order-action {
  gap: 0.45rem;
}

.lumelle-order-action i {
  font-size: 1rem;
  line-height: 1;
}

.lumelle-order-action--pay {
  background: rgba(126, 49, 123, 0.08);
  color: var(--color-accent-purple);
}

.lumelle-order-action--view {
  background: rgba(126, 49, 123, 0.08);
  color: var(--color-accent-purple);
}

.lumelle-order-action--cancel {
  background: rgba(180, 35, 24, 0.08);
  color: var(--color-accent-red);
}

.lumelle-order-action--cancel:hover {
  background: var(--color-accent-red);
  color: #fff;
}

/* ===============================
   Lumelle View Order
================================ */

.lumelle-view-order {
  display: grid;
  gap: 1.25rem;
}

.lumelle-view-order__hero,
.lumelle-view-order__section,
.lumelle-view-order__summary {
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(48, 16, 56, 0.045);
}

.lumelle-view-order__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  background:
    radial-gradient(
      circle at 92% 20%,
      rgba(126, 49, 123, 0.14),
      transparent 30%
    ),
    linear-gradient(135deg, #fff, #fbf7fb);
}

.lumelle-view-order__eyebrow {
  margin: 0 0 0.5rem;
  color: var(--color-accent-purple);
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lumelle-view-order__hero h1,
.lumelle-view-order__section h2,
.lumelle-view-order__summary h2 {
  margin: 0 0 0.75rem;
  color: #301038;
  line-height: 1.15;
}

.lumelle-view-order__hero h1 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
}

.lumelle-view-order__hero p {
  max-width: 42rem;
  margin: 0;
  color: rgba(48, 16, 56, 0.62);
  line-height: 1.6;
}

.lumelle-view-order__status {
  display: grid;
  gap: 0.4rem;
  justify-items: end;
}

.lumelle-view-order__status > span,
.lumelle-view-order__stats span {
  color: rgba(48, 16, 56, 0.52);
  font-size: 0.8125rem;
  font-weight: 700;
}

.lumelle-view-order__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.875rem;
}

.lumelle-view-order__stats > div {
  padding: 1.125rem;
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.25rem;
  background: #fff;
}

.lumelle-view-order__stats strong {
  display: block;
  margin-top: 0.35rem;
  color: #301038;
  font-size: 1.15rem;
}

.lumelle-view-order__stats small {
  display: block;
  margin-top: 0.2rem;
  color: rgba(48, 16, 56, 0.54);
}

.lumelle-view-order__products {
  display: grid;
  gap: 0.75rem;
}

.lumelle-view-order-product {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 0.875rem;
  border-radius: 1rem;
  background: rgba(126, 49, 123, 0.035);
}

.lumelle-view-order-product__image {
  overflow: hidden;
  width: 5rem;
  height: 5rem;
  border-radius: 0.875rem;
  background: #fff;
}

.lumelle-view-order-product__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lumelle-view-order-product__title {
  color: #301038;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.lumelle-view-order-product__title:hover {
  color: var(--color-accent-purple);
}

.lumelle-view-order-product__content span {
  display: block;
  margin-top: 0.25rem;
  color: rgba(48, 16, 56, 0.56);
}

.lumelle-view-order-product__price {
  text-align: right;
}

.lumelle-view-order-product__price small {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--color-accent-red);
  font-size: 0.8rem;
  font-weight: 800;
}

.lumelle-view-order-product__price strong {
  color: #301038;
  font-size: 1.05rem;
}

.lumelle-view-order__totals {
  display: grid;
  gap: 0.5rem;
}

.lumelle-view-order__totals > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(126, 49, 123, 0.08);
}

.lumelle-view-order__totals > div:last-child {
  border-bottom: 0;
}

.lumelle-view-order__totals span {
  color: rgba(48, 16, 56, 0.58);
}

.lumelle-view-order__totals strong {
  color: #301038;
}

.lumelle-view-order__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 1.25rem;
}

.lumelle-view-order address {
  padding: 1rem;
  border: 1px solid rgba(126, 49, 123, 0.1);
  border-radius: 1rem;
  background: rgba(126, 49, 123, 0.035);
  color: rgba(48, 16, 56, 0.72);
  font-style: normal;
  line-height: 1.65;
}

/* ===============================
   Lumelle Account Page Hero
================================ */

.lumelle-account-page-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.25rem;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.5rem;
  background:
    radial-gradient(
      circle at 92% 20%,
      rgba(126, 49, 123, 0.14),
      transparent 30%
    ),
    linear-gradient(135deg, #fff, #fbf7fb);
}

.lumelle-account-page-hero::after {
  content: "";
  position: absolute;
  right: -4rem;
  bottom: -5rem;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background: rgba(126, 49, 123, 0.08);
  pointer-events: none;
}

.lumelle-account-page-hero__eyebrow {
  position: relative;
  z-index: 1;
  margin: 0 0 0.5rem;
  color: var(--color-accent-purple);
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lumelle-account-page-hero h1 {
  position: relative;
  z-index: 1;
  margin: 0 0 0.75rem;
  color: #301038;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.lumelle-account-page-hero p:last-child {
  position: relative;
  z-index: 1;
  max-width: 42rem;
  margin: 0;
  color: rgba(48, 16, 56, 0.64);
  line-height: 1.65;
}

/* ===============================
   Lumelle Addresses Page
================================ */

.woocommerce-account.woocommerce-edit-address
  .woocommerce-MyAccount-content
  > p {
  margin: 0 0 1.25rem;
  color: rgba(48, 16, 56, 0.62);
  line-height: 1.65;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-Address {
  float: none;
  width: auto;
  min-height: 100%;
  padding: 1.5rem;
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.5rem;
  background:
    radial-gradient(
      circle at 92% 12%,
      rgba(126, 49, 123, 0.08),
      transparent 30%
    ),
    #fff;
  box-shadow: 0 1rem 3rem rgba(48, 16, 56, 0.045);
}

.woocommerce-account.woocommerce-edit-address .woocommerce-Address-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-Address-title h2 {
  margin: 0;
  color: #301038;
  font-size: 1.35rem;
  line-height: 1.2;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-Address-title a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.625rem 1rem;
  border-radius: 999px;
  background: rgba(126, 49, 123, 0.08);
  color: var(--color-accent-purple);
  font-weight: 800;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.woocommerce-account.woocommerce-edit-address
  .woocommerce-Address-title
  a::before {
  content: "✎";
  margin-right: 0.4rem;
  font-size: 0.9rem;
}

.woocommerce-account.woocommerce-edit-address
  .woocommerce-Address-title
  a:hover {
  background: var(--color-accent-purple);
  color: #fff;
  transform: translateY(-0.125rem);
}

.woocommerce-account.woocommerce-edit-address .woocommerce-Address address {
  min-height: 9rem;
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(126, 49, 123, 0.1);
  border-radius: 1rem;
  background: rgba(126, 49, 123, 0.035);
  color: rgba(48, 16, 56, 0.72);
  font-style: normal;
  line-height: 1.65;
}

.woocommerce-account.woocommerce-edit-address .woocommerce-Address address br {
  display: block;
  margin-bottom: 0.15rem;
}

/* Empty address text */
.woocommerce-account.woocommerce-edit-address
  .woocommerce-Address
  address:has(+ *) {
  color: rgba(48, 16, 56, 0.72);
}

/* ===============================
   Lumelle Edit Address Form
================================ */

/* .woocommerce-account.woocommerce-edit-address form {
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(48, 16, 56, 0.045);
} */

.woocommerce-account.woocommerce-edit-address form h3 {
  margin: 0 0 1.25rem;
  color: #301038;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.15;
}

.woocommerce-account.woocommerce-edit-address
  .woocommerce-address-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.woocommerce-account.woocommerce-edit-address .form-row {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
}

.woocommerce-account.woocommerce-edit-address .form-row-wide {
  grid-column: 1 / -1;
}

.woocommerce-account.woocommerce-edit-address label {
  display: inline-flex;
  margin-bottom: 0.45rem;
  color: rgba(48, 16, 56, 0.76);
  font-size: 0.9rem;
  font-weight: 700;
}

.woocommerce-account.woocommerce-edit-address .required {
  color: var(--color-accent-purple);
}

.woocommerce-account.woocommerce-edit-address input.input-text,
.woocommerce-account.woocommerce-edit-address select,
.woocommerce-account.woocommerce-edit-address textarea {
  width: 100%;
  min-height: 3.125rem;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(48, 16, 56, 0.14);
  border-radius: 1rem;
  background: #fff;
  color: #301038;
  font-size: 1rem;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.woocommerce-account.woocommerce-edit-address textarea {
  min-height: 7rem;
  resize: vertical;
}

.woocommerce-account.woocommerce-edit-address input.input-text:focus,
.woocommerce-account.woocommerce-edit-address select:focus,
.woocommerce-account.woocommerce-edit-address textarea:focus {
  border-color: rgba(126, 49, 123, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(126, 49, 123, 0.08);
}

.woocommerce-account.woocommerce-edit-address
  .select2-container
  .select2-selection--single {
  height: 3.125rem;
  border: 1px solid rgba(48, 16, 56, 0.14);
  border-radius: 1rem;
}

.woocommerce-account.woocommerce-edit-address
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 1rem;
  padding-right: 2.5rem;
  color: #301038;
  line-height: 3.125rem;
}

.woocommerce-account.woocommerce-edit-address
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 3.125rem;
  right: 0.75rem;
}

.woocommerce-account.woocommerce-edit-address
  .woocommerce-address-fields
  > p:last-child {
  margin: 1.25rem 0 0;
}

.woocommerce-account.woocommerce-edit-address
  .woocommerce-address-fields
  button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.75rem 1.375rem;
  border: 0;
  border-radius: 999px;
  background: var(--color-accent-purple);
  color: #fff;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.woocommerce-account.woocommerce-edit-address
  .woocommerce-address-fields
  button.button:hover {
  background: #6d286a;
  color: #fff;
  transform: translateY(-0.125rem);
  box-shadow: 0 0.875rem 1.75rem rgba(126, 49, 123, 0.2);
}

/* ===============================
   Custom Lumelle Address Templates
================================ */

.lumelle-addresses-page,
.lumelle-edit-address-page {
  display: grid;
  gap: 1.25rem;
}

.lumelle-address-card {
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.5rem;
  background:
    radial-gradient(
      circle at 92% 12%,
      rgba(126, 49, 123, 0.08),
      transparent 30%
    ),
    #fff;
  box-shadow: 0 1rem 3rem rgba(48, 16, 56, 0.045);
}

.lumelle-address-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.lumelle-address-card__eyebrow {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--color-accent-purple);
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lumelle-address-card h2 {
  margin: 0;
  color: #301038;
  font-size: 1.35rem;
  line-height: 1.2;
}

.lumelle-address-card__edit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.625rem 1rem;
  border-radius: 999px;
  background: rgba(126, 49, 123, 0.08);
  color: var(--color-accent-purple);
  font-weight: 800;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.lumelle-address-card__edit::before {
  content: "✎";
  margin-right: 0.4rem;
  font-size: 0.9rem;
}

.lumelle-address-card__edit:hover {
  background: var(--color-accent-purple);
  color: #fff;
  transform: translateY(-0.125rem);
}

.lumelle-address-card address {
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(126, 49, 123, 0.1);
  border-radius: 1rem;
  background: rgba(126, 49, 123, 0.035);
  color: rgba(48, 16, 56, 0.72);
  font-style: normal;
  line-height: 1.65;
}

.lumelle-address-card__empty {
  padding: 1rem;
  border: 1px dashed rgba(126, 49, 123, 0.22);
  border-radius: 1rem;
  background: rgba(126, 49, 123, 0.035);
}

.lumelle-address-card__empty strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #301038;
}

.lumelle-address-card__empty p {
  margin: 0;
  color: rgba(48, 16, 56, 0.62);
  line-height: 1.6;
}

.lumelle-edit-address-form {
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(48, 16, 56, 0.045);
}

.lumelle-edit-address-form h3 {
  margin: 0 0 1.25rem;
  color: #301038;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.15;
}

/* ===============================
   Lumelle Address Book
================================ */

.lumelle-address-book {
  display: grid;
  gap: 1.25rem;
}

.lumelle-address-book__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.8fr);
  gap: 1rem;
  align-items: start;
}

.lumelle-address-book__list,
.lumelle-address-form-card {
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(48, 16, 56, 0.045);
}

.lumelle-address-book__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.lumelle-address-book__head h2,
.lumelle-address-form-card h2 {
  margin: 0;
  color: #301038;
  font-size: 1.35rem;
}

.lumelle-address-book__add,
.lumelle-address-action,
.lumelle-address-submit,
.lumelle-address-cancel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.625rem 1rem;
  border: 0;
  border-radius: 999px;
  background: rgba(126, 49, 123, 0.08);
  color: var(--color-accent-purple);
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.lumelle-address-book__add:hover,
.lumelle-address-action:hover,
.lumelle-address-cancel:hover {
  background: var(--color-accent-purple);
  color: #fff;
  transform: translateY(-0.125rem);
}

.lumelle-address-cards {
  display: grid;
  gap: 0.875rem;
}

.lumelle-address-card {
  padding: 1rem;
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.25rem;
  background: rgba(126, 49, 123, 0.025);
}

.lumelle-address-card.is-default {
  border-color: rgba(126, 49, 123, 0.45);
  background:
    radial-gradient(
      circle at 92% 12%,
      rgba(126, 49, 123, 0.1),
      transparent 28%
    ),
    #fff;
}

.lumelle-address-card__top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.875rem;
}

.lumelle-address-card__eyebrow {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--color-accent-purple);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lumelle-address-card h3 {
  margin: 0;
  color: #301038;
  font-size: 1.1rem;
}

.lumelle-address-card__badge {
  display: inline-flex;
  align-items: center;
  height: 1.8rem;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  background: var(--color-accent-purple);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
}

.lumelle-address-card address {
  margin: 0;
  color: rgba(48, 16, 56, 0.72);
  font-style: normal;
  line-height: 1.65;
}

.lumelle-address-card__comment {
  margin: 0.75rem 0 0;
  padding: 0.75rem;
  border-radius: 0.875rem;
  background: rgba(126, 49, 123, 0.05);
  color: rgba(48, 16, 56, 0.62);
}

.lumelle-address-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.lumelle-address-action.is-delete {
  background: rgba(180, 35, 24, 0.08);
  color: var(--color-accent-red);
}

.lumelle-address-action.is-delete:hover {
  background: var(--color-accent-red);
  color: #fff;
}

.lumelle-address-empty {
  padding: 1rem;
  border: 1px dashed rgba(126, 49, 123, 0.22);
  border-radius: 1rem;
  background: rgba(126, 49, 123, 0.035);
}

.lumelle-address-empty strong {
  color: #301038;
}

.lumelle-address-empty p {
  margin-bottom: 0;
  color: rgba(48, 16, 56, 0.62);
}

.lumelle-address-form {
  margin-top: 1rem;
}

.lumelle-address-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.lumelle-address-form p {
  margin: 0;
}

.lumelle-address-form .form-row-wide {
  grid-column: 1 / -1;
}

.lumelle-address-form label {
  display: inline-flex;
  margin-bottom: 0.45rem;
  color: rgba(48, 16, 56, 0.76);
  font-size: 0.9rem;
  font-weight: 700;
}

.lumelle-address-form input,
.lumelle-address-form textarea {
  width: 100%;
  min-height: 3.125rem;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(48, 16, 56, 0.14);
  border-radius: 1rem;
  background: #fff;
  color: #301038;
  font-size: 1rem;
  outline: none;
}

.lumelle-address-form textarea {
  min-height: 6rem;
  resize: vertical;
}

.lumelle-address-form input:focus,
.lumelle-address-form textarea:focus {
  border-color: rgba(126, 49, 123, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(126, 49, 123, 0.08);
}

.lumelle-address-form__checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.lumelle-address-form__checkbox input {
  width: 1rem;
  height: 1rem;
  min-height: auto;
  accent-color: var(--color-accent-purple);
}

.lumelle-address-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-top: 1.25rem;
}

.lumelle-address-submit {
  background: var(--color-accent-purple);
  color: #fff;
}

.lumelle-address-submit:hover {
  background: #6d286a;
  color: #fff;
  transform: translateY(-0.125rem);
}

.lumelle-address-form select {
  width: 100%;
  min-height: 3.125rem;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(48, 16, 56, 0.14);
  border-radius: 1rem;
  background: #fff;
  color: #301038;
  font-size: 1rem;
  outline: none;
}

.lumelle-address-form select:focus {
  border-color: rgba(126, 49, 123, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(126, 49, 123, 0.08);
}

.lumelle-address-card__type {
  display: inline-flex;
  width: fit-content;
  margin-top: 0.45rem;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: rgba(126, 49, 123, 0.08);
  color: var(--color-accent-purple);
  font-size: 0.75rem;
  font-weight: 800;
}

/* ===============================
   Lumelle Account Details
================================ */

.lumelle-account-details-page,
.lumelle-downloads-page {
  display: grid;
  gap: 1.25rem;
}

.lumelle-account-details-form {
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(48, 16, 56, 0.045);
}

.lumelle-account-details-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.lumelle-account-details-form .form-row {
  margin: 0;
  padding: 0;
}

.lumelle-account-details-form .form-row-wide {
  grid-column: 1 / -1;
}

.lumelle-account-details-form label,
.lumelle-account-password label {
  display: inline-flex;
  margin-bottom: 0.45rem;
  color: rgba(48, 16, 56, 0.76);
  font-size: 0.9rem;
  font-weight: 700;
}

.lumelle-account-details-form .required {
  color: var(--color-accent-purple);
}

.lumelle-account-details-form input.input-text {
  width: 100%;
  min-height: 3.125rem;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(48, 16, 56, 0.14);
  border-radius: 1rem;
  background: #fff;
  color: #301038;
  font-size: 1rem;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.lumelle-account-details-form input.input-text:focus {
  border-color: rgba(126, 49, 123, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(126, 49, 123, 0.08);
}

.lumelle-form-hint {
  display: block;
  margin-top: 0.4rem;
  color: rgba(48, 16, 56, 0.54);
  font-size: 0.875rem;
  line-height: 1.45;
}

.lumelle-account-password {
  margin: 1.25rem 0 0;
  padding: 1.25rem;
  border: 1px solid rgba(126, 49, 123, 0.1);
  border-radius: 1.25rem;
  background:
    radial-gradient(
      circle at 92% 12%,
      rgba(126, 49, 123, 0.08),
      transparent 28%
    ),
    rgba(126, 49, 123, 0.025);
}

.lumelle-account-password legend {
  padding: 0 0.5rem;
  color: #301038;
  font-size: 1.25rem;
  font-weight: 800;
}

.lumelle-account-password .form-row {
  margin-bottom: 1rem;
}

.lumelle-account-password .form-row:last-child {
  margin-bottom: 0;
}

.lumelle-account-details-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.lumelle-account-save {
  min-width: 11rem;
}

/* ===============================
   Lumelle Downloads
================================ */

.lumelle-downloads-list {
  display: grid;
  gap: 1rem;
}

.lumelle-download-card,
.lumelle-downloads-empty {
  position: relative;
  display: grid;
  gap: 1rem;
  align-items: center;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.5rem;
  background:
    radial-gradient(
      circle at 92% 18%,
      rgba(126, 49, 123, 0.12),
      transparent 30%
    ),
    linear-gradient(135deg, #fff, #fbf7fb);
  box-shadow: 0 1rem 3rem rgba(48, 16, 56, 0.045);
}

.lumelle-download-card {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.lumelle-download-card__icon,
.lumelle-downloads-empty__icon {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: rgba(126, 49, 123, 0.08);
  color: var(--color-accent-purple);
  font-size: 1.25rem;
}

.lumelle-download-card__label {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--color-accent-purple);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lumelle-download-card h2,
.lumelle-downloads-empty h2 {
  margin: 0;
  color: #301038;
  font-size: 1.35rem;
  line-height: 1.2;
}

.lumelle-download-card p,
.lumelle-downloads-empty p {
  margin: 0.4rem 0 0;
  color: rgba(48, 16, 56, 0.62);
  line-height: 1.6;
}

.lumelle-download-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.lumelle-download-card__meta span {
  display: inline-flex;
  width: fit-content;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(126, 49, 123, 0.07);
  color: rgba(48, 16, 56, 0.68);
  font-size: 0.8125rem;
  font-weight: 700;
}

.lumelle-download-card__button,
.lumelle-downloads-empty__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.75rem 1.125rem;
  border-radius: 999px;
  background: var(--color-accent-purple);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 0.875rem 1.75rem rgba(126, 49, 123, 0.18);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.lumelle-download-card__button:hover,
.lumelle-downloads-empty__button:hover {
  background: #6d286a;
  color: #fff;
  transform: translateY(-0.125rem);
  box-shadow: 0 1rem 2rem rgba(126, 49, 123, 0.24);
}

.lumelle-downloads-empty {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

/* ===============================
   Lumelle Favorites Page
================================ */

.lumelle-favorites-page {
  display: grid;
  gap: 1.25rem;
}

.lumelle-favorites-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(1rem, 2vw, 1.25rem);
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(48, 16, 56, 0.045);
}

.lumelle-favorites-toolbar__label {
  display: block;
  margin-bottom: 0.25rem;
  color: rgba(48, 16, 56, 0.56);
  font-size: 0.8125rem;
  font-weight: 700;
}

.lumelle-favorites-toolbar strong {
  color: #301038;
  font-size: 1.15rem;
}

.lumelle-favorites-toolbar__link,
.lumelle-favorites-empty__button,
.lumelle-favorites-grid .wishlist-drawer-item__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.75rem 1.125rem;
  border-radius: 999px;
  background: var(--color-accent-purple);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 0.875rem 1.75rem rgba(126, 49, 123, 0.18);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.lumelle-favorites-toolbar__link:hover,
.lumelle-favorites-empty__button:hover,
.lumelle-favorites-grid .wishlist-drawer-item__link:hover {
  background: #6d286a;
  color: #fff;
  transform: translateY(-0.125rem);
  box-shadow: 0 1rem 2rem rgba(126, 49, 123, 0.24);
}

.lumelle-favorites-grid {
  min-height: 12rem;
}

.lumelle-favorites-loading,
.lumelle-favorites-empty {
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.5rem;
  background:
    radial-gradient(
      circle at 92% 18%,
      rgba(126, 49, 123, 0.12),
      transparent 30%
    ),
    linear-gradient(135deg, #fff, #fbf7fb);
  color: rgba(48, 16, 56, 0.68);
  box-shadow: 0 1rem 3rem rgba(48, 16, 56, 0.045);
}

.lumelle-favorites-empty {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
}

.lumelle-favorites-empty__icon {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: rgba(126, 49, 123, 0.08);
  color: var(--color-accent-purple);
  font-size: 1.25rem;
}

.lumelle-favorites-empty h2 {
  margin: 0 0 0.35rem;
  color: #301038;
  font-size: 1.35rem;
  line-height: 1.2;
}

.lumelle-favorites-empty p {
  margin: 0;
  color: rgba(48, 16, 56, 0.62);
  line-height: 1.6;
}

/* Перетворюємо drawer-розмітку обраного в сторінкову сітку */
.lumelle-favorites-grid .cart-drawer-items,
.lumelle-favorites-grid .wishlist-drawer-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.lumelle-favorites-grid .cart-drawer-item,
.lumelle-favorites-grid .wishlist-drawer-item {
  position: relative;
  display: grid;
  grid-template-columns: 6rem minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(48, 16, 56, 0.045);
}

.lumelle-favorites-grid .cart-drawer-item__image {
  overflow: hidden;
  width: 6rem;
  height: 6rem;
  border-radius: 1rem;
  background: rgba(126, 49, 123, 0.04);
}

.lumelle-favorites-grid .cart-drawer-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lumelle-favorites-grid .cart-drawer-item__content {
  min-width: 0;
}

.lumelle-favorites-grid .cart-drawer-item__title {
  display: block;
  color: #301038;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
}

.lumelle-favorites-grid .cart-drawer-item__title:hover {
  color: var(--color-accent-purple);
}

.lumelle-favorites-grid .cart-drawer-item__meta {
  margin-top: 0.45rem;
  color: rgba(48, 16, 56, 0.68);
  font-weight: 700;
}

/* .lumelle-favorites-grid .cart-drawer-item__remove {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 999px;
  background: rgba(180, 35, 24, 0.08);
  color: var(--color-accent-red);
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
} */

.lumelle-favorites-grid .cart-drawer-item__remove:hover {
  background: var(--color-accent-red);
  color: #fff;
}

.lumelle-favorites-grid .wishlist-drawer-item__link {
  width: fit-content;
  min-height: 2.35rem;
  margin-top: 0.75rem;
  padding: 0.65rem 0.9rem;
  font-size: 0.875rem;
}

/* ===============================
   Favorites cards fix
================================ */

.lumelle-favorites-grid.is-loaded > * {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.lumelle-favorites-grid .cart-drawer-item,
.lumelle-favorites-grid .wishlist-drawer-item,
.lumelle-favorites-grid .wishlist-item {
  position: relative;
  display: flex;
  flex-direction: row;
  min-height: 100%;
  padding: 1rem;
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(48, 16, 56, 0.045);
}

.lumelle-favorites-grid .cart-drawer-item__image,
.lumelle-favorites-grid .wishlist-drawer-item__image,
.lumelle-favorites-grid .wishlist-item__image {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  margin-bottom: 0.875rem;
  border-radius: 1rem;
  background: rgba(126, 49, 123, 0.04);
}

.lumelle-favorites-grid .cart-drawer-item__image a,
.lumelle-favorites-grid .wishlist-drawer-item__image a,
.lumelle-favorites-grid .wishlist-item__image a {
  display: block;
  width: 100%;
  height: 100%;
}

.lumelle-favorites-grid .cart-drawer-item__image img,
.lumelle-favorites-grid .wishlist-drawer-item__image img,
.lumelle-favorites-grid .wishlist-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lumelle-favorites-grid .cart-drawer-item__content,
.lumelle-favorites-grid .wishlist-drawer-item__content,
.lumelle-favorites-grid .wishlist-item__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

.lumelle-favorites-grid .cart-drawer-item__title,
.lumelle-favorites-grid .wishlist-drawer-item__title,
.lumelle-favorites-grid .wishlist-item__title {
  display: -webkit-box;
  min-height: 2.7em;
  overflow: hidden;
  color: #301038;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;

  -webkit-box-orient: vertical;
}

.lumelle-favorites-grid .cart-drawer-item__title:hover,
.lumelle-favorites-grid .wishlist-drawer-item__title:hover,
.lumelle-favorites-grid .wishlist-item__title:hover {
  color: var(--color-accent-purple);
}

.lumelle-favorites-grid .cart-drawer-item__meta,
.lumelle-favorites-grid .wishlist-drawer-item__meta,
.lumelle-favorites-grid .wishlist-item__meta,
.lumelle-favorites-grid .price {
  margin-top: 0.5rem;
  color: rgba(48, 16, 56, 0.72);
  font-size: 0.95rem;
  font-weight: 800;
}

/* .lumelle-favorites-grid .cart-drawer-item__remove,
.lumelle-favorites-grid .wishlist-drawer-item__remove,
.lumelle-favorites-grid .wishlist-item__remove,
.lumelle-favorites-grid .js-wishlist-remove {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(180, 35, 24, 0.1);
  color: var(--color-accent-red);
  font-size: 0;
  line-height: 1;
  cursor: pointer;
} */

.lumelle-favorites-grid .cart-drawer-item__remove::before,
.lumelle-favorites-grid .wishlist-drawer-item__remove::before,
.lumelle-favorites-grid .wishlist-item__remove::before,
.lumelle-favorites-grid .js-wishlist-remove::before {
  content: "×";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.lumelle-favorites-grid .cart-drawer-item__remove:hover,
.lumelle-favorites-grid .wishlist-drawer-item__remove:hover,
.lumelle-favorites-grid .wishlist-item__remove:hover,
.lumelle-favorites-grid .js-wishlist-remove:hover {
  background: var(--color-accent-red);
  color: #fff;
}

.lumelle-favorites-grid .wishlist-drawer-item__link,
.lumelle-favorites-grid .cart-drawer-item__link,
.lumelle-favorites-grid .wishlist-item__link,
.lumelle-favorites-grid a.button {
  width: 100%;
  min-height: 2.75rem;
  margin-top: auto;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: var(--color-accent-purple);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0.875rem 1.75rem rgba(126, 49, 123, 0.18);
}

.lumelle-favorites-grid .wishlist-drawer-item__link:hover,
.lumelle-favorites-grid .cart-drawer-item__link:hover,
.lumelle-favorites-grid .wishlist-item__link:hover,
.lumelle-favorites-grid a.button:hover {
  background: #6d286a;
  color: #fff;
  transform: translateY(-0.125rem);
}

/* ===============================
   Favorites remove button fix
================================ */

.lumelle-favorites-grid .cart-drawer-item,
.lumelle-favorites-grid .wishlist-drawer-item,
.lumelle-favorites-grid .wishlist-item {
  position: relative;
  overflow: hidden;
}

/* .lumelle-favorites-grid .cart-drawer-item__remove,
.lumelle-favorites-grid .wishlist-drawer-item__remove,
.lumelle-favorites-grid .wishlist-item__remove,
.lumelle-favorites-grid .js-wishlist-remove {
  top: auto;
  right: 0rem !important;
  background: rgba(255, 255, 255, 0.9) !important;
  color: var(--color-accent-red) !important;
  box-shadow: 0 0.5rem 1.25rem rgba(48, 16, 56, 0.12) !important;
  bottom: 0.25rem;
} */

/* ===============================
   Lumelle Inspiration
================================ */

.lumelle-inspiration-page {
  display: grid;
  gap: 1.25rem;
}

.lumelle-inspiration-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(1rem, 2vw, 1.25rem);
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(48, 16, 56, 0.045);
}

.lumelle-inspiration-toolbar__label {
  display: block;
  margin-bottom: 0.25rem;
  color: rgba(48, 16, 56, 0.56);
  font-size: 0.8125rem;
  font-weight: 700;
}

.lumelle-inspiration-toolbar strong {
  color: #301038;
  font-size: 1.15rem;
}

.lumelle-inspiration-toolbar__link,
.lumelle-inspiration-empty__button,
.lumelle-inspiration-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.75rem 1.125rem;
  border-radius: 999px;
  background: var(--color-accent-purple);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 0.875rem 1.75rem rgba(126, 49, 123, 0.18);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.lumelle-inspiration-toolbar__link:hover,
.lumelle-inspiration-empty__button:hover,
.lumelle-inspiration-card__link:hover {
  background: #6d286a;
  color: #fff;
  transform: translateY(-0.125rem);
}

.lumelle-inspiration-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.lumelle-inspiration-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(48, 16, 56, 0.045);
}

.lumelle-inspiration-card__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  background: rgba(126, 49, 123, 0.04);
}

.lumelle-inspiration-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.lumelle-inspiration-card:hover .lumelle-inspiration-card__image img {
  transform: scale(1.04);
}

.lumelle-inspiration-card__content {
  padding: 1rem;
}

.lumelle-inspiration-card__label {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--color-accent-purple);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lumelle-inspiration-card__title {
  display: -webkit-box;
  min-height: 2.7em;
  overflow: hidden;
  color: #301038;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lumelle-inspiration-card__title:hover {
  color: var(--color-accent-purple);
}

.lumelle-inspiration-card__link {
  width: 100%;
  margin-top: 1rem;
}

.lumelle-inspiration-card__remove {
  position: absolute;
  top: 0.875rem;
  right: 0.875rem;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--color-accent-red);
  cursor: pointer;
  box-shadow: 0 0.5rem 1.25rem rgba(48, 16, 56, 0.12);
}

.lumelle-inspiration-card__remove::before {
  content: "×";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.lumelle-inspiration-card__remove:hover {
  background: var(--color-accent-red);
  color: #fff;
}

.lumelle-inspiration-empty,
.lumelle-inspiration-loading {
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.5rem;
  background:
    radial-gradient(
      circle at 92% 18%,
      rgba(126, 49, 123, 0.12),
      transparent 30%
    ),
    linear-gradient(135deg, #fff, #fbf7fb);
  color: rgba(48, 16, 56, 0.68);
  box-shadow: 0 1rem 3rem rgba(48, 16, 56, 0.045);
}

.lumelle-inspiration-empty {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
}

.lumelle-inspiration-empty__icon {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: rgba(126, 49, 123, 0.08);
  color: var(--color-accent-purple);
  font-size: 1.25rem;
}

.lumelle-inspiration-empty h2 {
  margin: 0 0 0.35rem;
  color: #301038;
  font-size: 1.35rem;
}

.lumelle-inspiration-empty p {
  margin: 0;
  color: rgba(48, 16, 56, 0.62);
  line-height: 1.6;
}

/* ===============================
   Account navigation icons
================================ */

.lumelle-account-nav ul {
  display: grid;
  gap: 0.35rem;
}

.lumelle-account-nav li a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.lumelle-account-nav li a i {
  display: grid;
  place-items: center;
  flex: 0 0 2rem;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(126, 49, 123, 0.07);
  color: var(--color-accent-purple);
  font-size: 1rem;
  line-height: 1;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.lumelle-account-nav li a span {
  min-width: 0;
}

.lumelle-account-nav li a:hover i {
  background: rgba(126, 49, 123, 0.12);
  transform: translateY(-0.0625rem);
}

.lumelle-account-nav .is-active a i,
.lumelle-account-nav .woocommerce-MyAccount-navigation-link.is-active a i {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.lumelle-account-nav
  .woocommerce-MyAccount-navigation-link--customer-logout
  a
  i {
  background: rgba(180, 35, 24, 0.08);
  color: var(--color-accent-red);
}

.lumelle-account-nav
  .woocommerce-MyAccount-navigation-link--customer-logout.is-active
  a
  i,
.lumelle-account-nav
  .woocommerce-MyAccount-navigation-link--customer-logout
  a:hover
  i {
  background: rgba(180, 35, 24, 0.12);
  color: var(--color-accent-red);
}

/* Account nav: icons on the right */
.lumelle-account-nav li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.lumelle-account-nav li a span {
  order: 1;
  min-width: 0;
}

.lumelle-account-nav li a i {
  order: 2;
  flex: 0 0 2rem;
  margin-left: auto;
}
.lumelle-account-nav li a i {
  background: transparent;
}

.lumelle-account-nav li a:hover i {
  background: rgba(126, 49, 123, 0.08);
}

.lumelle-account-nav .woocommerce-MyAccount-navigation-link.is-active a i {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}

/* Lumelle digest opt-in */
.lumelle-digest-consent,
.lumelle-account-digest-settings {
  margin-top: 18px;
}

.lumelle-digest-consent label,
.lumelle-account-digest-settings label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--color-text, #241b16);
  line-height: 1.45;
}

.lumelle-digest-consent input[type="checkbox"],
.lumelle-account-digest-settings input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--color-accent, #8a6d5a);
  flex: 0 0 auto;
}

.lumelle-digest-consent__note {
  display: block;
  margin-top: 8px;
  color: var(--color-muted, #8a7566);
  line-height: 1.5;
}

.lumelle-account-digest-settings {
  padding: 18px;
  border: 1px solid rgba(74, 54, 41, 0.12);
  border-radius: 18px;
  background: rgba(255, 250, 245, 0.72);
}

.lumelle-account-digest-settings legend {
  padding: 0 8px;
  font-weight: 700;
  color: var(--color-text, #241b16);
}
.lumelle-account-nav-toggle {
  display: none;
}

/* ===============================
   Account inspiration portfolio cards
================================ */

.lumelle-inspiration-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.lumelle-inspiration-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-width: 0;
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(48, 16, 56, 0.045);
}

.lumelle-inspiration-card__image {
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 3;
  background: rgba(126, 49, 123, 0.04);
  text-decoration: none;
}

.lumelle-inspiration-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.lumelle-inspiration-card:hover .lumelle-inspiration-card__image img {
  transform: scale(1.04);
}

.lumelle-inspiration-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1rem;
}

.lumelle-inspiration-card__label {
  display: block;
  margin-bottom: 0.45rem;
  color: #7e317b;
  font-size: 0.6875rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lumelle-inspiration-card__title {
  display: -webkit-box;
  min-height: 2.7em;
  overflow: hidden;
  color: #301038;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
  text-decoration: none;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lumelle-inspiration-card__title:hover {
  color: #7e317b;
}

.lumelle-inspiration-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.75rem;
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: #7e317b;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 0.875rem 1.75rem rgba(126, 49, 123, 0.18);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.lumelle-inspiration-card__link:hover {
  background: #6d286a;
  color: #fff;
  transform: translateY(-0.125rem);
  box-shadow: 0 1rem 2rem rgba(126, 49, 123, 0.24);
}

.lumelle-inspiration-card__remove {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #b42318;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 0.5rem 1.25rem rgba(48, 16, 56, 0.12);
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.lumelle-inspiration-card__remove::before {
  content: "×";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.lumelle-inspiration-card__remove:hover {
  background: #b42318;
  color: #fff;
  transform: translateY(-0.0625rem);
}
/* ===============================
   My Account login/register fix
   /my-account/ for logged-out users
================================ */

.woocommerce-account:not(.logged-in) .woocommerce {
  width: min(100% - 2rem, 78rem);
  max-width: 78rem;
  margin: 3rem auto 4rem;
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-account:not(.logged-in) .u-columns {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: stretch;
  width: 100%;
}

.woocommerce-account:not(.logged-in) .u-column1,
.woocommerce-account:not(.logged-in) .u-column2 {
  float: none !important;
  width: auto !important;
  max-width: none;
  min-height: 100%;
}

.woocommerce-account:not(.logged-in) .u-column1,
.woocommerce-account:not(.logged-in) .u-column2 {
  padding: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.75rem;
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(48, 16, 56, 0.045);
}

.woocommerce-account:not(.logged-in) .u-column2 {
  overflow: hidden;
  background:
    radial-gradient(
      circle at 88% 18%,
      rgba(126, 49, 123, 0.16),
      transparent 30%
    ),
    linear-gradient(135deg, #fff, #fbf7fb);
}

.woocommerce-account:not(.logged-in) .woocommerce h2 {
  margin: 0 0 1.25rem;
  color: #301038;
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.woocommerce-account:not(.logged-in) .woocommerce-form-login,
.woocommerce-account:not(.logged-in) .woocommerce-form-register {
  margin: 0;
  padding: 0;
  border: 0;
}

.woocommerce-account:not(.logged-in) .form-row {
  margin: 0 0 1rem;
}

.woocommerce-account:not(.logged-in) input.input-text {
  width: 100%;
  min-height: 3.125rem;
  padding: 0.875rem 1rem;
  border: 1px solid rgba(48, 16, 56, 0.14);
  border-radius: 1rem;
  background: #fff;
  color: #301038;
  font-size: 1rem;
}

.woocommerce-account:not(.logged-in) .password-input {
  display: block;
  width: 100%;
}

.woocommerce-account:not(.logged-in) .show-password-input {
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.woocommerce-account:not(.logged-in) button.button,
.woocommerce-account:not(.logged-in) .woocommerce-button {
  min-height: 3rem;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  background: var(--color-accent-purple);
  color: #fff;
  font-weight: 800;
}
/* ===============================
   My Account auth columns clearfix reset
================================ */

.woocommerce-account:not(.logged-in) .u-columns::before,
.woocommerce-account:not(.logged-in) .u-columns::after,
.woocommerce-account:not(.logged-in) .col2-set::before,
.woocommerce-account:not(.logged-in) .col2-set::after {
  content: none !important;
  display: none !important;
}
/* ===============================
   Account favorites compact cards
================================ */

.lumelle-favorites-grid {
  width: 100%;
}

.lumelle-favorites-grid.is-loaded {
  display: block;
}

.lumelle-favorites-grid .cart-drawer-items,
.lumelle-favorites-grid .wishlist-drawer-items,
.lumelle-favorites-grid .lumelle-favorites-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.lumelle-favorites-grid .cart-drawer-item,
.lumelle-favorites-grid .wishlist-drawer-item,
.lumelle-favorites-grid .wishlist-item {
  position: relative;
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  min-width: 0;
  min-height: 8.75rem;
  grid-template-columns: 1fr;
  border: 1px solid rgba(126, 49, 123, 0.12);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(48, 16, 56, 0.045);
}

.lumelle-favorites-grid .cart-drawer-item__image,
.lumelle-favorites-grid .wishlist-drawer-item__image,
.lumelle-favorites-grid .wishlist-item__image {
  overflow: hidden;
  width: 5rem;
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 1rem;
  background: rgba(126, 49, 123, 0.04);
}

.lumelle-favorites-grid .cart-drawer-item__image a,
.lumelle-favorites-grid .wishlist-drawer-item__image a,
.lumelle-favorites-grid .wishlist-item__image a {
  display: block;
  width: 100%;
  height: 100%;
}

.lumelle-favorites-grid .cart-drawer-item__image img,
.lumelle-favorites-grid .wishlist-drawer-item__image img,
.lumelle-favorites-grid .wishlist-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lumelle-favorites-grid .cart-drawer-item__content,
.lumelle-favorites-grid .wishlist-drawer-item__content,
.lumelle-favorites-grid .wishlist-item__content {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  align-self: stretch;
}

.lumelle-favorites-grid .cart-drawer-item__title,
.lumelle-favorites-grid .wishlist-drawer-item__title,
.lumelle-favorites-grid .wishlist-item__title {
  display: -webkit-box;
  overflow: hidden;
  color: #301038;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.28;
  text-decoration: none;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.lumelle-favorites-grid .cart-drawer-item__title:hover,
.lumelle-favorites-grid .wishlist-drawer-item__title:hover,
.lumelle-favorites-grid .wishlist-item__title:hover {
  color: #7e317b;
}

.lumelle-favorites-grid .cart-drawer-item__meta,
.lumelle-favorites-grid .wishlist-drawer-item__meta,
.lumelle-favorites-grid .wishlist-item__meta,
.lumelle-favorites-grid .price {
  margin: 0;
  color: rgba(48, 16, 56, 0.72);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.lumelle-favorites-grid .wishlist-drawer-item__link,
.lumelle-favorites-grid .cart-drawer-item__link,
.lumelle-favorites-grid .wishlist-item__link,
.lumelle-favorites-grid a.button {
  display: none;
}

.lumelle-favorites-grid .cart-drawer-item__remove,
.lumelle-favorites-grid .wishlist-drawer-item__remove,
.lumelle-favorites-grid .wishlist-item__remove,
.lumelle-favorites-grid .js-wishlist-remove {
  position: absolute;
  bottom: -9px;
  right: -9px;
  top: inherit;
  z-index: 5;
  display: flex;
  place-items: center;
  width: 2rem;
  height: 2rem t;
  min-width: 2rem;
  min-height: 2rem;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(180, 35, 24, 0.08);
  color: #b42318;
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
  /* transform: translateY(-50%) !important; */
}

.lumelle-favorites-grid .cart-drawer-item__remove::before,
.lumelle-favorites-grid .wishlist-drawer-item__remove::before,
.lumelle-favorites-grid .wishlist-item__remove::before,
.lumelle-favorites-grid .js-wishlist-remove::before {
  content: "×";
  color: currentColor;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
}

.lumelle-favorites-grid .cart-drawer-item__remove:hover,
.lumelle-favorites-grid .wishlist-drawer-item__remove:hover,
.lumelle-favorites-grid .wishlist-item__remove:hover,
.lumelle-favorites-grid .js-wishlist-remove:hover {
  background: #b42318 !important;
  color: #fff !important;
}

/* Якщо AJAX вставляє картки напряму без wrapper */
.lumelle-favorites-grid.is-loaded:not(:has(.cart-drawer-items)):not(
    :has(.wishlist-drawer-items)
  ):not(:has(.lumelle-favorites-items)) {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
/* ===============================---------------------------------------------------------------------------------------
   Media queries
   Усі адаптивні правила зібрані внизу файлу
================================----------------------------------------------------------------------------------------- */

@media (max-width: 1100px) {
  .lumelle-favorites-grid .cart-drawer-items,
  .lumelle-favorites-grid .wishlist-drawer-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lumelle-favorites-grid.is-loaded > * {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lumelle-inspiration-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .lumelle-account-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lumelle-account-panels {
    grid-template-columns: 1fr;
  }

  .lumestar-account__info-grid {
    grid-template-columns: 1fr;
  }

  .lumelle-address-book__grid {
    grid-template-columns: 1fr;
  }

  .lumelle-account-stats {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lumelle-account-stat:nth-child(n) {
    grid-column: span 2;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation-link a {
    min-height: 2rem;
    padding: 7px 10px;
    border-radius: 16px;
    color: var(--color-text);
    text-decoration: none;
    transition:
      color 0.2s ease,
      background-color 0.2s ease,
      transform 0.2s ease;
    font-size: var(--fs-18);
  }
}

@media (max-width: 900px) {
  /* .woocommerce-account:not(.logged-in) .u-columns {
    grid-template-columns: 1fr;
  } */

  .woocommerce-account:not(.logged-in) .u-column1,
  .woocommerce-account:not(.logged-in) .u-column2 {
    min-height: auto;
  }

  .lumelle-order-card__head {
    grid-template-columns: 1fr 1fr;
  }

  .lumelle-order-card__toggle {
    grid-column: 1 / -1;
  }

  .lumelle-view-order__hero {
    grid-template-columns: 1fr;
  }

  .lumelle-view-order__status {
    justify-items: start;
  }

  .lumelle-view-order__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce-account.woocommerce-edit-address .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }
  /* .woocommerce-account:not(.logged-in) .u-columns {
    grid-template-columns: 1fr;
  } */

  .woocommerce-account:not(.logged-in) .u-column1,
  .woocommerce-account:not(.logged-in) .u-column2 {
    min-height: auto;
  }
}
/*--------------------------------------------------------------------------------768-------------------------------------*/
@media (max-width: 768px) {
  .lumestar-account__hero {
    grid-template-columns: 1fr;
    padding: 1.375rem;
  }

  .lumestar-account__balance {
    width: 100%;
  }

  .lumestar-account__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 1.25rem;
  }

  .lumelle-account-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .lumelle-account-hero__badge {
    min-height: 10rem;
  }

  .lumelle-account-panel--wide {
    display: grid;
  }

  .lumestar-account__progress-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .lumestar-account__progress-amount {
    white-space: normal;
  }

  .lumestar-account__progress-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    white-space: normal;
    max-width: 12rem;
    text-align: center;
  }

  /* .lumestar-account__levels {
        grid-template-columns: 1fr;
    } */

  .lumestar-account__levels-head {
    display: grid;
  }

  .lumestar-account__level-pill::after {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    margin-top: 0.5rem;
    border-radius: 0.75rem;
    background: rgba(48, 16, 56, 0.07);
    color: rgba(48, 16, 56, 0.72);
    text-align: left;
  }

  .lumestar-account__level-pill.is-current::after {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
  }

  .woocommerce-account.woocommerce-orders .woocommerce-info {
    grid-template-columns: 1fr;
  }

  .woocommerce-account.woocommerce-orders .woocommerce-info::before {
    grid-row: auto;
  }

  .woocommerce-account .woocommerce-orders-table {
    border-radius: 1.25rem;
  }

  .woocommerce-account .woocommerce-orders-table th,
  .woocommerce-account .woocommerce-orders-table td {
    padding: 0.875rem;
  }

  .woocommerce-account .woocommerce-orders-table__cell-order-actions .button {
    width: 100%;
  }

  .woocommerce-account.woocommerce-edit-address
    .woocommerce-address-fields__field-wrapper {
    grid-template-columns: 1fr;
  }

  .lumelle-account-details-form__grid,
  .lumelle-download-card,
  .lumelle-downloads-empty {
    grid-template-columns: 1fr;
  }

  .lumelle-account-details-form .form-row-wide {
    grid-column: auto;
  }

  .lumelle-download-card__button,
  .lumelle-downloads-empty__button,
  .lumelle-account-save {
    width: 100%;
  }

  .lumelle-account-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lumelle-account-stat:nth-child(n) {
    grid-column: span 1;
  }

  .lumelle-account-stat:nth-child(1) {
    grid-column: span 2;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    z-index: 150;
    float: left;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    float: right !important;
  }
  .woocommerce-account.logged-in .woocommerce,
  .woocommerce-account .woocommerce {
    display: block;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    position: relative;
    top: auto;
    z-index: 1;
    float: none !important;
    width: 100% !important;
    max-width: none;
    margin: 0 0 1.25rem;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    float: none !important;
    clear: both;
    width: 100% !important;
    min-height: auto;
  }

  .lumelle-account-dashboard,
  .lumestar-account,
  .lumelle-inspiration-page,
  .lumelle-favorites-page,
  .lumelle-address-book,
  .lumelle-account-details-page,
  .lumelle-downloads-page {
    width: 100%;
    max-width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    grid-template-columns: 1fr 1fr;
    column-gap: 10%;
  }
  .lumelle-account-shortcuts {
    grid-template-columns: 1fr 1fr;
  }
  .lumelle-account-nav {
    padding: 0.75rem;
  }

  .lumelle-account-nav-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    min-height: 3rem;
    padding: 0.75rem 1rem;
    border: 0;
    border-radius: 1rem;
    background: #7e317b;
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
  }

  .lumelle-account-nav-toggle i {
    transition: transform 0.2s ease;
  }

  .lumelle-account-nav.is-open .lumelle-account-nav-toggle i {
    transform: rotate(180deg);
  }

  .lumelle-account-nav-list {
    display: grid;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    margin-top: 0;
    transition:
      max-height 0.28s ease,
      opacity 0.2s ease,
      visibility 0.2s ease,
      margin-top 0.2s ease;
  }

  .lumelle-account-nav.is-open .lumelle-account-nav-list {
    max-height: 32rem;
    opacity: 1;
    visibility: visible;
    margin-top: 0.75rem;
  }

  .lumelle-account-nav li a {
    min-height: 2.75rem;
    padding: 0.65rem 0.85rem;
  }
  .lumelle-account-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lumelle-orders-list {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }
  .lumelle-inspiration-card__link {
    margin-top: auto;
  }
  .lumelle-inspiration-card__title {
    margin-bottom: 16px;
  }

  .lumelle-inspiration-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lumelle-inspiration-card__content {
    padding: 0.875rem;
  }

  .lumelle-inspiration-card__title {
    font-size: var(--fs-16);
  }

  .lumelle-inspiration-card__link {
    min-height: 40px;
    font-size: var(--fs-14);
  }
  .lumelle-inspiration-items {
    grid-template-columns: 1fr 1fr;
  }
  .lumelle-order-card__label {
    font-size: var(--fs-12);
  }
  .lumelle-order-card__main strong {
    color: var(--color-accent-purple);
    font-size: var(--fs-14);
  }
}

/*------------------------------------------------------------------------520------------------------------------*/
@media (max-width: 640px) {
  .lumelle-favorites-toolbar,
  .lumelle-favorites-empty {
    grid-template-columns: 1fr;
    display: grid;
  }

  .lumelle-favorites-toolbar__link,
  .lumelle-favorites-empty__button {
    width: 100%;
  }

  .lumelle-favorites-grid .cart-drawer-items,
  .lumelle-favorites-grid .wishlist-drawer-items {
    grid-template-columns: 1fr;
  }

  .lumelle-favorites-grid .cart-drawer-item,
  .lumelle-favorites-grid .wishlist-drawer-item {
    grid-template-columns: 5rem minmax(0, 1fr);
  }

  .lumelle-favorites-grid .cart-drawer-item__image {
    width: 5rem;
    height: 5rem;
  }

  .lumelle-favorites-grid.is-loaded > * {
    grid-template-columns: 1fr;
  }

  .lumelle-inspiration-toolbar,
  .lumelle-inspiration-empty {
    display: grid;
    grid-template-columns: 1fr;
  }

  .lumelle-inspiration-toolbar__link,
  .lumelle-inspiration-empty__button {
    width: 100%;
  }

  .lumelle-inspiration-items {
    grid-template-columns: 1fr;
  }
  .lumelle-order-card__head {
    grid-template-columns: 1fr;
  }

  .lumelle-order-product {
    grid-template-columns: 4rem minmax(0, 1fr);
  }

  .lumelle-order-product__price {
    grid-column: 1 / -1;
    text-align: left;
  }

  .lumelle-order-card__footer {
    display: grid;
  }

  .lumelle-order-card__actions,
  .lumelle-order-action {
    width: 100%;
  }

  .lumelle-view-order__stats {
    grid-template-columns: 1fr;
  }

  .lumelle-view-order-product {
    grid-template-columns: 4rem minmax(0, 1fr);
  }

  .lumelle-view-order-product__image {
    width: 4rem;
    height: 4rem;
  }

  .lumelle-view-order-product__price {
    grid-column: 1 / -1;
    text-align: left;
  }

  .lumelle-view-order__actions,
  .lumelle-order-action {
    width: 100%;
  }

  .lumelle-address-book__head,
  .lumelle-address-card__top {
    display: grid;
  }

  .lumelle-address-form__grid {
    grid-template-columns: 1fr;
  }

  .lumelle-address-card__actions,
  .lumelle-address-action,
  .lumelle-address-submit,
  .lumelle-address-cancel {
    width: 100%;
  }
}
/*------------------------------------------------------------------------520------------------------------------*/
@media (max-width: 520px) {
  .lumelle-account-stats {
    grid-template-columns: 1fr;
  }
  .woocommerce-account:not(.logged-in) .u-columns {
    grid-template-columns: 1fr;
  }
  .lumelle-account-hero__actions {
    display: grid;
  }

  .lumelle-account-btn,
  .lumelle-account-link {
    width: 100%;
    justify-content: center;
  }

  .woocommerce-account:not(.logged-in) .woocommerce {
    width: min(100% - 1rem, 78rem);
  }

  .woocommerce-account:not(.logged-in) .u-column1,
  .woocommerce-account:not(.logged-in) .u-column2 {
    padding: 1.125rem;
    border-radius: 1.25rem;
  }

  .woocommerce-account:not(.logged-in) .woocommerce-button,
  .woocommerce-account:not(.logged-in) button.woocommerce-form-login__submit,
  .woocommerce-account:not(.logged-in)
    button.woocommerce-form-register__submit {
    width: 100%;
  }

  .woocommerce-account.woocommerce-orders .woocommerce-info .button,
  .woocommerce-account.woocommerce-orders
    .woocommerce-info
    .woocommerce-Button {
    width: 100%;
  }

  .woocommerce-account.woocommerce-edit-address .woocommerce-Address {
    padding: 1.125rem;
    border-radius: 1.25rem;
  }

  .woocommerce-account.woocommerce-edit-address .woocommerce-Address-title {
    display: grid;
  }

  .woocommerce-account.woocommerce-edit-address .woocommerce-Address-title a {
    width: fit-content;
  }

  .lumelle-address-card__head {
    display: grid;
  }

  .lumelle-address-card__edit {
    width: fit-content;
  }

  .lumelle-inspiration-items {
    grid-template-columns: 1fr;
  }

  .lumelle-inspiration-card__image {
    aspect-ratio: 4 / 3;
  }
  .lumelle-inspiration-items {
    grid-template-columns: 1fr 1fr;
  }
  .woocommerce-account:not(.logged-in) .woocommerce {
    width: min(100% - 1rem, 78rem);
    margin-top: 2rem;
  }

  .woocommerce-account:not(.logged-in) .u-column1,
  .woocommerce-account:not(.logged-in) .u-column2 {
    padding: 1.125rem;
    border-radius: 1.25rem;
  }

  .woocommerce-account:not(.logged-in) button.button,
  .woocommerce-account:not(.logged-in) .woocommerce-button {
    width: 100%;
  }
}
/*/-------------------------------------------------------------------------425------------------------------------*/

@media (max-width: 425px) {
  .lumestar-account__grid {
    grid-template-columns: 1fr;
  }

  .lumestar-account__history {
    padding: 1rem;
  }
  .lumelle-account-stats {
    grid-template-columns: 1fr;
  }

  .lumelle-account-stat:nth-child(n) {
    grid-column: span 1;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100% !important;
    margin-bottom: 1rem;
    margin-top: 30px;
  }

  .lumelle-account-nav {
    width: 100%;
    padding: 0.625rem;
    border-radius: 1rem;
  }

  .lumelle-account-nav-toggle {
    width: 100%;
    min-height: 2.75rem;
    padding: 0.625rem 0.875rem;
    border-radius: 0.875rem;
    font-size: 0.9375rem;
    /* margin-top: 20px; */
  }

  .lumelle-account-nav-toggle span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lumelle-account-nav-toggle i {
    flex: 0 0 auto;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
  }

  .lumelle-account-dashboard,
  .lumestar-account,
  .lumelle-inspiration-page,
  .lumelle-favorites-page,
  .lumelle-address-book,
  .lumelle-account-details-page {
    width: 100%;
    max-width: 100%;
  }
  .lumelle-account-shortcuts {
    grid-template-columns: 1fr;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    grid-template-columns: 1fr;
  }
  .lumelle-inspiration-card__link {
    min-height: 2.5rem;
    font-size: var(--fs-12);
  }
  .lumelle-inspiration-card__content {
    padding: 10px;
  }
  .lumelle-inspiration-card__title {
    font-size: var(--fs-14);
  }
  .lumelle-inspiration-items {
    grid-template-columns: 1fr;
  }
  .lumelle-inspiration-card__link {
    font-size: var(--fs-14);
  }
  .lumelle-orders-list {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
  }
  .lumelle-order-card__head {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 390px) {
}
