/* =========================================================
   page-guest/02-guest.css
   DAFTAR ISI KHUSUS PAGE-GUEST
   01. Header berisi avatar dan search header
   02. Banner
   03. Brand list
   04. Kotak login dan register
   05. Filter tabs
   06. Products grid/list disertai label group
   07. Scroll to top
   08. Search page fullscreen
   09. Login/Register editor modal
   10. Currency editor modal
   11. Margin editor modal
========================================================= */

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: inherit;
}

html {
  width: 100%;
  min-height: 100%;
  background: #ffffff;
  color: #1d1d1f;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-y;
}

html::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

body.luxora-page-guest-standalone {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  background: #ffffff;
  color: #1d1d1f;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-y;
}

body.luxora-page-guest-standalone::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

button,
a,
input,
select,
textarea {
  touch-action: manipulation;
}

button {
  border: 0;
  appearance: none;
  font: inherit;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

button:focus {
  outline: none;
}

input,
select,
textarea {
  font-size: 16px;
}

.luxora-page-guest-page {
  width: 100%;
  min-height: 100vh;
  background: #ffffff;
  overflow-x: clip;
}

.luxora-page-guest-shell {
  isolation: isolate;
  width: 100%;
  overflow-x: clip;
  overscroll-behavior-x: none;
  max-width: 430px;
  min-height: 100dvh;
  margin: 0 auto;
  padding: 0;
  background: #ffffff;
  border-left: 0;
  border-right: 0;
}

@media (min-width: 431px) {
  .luxora-page-guest-shell {
    border-left: 1px solid #f0f0f2;
    border-right: 1px solid #f0f0f2;
  }
}

/* =========================================================
   01. Header berisi avatar dan search header
========================================================= */
.luxora-page-guest-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr) max-content;
  align-items: center;
  column-gap: 12px;
  width: 100%;
  padding: calc(8px + env(safe-area-inset-top, 0px)) 16px 8px 16px;
  background: #ffffff;
}

.luxora-page-guest-avatar-button {
  position: relative;
  display: grid;
  place-items: center;
  align-self: center;
  justify-self: start;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 3px;
  overflow: visible;
  isolation: isolate;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #1d1d1f;
  -webkit-tap-highlight-color: transparent;
}

.luxora-page-guest-avatar-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 999px;
  background: rgba(201, 166, 70, 0.10);
}

.luxora-page-guest-header-avatar {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  object-fit: cover;
  background: transparent;
  animation: luxora-page-guest-avatar-float 9.5s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  transform-origin: center bottom;
  will-change: transform;
}

.luxora-page-guest-avatar-button:active .luxora-page-guest-header-avatar {
  transform: scale(0.97);
}

@keyframes luxora-page-guest-avatar-float {
  0%,
  68%,
  100% {
    transform: translateY(0) scale(1);
  }

  76% {
    transform: translateY(-2px) scale(1.025);
  }

  84% {
    transform: translateY(-4px) scale(1.045);
  }

  92% {
    transform: translateY(-1px) scale(1.015);
  }
}

.luxora-page-guest-search-input-shell {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: 38px;
  cursor: text;
}

.luxora-page-guest-search-input-icon {
  position: absolute;
  left: 13px;
  top: 50%;
  z-index: 1;
  width: 18px;
  height: 18px;
  color: #6f7785;
  pointer-events: none;
  transform: translateY(-50%);
}

.luxora-page-guest-search-input {
  width: 100%;
  height: 38px;
  padding: 0 13px 0 39px;
  border: 0;
  border-radius: 13px;
  background: #f0f1f5;
  color: #111111;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.15;
  box-shadow: none;
  outline: none;
  transform: none;
  transition: none;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.luxora-page-guest-search-input:focus,
.luxora-page-guest-search-input:active {
  border: 0;
  background: #f0f1f5;
  box-shadow: none;
  outline: none;
  transform: none;
}

.luxora-page-guest-search-placeholder {
  position: absolute;
  left: 39px;
  right: 13px;
  top: 50%;
  z-index: 1;
  display: block;
  overflow: hidden;
  color: #6f7785;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  transform: translateY(-50%);
  opacity: 1;
  transition: opacity 260ms ease;
}


.luxora-page-guest-margin-metric {
  display: inline-grid;
  align-items: center;
  align-content: center;
  justify-content: end;
  justify-items: end;
  justify-self: end;
  min-width: 54px;
  height: 38px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  gap: 2px;
  color: inherit;
  cursor: pointer;
  text-align: right;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}

.luxora-page-guest-margin-value {
  color: #19a35b;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.luxora-page-guest-margin-label {
  color: #6f7785;
  font-size: 9px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
}

.luxora-page-guest-margin-metric:focus,
.luxora-page-guest-margin-metric:active {
  outline: none;
}

@media (max-width: 380px) {
  .luxora-page-guest-header {
    column-gap: 10px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .luxora-page-guest-avatar-button {
    width: 38px;
    height: 38px;
  }
}

/* 01B. Guest header auto-hide */
.luxora-page-guest-auto-hide-header {
  position: sticky;
  top: 0;
  z-index: 900;
  transform: translate3d(0, 0, 0);
  transition: transform 720ms ease;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-origin: top center;
}

html.luxora-page-guest-scroll-resetting .luxora-page-guest-auto-hide-header {
  transition: none;
}

.luxora-page-guest-auto-hide-header.luxora-page-guest-header-hidden {
  transform: translate3d(0, -56px, 0);
  pointer-events: none;
}

.luxora-page-guest-auto-hide-header.luxora-page-guest-header-visible {
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

@media (prefers-reduced-motion: reduce) {
  .luxora-page-guest-auto-hide-header {
    transition: none;
  }
}

/* =========================================================
   02. Banner
========================================================= */
.luxora-page-guest-hero-heading {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 34px;
  margin: 7px 0 0;
  padding: 5px 12px 5px;
  gap: 8px;
  box-sizing: border-box;
  overflow: visible;
  background: #ffffff;
  color: #1d1d1f;
}

.luxora-page-guest-hero-title {
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
  min-width: 0;
  max-width: calc(100% - 86px);
  margin: 0;
  overflow: hidden;
  color: #1d1d1f;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.72px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.luxora-page-guest-hero-count {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  min-width: 0;
  margin: 0 0 0 auto;
  padding: 1px 0;
  box-sizing: border-box;
  color: #8a8a8e;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.72px;
  white-space: nowrap;
}

.luxora-page-guest-hero {
  position: relative;
  width: 100%;
  height: 225px;
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  background: #f5f2ea;
  touch-action: pan-y;
  user-select: none;
}

.luxora-page-guest-hero-layer {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 32% center;
  background: #f5f2ea;
  pointer-events: none;
  user-select: none;
  opacity: 0;
  transform: scale(1.018);
  transition:
    opacity 820ms ease,
    transform 1200ms ease;
  will-change: opacity, transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-user-drag: none;
}

.luxora-page-guest-hero-layer-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .luxora-page-guest-hero-layer {
    transition: none;
  }
}

/* =========================================================
   03. Brand list
========================================================= */
.luxora-page-guest-brand-section {
  display: block;
  width: 100%;
  margin: 12px 0 0;
  overflow: visible;
  background: #ffffff;
}

.luxora-page-guest-brand-label {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 34px;
  padding: 5px 12px 5px;
  gap: 8px;
  box-sizing: border-box;
  overflow: visible;
  background: #ffffff;
  color: #1d1d1f;
}

.luxora-page-guest-brand-label-name {
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
  min-width: 0;
  max-width: calc(100% - 86px);
  overflow: hidden;
  color: #1d1d1f;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.72px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.luxora-page-guest-brand-current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  max-width: min(152px, 36vw);
  min-height: 18px;
  padding: 0 7px;
  border-radius: 999px;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff7df;
  color: #C9A646;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.72px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.luxora-page-guest-brand-current[hidden] {
  display: none;
}

.luxora-page-guest-brand-label-line {
  display: none;
}

.luxora-page-guest-brand-label-count,
.luxora-page-guest-brand-reset {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  min-width: 0;
  margin: 0;
  padding: 1px 0;
  box-sizing: border-box;
  font-family: inherit;
  line-height: 1.28;
  white-space: nowrap;
}

.luxora-page-guest-brand-label-count {
  margin-left: auto;
  color: #8a8a8e;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.72px;
}

.luxora-page-guest-brand-reset {
  margin-left: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #1d1d1f;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.72px;
  text-align: right;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.luxora-page-guest-brand-label-count[hidden],
.luxora-page-guest-brand-reset[hidden] {
  display: none;
}

.luxora-page-guest-brand-reset:active {
  opacity: 0.72;
}

.luxora-page-guest-brand-reset:focus-visible {
  outline: 2px solid rgba(201, 166, 70, 0.34);
  outline-offset: 3px;
}

.luxora-page-guest-brand-scroll {
  position: relative;
  width: 100%;
  padding: 1px 0 2px;
  overflow: hidden;
  box-sizing: border-box;
  cursor: default;
  touch-action: pan-y;
  user-select: none;
}

.luxora-page-guest-brand-scroll::-webkit-scrollbar {
  display: none;
}

.luxora-page-guest-brand-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 9px;
  padding-inline: 12px;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.luxora-page-guest-brand-chip {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: max-content;
  height: 31px;
  padding: 0 11px;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: var(--luxora-page-guest-brand-chip-color, #1d1d1f);
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.15;
  white-space: nowrap;
  cursor: default;
  pointer-events: none;
  user-select: none;
  opacity: var(--luxora-page-guest-brand-chip-opacity, 0.78);
  transform: translateY(var(--luxora-page-guest-brand-chip-raise, 0px))
    scale(var(--luxora-page-guest-brand-chip-scale, 0.94));
  transform-origin: center center;
  text-shadow: 0 var(--luxora-page-guest-brand-chip-shadow-y, 0px)
    var(--luxora-page-guest-brand-chip-shadow-blur, 0px)
    rgba(0, 0, 0, var(--luxora-page-guest-brand-chip-shadow-alpha, 0));
  transition: transform 0.72s ease,
    opacity 0.72s ease,
    color 0.72s ease,
    text-shadow 0.72s ease;
  will-change: transform, opacity, text-shadow;
  -webkit-tap-highlight-color: transparent;
}

@media (prefers-reduced-motion: reduce) {
  .luxora-page-guest-brand-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .luxora-page-guest-brand-track {
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 380px) {
  .luxora-page-guest-brand-section {
    margin-top: 12px;
  }

  .luxora-page-guest-brand-scroll {
    padding-top: 1px;
    padding-bottom: 2px;
  }

  .luxora-page-guest-brand-chip {
    height: 30px;
    padding-inline: 9px;
    font-size: 14.75px;
  }
}

/* =========================================================
   04. Kotak login dan register
========================================================= */
.luxora-page-guest-banner {
  display: flex;
  flex-direction: column;
  width: auto;
  min-height: 150px;
  margin: 16px 12px 24px;
  padding: 15px 15px 14px;
  border: 1px solid #eadfbd;
  border-radius: 18px;
  background: linear-gradient(135deg, #fffdf7 0%, #fff8e6 100%);
  color: #1d1d1f;
}

.luxora-page-guest-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.luxora-page-guest-copy strong {
  display: block;
  color: #1d1d1f;
  font-size: 14.5px;
  font-weight: 650;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

.luxora-page-guest-copy span {
  display: block;
  max-width: 100%;
  color: #747478;
  font-size: 12px;
  font-weight: 450;
  line-height: 1.36;
}

.luxora-page-guest-banner-bottom {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  margin-top: 2px;
}

.luxora-page-guest-service-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  align-self: center;
  justify-self: start;
  max-width: 100%;
  min-height: 18px;
  padding: 0;
  overflow: hidden;
  border-radius: 999px;
  color: #5f5f63;
  font-size: 11.5px;
  font-weight: 550;
  line-height: 1.25;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}

.luxora-page-guest-service-link:active {
  background: rgba(201, 166, 70, 0.10);
  color: #1d1d1f;
}

.luxora-page-guest-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  align-self: end;
  width: 100%;
  min-width: 0;
  gap: 10px;
  margin-top: 0;
}

.luxora-page-guest-login-button,
.luxora-page-guest-register-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 39px;
  padding: 0 12px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 12.5px;
  font-weight: 650;
  line-height: 1;
  letter-spacing: -0.005em;
  white-space: nowrap;
}

.luxora-page-guest-login-button {
  background: #1d1d1f;
}

.luxora-page-guest-register-button {
  background: #C9A646;
}

@media (max-width: 380px) {
  .luxora-page-guest-actions {
    gap: 8px;
  }

  .luxora-page-guest-login-button,
  .luxora-page-guest-register-button {
    min-height: 38px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* =========================================================
   05. Filter tabs
========================================================= */
.luxora-page-guest-filter-tabs {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 4vw, 18px);
  width: 100%;
  margin: 0 0 8px;
  padding: 0 clamp(16px, 5vw, 22px);
  overflow-x: auto;
  scrollbar-width: none;
  background: #ffffff;
}

.luxora-page-guest-filter-tabs::-webkit-scrollbar {
  display: none;
}

.luxora-page-guest-filter-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  gap: 6px;
  height: 34px;
  padding: 0 clamp(12px, 3.4vw, 16px);
  border: 1px solid #ececef;
  border-radius: 999px;
  background: #ffffff;
  color: #1d1d1f;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition:
    border-color 860ms ease,
    background-color 860ms ease,
    color 860ms ease;
}

.luxora-page-guest-filter-tabs button:active {
  transform: none;
}

.luxora-page-guest-filter-tabs button.luxora-page-guest-active {
  border-color: rgba(201, 166, 70, 0.34);
  background: #fff8e8;
  color: #c9a646;
}

.luxora-page-guest-filter-emoji,
.luxora-page-guest-filter-label {
  display: inline-block;
  line-height: 1;
}

.luxora-page-guest-filter-emoji {
  font-size: 17px;
  transform-origin: 50% 68%;
  will-change: transform;
  animation-duration: 2.15s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

.luxora-page-guest-filter-emoji-featured {
  animation-name: luxoraPageGuestFilterFlameVisible;
}

.luxora-page-guest-filter-emoji-exclusive {
  animation-name: luxoraPageGuestFilterExclusiveVisible;
  animation-duration: 2.35s;
}

.luxora-page-guest-filter-emoji-affordable {
  animation-name: luxoraPageGuestFilterAffordableVisible;
  animation-duration: 2.55s;
}

@media (max-width: 360px) {
  .luxora-page-guest-filter-tabs {
    justify-content: flex-start;
  }

  .luxora-page-guest-filter-tabs button {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 12.5px;
  }
}

@keyframes luxoraPageGuestFilterFlameVisible {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }

  18% {
    transform: translate3d(0, -1.6px, 0) rotate(-5deg) scale(1.08);
  }

  38% {
    transform: translate3d(0, -2.8px, 0) rotate(4.5deg) scale(1.14);
  }

  58% {
    transform: translate3d(0, -1.2px, 0) rotate(-3deg) scale(1.07);
  }

  78% {
    transform: translate3d(0, -2.1px, 0) rotate(3.2deg) scale(1.11);
  }
}

@keyframes luxoraPageGuestFilterExclusiveVisible {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }

  24% {
    transform: translate3d(0, -1.5px, 0) scale(1.08) rotate(-2deg);
  }

  50% {
    transform: translate3d(0, -2.5px, 0) scale(1.16) rotate(2deg);
  }

  76% {
    transform: translate3d(0, -1.1px, 0) scale(1.07) rotate(-1deg);
  }
}

@keyframes luxoraPageGuestFilterAffordableVisible {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  }

  22% {
    transform: translate3d(0, -1.4px, 0) rotate(4deg) scale(1.07);
  }

  46% {
    transform: translate3d(0, -2.7px, 0) rotate(-5deg) scale(1.13);
  }

  70% {
    transform: translate3d(0, -1px, 0) rotate(3deg) scale(1.06);
  }
}

/* =========================================================
   06. Products grid/list disertai label group
========================================================= */
.luxora-page-guest-product-grid {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
  touch-action: pan-y;
  overscroll-behavior-x: none;
  overscroll-behavior-y: contain;
  opacity: 1;
  transform: none;
  transition: opacity 320ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity;
}

.luxora-page-guest-product-grid.luxora-page-guest-product-grid-soft-switching {
  opacity: 0.998;
}

.luxora-page-guest-product-group {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
}

.luxora-page-guest-product-group-label {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 34px;
  padding: 5px 12px 5px;
  gap: 8px;
  box-sizing: border-box;
  overflow: visible;
  background: #ffffff;
  color: #1d1d1f;
}

.luxora-page-guest-product-group-label-name {
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
  min-width: 0;
  max-width: calc(100% - 86px);
  margin: 0;
  overflow: hidden;
  color: #1d1d1f;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.72px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.luxora-page-guest-product-group-label-line {
  display: none;
}

.luxora-page-guest-product-group-label-count {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  min-width: 0;
  margin: 0 0 0 auto;
  padding: 1px 0;
  box-sizing: border-box;
  color: #8a8a8e;
  font-family: inherit;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.72px;
  white-space: nowrap;
}

.luxora-page-guest-product-group-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  width: 100%;
  margin: 0;
  padding: 0;
  row-gap: 14px;
  column-gap: 0;
  background: #ffffff;
}

.luxora-page-guest-product-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  container-type: inline-size;
  background: #ffffff;
  color: #4b5563;
}

.luxora-page-guest-card-image {
  display: block;
  width: 100%;
  height: 92cqw;
  min-height: 172px;
  max-height: 214px;
  object-fit: cover;
  object-position: center center;
  background: #f5f5f7;
}

@supports not (height: 92cqw) {
  .luxora-page-guest-card-image {
    height: clamp(172px, 46vw, 214px);
  }
}

.luxora-page-guest-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 104px;
  padding: 9px 10px 4px;
  gap: 2px;
  background: #ffffff;
}

.luxora-page-guest-product-meta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px;
  align-items: start;
  height: 40px;
  margin: 0;
  column-gap: 14px;
}

.luxora-page-guest-product-name {
  display: -webkit-box;
  min-width: 0;
  min-height: 40px;
  max-height: 40px;
  overflow: hidden;
  color: #4b5563;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-wrap: anywhere;
}

.luxora-page-guest-plus-badge {
  display: grid;
  place-items: center;
  justify-self: end;
  align-self: start;
  width: 26px;
  min-width: 26px;
  height: 26px;
  margin: 1px 0 0;
  border: 1px solid rgba(201, 166, 70, 0.22);
  border-radius: 999px;
  background: rgba(201, 166, 70, 0.08);
  color: #C9A646;
  text-align: center;
  box-shadow: none;
  transform: none;
  pointer-events: none;
  user-select: none;
}

.luxora-page-guest-plus-badge::before {
  content: "+";
  display: block;
  width: 100%;
  color: inherit;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  transform: translateY(-1px);
}

.luxora-page-guest-price-rows {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2px;
  min-height: 56px;
  margin-top: -2px;
  margin-bottom: 0;
}

.luxora-page-guest-price-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  align-items: center;
  height: 18px;
  column-gap: 8px;
  color: #4b5563;
  font-size: 13px;
  line-height: 1;
}

.luxora-page-guest-price-label,
.luxora-page-guest-price-amount {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.1;
  white-space: nowrap;
}

.luxora-page-guest-price-label {
  min-width: 0;
  color: #6e6e73;
}

.luxora-page-guest-price-amount {
  display: inline-block;
  justify-self: end;
  width: max-content;
  min-width: max-content;
  color: #4b5563;
  letter-spacing: 0;
  direction: ltr;
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
}

.luxora-page-guest-price-row-profit .luxora-page-guest-price-label,
.luxora-page-guest-price-row-profit .luxora-page-guest-price-amount {
  color: #C9A646;
}

/* =========================================================
   07. Scroll to top
========================================================= */
.luxora-page-guest-scroll-button {
  position: fixed;
  left: 50%;
  right: auto;
  bottom: calc(18px + env(safe-area-inset-bottom, 0px));
  z-index: 1100;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #C9A646;
  color: #ffffff;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition:
    opacity 640ms ease,
    transform 720ms ease;
}

.luxora-page-guest-scroll-button.luxora-page-guest-is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.luxora-page-guest-scroll-button svg {
  width: 22px;
  height: 22px;
}


/* =========================================================
   08. Search page fullscreen
========================================================= */
.luxora-page-guest-search-page {
  --luxora-page-guest-search-page-safe-top: env(safe-area-inset-top, 0px);
  --luxora-page-guest-search-page-safe-bottom: env(safe-area-inset-bottom, 0px);
  --luxora-page-guest-search-page-header-height: calc(56px + var(--luxora-page-guest-search-page-safe-top));
  --luxora-page-guest-search-page-viewport-top: 0px;
  --luxora-page-guest-search-page-viewport-height: 100dvh;
  --luxora-page-guest-search-page-keyboard-inset: 0px;
  position: fixed;
  top: var(--luxora-page-guest-search-page-viewport-top);
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 2100;
  width: 100%;
  height: var(--luxora-page-guest-search-page-viewport-height);
  min-height: var(--luxora-page-guest-search-page-viewport-height);
  overflow: hidden;
  background: #ffffff;
  visibility: hidden;
  pointer-events: none;
  overscroll-behavior: none;
  isolation: isolate;
  opacity: 1;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.luxora-page-guest-search-page.luxora-page-guest-search-page-open {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  transition: none;
}

html.luxora-page-guest-search-page-open,
body.luxora-page-guest-search-page-open {
  overflow: hidden;
  overscroll-behavior: none;
  scroll-behavior: auto;
  background: #ffffff;
}

body.luxora-page-guest-search-page-open {
  position: fixed;
  top: var(--luxora-page-guest-search-page-scroll-top, 0px);
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100%;
}

html.luxora-page-guest-search-opening .luxora-page-guest-auto-hide-header,
html.luxora-page-guest-search-page-open .luxora-page-guest-auto-hide-header {
  transition: none;
}

html.luxora-page-guest-search-page-keyboard,
body.luxora-page-guest-search-page-keyboard {
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}

.luxora-page-guest-search-page-shell {
  position: relative;
  width: 100%;
  max-width: 430px;
  height: var(--luxora-page-guest-search-page-viewport-height);
  min-height: 0;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
  opacity: 1;
  transition: none;
}

.luxora-page-guest-search-page-header {
  position: fixed;
  top: var(--luxora-page-guest-search-page-viewport-top);
  left: 50%;
  z-index: 4;
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr) 54px;
  align-items: center;
  column-gap: 12px;
  width: 100%;
  max-width: 430px;
  height: var(--luxora-page-guest-search-page-header-height);
  padding: calc(8px + var(--luxora-page-guest-search-page-safe-top)) 16px 8px 16px;
  background: #ffffff;
  transform: translate3d(-50%, 0, 0);
  will-change: transform;
}

.luxora-page-guest-search-page-avatar {
  position: relative;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 3px;
  overflow: visible;
  isolation: isolate;
  border-radius: 999px;
  background: transparent;
  pointer-events: none;
}

.luxora-page-guest-search-page-avatar::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 999px;
  background: rgba(201, 166, 70, 0.10);
}

.luxora-page-guest-search-page-avatar-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  object-fit: cover;
  background: transparent;
  animation: luxora-page-guest-avatar-float 9.5s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  transform-origin: center bottom;
  will-change: transform;
}

.luxora-page-guest-search-page-input-shell {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  height: 38px;
}

.luxora-page-guest-search-page-input-icon {
  position: absolute;
  left: 13px;
  top: 50%;
  z-index: 1;
  width: 18px;
  height: 18px;
  color: #6f7785;
  pointer-events: none;
  transform: translateY(-50%);
}

.luxora-page-guest-search-page-input {
  width: 100%;
  height: 38px;
  padding: 0 44px 0 39px;
  border: 0;
  border-radius: 13px;
  background: #f0f1f5;
  color: #111111;
  box-shadow: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.15;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

.luxora-page-guest-search-page-placeholder {
  position: absolute;
  left: 39px;
  right: 44px;
  top: 50%;
  z-index: 1;
  display: block;
  overflow: hidden;
  color: #6f7785;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  transform: translateY(-50%);
  opacity: 1;
  transition: opacity 240ms ease;
}

.luxora-page-guest-search-page-placeholder.luxora-page-guest-search-page-placeholder-hidden {
  opacity: 0;
}

.luxora-page-guest-search-page-input:focus,
.luxora-page-guest-search-page-input:active {
  border: 0;
  background: #f0f1f5;
  box-shadow: none;
  outline: none;
}

.luxora-page-guest-search-page-clear-button {
  position: absolute;
  right: 8px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #6f7785;
  box-shadow: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-50%);
  transition: none;
  -webkit-tap-highlight-color: transparent;
}

.luxora-page-guest-search-page-clear-button svg {
  display: block;
  width: 19px;
  height: 19px;
}

.luxora-page-guest-search-page-clear-button.luxora-page-guest-is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.luxora-page-guest-search-page-clear-button:focus,
.luxora-page-guest-search-page-clear-button:active {
  background: #ffffff;
  color: #6f7785;
  outline: none;
}

.luxora-page-guest-search-page-back-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: end;
  width: 54px;
  min-width: 54px;
  height: 38px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ff2d55;
  box-shadow: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  cursor: pointer;
  opacity: 1;
  transform: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 380px) {
  .luxora-page-guest-search-page-header {
    grid-template-columns: max-content minmax(0, 1fr) 54px;
    column-gap: 10px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .luxora-page-guest-search-page-avatar {
    width: 38px;
    height: 38px;
  }
}

.luxora-page-guest-search-page-body {
  position: fixed;
  top: calc(var(--luxora-page-guest-search-page-viewport-top) + var(--luxora-page-guest-search-page-header-height));
  bottom: auto;
  left: 50%;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 430px;
  height: max(0px, calc(var(--luxora-page-guest-search-page-viewport-height) - var(--luxora-page-guest-search-page-header-height) - var(--luxora-page-guest-search-page-keyboard-inset, 0px)));
  min-height: 0;
  padding: 6px 12px max(12px, var(--luxora-page-guest-search-page-safe-bottom));
  overflow: hidden;
  overscroll-behavior: none;
  background: #ffffff;
  transform: translate3d(-50%, 0, 0);
}

.luxora-page-guest-search-page-empty {
  flex: 0 0 auto;
  margin: 0;
  padding: 6px 0 12px;
  color: #8d8d93;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
}

.luxora-page-guest-search-page-recent,
.luxora-page-guest-search-page-results {
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
}

.luxora-page-guest-search-page-recent[hidden],
.luxora-page-guest-search-page-results[hidden] {
  display: none;
}

.luxora-page-guest-search-page-recent:not([hidden]),
.luxora-page-guest-search-page-results:not([hidden]) {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.luxora-page-guest-search-page-recent-head {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 6px 0 12px;
}

.luxora-page-guest-search-page-recent-head h2 {
  margin: 0;
  color: #1d1d1f;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.luxora-page-guest-search-page-recent-head button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1d1d1f;
  box-shadow: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.luxora-page-guest-search-page-recent-list,
.luxora-page-guest-search-page-results-list {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: none;
  scrollbar-width: none;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

.luxora-page-guest-search-page-recent-list::-webkit-scrollbar,
.luxora-page-guest-search-page-results-list::-webkit-scrollbar {
  display: none;
}

.luxora-page-guest-search-page-recent-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 40px;
  padding: 6px 0;
  background: transparent;
  color: #1d1d1f;
}

.luxora-page-guest-search-page-recent-main {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  min-width: 0;
  min-height: 32px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  box-shadow: none;
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.luxora-page-guest-search-page-history-icon {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  color: #8a8a8e;
}

.luxora-page-guest-search-page-history-icon svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 1.45;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.luxora-page-guest-search-page-recent-remove {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #8a8a8e;
  box-shadow: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.luxora-page-guest-search-page-recent-remove svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.luxora-page-guest-search-page-result-item {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: #1d1d1f;
  box-shadow: none;
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.luxora-page-guest-search-page-result-copy {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  min-width: 0;
}

.luxora-page-guest-search-page-result-title {
  max-width: 100%;
  overflow: hidden;
  color: #1d1d1f;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.luxora-page-guest-search-page-recent-item .luxora-page-guest-search-page-result-title {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 13px;
  line-height: 1.25;
}

.luxora-page-guest-search-page-result-meta {
  max-width: 100%;
  overflow: hidden;
  color: #8a8a8e;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.luxora-page-guest-search-page-result-action-icon {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: #8a8a8e;
}

.luxora-page-guest-search-page-result-action-icon svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.luxora-page-guest-search-page-no-result {
  flex: 0 0 auto;
  margin: 0;
  padding: 6px 0 12px;
  color: #8d8d93;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
}

.luxora-page-guest-product-card.luxora-page-guest-search-highlight {
  animation: luxoraPageGuestSearchHighlight 980ms cubic-bezier(0.25, 0.8, 0.25, 1) both;
}

@keyframes luxoraPageGuestSearchHighlight {
  0% { background: #fff7da; }
  100% { background: #ffffff; }
}

/* =========================================================
   09. Login/Register editor modal
========================================================= */
.luxora-page-guest-auth-editor {
  --luxora-page-guest-auth-editor-safe-top: env(safe-area-inset-top, 0px);
  --luxora-page-guest-auth-editor-safe-bottom: env(safe-area-inset-bottom, 0px);
  --luxora-page-guest-auth-editor-viewport-height: 100dvh;
  --luxora-page-guest-auth-editor-keyboard-shift: 0px;
  position: fixed;
  inset: 0;
  z-index: 2200;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: var(--luxora-page-guest-auth-editor-viewport-height);
  min-height: var(--luxora-page-guest-auth-editor-viewport-height);
  padding: max(14px, var(--luxora-page-guest-auth-editor-safe-top)) 14px max(14px, var(--luxora-page-guest-auth-editor-safe-bottom));
  overflow: hidden;
  overscroll-behavior: none;
  visibility: hidden;
  pointer-events: none;
  isolation: isolate;
  contain: layout style paint;
  -webkit-tap-highlight-color: transparent;
  touch-action: none;
  transition: visibility 0s linear 520ms;
}

.luxora-page-guest-auth-editor.luxora-page-guest-auth-editor-open {
  visibility: visible;
  pointer-events: auto;
  transition: visibility 0s linear 0s;
}

html.luxora-page-guest-auth-editor-open,
body.luxora-page-guest-auth-editor-open,
html.luxora-page-guest-auth-editor-gesture-lock,
body.luxora-page-guest-auth-editor-gesture-lock {
  overflow: hidden;
  overscroll-behavior: none;
  scroll-behavior: auto;
  background: #ffffff;
}

html.luxora-page-guest-auth-editor-gesture-lock,
body.luxora-page-guest-auth-editor-gesture-lock {
  touch-action: none;
}

body.luxora-page-guest-auth-editor-open {
  position: fixed;
  top: var(--luxora-page-guest-auth-editor-scroll-top, 0px);
  left: 0;
  right: 0;
  width: 100%;
}

.luxora-page-guest-auth-editor-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: transparent;
  opacity: 0;
  pointer-events: auto;
  touch-action: none;
}

.luxora-page-guest-auth-editor-card {
  position: relative;
  z-index: 1;
  width: min(calc(100vw - 68px), 276px);
  max-height: min(calc(var(--luxora-page-guest-auth-editor-viewport-height) - 28px), 460px);
  margin: 0;
  padding: 10px 12px 10px;
  overflow: hidden;
  overscroll-behavior: none;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.50), rgba(244, 245, 247, 0.30));
  -webkit-backdrop-filter: blur(38px) saturate(190%);
  backdrop-filter: blur(38px) saturate(190%);
  color: #050505;
  box-shadow:
    0 10px 26px rgba(0, 0, 0, 0.14),
    0 3px 8px rgba(0, 0, 0, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.66),
    inset 0 -1px 0 rgba(255, 255, 255, 0.22);
  opacity: 0;
  transform: translate3d(0, 10px, 0) scale(0.986);
  transform-origin: center center;
  will-change: transform, opacity;
  touch-action: manipulation;
  transition:
    opacity 420ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 460ms cubic-bezier(0.16, 1, 0.3, 1);
}

.luxora-page-guest-auth-editor-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(circle at 14% 14%, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0) 42%),
    radial-gradient(circle at 88% 2%, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 34%);
  pointer-events: none;
}

.luxora-page-guest-auth-editor.luxora-page-guest-auth-editor-open .luxora-page-guest-auth-editor-card {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.luxora-page-guest-auth-editor.luxora-page-guest-auth-editor-keyboard .luxora-page-guest-auth-editor-card {
  transform: translate3d(0, var(--luxora-page-guest-auth-editor-keyboard-shift), 0) scale(1);
}

.luxora-page-guest-auth-editor-title {
  width: 100%;
  margin: 0 0 6px;
  padding: 0;
  color: #050505;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.022em;
  line-height: 1.14;
  text-align: center;
}

.luxora-page-guest-auth-editor-note {
  width: 100%;
  max-width: none;
  margin: 0 0 14px;
  color: rgba(34, 35, 43, 0.56);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.22;
  text-align: left;
}

.luxora-page-guest-auth-editor-fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
  width: 100%;
  min-width: 0;
}

.luxora-page-guest-auth-editor-field {
  position: relative;
  width: 100%;
  min-width: 0;
}

.luxora-page-guest-auth-editor-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.luxora-page-guest-auth-editor-input {
  width: 100%;
  min-height: 36px;
  padding: 0 12px;
  border: 0;
  border-radius: 999px;
  background: rgba(201, 202, 205, 0.50);
  color: #050505;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.026em;
  line-height: 1.08;
  text-align: left;
  outline: 0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.30),
    inset 0 -1px 0 rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  caret-color: rgba(201, 166, 70, 0.62);
  -webkit-tap-highlight-color: transparent;
  transition:
    background 320ms cubic-bezier(0.25, 0.8, 0.25, 1),
    box-shadow 320ms cubic-bezier(0.25, 0.8, 0.25, 1);
}

.luxora-page-guest-auth-editor-input.luxora-page-guest-auth-editor-uppercase-input {
  text-transform: uppercase;
}

.luxora-page-guest-auth-editor-password-field .luxora-page-guest-auth-editor-input {
  padding-right: 40px;
}

.luxora-page-guest-auth-editor-password-toggle {
  position: absolute;
  top: 50%;
  right: 1px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(5, 5, 5, 0.56);
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  transition: color 260ms cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.luxora-page-guest-auth-editor-password-toggle:disabled {
  color: rgba(5, 5, 5, 0.24);
  cursor: default;
  pointer-events: none;
}

.luxora-page-guest-auth-editor-password-toggle:active,
.luxora-page-guest-auth-editor-password-toggle:focus,
.luxora-page-guest-auth-editor-password-toggle:focus-visible {
  background: transparent;
  color: rgba(5, 5, 5, 0.72);
  outline: 0;
  box-shadow: none;
  transform: translateY(-50%);
}

.luxora-page-guest-auth-editor-password-toggle .luxora-page-guest-auth-editor-eye-icon {
  width: 20px;
  height: 20px;
  display: block;
  fill: none;
  overflow: visible;
  pointer-events: none;
}

.luxora-page-guest-auth-editor-password-toggle .luxora-page-guest-auth-editor-eye-closed {
  display: none;
}

.luxora-page-guest-auth-editor-password-toggle .luxora-page-guest-auth-editor-eye-open {
  display: block;
}

.luxora-page-guest-auth-editor-password-toggle.luxora-page-guest-auth-editor-password-visible .luxora-page-guest-auth-editor-eye-closed {
  display: block;
}

.luxora-page-guest-auth-editor-password-toggle.luxora-page-guest-auth-editor-password-visible .luxora-page-guest-auth-editor-eye-open {
  display: none;
}

.luxora-page-guest-auth-editor-input::placeholder {
  color: rgba(5, 5, 5, 0.30);
}

.luxora-page-guest-auth-editor-input:focus,
.luxora-page-guest-auth-editor-input:active {
  background: rgba(207, 208, 211, 0.56);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    inset 0 -1px 0 rgba(0, 0, 0, 0.04),
    0 0 0 1px rgba(255, 255, 255, 0.14);
}

.luxora-page-guest-auth-editor-error {
  min-height: 13px;
  margin: 8px 8px 0;
  color: rgba(255, 45, 85, 0.76);
  font-size: 9.1px;
  font-weight: 560;
  letter-spacing: -0.018em;
  line-height: 1.28;
  text-align: center;
}

.luxora-page-guest-auth-editor-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-top: 8px;
}

.luxora-page-guest-auth-editor-cancel,
.luxora-page-guest-auth-editor-save {
  min-height: 36px;
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.022em;
  outline: 0;
  box-shadow: none;
  transform: none;
  transition:
    background-color 320ms cubic-bezier(0.25, 0.8, 0.25, 1),
    color 320ms cubic-bezier(0.25, 0.8, 0.25, 1);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

.luxora-page-guest-auth-editor-cancel {
  background: rgba(201, 202, 205, 0.50);
  color: #ff2d55;
}

.luxora-page-guest-auth-editor-save {
  background: #C9A646;
  color: #ffffff;
}

.luxora-page-guest-auth-editor-cancel:active,
.luxora-page-guest-auth-editor-save:active {
  opacity: 1;
  transform: none;
}

@media (max-height: 560px) {
  .luxora-page-guest-auth-editor-card {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .luxora-page-guest-auth-editor.luxora-page-guest-auth-editor-keyboard .luxora-page-guest-auth-editor-card {
    transform: translate3d(0, var(--luxora-page-guest-auth-editor-keyboard-shift), 0) scale(1);
  }

  .luxora-page-guest-auth-editor-note {
    margin-bottom: 10px;
    font-size: 11.5px;
  }

  .luxora-page-guest-auth-editor-fields {
    gap: 6px;
  }

  .luxora-page-guest-auth-editor-input,
  .luxora-page-guest-auth-editor-cancel,
  .luxora-page-guest-auth-editor-save {
    min-height: 34px;
  }

  .luxora-page-guest-auth-editor-error {
    min-height: 12px;
    margin-top: 6px;
    font-size: 8.9px;
    line-height: 1.24;
  }

  .luxora-page-guest-auth-editor-actions {
    margin-top: 6px;
  }
}

/* =========================================================
   10. Currency editor modal
   Same visual pattern as page-popup editor.
   Old Guest-specific editor styling was removed and replaced cleanly.
========================================================= */
.luxora-page-guest-currency-editor {
  position: fixed;
  top: 0;
  left: max(0px, calc((100vw - 430px) / 2));
  width: min(100vw, 430px);
  height: var(--luxora-page-guest-currency-editor-viewport-height, 100dvh);
  z-index: 2300;
  display: grid;
  place-items: center;
  padding: max(14px, env(safe-area-inset-top, 0px)) 14px max(14px, env(safe-area-inset-bottom, 0px));
  background: transparent;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-tap-highlight-color: transparent;
  contain: layout style paint;
  transition:
    opacity 120ms ease,
    visibility 0s linear 120ms;
}

.luxora-page-guest-currency-editor.luxora-page-guest-currency-editor-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition:
    opacity 120ms ease,
    visibility 0s linear 0s;
}

html.luxora-page-guest-currency-editor-open,
body.luxora-page-guest-currency-editor-open {
  overflow: hidden;
  overscroll-behavior: none;
  scroll-behavior: auto;
}

body.luxora-page-guest-currency-editor-open {
  width: 100%;
}

.luxora-page-guest-currency-editor-backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: transparent;
  pointer-events: auto;
}

.luxora-page-guest-currency-editor-card {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(calc(100vw - 82px), 268px);
  max-width: 268px;
  max-height: min(calc(var(--luxora-page-guest-currency-editor-viewport-height, 100dvh) - 34px), 438px);
  padding: 15px 12px 11px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.54), rgba(244, 245, 247, 0.30));
  color: #050505;
  text-align: center;
  -webkit-backdrop-filter: blur(38px) saturate(190%);
  backdrop-filter: blur(38px) saturate(190%);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.16),
    0 4px 10px rgba(0, 0, 0, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.66),
    inset 0 -1px 0 rgba(255, 255, 255, 0.22);
  opacity: 0;
  transform: translate3d(0, 6px, 0) scale(.996);
  contain: layout style paint;
  transition:
    opacity 130ms cubic-bezier(.22, 1, .36, 1),
    transform 190ms cubic-bezier(.16, 1, .3, 1),
    max-height 190ms cubic-bezier(.16, 1, .3, 1);
  will-change: transform;
}

.luxora-page-guest-currency-editor.luxora-page-guest-currency-editor-open .luxora-page-guest-currency-editor-card {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.luxora-page-guest-currency-editor-title {
  margin: 0 0 7px;
  padding: 0 8px;
  color: #050505;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.022em;
  line-height: 1.14;
  text-align: center;
}

.luxora-page-guest-currency-editor-note {
  max-width: 220px;
  margin: 0 auto 12px;
  color: rgba(34, 35, 43, 0.56);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.22;
  text-align: center;
}

.luxora-page-guest-currency-editor-selection-box {
  width: 100%;
  overflow: hidden;
}

.luxora-page-guest-currency-editor-list {
  display: grid;
  gap: 7px;
  max-height: min(252px, calc(var(--luxora-page-guest-currency-editor-viewport-height, 100dvh) - 188px));
  margin: 0 0 6px;
  padding: 4px;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 18px;
  background: rgba(201, 202, 205, .28);
  overscroll-behavior: contain;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.luxora-page-guest-currency-editor-list::-webkit-scrollbar {
  display: none;
}

.luxora-page-guest-currency-editor-group-label {
  display: block;
  padding: 7px 10px 2px;
  color: rgba(34, 35, 43, .46);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.luxora-page-guest-currency-editor-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px;
  gap: 8px;
  align-items: center;
  min-height: 42px;
  padding: 8px 10px 8px 12px;
  border: 0;
  border-radius: 15px;
  background: rgba(255, 255, 255, .46);
  color: #050505;
  text-align: left;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: background 110ms ease, transform 120ms cubic-bezier(.22, 1, .36, 1);
}

.luxora-page-guest-currency-editor-option:active {
  transform: scale(.992);
}

.luxora-page-guest-currency-editor-option[aria-checked="true"],
.luxora-page-guest-currency-editor-option.is-selected {
  background: rgba(201, 166, 70, .18);
}

.luxora-page-guest-currency-editor-option-main,
.luxora-page-guest-currency-editor-option-sub {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.luxora-page-guest-currency-editor-option-main {
  color: inherit;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.14;
}

.luxora-page-guest-currency-editor-option-sub {
  margin-top: 3px;
  color: rgba(34, 35, 43, .52);
  font-size: 10.5px;
  font-weight: 500;
  line-height: 1.16;
}

.luxora-page-guest-currency-editor-option-mark {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(5, 5, 5, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .46);
}

.luxora-page-guest-currency-editor-option-mark::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: inherit;
  background: transparent;
}

.luxora-page-guest-currency-editor-option[aria-checked="true"] .luxora-page-guest-currency-editor-option-mark,
.luxora-page-guest-currency-editor-option.is-selected .luxora-page-guest-currency-editor-option-mark {
  border-color: rgba(201, 166, 70, .76);
}

.luxora-page-guest-currency-editor-option[aria-checked="true"] .luxora-page-guest-currency-editor-option-mark::after,
.luxora-page-guest-currency-editor-option.is-selected .luxora-page-guest-currency-editor-option-mark::after {
  background: #C9A646;
}

.luxora-page-guest-currency-editor-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 4px;
}

.luxora-page-guest-currency-editor-cancel,
.luxora-page-guest-currency-editor-apply {
  min-height: 36px;
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.022em;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 160ms ease, opacity 160ms ease;
}

.luxora-page-guest-currency-editor-cancel:active,
.luxora-page-guest-currency-editor-apply:active {
  transform: scale(.985);
}

.luxora-page-guest-currency-editor-cancel {
  background: rgba(201, 202, 205, .50);
  color: #ff2d55;
}

.luxora-page-guest-currency-editor-apply {
  background: #C9A646;
  color: #fff;
}

@media (max-height: 560px) {
  .luxora-page-guest-currency-editor-card {
    padding-top: 10px;
    padding-bottom: 9px;
  }

  .luxora-page-guest-currency-editor-list {
    max-height: min(208px, calc(var(--luxora-page-guest-currency-editor-viewport-height, 100dvh) - 168px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .luxora-page-guest-currency-editor,
  .luxora-page-guest-currency-editor-card,
  .luxora-page-guest-currency-editor.luxora-page-guest-currency-editor-open .luxora-page-guest-currency-editor-card,
  .luxora-page-guest-currency-editor-option,
  .luxora-page-guest-currency-editor-cancel,
  .luxora-page-guest-currency-editor-apply {
    transition-duration: 1ms;
  }
}

/* =========================================================
   11. Margin editor modal
   Uses the same visual system as currency editor.
========================================================= */


@media (prefers-reduced-motion: reduce) {
  .luxora-page-guest-product-grid,
  .luxora-page-guest-filter-tabs button,
  .luxora-page-guest-scroll-button,
  .luxora-page-guest-auth-editor,
  .luxora-page-guest-auth-editor-card,
  .luxora-page-guest-auth-editor.luxora-page-guest-auth-editor-open .luxora-page-guest-auth-editor-card,
  .luxora-page-guest-auth-editor-input,
  .luxora-page-guest-auth-editor-cancel,
  .luxora-page-guest-auth-editor-save,
  .luxora-page-guest-currency-editor,
  .luxora-page-guest-currency-editor-card,
  .luxora-page-guest-currency-editor.luxora-page-guest-currency-editor-open .luxora-page-guest-currency-editor-card,
  .luxora-page-guest-currency-editor-option,
  .luxora-page-guest-currency-editor-cancel,
  .luxora-page-guest-currency-editor-apply {
    transition-duration: 1ms;
  }

  .luxora-page-guest-filter-emoji {
    animation: none;
    transform: none;
  }
}


/* Final i18n hardening for Guest currency/margin editors only */
html[data-luxora-language] .luxora-page-guest-currency-editor {
  direction: ltr;
}

html[data-luxora-text-density="long"] .luxora-page-guest-currency-editor-card {
  width: min(calc(100vw - 72px), 278px);
  max-width: 278px;
}

html[data-luxora-text-density="compact"] .luxora-page-guest-currency-editor-card {
  width: min(calc(100vw - 92px), 258px);
}

html[data-luxora-text-density="long"] .luxora-page-guest-currency-editor-title,
html[data-luxora-text-density="long"] .luxora-page-guest-currency-editor-note,
html[data-luxora-text-density="long"] .luxora-page-guest-currency-editor-option-main,
html[data-luxora-text-density="long"] .luxora-page-guest-currency-editor-option-sub,
html[data-luxora-text-density="long"] .luxora-page-guest-currency-editor-cancel,
html[data-luxora-text-density="long"] .luxora-page-guest-currency-editor-apply {
  overflow: hidden;
  text-overflow: ellipsis;
}

html[data-luxora-text-density="long"] .luxora-page-guest-currency-editor-option-main {
  font-size: 11.8px;
}

html[data-luxora-text-density="long"] .luxora-page-guest-currency-editor-option-sub {
  font-size: 10px;
}

.luxora-page-guest-hero-clickable { cursor: pointer; }


/* Supabase-only banner empty state */
.luxora-page-guest-hero-empty {
  min-height: 96px;
  height: 96px;
  background: linear-gradient(135deg, #f7f4eb, #eee7d7);
}

.luxora-page-guest-hero-empty::after {
  content: "Upload banner from admin panel";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  color: rgba(29, 29, 31, 0.46);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
}
