/**
 * Shop page — mirrors in-app boutique cards (#2A2540, blush, gold).
 */

.luxe-shop {
  width: 100%;
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.25rem 3rem;
  box-sizing: border-box;
}

/* Catalog cards must stay visible (not scroll-reveal) */
.luxe-shop .luxe-shop-card,
.luxe-shop-grid .luxe-reveal {
  opacity: 1 !important;
  transform: none !important;
}

.luxe-shop-hero {
  text-align: center;
  padding: 1.5rem 0 1.25rem;
}

.luxe-shop-hero h1 {
  font-size: clamp(2rem, 4vw, 2.75rem) !important;
  margin: 0 0 0.75rem !important;
}

.luxe-shop-hero__lead {
  max-width: 36rem;
  margin: 0 auto;
  color: var(--luxe-text-muted, rgba(248, 231, 255, 0.72));
  line-height: 1.7;
  font-size: 1.05rem;
}

.luxe-shop-hero__meta {
  margin-top: 0.75rem;
  font-size: 0.8rem;
  color: rgba(212, 175, 119, 0.85);
  letter-spacing: 0.06em;
}

.luxe-shop-hero__store-note {
  margin: 0.75rem auto 0;
  max-width: 34rem;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(248, 231, 255, 0.78);
}

.luxe-shop-hero__store-note strong {
  color: #f5e6c8;
  font-weight: 600;
}

.luxe-shop-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 1.25rem;
}

/* Child/teen-safety notice explaining blurred imagery */
.luxe-shop-safety {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  margin: 0 0 1.25rem;
  padding: 0.85rem 1.1rem;
  border-radius: 14px;
  background: rgba(42, 37, 64, 0.55);
  border: 1px solid rgba(212, 175, 119, 0.28);
  color: rgba(248, 231, 255, 0.82);
  font-size: 0.9rem;
  line-height: 1.55;
}

.luxe-shop-safety svg {
  flex: 0 0 auto;
  margin-top: 0.1rem;
}

.luxe-shop-safety strong {
  color: #f5e6c8;
  font-weight: 600;
}

.luxe-shop-safety em {
  font-style: normal;
  color: var(--luxe-accent, #d4af77);
}

.luxe-shop-filters {
  margin-bottom: 1.75rem;
  padding: 1.25rem 1.35rem;
  border-radius: 20px;
  background: rgba(42, 37, 64, 0.65);
  border: 1px solid rgba(212, 175, 119, 0.22);
}

.luxe-shop-filters__row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-end;
}

.luxe-shop-filters__field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  min-width: 10rem;
}

.luxe-shop-filters__field--grow {
  flex: 1 1 16rem;
  min-width: min(100%, 16rem);
}

.luxe-shop-filters__label {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(212, 175, 119, 0.85);
}

.luxe-shop-filters__input,
.luxe-shop-filters__select {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 119, 0.28);
  background: #2a2540;
  color: #f5e6c8;
  font-size: 1rem;
  font-family: inherit;
}

.luxe-shop-filters__input::placeholder {
  color: rgba(248, 231, 255, 0.45);
}

.luxe-shop-filters__count {
  margin: 0.85rem 0 0;
  font-size: 0.85rem;
  color: rgba(248, 231, 255, 0.6);
}

.luxe-shop-card--hidden {
  display: none !important;
}

.luxe-shop-muse {
  margin-bottom: 2rem;
  padding: 1.5rem 1.35rem;
  border-radius: 22px;
  background: rgba(42, 37, 64, 0.75);
  border: 1px solid rgba(212, 175, 119, 0.25);
}

.luxe-shop-muse--off {
  display: none;
}

.luxe-shop-muse__title {
  font-family: var(--luxe-font-display, "Cormorant Garamond", serif) !important;
  font-size: 1.65rem !important;
  margin: 0 0 0.5rem !important;
  color: #f5e6c8 !important;
}

.luxe-shop-muse__lead {
  margin: 0 0 1rem;
  color: var(--luxe-text-muted);
  line-height: 1.6;
  font-size: 0.95rem;
}

.luxe-shop-muse__thread {
  max-height: 220px;
  overflow-y: auto;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.luxe-shop-muse__bubble {
  margin: 0;
  padding: 0.75rem 1rem;
  border-radius: 14px;
  font-size: 0.92rem;
  line-height: 1.55;
  max-width: 92%;
}

.luxe-shop-muse__bubble--user {
  align-self: flex-end;
  background: rgba(232, 168, 200, 0.18);
  border: 1px solid rgba(232, 168, 200, 0.3);
  color: #f8e7ff;
}

.luxe-shop-muse__bubble--assistant {
  align-self: flex-start;
  background: rgba(31, 26, 46, 0.9);
  border: 1px solid rgba(212, 175, 119, 0.2);
  color: #f5e6c8;
}

.luxe-shop-muse__composer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: stretch;
}

.luxe-shop-muse__input {
  flex: 1 1 12rem;
  min-width: min(100%, 12rem);
  padding: 0.8rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 119, 0.28);
  background: #2a2540;
  color: #f5e6c8;
  font-size: 1rem;
}

.luxe-shop-muse__send {
  align-self: stretch;
  white-space: nowrap;
}

.luxe-shop-muse__picks {
  display: none;
  margin-top: 1.25rem;
}

.luxe-shop-muse__picks.is-visible {
  display: block;
}

.luxe-shop-muse__picks-label {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(212, 175, 119, 0.85);
}

.luxe-shop-muse__picks-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 700px) {
  .luxe-shop-muse__picks-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Larger, detailed Style Muse result cards */
.luxe-shop-muse__pick {
  display: flex;
  flex-direction: row;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  text-align: left;
  text-decoration: none;
  background: linear-gradient(160deg, rgba(42, 37, 64, 0.96), rgba(31, 26, 46, 0.96));
  border: 1px solid rgba(212, 175, 119, 0.26);
  cursor: pointer;
  color: inherit;
  font: inherit;
  box-shadow: 0 6px 18px rgba(15, 12, 24, 0.28);
  opacity: 0;
  transform: translateY(14px);
  animation: luxe-pick-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(var(--luxe-pick-i, 0) * 60ms);
  transition:
    transform 0.28s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

@keyframes luxe-pick-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.luxe-shop-muse__pick:hover,
.luxe-shop-muse__pick:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 119, 0.6);
  box-shadow: 0 14px 32px rgba(15, 12, 24, 0.45), 0 0 0 1px rgba(212, 175, 119, 0.25);
  outline: none;
}

.luxe-shop-muse__pick-media {
  position: relative;
  flex: 0 0 9rem;
  width: 9rem;
  align-self: stretch;
  min-height: 10.5rem;
  overflow: hidden;
  background: #1f1a2e;
}

.luxe-shop-muse__pick-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.luxe-shop-muse__pick:hover .luxe-shop-muse__pick-media img {
  transform: scale(1.08);
}

.luxe-shop-muse__pick-chip {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.18rem 0.5rem;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1f1a2e;
  background: linear-gradient(135deg, #f5e6c8, #d4af77);
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(15, 12, 24, 0.3);
}

.luxe-shop-muse__pick-body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 0.8rem 0.9rem 0.85rem;
}

.luxe-shop-muse__pick-title {
  margin: 0 !important;
  font-family: var(--luxe-font-body, Raleway, system-ui, sans-serif) !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  color: #f5e6c8 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.luxe-shop-muse__pick-price {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--luxe-accent, #d4af77);
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.4rem;
  align-items: baseline;
}

.luxe-shop-muse__pick-desc {
  margin: 0.1rem 0 0;
  font-size: 0.8rem;
  line-height: 1.5;
  color: rgba(248, 231, 255, 0.7);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.luxe-shop-muse__pick-cta {
  margin-top: auto;
  padding-top: 0.4rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--luxe-primary, #e8a8c8);
  transition: gap 0.2s ease;
}

.luxe-shop-muse__pick-cta span {
  display: inline-block;
  transition: transform 0.25s ease;
}

.luxe-shop-muse__pick:hover .luxe-shop-muse__pick-cta span {
  transform: translateX(4px);
}

@media (prefers-reduced-motion: reduce) {
  .luxe-shop-muse__pick {
    opacity: 1;
    transform: none;
    animation: none;
  }
  .luxe-shop-muse__pick:hover,
  .luxe-shop-muse__pick:focus-visible {
    transform: none;
  }
  .luxe-shop-muse__pick:hover .luxe-shop-muse__pick-media img {
    transform: none;
  }
}

.luxe-shop-hero__account {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: rgba(212, 175, 119, 0.9);
}

.luxe-shop-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 0.875rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 640px) {
  .luxe-shop-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem 1rem;
  }
}

@media (min-width: 1024px) {
  .luxe-shop-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.75rem 1.125rem;
  }
}

.luxe-shop-loading,
.luxe-shop-empty {
  grid-column: 1 / -1;
  text-align: center;
  color: rgba(248, 231, 255, 0.65);
  padding: 2rem 1rem;
  font-size: 0.95rem;
}

.luxe-shop-empty a {
  color: var(--luxe-accent);
}

/* Compact CTAs — toolbar, load more, muse, detail (override global pink pill buttons) */
.luxe-shop .luxe-shop-toolbar .wp-block-button__link,
.luxe-shop .luxe-shop-toolbar button.wp-block-button__link,
.luxe-shop .luxe-shop-more-wrap .wp-block-button__link,
.luxe-shop .luxe-shop-muse__send,
.luxe-shop .luxe-shop-detail__actions .wp-block-button__link,
.luxe-shop .luxe-shop-detail__actions button.wp-block-button__link,
.luxe-shop .luxe-shop-footer .wp-block-button__link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 2.5rem !important;
  padding: 0.55rem 1.1rem !important;
  font-size: 0.72rem !important;
  letter-spacing: 0.08em !important;
  line-height: 1.35 !important;
  text-transform: uppercase !important;
  white-space: normal !important;
  text-align: center !important;
  border-radius: 999px !important;
  box-sizing: border-box !important;
  text-decoration: none !important;
}

.luxe-shop .luxe-shop-toolbar button.wp-block-button__link:not(.luxe-btn-gold):not(.luxe-btn-glow),
.luxe-shop .luxe-shop-detail__keepsakes {
  background: transparent !important;
  color: var(--luxe-accent, #d4af77) !important;
  border: 1px solid rgba(212, 175, 119, 0.45) !important;
  filter: none !important;
  box-shadow: none !important;
}

.luxe-shop .luxe-shop-toolbar button.wp-block-button__link:not(.luxe-btn-gold):not(.luxe-btn-glow):hover,
.luxe-shop .luxe-shop-detail__keepsakes:hover {
  filter: none !important;
  box-shadow: none !important;
  border-color: rgba(212, 175, 119, 0.65) !important;
}

.luxe-shop .luxe-shop-detail__checkout {
  flex: 1 1 12rem;
  max-width: 100%;
}

.luxe-shop-card {
  margin: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.luxe-shop-card__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  min-height: 220px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: #1f1a2e;
}

.luxe-shop-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  margin: 0;
  padding: 0;
}

.luxe-shop-card__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(
    145deg,
    rgba(232, 168, 200, 0.1),
    rgba(42, 37, 64, 0.95)
  );
}

.luxe-shop-card__badge {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 2;
  padding: 0.25rem 0.5rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1f1a2e;
  background: var(--luxe-accent, #d4af77);
  border-radius: 2px;
}

.luxe-shop-card__badge--price {
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: none;
  color: #1f1a2e;
  background: linear-gradient(135deg, #f5e6c8, #d4af77);
  border: 1px solid rgba(31, 26, 46, 0.15);
  box-shadow: 0 2px 8px rgba(15, 12, 24, 0.25);
}

.luxe-shop-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.5rem;
}

.luxe-shop-muse__pick-price .luxe-shop-card__price-sale,
.luxe-shop-muse__pick-price .luxe-shop-card__price-compare {
  display: inline;
}

.luxe-shop-detail__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.55rem;
}

.luxe-shop-card__photo-count {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 2;
  padding: 0.2rem 0.45rem;
  font-size: 0.65rem;
  color: #f5e6c8;
  background: rgba(15, 12, 24, 0.65);
  border-radius: 2px;
}

.luxe-shop-gallery__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  width: 1.65rem;
  height: 1.85rem;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: rgba(15, 12, 24, 0.55) !important;
  color: #f5e6c8 !important;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0 !important;
  text-transform: none !important;
  cursor: pointer;
  opacity: 0;
  filter: none !important;
  box-shadow: none !important;
  transition: opacity 0.2s ease, background 0.2s ease;
}

.luxe-shop-card__media:hover .luxe-shop-gallery__btn,
.luxe-shop-gallery__btn:focus-visible {
  opacity: 1;
}

.luxe-shop-gallery__btn--prev {
  left: 0;
}

.luxe-shop-gallery__btn--next {
  right: 0;
}

.luxe-shop-gallery__btn:hover {
  background: rgba(15, 12, 24, 0.85) !important;
  filter: none !important;
  box-shadow: none !important;
}

/* Product meta is a <button> — override global pink pill styles from luxe-brand.css */
.luxe-shop-card__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  width: 100%;
  margin: 0;
  padding: 0.5rem 0 0 !important;
  border: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  cursor: pointer;
  text-align: left;
  font: inherit;
  font-weight: inherit !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  color: inherit !important;
  filter: none !important;
  box-shadow: none !important;
}

.luxe-shop-card__meta:hover,
.luxe-shop-card__meta:focus-visible {
  background: transparent !important;
  filter: none !important;
  box-shadow: none !important;
}

.luxe-shop-card__meta:hover .luxe-shop-card__title {
  color: var(--luxe-accent, #d4af77) !important;
}

.luxe-shop-card__meta:focus-visible {
  outline: 2px solid var(--luxe-accent, #d4af77);
  outline-offset: 2px;
}

.luxe-shop-card__title {
  font-family: var(--luxe-font-body, Raleway, system-ui, sans-serif) !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  margin: 0 !important;
  color: #f5e6c8 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.luxe-shop-card__price {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--luxe-accent, #d4af77) !important;
  margin: 0;
  line-height: 1.3;
}

.luxe-shop-card--highlight {
  outline: 2px solid var(--luxe-accent, #d4af77);
  outline-offset: 4px;
}

.luxe-shop-more-wrap {
  text-align: center;
  margin: 1.5rem 0 0;
}

.luxe-shop-retry {
  margin-top: 0.75rem;
  padding: 0.45rem 0.85rem !important;
  border-radius: 999px !important;
  border: 1px solid rgba(212, 175, 119, 0.45) !important;
  background: transparent !important;
  color: var(--luxe-accent) !important;
  font-size: 0.75rem !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  cursor: pointer;
}

.luxe-shop-detail[hidden],
.luxe-shop-signin[hidden] {
  display: none !important;
}

.luxe-shop-detail {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  box-sizing: border-box;
}

.luxe-shop-detail__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 12, 24, 0.72);
}

.luxe-shop-detail__panel {
  position: relative;
  width: min(100%, 42rem);
  max-height: min(94vh, 920px);
  margin: 0;
  overflow: hidden;
  background: var(--luxe-card, #2a2540);
  border: 1px solid rgba(212, 175, 119, 0.35);
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.luxe-shop-detail__scroll {
  overflow-y: auto;
  max-height: min(94vh, 920px);
  padding-bottom: 1.5rem;
}

.luxe-shop-detail__gallery {
  position: relative;
  width: 100%;
  min-height: 16rem;
  max-height: min(72vh, 680px);
  background: #1f1a2e;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.luxe-shop-detail__gallery-track {
  width: 100%;
  max-height: min(72vh, 680px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.luxe-shop-detail__gallery-track img {
  width: 100%;
  height: auto;
  max-height: min(72vh, 680px);
  object-fit: contain;
  object-position: center top;
  display: block;
  margin: 0;
  padding: 0;
}

.luxe-shop-detail__gallery .luxe-shop-gallery__btn {
  opacity: 1;
  width: 2rem;
  height: 2.35rem;
  font-size: 1.35rem;
}

.luxe-shop-gallery__dots {
  position: absolute;
  bottom: 0.65rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 0.35rem;
  z-index: 2;
}

.luxe-shop-gallery__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(245, 230, 200, 0.35);
}

.luxe-shop-gallery__dot.is-active {
  background: var(--luxe-accent, #d4af77);
}

.luxe-shop-detail__body {
  padding: 1.25rem 1.35rem 0;
}

.luxe-shop-detail__type {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(212, 175, 119, 0.85);
}

.luxe-shop-detail__options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1rem;
  margin: 1rem 0 1.25rem;
}

.luxe-shop-detail__option {
  flex: 1 1 7rem;
  min-width: min(100%, 7rem);
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.luxe-shop-detail__option label {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(212, 175, 119, 0.85);
}

.luxe-shop-detail__option select,
.luxe-shop-detail__option input {
  padding: 0.6rem 0.75rem;
  border-radius: 8px;
  border: 1px solid rgba(212, 175, 119, 0.28);
  background: #2a2540;
  color: #f5e6c8;
  font: inherit;
}

.luxe-shop-detail__desc-heading {
  margin: 0 0 0.5rem;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(212, 175, 119, 0.85);
}

.luxe-shop-detail__desc {
  margin: 0;
  line-height: 1.65;
  color: var(--luxe-text-muted);
  font-size: 0.95rem;
  white-space: pre-wrap;
}

.luxe-shop-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.luxe-shop-detail__add-bag {
  flex: 1 1 10rem;
}

.luxe-shop-detail__checkout {
  flex: 1 1 10rem;
  text-align: center;
}

.luxe-shop-detail__bag-note {
  margin: 0.85rem 0 0;
  font-size: 0.88rem;
  color: rgba(212, 175, 119, 0.9);
  line-height: 1.5;
}

.luxe-shop-card__add-bag {
  width: 100%;
  margin-top: 0.45rem;
  padding: 0.45rem 0.75rem !important;
  border-radius: 999px !important;
  border: 1px solid rgba(212, 175, 119, 0.45) !important;
  background: rgba(42, 37, 64, 0.9) !important;
  color: #f5e6c8 !important;
  font-size: 0.68rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  cursor: pointer;
  filter: none !important;
  box-shadow: none !important;
}

.luxe-shop-card__add-bag:hover {
  border-color: rgba(212, 175, 119, 0.7) !important;
  background: rgba(212, 175, 119, 0.15) !important;
}

/* "Added" confirmation — gold gradient matching the boutique accent */
.luxe-shop-card__add-bag.is-added,
.luxe-shop .luxe-shop-detail__actions button.luxe-shop-detail__add-bag.is-added {
  background: linear-gradient(135deg, #f5e6c8, #d4af77) !important;
  border-color: rgba(212, 175, 119, 0.9) !important;
  color: #1f1a2e !important;
  box-shadow: 0 2px 12px rgba(212, 175, 119, 0.35) !important;
  transition: background 0.25s ease, color 0.25s ease;
}

.luxe-shop-card__add-bag.is-added:hover,
.luxe-shop .luxe-shop-detail__actions button.luxe-shop-detail__add-bag.is-added:hover {
  background: linear-gradient(135deg, #f8ecd6, #dcb985) !important;
}

.luxe-shop-detail__keepsakes {
  background: transparent !important;
  color: var(--luxe-accent) !important;
  border: 1px solid rgba(212, 175, 119, 0.45) !important;
}

.luxe-shop-detail__guest-note {
  margin: 1rem 0 0;
  font-size: 0.88rem;
  color: rgba(248, 231, 255, 0.65);
  line-height: 1.55;
}

.luxe-shop-signin {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media (min-width: 640px) {
  .luxe-shop-signin {
    align-items: center;
    padding: 1.5rem;
  }
}

.luxe-shop-signin[hidden] {
  display: none !important;
}

.luxe-shop-signin__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 12, 24, 0.75);
}

.luxe-shop-signin__panel {
  position: relative;
  width: min(100%, 30rem);
  max-height: min(92vh, 720px);
  overflow: auto;
  margin: 0;
  padding: 1.75rem 1.5rem 1.75rem;
  background: var(--luxe-card, #2a2540);
  border: 1px solid rgba(212, 175, 119, 0.35);
  border-radius: 12px 12px 0 0;
  box-sizing: border-box;
}

@media (min-width: 640px) {
  .luxe-shop-signin__panel {
    border-radius: 16px;
  }
}

.luxe-shop-signin__title {
  margin: 0 0 0.75rem !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: clamp(1.5rem, 4vw, 1.85rem) !important;
  line-height: 1.2 !important;
  text-align: center;
}

.luxe-shop-signin__lead {
  margin: 0 0 1.25rem;
  color: var(--luxe-text-muted);
  line-height: 1.6;
  font-size: 0.95rem;
  text-align: center;
}

.luxe-shop-signin__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.luxe-shop-signin__actions .wp-block-button__link,
.luxe-shop-signin__actions .luxe-btn-glow,
.luxe-shop-signin__actions .luxe-btn-gold {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 3.25rem !important;
  padding: 0.875rem 1.5rem !important;
  font-size: 0.9375rem !important;
  line-height: 1.35 !important;
  letter-spacing: 0.075em !important;
  text-align: center !important;
  white-space: normal !important;
  box-sizing: border-box !important;
}

.luxe-shop-signin__hint {
  margin: 1.15rem 0 0;
  font-size: 0.88rem;
  color: rgba(248, 231, 255, 0.62);
  line-height: 1.55;
}

.luxe-shop-signin__linkish {
  border: none;
  background: none;
  padding: 0;
  color: var(--luxe-accent);
  text-decoration: underline;
  cursor: pointer;
  font: inherit;
}

.luxe-shop-detail__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 2.25rem;
  height: 2.25rem;
  border: none;
  border-radius: 50%;
  background: rgba(31, 26, 46, 0.85);
  color: var(--luxe-text);
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.luxe-shop-detail__title {
  margin: 0 0 0.35rem !important;
  font-size: 1.45rem !important;
}

.luxe-shop-detail__price {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
  color: var(--luxe-primary);
  font-weight: 600;
}

.luxe-shop-detail__checkout.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}

body.luxe-shop-detail-open {
  overflow: hidden;
}

.luxe-shop-card--offer .luxe-shop-card__media {
  box-shadow: 0 0 0 1px rgba(212, 175, 119, 0.45);
}

.luxe-shop-card__price-sale {
  color: var(--luxe-accent, #d4af77) !important;
  font-weight: 600;
  margin-right: 0.35rem;
}

.luxe-shop-card__price-compare {
  font-size: 0.82rem;
  color: rgba(248, 231, 255, 0.45) !important;
  text-decoration: line-through;
}

.luxe-shop-empty {
  grid-column: 1 / -1;
  text-align: center;
  color: var(--luxe-text-muted);
  padding: 2rem;
}

.luxe-shop-footer {
  text-align: center;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(212, 175, 119, 0.2);
  color: var(--luxe-text-muted);
}

.luxe-shop-footer .wp-block-button__link {
  margin-top: 1rem;
  background: transparent !important;
  color: var(--luxe-accent) !important;
  border: 1px solid var(--luxe-border, rgba(212, 175, 119, 0.35)) !important;
}

.luxe-page-banner--shop .luxe-page-banner__media {
  background: radial-gradient(ellipse at 50% 40%, rgba(232, 168, 200, 0.22), transparent 55%),
    var(--luxe-bg);
}

/* Crawlable catalog index + editorial blocks (AdSense / no-JS) */
.luxe-editorial {
  color: var(--luxe-text-muted);
  line-height: 1.75;
}

.luxe-editorial h2 {
  color: var(--luxe-text);
  font-family: var(--luxe-font-display, 'Cormorant Garamond', serif);
}

.luxe-editorial a {
  color: var(--luxe-accent);
}

.luxe-shop-seo-catalog {
  margin: 2.5rem 0 0;
  padding: 2rem 1.25rem;
  border-top: 1px solid rgba(212, 175, 119, 0.22);
  max-width: 52rem;
}

.luxe-shop-seo-catalog__lead {
  color: var(--luxe-text-muted);
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

.luxe-shop-seo-catalog__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
}

.luxe-shop-seo-catalog__item {
  padding: 0.85rem 1rem;
  background: rgba(42, 37, 64, 0.55);
  border-radius: 8px;
  border: 1px solid rgba(212, 175, 119, 0.15);
}

.luxe-shop-seo-catalog__item a {
  color: var(--luxe-primary);
  text-decoration: none;
}

.luxe-shop-seo-catalog__item a:hover {
  color: var(--luxe-accent);
}

.luxe-shop-seo-catalog__meta {
  display: block;
  font-size: 0.82rem;
  color: rgba(248, 231, 255, 0.5);
  margin-top: 0.2rem;
}

.luxe-shop-seo-catalog__desc {
  margin: 0.35rem 0 0;
  font-size: 0.88rem;
  color: var(--luxe-text-muted);
  line-height: 1.55;
}

.luxe-shop-seo-catalog__footer {
  margin-top: 1.5rem;
  font-size: 0.9rem;
  color: var(--luxe-text-muted);
}

@media (max-width: 640px) {
  .luxe-shop-filters__row {
    flex-direction: column;
    align-items: stretch;
  }

  .luxe-shop-muse__composer {
    flex-direction: column;
  }
}

/* ─────────────────────────────────────────────────────────────
   Sensitive imagery — blur until "tap to view"
   ───────────────────────────────────────────────────────────── */
.luxe-sensitive {
  position: relative;
}

.luxe-sensitive img,
.luxe-sensitive .luxe-shop-card__placeholder {
  filter: blur(18px) saturate(0.85);
  transform: scale(1.08);
  transition: filter 0.4s ease, transform 0.4s ease;
}

.luxe-sensitive--revealed img,
.luxe-sensitive--revealed .luxe-shop-card__placeholder {
  filter: none;
  transform: none;
}

/* Overrides the global `button { background: var(--luxe-primary) !important }`
   so the overlay stays translucent and the blurred image shows through. */
.luxe-shop .luxe-sensitive__reveal,
.luxe-sensitive__reveal {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0.5rem !important;
  border: none !important;
  border-radius: 0 !important;
  background: rgba(15, 12, 24, 0.34) !important;
  color: #f5e6c8 !important;
  cursor: pointer;
  text-align: center;
  font: inherit !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  box-shadow: none !important;
  filter: none !important;
  -webkit-backdrop-filter: blur(2px) saturate(0.9);
  backdrop-filter: blur(2px) saturate(0.9);
  transition: background 0.25s ease;
}

.luxe-shop .luxe-sensitive__reveal:hover,
.luxe-shop .luxe-sensitive__reveal:focus-visible,
.luxe-sensitive__reveal:hover,
.luxe-sensitive__reveal:focus-visible {
  background: rgba(15, 12, 24, 0.22) !important;
  outline: none;
}

.luxe-sensitive__reveal svg {
  opacity: 0.95;
  margin-bottom: 0.15rem;
}

.luxe-sensitive__label {
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f5e6c8;
}

.luxe-sensitive__hint {
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(212, 175, 119, 0.95);
}

/* Compact reveal label inside the small Style Muse pick thumbnail */
.luxe-shop-muse__pick-media .luxe-sensitive__label {
  font-size: 0.6rem;
}

.luxe-shop-muse__pick-media .luxe-sensitive__hint {
  font-size: 0.56rem;
}

@media (prefers-reduced-motion: reduce) {
  .luxe-sensitive img,
  .luxe-sensitive .luxe-shop-card__placeholder {
    transition: none;
  }
}

/* ─────────────────────────────────────────────────────────────
   Animations — product cards, gallery, add-to-bag, fields
   (kept subtle and disabled under prefers-reduced-motion)
   ───────────────────────────────────────────────────────────── */

.luxe-shop-card__media {
  border-radius: 14px;
  transition:
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.32s ease;
}

.luxe-shop-card__img {
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.luxe-shop-card:hover .luxe-shop-card__media,
.luxe-shop-card:focus-within .luxe-shop-card__media {
  transform: translateY(-5px);
  box-shadow: 0 16px 34px rgba(15, 12, 24, 0.5);
}

.luxe-shop-card:hover .luxe-shop-card__img {
  transform: scale(1.07);
}

.luxe-shop-card__add-bag {
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.18s ease,
    box-shadow 0.25s ease;
}

.luxe-shop-card__add-bag:hover {
  transform: translateY(-1px);
}

.luxe-shop-card__add-bag:active {
  transform: translateY(0) scale(0.97);
}

/* Form fields — gold focus glow + lift */
.luxe-shop-filters__input,
.luxe-shop-filters__select,
.luxe-shop-muse__input,
.luxe-shop-detail__option select,
.luxe-shop-detail__option input {
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease,
    transform 0.22s ease;
}

.luxe-shop-filters__input:focus,
.luxe-shop-filters__select:focus,
.luxe-shop-muse__input:focus,
.luxe-shop-detail__option select:focus,
.luxe-shop-detail__option input:focus {
  outline: none;
  border-color: rgba(212, 175, 119, 0.75);
  box-shadow: 0 0 0 3px rgba(212, 175, 119, 0.18), 0 6px 18px rgba(15, 12, 24, 0.3);
  background: #312b4a;
}

@media (prefers-reduced-motion: reduce) {
  .luxe-shop-card__media,
  .luxe-shop-card__img,
  .luxe-shop-card__add-bag {
    transition: none;
  }
  .luxe-shop-card:hover .luxe-shop-card__media,
  .luxe-shop-card:focus-within .luxe-shop-card__media,
  .luxe-shop-card:hover .luxe-shop-card__img,
  .luxe-shop-card__add-bag:hover,
  .luxe-shop-card__add-bag:active {
    transform: none;
    box-shadow: none;
  }
}
