.profile-menu-user--guest .profile-menu-name {
  color: rgba(247, 234, 208, 0.82);
  font-weight: 600;
}

.profile-menu-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.profile-menu-item--accent {
  color: var(--gold-light);
  font-weight: 600;
}

.customer-auth-modal {
  position: fixed;
  inset: 0;
  z-index: 12050;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.customer-auth-modal.is-open {
  display: flex;
}

.customer-auth-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(4px);
}

.customer-auth-modal__panel {
  position: relative;
  width: min(100%, 440px);
  max-height: min(92vh, 720px);
  overflow: auto;
  background: linear-gradient(165deg, rgba(34, 28, 22, 0.99) 0%, rgba(14, 12, 10, 0.99) 100%);
  border: 1px solid rgba(244, 208, 111, 0.24);
  border-radius: 16px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.62), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  padding: 1.75rem;
}

.customer-auth-modal__panel--register {
  width: min(100%, 680px);
  padding: 1.75rem 2rem 1.5rem;
}

.customer-auth-modal__panel--login {
  width: min(100%, 430px);
  padding: 2.1rem 1.75rem 1.5rem;
  text-align: center;
  overflow: visible;
}

.customer-auth-modal__panel--wishlist {
  width: min(100%, 460px);
  padding: 2.1rem 1.65rem 1.35rem;
  text-align: center;
  overflow: visible;
}

/* Login card — admin-login inspired */
.customer-auth-card {
  border: 1px solid rgba(232, 197, 71, 0.38);
  border-radius: 14px;
  background: linear-gradient(165deg, rgba(14, 13, 11, 0.98) 0%, rgba(8, 10, 16, 0.99) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 243, 196, 0.04),
    0 24px 80px rgba(0, 0, 0, 0.55);
}

.customer-auth-card__top-glow {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 62%;
  height: 40px;
  pointer-events: none;
  background: radial-gradient(ellipse 50% 80% at 50% 100%, rgba(244, 208, 111, 0.12) 0%, transparent 70%);
  filter: blur(4px);
  z-index: 0;
}

.customer-auth-card__deco-leaf {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 90px;
  height: 90px;
  pointer-events: none;
  opacity: 0.14;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' fill='none'%3E%3Cpath d='M70 10 Q50 30 55 55 Q35 45 20 70 Q40 40 65 25 Q75 15 70 10z' stroke='%23e8c547' stroke-width='.8' opacity='.5'/%3E%3Cpath d='M60 20 Q45 35 48 50' stroke='%23f4d06f' stroke-width='.6' opacity='.4'/%3E%3Cellipse cx='58' cy='28' rx='10' ry='6' fill='%23d4af37' opacity='.2' transform='rotate(-30 58 28)'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.customer-auth-card__icon-stage {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin: -1.85rem auto 0.75rem;
}

.customer-auth-card__icon-halo {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 208, 111, 0.15) 0%, rgba(244, 208, 111, 0.04) 55%, transparent 70%);
  z-index: 0;
}

.customer-auth-card__icon-wrap {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 28%, #fff4d0 0%, #e8c547 55%, #b8860b 100%);
  border: 1px solid rgba(244, 208, 111, 0.5);
  box-shadow: 0 0 14px rgba(244, 208, 111, 0.16);
}

.customer-auth-card__fa-icon {
  font-size: 1.05rem;
  color: #2a2008;
}

.customer-auth-card__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-2);
  font-weight: 600;
}

.customer-auth-card__title {
  margin: 0 0 0.4rem;
  font-size: clamp(1.35rem, 2.5vw, 1.55rem);
  color: #fff8ea;
  line-height: 1.2;
}

.customer-auth-card__sub {
  margin: 0 0 1.15rem;
  font-size: 0.84rem;
  color: rgba(247, 234, 208, 0.62);
  line-height: 1.55;
  max-width: 32ch;
  margin-left: auto;
  margin-right: auto;
}

.btn-customer-google {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  padding: 0.72rem 1rem;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 600;
  color: #1f2937;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.btn-customer-google:hover:not(:disabled):not(.is-loading) {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}

.btn-customer-google:disabled,
.btn-customer-google.is-loading {
  cursor: wait;
  opacity: 0.88;
  transform: none;
}

.btn-customer-google__brand {
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.btn-customer-google__spinner {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid rgba(31, 41, 55, 0.15);
  border-top-color: #4285f4;
  animation: customer-auth-spin 0.75s linear infinite;
}

.btn-customer-google__spinner[hidden] {
  display: none !important;
}

.btn-customer-google.is-loading .btn-customer-google__brand {
  display: none;
}

.btn-customer-google.is-loading .btn-customer-google__spinner {
  display: block;
}

.customer-auth-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 1rem 0 0.9rem;
  color: rgba(247, 234, 208, 0.45);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.customer-auth-divider::before,
.customer-auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(232, 197, 71, 0.2);
}

.customer-auth-login-form {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  text-align: left;
}

.customer-auth-field-input {
  position: relative;
  display: block;
}

.customer-auth-field-input__icon {
  position: absolute;
  left: 0.85rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold-2);
  opacity: 0.75;
  pointer-events: none;
  font-size: 0.9rem;
  z-index: 1;
}

.customer-auth-field-input__control {
  width: 100%;
  padding: 0.68rem 0.85rem 0.68rem 2.5rem;
  font: inherit;
  font-size: 0.84rem;
  color: #f7ead0;
  background: rgba(4, 6, 10, 0.9);
  border: 1px solid rgba(244, 208, 111, 0.35);
  border-radius: 10px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.customer-auth-field-input__control::placeholder {
  color: rgba(247, 234, 208, 0.38);
}

.customer-auth-field-input__control:focus {
  border-color: var(--gold-2);
  box-shadow: 0 0 0 3px rgba(244, 208, 111, 0.12);
}

.customer-auth-field-input__control.is-invalid {
  border-color: rgba(248, 113, 113, 0.75);
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

.customer-auth-field-input--password .customer-auth-field-input__control {
  padding-right: 2.75rem;
}

.customer-auth-field-input__toggle {
  position: absolute;
  right: 0.55rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(247, 234, 208, 0.55);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}

.customer-auth-field-input__toggle:hover {
  color: var(--gold-2);
  background: rgba(244, 208, 111, 0.1);
}

.customer-auth-field-input__toggle-icon--hide[hidden] {
  display: none !important;
}

.customer-auth-field-input__toggle-icon--hide {
  display: none;
}

.customer-auth-field-input__toggle[aria-pressed="true"] .customer-auth-field-input__toggle-icon--show {
  display: none;
}

.customer-auth-field-input__toggle[aria-pressed="true"] .customer-auth-field-input__toggle-icon--hide {
  display: block;
}

.customer-auth-login-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0.1rem 0 0.15rem;
}

.customer-auth-remember {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  font-size: 0.74rem;
  color: rgba(247, 234, 208, 0.68);
  cursor: pointer;
  user-select: none;
}

.customer-auth-remember input {
  width: 14px;
  height: 14px;
  margin: 0;
  accent-color: var(--gold-2);
  cursor: pointer;
}

.customer-auth-forgot {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.15rem 0;
  font: inherit;
  font-size: 0.72rem;
  color: rgba(247, 234, 208, 0.62);
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 0.2s ease;
}

.customer-auth-forgot:hover {
  color: var(--gold-light);
}

.btn-customer-signin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  width: 100%;
  margin-top: 0.2rem;
  padding: 0.75rem 1rem;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1a1408;
  border: 1px solid #f5d878;
  border-radius: 10px;
  cursor: pointer;
  background: linear-gradient(180deg, #fff4c4 0%, #f4d06f 42%, #d4af37 78%, #b8860b 100%);
  transition: transform 0.2s ease, opacity 0.2s ease, border-color 0.2s ease;
}

.btn-customer-signin:hover:not(:disabled):not(.is-loading) {
  transform: translateY(-1px);
  border-color: #ffe9a8;
}

.btn-customer-signin:disabled,
.btn-customer-signin.is-loading {
  cursor: wait;
  transform: none;
  opacity: 0.88;
}

.btn-customer-signin__icon {
  font-size: 0.95rem;
  line-height: 1;
  flex-shrink: 0;
}

.btn-customer-signin.is-loading .btn-customer-signin__icon {
  display: none;
}

.btn-customer-signin__spinner {
  width: 1.05rem;
  height: 1.05rem;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid rgba(26, 20, 8, 0.2);
  border-top-color: #1a1408;
  animation: customer-auth-spin 0.75s linear infinite;
}

.btn-customer-signin__spinner[hidden] {
  display: none !important;
}

.btn-customer-signin.is-loading .btn-customer-signin__spinner {
  display: block;
}

.customer-auth-modal__panel--login .customer-auth-switch {
  margin-top: 1.15rem;
}

.customer-auth-modal__close {
  position: absolute;
  top: .85rem;
  right: .85rem;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(247, 234, 208, 0.8);
  z-index: 2;
  transition: background 0.2s ease, color 0.2s ease;
}

.customer-auth-modal__close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff8ea;
}

.customer-auth-modal__header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.35rem;
  padding-right: 2rem;
}

.customer-auth-modal__header-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(244, 208, 111, 0.22), rgba(184, 134, 11, 0.12));
  border: 1px solid rgba(244, 208, 111, 0.32);
  color: var(--gold-light);
  font-size: 1.1rem;
}

.customer-auth-modal__header-text {
  min-width: 0;
}

.customer-auth-modal__title {
  margin: 0 0 .4rem;
  font-size: 1.65rem;
  line-height: 1.2;
  color: #fff8ea;
  letter-spacing: 0.01em;
}

.customer-auth-modal__sub {
  margin: 0;
  color: rgba(247, 234, 208, 0.68);
  font-size: .9rem;
  line-height: 1.5;
}

.customer-auth-form__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem 1.25rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .customer-auth-modal__panel--register .customer-auth-form__grid {
    grid-template-columns: 1fr 1fr;
  }

  .customer-auth-modal__panel--register .customer-auth-field--full {
    grid-column: 1 / -1;
  }
}

.customer-auth-field {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.customer-auth-form .form-label {
  color: rgba(247, 234, 208, 0.86);
  font-size: .82rem;
  font-weight: 600;
  margin-bottom: .4rem;
  letter-spacing: 0.02em;
}

.customer-auth-required {
  color: var(--gold-light);
  font-weight: 500;
}

.customer-auth-optional {
  color: rgba(247, 234, 208, 0.45);
  font-weight: 400;
  font-size: .78rem;
}

.customer-auth-form .form-control {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(244, 208, 111, 0.2);
  color: #f7ead0;
  border-radius: 10px;
  padding: .62rem .85rem;
  font-size: .92rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.customer-auth-form .form-control::placeholder {
  color: rgba(247, 234, 208, 0.32);
}

.customer-auth-form .form-control:focus {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(244, 208, 111, 0.5);
  box-shadow: 0 0 0 3px rgba(244, 208, 111, 0.1);
  color: #fff8ea;
}

.customer-auth-form .form-control.is-invalid {
  border-color: rgba(248, 113, 113, 0.75);
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

.customer-auth-form .form-control.is-valid {
  border-color: rgba(74, 222, 128, 0.55);
}

.customer-auth-field__hint {
  display: block;
  margin-top: .3rem;
  font-size: .74rem;
  color: rgba(247, 234, 208, 0.45);
  line-height: 1.35;
}

.customer-auth-field__error {
  display: none;
  margin-top: .35rem;
  font-size: .78rem;
  color: #fca5a5;
  line-height: 1.35;
}

.customer-auth-field__error.is-visible {
  display: block;
}

.customer-auth-error {
  display: none;
  margin-bottom: .85rem;
  padding: .7rem .9rem;
  border-radius: 10px;
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.28);
  color: #fecaca;
  font-size: .88rem;
  line-height: 1.45;
}

.customer-auth-error.is-visible {
  display: block;
}

.customer-auth-switch {
  margin-top: 1.1rem;
  text-align: center;
  color: rgba(247, 234, 208, 0.62);
  font-size: .88rem;
}

.customer-auth-switch button {
  border: 0;
  background: transparent;
  color: var(--gold-light);
  font-weight: 600;
  padding: 0 .2rem;
}

.customer-auth-switch button:hover {
  text-decoration: underline;
}

.customer-auth-form__actions {
  display: flex;
  justify-content: center;
  margin-top: 0.35rem;
}

.customer-auth-register-submit {
  width: auto;
  min-width: 11.5rem;
  max-width: 100%;
  padding-left: 1.35rem;
  padding-right: 1.35rem;
}

/* Auth submit button loading state */
.btn-luxe--auth {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 2.75rem;
}

.btn-luxe--auth:disabled,
.btn-luxe--auth.is-loading {
  cursor: wait;
  opacity: 0.9;
  transform: none;
}

.btn-luxe__spinner {
  width: 1.05rem;
  height: 1.05rem;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid rgba(26, 20, 8, 0.2);
  border-top-color: #1a1408;
  animation: customer-auth-spin 0.75s linear infinite;
}

.btn-luxe__spinner[hidden] {
  display: none !important;
}

.btn-luxe--auth.is-loading .btn-luxe__spinner {
  display: block;
}

@keyframes customer-auth-spin {
  to { transform: rotate(360deg); }
}

/* Auth toast notification */
.customer-auth-toast {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 12100;
  width: min(100% - 2rem, 380px);
  pointer-events: none;
  opacity: 0;
  transform: translateY(-12px) scale(0.97);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.customer-auth-toast.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.customer-auth-toast.is-leaving {
  opacity: 0;
  transform: translateY(-8px) scale(0.98);
}

.customer-auth-toast__inner {
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  padding: 1rem 1rem .85rem;
  background: linear-gradient(165deg, rgba(34, 28, 22, 0.98), rgba(16, 14, 12, 0.98));
  border: 1px solid rgba(244, 208, 111, 0.28);
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.5);
}

.customer-auth-toast--error .customer-auth-toast__inner {
  border-color: rgba(248, 113, 113, 0.35);
}

.customer-auth-toast--success .customer-auth-toast__icon {
  color: #4ade80;
}

.customer-auth-toast--error .customer-auth-toast__icon {
  color: #f87171;
}

.customer-auth-toast__icon {
  flex-shrink: 0;
  font-size: 1.25rem;
  margin-top: .1rem;
}

.customer-auth-toast__copy {
  flex: 1;
  min-width: 0;
}

.customer-auth-toast__title {
  display: block;
  color: #fff8ea;
  font-size: .92rem;
  margin-bottom: .15rem;
}

.customer-auth-toast__message {
  margin: 0;
  color: rgba(247, 234, 208, 0.72);
  font-size: .84rem;
  line-height: 1.4;
}

.customer-auth-toast__close {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(247, 234, 208, 0.7);
  display: grid;
  place-items: center;
}

.customer-auth-toast__close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff8ea;
}

.customer-auth-toast__progress {
  height: 3px;
  margin-top: -1px;
  border-radius: 0 0 14px 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.customer-auth-toast__progress-bar {
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, var(--gold-2), var(--gold-light));
  transform-origin: left center;
  transform: scaleX(1);
}

.customer-auth-toast--error .customer-auth-toast__progress-bar {
  background: linear-gradient(90deg, #f87171, #fca5a5);
}

@keyframes customerAuthToastCountdown {
  from { transform: scaleX(1); }
  to { transform: scaleX(0); }
}

.account-profile-photo {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.account-profile-photo__preview {
  width: 84px;
  height: 84px;
  border-radius: 12px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: rgba(244, 208, 111, 0.12);
  border: 1px solid rgba(244, 208, 111, 0.28);
  color: var(--gold-2);
}

.account-profile-photo__preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.account-address-card {
  height: 100%;
}

.account-address-card .badge-default {
  display: inline-block;
  margin-left: .4rem;
  font-size: .68rem;
  padding: .15rem .45rem;
  border-radius: 999px;
  background: rgba(244, 208, 111, 0.14);
  color: var(--gold-light);
}

.account-guest-card {
  text-align: center;
  padding: 2.5rem 1.5rem;
}

.account-guest-card p {
  color: rgba(247, 234, 208, 0.68);
  margin-bottom: 1rem;
}

.wishlist-guest-modal__icon-stage .customer-auth-card__icon-wrap {
  background: linear-gradient(165deg, rgba(196, 30, 58, 0.18) 0%, rgba(244, 208, 111, 0.12) 100%);
  border-color: rgba(196, 30, 58, 0.35);
}

.wishlist-guest-modal__icon-stage .customer-auth-card__fa-icon {
  color: #e85d75;
}

.wishlist-guest-modal__icon-halo {
  background: radial-gradient(circle, rgba(196, 30, 58, 0.22) 0%, transparent 70%);
}

.wishlist-guest-modal__product {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0.15rem auto 1rem;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(232, 85, 110, 0.28);
  background: linear-gradient(135deg, rgba(196, 30, 58, 0.12) 0%, rgba(244, 208, 111, 0.06) 100%);
  font-size: 0.82rem;
  color: rgba(247, 234, 208, 0.78);
}

.wishlist-guest-modal__product[hidden] {
  display: none !important;
}

.wishlist-guest-modal__product-icon {
  color: #e85d75;
  font-size: 0.75rem;
}

.wishlist-guest-modal__product-name {
  color: #fff3c4;
  font-weight: 600;
}

.wishlist-guest-modal__benefits {
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0.85rem 0.9rem;
  text-align: left;
  border-radius: 12px;
  border: 1px solid rgba(244, 208, 111, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(0, 0, 0, 0.12) 100%);
}

.wishlist-guest-modal__benefits li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.55rem 0;
}

.wishlist-guest-modal__benefits li + li {
  border-top: 1px solid rgba(244, 208, 111, 0.08);
}

.wishlist-guest-modal__benefit-icon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(244, 208, 111, 0.1);
  color: #f4d06f;
  font-size: 0.78rem;
}

.wishlist-guest-modal__benefit-copy {
  flex: 1;
  font-size: 0.84rem;
  line-height: 1.45;
  color: rgba(247, 234, 208, 0.72);
}

.wishlist-guest-modal__benefit-copy strong {
  color: rgba(247, 234, 208, 0.95);
  font-weight: 600;
}

.wishlist-guest-modal__actions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.wishlist-guest-modal__register {
  width: 100%;
  margin-top: 0.15rem;
}

.wishlist-guest-modal__signin {
  width: 100%;
  justify-content: center;
  gap: 0.45rem;
}

.wishlist-guest-modal__browse {
  width: 100%;
  margin-top: 0.15rem;
  padding: 0.55rem 0.75rem;
  border: none;
  background: transparent;
  color: rgba(247, 234, 208, 0.52);
  font-size: 0.82rem;
  cursor: pointer;
  transition: color 0.2s ease;
}

.wishlist-guest-modal__browse:hover {
  color: rgba(247, 234, 208, 0.82);
}
