/* SmartShope — public store experience v2
   Scoped to .st-experience-v2 so merchant/admin views remain untouched. */

.st-root.st-experience-v2 {
  --st-ink: #19131f;
  --st-muted: #716a78;
  --st-line: rgba(25, 19, 31, 0.08);
  --st-card: rgba(255, 255, 255, 0.96);
  --st-purple: #6d28d9;
  --st-pink: var(--primary, #e9005f);
  --st-lime: #dbff5b;
  --st-yellow: #ffd84d;
  --st-shadow: 0 24px 70px rgba(52, 31, 66, 0.12);
  position: relative;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 14px 112px;
  overflow: clip;
  color: var(--st-ink);
  background:
    radial-gradient(circle at 4% 16%, rgba(219, 255, 91, 0.28), transparent 18rem),
    radial-gradient(circle at 96% 29%, rgba(109, 40, 217, 0.1), transparent 24rem),
    linear-gradient(180deg, #f8f5fa 0%, #f5f3f7 100%) !important;
  font-family: "Outfit", "Inter", system-ui, sans-serif !important;
  isolation: isolate;
}

.st-experience-v2 *,
.st-experience-v2 *::before,
.st-experience-v2 *::after {
  box-sizing: border-box;
}

.st-experience-v2 button,
.st-experience-v2 input,
.st-experience-v2 textarea {
  font: inherit;
}

.st-experience-v2 button,
.st-experience-v2 a {
  -webkit-tap-highlight-color: transparent;
}

.st-experience-v2 button:focus-visible,
.st-experience-v2 a:focus-visible,
.st-experience-v2 [tabindex="0"]:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--st-pink) 45%, white);
  outline-offset: 3px;
}

/* Immersive storefront */
.st-root.st-experience-v2 .st-hero {
  position: relative;
  height: clamp(300px, 48vw, 430px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 34px;
  background: #2b2032;
  box-shadow: 0 28px 80px rgba(35, 20, 44, 0.22);
  isolation: isolate;
}

.st-experience-v2 .st-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.015);
  filter: saturate(1.08) contrast(1.02);
  transition: transform 700ms cubic-bezier(.2, .75, .2, 1), filter 300ms ease;
}

.st-experience-v2 .st-hero:hover .st-hero-img {
  filter: saturate(1.14) contrast(1.03);
}

.st-experience-v2 .st-hero-gradient {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(14, 8, 18, 0.5), transparent 65%),
    linear-gradient(180deg, rgba(16, 9, 20, 0.18) 0%, transparent 30%, rgba(16, 9, 20, 0.88) 100%) !important;
}

.st-experience-v2 .st-hero-orb {
  position: absolute;
  z-index: 2;
  width: 120px;
  aspect-ratio: 1;
  border-radius: 42% 58% 65% 35% / 43% 39% 61% 57%;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: 0.5;
  filter: blur(1px);
  animation: st-orbit 9s ease-in-out infinite alternate;
}

.st-experience-v2 .st-hero-orb--one {
  top: -48px;
  right: 14%;
  background: rgba(219, 255, 91, 0.44);
  rotate: 18deg;
}

.st-experience-v2 .st-hero-orb--two {
  right: -46px;
  bottom: 24%;
  width: 96px;
  background: rgba(255, 86, 169, 0.42);
  animation-delay: -3s;
}

@keyframes st-orbit {
  to { translate: 8px 16px; rotate: 14deg; scale: 1.09; }
}

.st-root.st-experience-v2 .st-fab-btn {
  top: 16px;
  z-index: 5;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 16px;
  color: #fff;
  background: rgba(20, 12, 26, 0.32);
  box-shadow: 0 10px 25px rgba(11, 6, 15, 0.18);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
}

.st-experience-v2 .st-fab-btn:hover {
  translate: 0 -2px;
  background: rgba(255, 255, 255, 0.24);
}

.st-experience-v2 .st-identity {
  z-index: 4;
  bottom: 28px;
  gap: 18px;
  align-items: flex-end;
  padding: 0 clamp(18px, 4vw, 42px);
}

.st-experience-v2 .st-logo-button {
  position: relative;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 104px;
  height: 104px;
  padding: 4px;
  border: 0;
  border-radius: 31px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 16px 34px rgba(10, 6, 14, 0.32);
  rotate: -2deg;
  cursor: default;
}

.st-experience-v2 .st-logo-button.has-story {
  padding: 4px;
  background: linear-gradient(135deg, var(--st-lime), #ffcf4c 45%, #ff4f9b 82%);
  cursor: pointer;
  transition: rotate 250ms ease, scale 250ms cubic-bezier(.2, .9, .2, 1.3);
}

.st-experience-v2 .st-logo-button.has-story:hover {
  rotate: 0deg;
  scale: 1.035;
}

.st-experience-v2 .st-logo {
  width: 100%;
  height: 100%;
  border: 3px solid #fff;
  border-radius: 27px;
  object-fit: cover;
  background: #fff;
  box-shadow: none;
}

.st-experience-v2 .st-story-label {
  position: absolute;
  right: -12px;
  bottom: -12px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 28px;
  padding: 5px 9px;
  border: 2px solid #fff;
  border-radius: 999px;
  color: var(--st-ink);
  background: var(--st-lime);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}

.st-experience-v2 .st-story-label svg {
  width: 10px;
  height: 10px;
  fill: currentColor;
}

.st-experience-v2 .st-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 7px;
  padding: 5px 9px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.12);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.st-experience-v2 .st-hero-kicker svg {
  width: 12px;
  height: 12px;
  color: var(--st-lime);
}

.st-root.st-experience-v2 .st-name {
  font-family: "League Spartan", "Outfit", sans-serif;
  font-size: clamp(27px, 5vw, 46px);
  font-weight: 850;
  line-height: 0.96;
  letter-spacing: -0.035em;
  color: #fff !important;
  overflow: visible;
  text-overflow: clip;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.72);
  text-wrap: balance;
  white-space: normal;
}

.st-root.st-experience-v2 .st-handle {
  margin: 5px 0 9px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 650;
}

.st-experience-v2 .st-stats-pill {
  min-height: 29px;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(18, 10, 23, 0.46);
  box-shadow: none;
}

.st-experience-v2 .st-unclaimed-badge {
  max-width: 166px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Contact action card */
.st-root.st-experience-v2 .st-action-bar {
  z-index: 12;
  width: min(760px, calc(100% - 28px));
  min-height: 70px;
  margin: -20px auto 0;
  padding: 10px;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 45px rgba(42, 25, 52, 0.14);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
}

.st-root.st-experience-v2 .st-btn-wa,
.st-root.st-experience-v2 .st-btn-follow,
.st-root.st-experience-v2 .st-btn-icon {
  min-height: 48px;
  border-radius: 16px;
}

.st-root.st-experience-v2 .st-btn-wa {
  order: 1;
  flex: 1 1 auto;
  padding-inline: 18px;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  box-shadow: 0 10px 24px color-mix(in srgb, var(--st-pink) 25%, transparent) !important;
}

.st-root.st-experience-v2 .st-btn-follow {
  order: 2;
  flex: 0 0 auto;
  min-width: 112px;
  padding-inline: 16px;
  border: 1px solid var(--st-line) !important;
  color: var(--st-ink) !important;
  background: #fff !important;
  box-shadow: none !important;
  font-family: "Outfit", sans-serif;
  font-size: 13px;
}

.st-root.st-experience-v2 .st-btn-follow[aria-pressed="true"] {
  border-color: color-mix(in srgb, var(--st-pink) 28%, transparent) !important;
  color: var(--st-pink) !important;
  background: color-mix(in srgb, var(--st-pink) 8%, white) !important;
}

.st-root.st-experience-v2 .st-btn-icon {
  order: 3;
  flex: 0 0 48px !important;
  width: 48px !important;
  height: 48px !important;
  border: 1px solid var(--st-line) !important;
  color: var(--st-ink);
  background: #fff;
}

.st-experience-v2 .st-action-bar > * {
  transition: translate 180ms ease, scale 180ms ease, box-shadow 180ms ease;
}

.st-experience-v2 .st-action-bar > *:hover {
  translate: 0 -2px;
}

.st-experience-v2 .st-action-bar > *:active {
  translate: 0 0;
  scale: 0.97;
}

/* Quick facts */
.st-root.st-experience-v2 .st-info-strip {
  margin: 12px -14px 0;
  padding: 10px max(14px, calc((100% - 820px) / 2));
  gap: 8px;
  background: transparent;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.st-experience-v2 .st-info-strip::-webkit-scrollbar,
.st-experience-v2 .st-cat-bar::-webkit-scrollbar {
  display: none;
}

.st-root.st-experience-v2 .st-info-badge {
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid var(--st-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 6px 18px rgba(35, 21, 44, 0.04);
  scroll-snap-align: start;
}

.st-experience-v2 .st-status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}

.st-experience-v2 .st-status-dot.is-open {
  background: #16a34a;
  box-shadow: 0 0 0 4px rgba(22, 163, 74, 0.12);
}

.st-experience-v2 .st-status-dot.is-closed {
  background: #ef4444;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.1);
}

/* Story + playful local passport */
.st-experience-v2 .st-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 16px;
  margin-top: 14px;
}

.st-experience-v2 .st-about-card,
.st-experience-v2 .st-passport-card,
.st-experience-v2 .st-section-card {
  border-radius: 28px;
  box-shadow: var(--st-shadow);
}

.st-experience-v2 .st-about-card {
  position: relative;
  min-height: 265px;
  padding: clamp(22px, 4vw, 36px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.85);
  background:
    radial-gradient(circle at 92% 12%, rgba(219, 255, 91, 0.72), transparent 7rem),
    rgba(255, 255, 255, 0.94);
}

.st-experience-v2 .st-about-card::after {
  content: "✦";
  position: absolute;
  right: 28px;
  bottom: 12px;
  color: color-mix(in srgb, var(--st-pink) 18%, transparent);
  font-size: 82px;
  line-height: 1;
  rotate: 8deg;
  pointer-events: none;
}

.st-experience-v2 .st-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 9px;
  color: var(--st-pink);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.st-experience-v2 .st-section-kicker svg {
  width: 14px;
  height: 14px;
}

.st-experience-v2 .st-about-card h2,
.st-experience-v2 .st-passport-card h2,
.st-experience-v2 .st-products-title {
  margin: 0;
  color: var(--st-ink);
  font-family: "League Spartan", "Outfit", sans-serif;
  font-weight: 850;
  letter-spacing: -0.025em;
}

.st-experience-v2 .st-about-card h2,
.st-experience-v2 .st-passport-card h2 {
  max-width: 500px;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1;
}

.st-experience-v2 .st-about-card > p,
.st-experience-v2 .st-passport-card > p {
  position: relative;
  z-index: 1;
  max-width: 630px;
  margin: 13px 0 20px;
  color: var(--st-muted);
  font-size: 14px;
  line-height: 1.65;
}

.st-experience-v2 .st-about-actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.st-experience-v2 .st-soft-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 44px;
  padding: 9px 14px;
  border: 1px solid var(--st-line);
  border-radius: 14px;
  color: var(--st-ink);
  background: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 180ms ease, translate 180ms ease, background 180ms ease;
}

.st-experience-v2 .st-soft-link:hover {
  translate: 0 -2px;
  border-color: color-mix(in srgb, var(--st-pink) 25%, transparent);
  background: #fff;
}

.st-experience-v2 .st-soft-link svg {
  width: 15px;
  height: 15px;
  color: var(--st-pink);
}

.st-experience-v2 .st-passport-card {
  position: relative;
  min-height: 265px;
  padding: clamp(22px, 4vw, 34px);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 105% -10%, rgba(219, 255, 91, 0.48), transparent 13rem),
    linear-gradient(145deg, #4f1bb4 0%, #7c27c8 46%, #e31672 120%);
  box-shadow: 0 25px 65px rgba(89, 37, 170, 0.24);
}

.st-experience-v2 .st-passport-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 21px;
  pointer-events: none;
}

.st-experience-v2 .st-passport-art {
  position: absolute;
  top: -24px;
  right: -20px;
  display: grid;
  width: 150px;
  height: 150px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.16);
  rotate: 12deg;
}

.st-experience-v2 .st-passport-art svg {
  width: 80px;
  height: 80px;
}

.st-experience-v2 .st-section-kicker--light,
.st-experience-v2 .st-passport-card h2 {
  position: relative;
  z-index: 2;
  color: #fff;
}

.st-experience-v2 .st-passport-card > p {
  color: rgba(255, 255, 255, 0.76);
}

.st-experience-v2 .st-passport-steps {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.st-experience-v2 .st-passport-steps span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 32px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.58);
  background: rgba(23, 9, 45, 0.18);
  font-size: 10px;
  font-weight: 850;
  transition: color 250ms ease, background 250ms ease, scale 250ms ease;
}

.st-experience-v2 .st-passport-steps span.is-complete {
  color: var(--st-ink);
  background: var(--st-lime);
  border-color: transparent;
}

.st-experience-v2 .st-passport-steps svg {
  width: 12px;
  height: 12px;
}

.st-experience-v2 .st-passport-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.st-experience-v2 .st-passport-progress {
  flex: 1;
  height: 6px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.18);
}

.st-experience-v2 .st-passport-progress span {
  display: block;
  width: 33.333%;
  height: 100%;
  border-radius: inherit;
  background: var(--st-lime);
  transition: width 450ms cubic-bezier(.2, .8, .2, 1);
}

.st-experience-v2 #st-passport-progress-copy {
  min-width: 84px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  font-weight: 750;
  text-align: right;
}

.st-experience-v2 .st-passport-cta {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 44px;
  margin-top: 15px;
  padding: 10px 15px;
  border: 0;
  border-radius: 14px;
  color: var(--st-ink);
  background: var(--st-lime);
  box-shadow: 0 10px 25px rgba(20, 11, 30, 0.18);
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  transition: translate 180ms ease, scale 180ms ease, box-shadow 180ms ease;
}

.st-experience-v2 .st-passport-cta:hover {
  translate: 0 -2px;
  box-shadow: 0 14px 30px rgba(20, 11, 30, 0.25);
}

.st-experience-v2 .st-passport-card.just-progressed {
  animation: st-passport-pop 700ms cubic-bezier(.2, .9, .25, 1.2);
}

@keyframes st-passport-pop {
  45% { scale: 1.012; filter: brightness(1.08); }
}

/* Shared sections */
.st-experience-v2 .st-section-card {
  margin-top: 16px;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.82);
  background: var(--st-card);
}

.st-experience-v2 .st-section-heading,
.st-experience-v2 .st-catalog-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.st-root.st-experience-v2 .st-products-title {
  font-size: clamp(22px, 3vw, 31px) !important;
  line-height: 1.04;
}

.st-experience-v2 .st-section-count {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--st-purple);
  background: #f1eafd;
  font-size: 10px;
  font-weight: 850;
  white-space: nowrap;
}

/* Photo narrative */
.st-root.st-experience-v2 .st-gallery {
  padding: clamp(18px, 3vw, 28px);
}

.st-root.st-experience-v2 .st-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 10px;
}

.st-root.st-experience-v2 .st-gallery-photo {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  min-height: 80px;
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: #eee9f1;
  box-shadow: none;
  cursor: zoom-in;
}

.st-root.st-experience-v2 .st-gallery-photo:first-child:nth-last-child(n+3) {
  grid-column: span 2;
  grid-row: span 2;
}

.st-experience-v2 .st-gallery-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: inherit;
  box-shadow: inset 0 -30px 45px rgba(15, 8, 20, 0.08);
  pointer-events: none;
}

.st-root.st-experience-v2 .st-gallery-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: scale 500ms cubic-bezier(.2, .75, .2, 1), filter 300ms ease;
}

.st-root.st-experience-v2 .st-gallery-photo:hover img {
  transform: none;
  scale: 1.065;
  filter: saturate(1.1);
}

/* Catalog */
.st-experience-v2 .st-catalog {
  overflow: clip;
}

.st-root.st-experience-v2 .st-cat-bar {
  position: sticky;
  top: 62px;
  z-index: 28;
  display: flex;
  gap: 8px;
  margin: 0 -28px;
  padding: 10px 28px 12px;
  overflow-x: auto;
  border-block: 1px solid rgba(25, 19, 31, 0.05);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(35, 20, 45, 0.04);
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  scrollbar-width: none;
}

.st-root.st-experience-v2 .st-cat-pill {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 8px 15px;
  border: 1px solid var(--st-line) !important;
  border-radius: 14px;
  color: var(--st-muted) !important;
  background: #fff !important;
  box-shadow: none;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
}

.st-root.st-experience-v2 .st-cat-pill.active {
  border-color: transparent !important;
  color: #fff !important;
  background: var(--st-ink) !important;
  box-shadow: 0 8px 20px rgba(25, 19, 31, 0.16);
}

.st-experience-v2 .st-products-wrap {
  padding-top: 18px;
}

.st-experience-v2 .st-products-grid {
  display: grid;
  gap: 14px;
}

.st-experience-v2 .st-products-grid.is-products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.st-experience-v2 .st-products-grid.is-services {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.st-root.st-experience-v2 .st-item-card {
  overflow: hidden;
  border: 1px solid var(--st-line) !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 10px 28px rgba(43, 25, 53, 0.06) !important;
  transition: translate 220ms ease, box-shadow 220ms ease, border-color 220ms ease !important;
}

.st-experience-v2 .st-item-card:hover {
  translate: 0 -5px;
  border-color: color-mix(in srgb, var(--st-pink) 18%, transparent) !important;
  box-shadow: 0 18px 35px rgba(43, 25, 53, 0.11) !important;
}

.st-experience-v2 .st-product-card > div:first-child {
  border-radius: 18px 18px 5px 5px;
}

.st-experience-v2 .st-product-card > div:nth-child(2) {
  min-height: 104px;
  padding: 13px 14px 17px !important;
}

.st-experience-v2 .st-product-card h4 {
  color: var(--st-ink) !important;
  font-size: 13px !important;
  font-weight: 720 !important;
}

.st-root.st-experience-v2 .st-card-cart {
  right: 12px !important;
  bottom: 12px !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 14px !important;
  background: var(--st-ink) !important;
  box-shadow: 0 8px 18px rgba(25, 19, 31, 0.2) !important;
  cursor: pointer;
}

.st-experience-v2 .st-card-cart:hover {
  scale: 1.06;
}

.st-root.st-experience-v2 .st-service-card {
  min-height: 166px;
  padding: 20px !important;
  align-items: flex-start !important;
}

.st-experience-v2 .st-service-cta {
  min-height: 40px;
  border-radius: 13px !important;
  background: var(--st-ink) !important;
}

.st-experience-v2 .st-item-card.st-surprise-hit {
  z-index: 2;
  animation: st-surprise 1.35s cubic-bezier(.2, .85, .2, 1);
}

@keyframes st-surprise {
  0%, 100% { box-shadow: 0 10px 28px rgba(43, 25, 53, 0.06); }
  20% { scale: 1.025; rotate: -1deg; box-shadow: 0 0 0 7px rgba(219, 255, 91, 0.65), 0 24px 50px rgba(109, 40, 217, 0.2); }
  55% { rotate: 1deg; box-shadow: 0 0 0 4px rgba(255, 216, 77, 0.42), 0 24px 50px rgba(109, 40, 217, 0.18); }
}

/* Community */
.st-experience-v2 .st-section-heading--reviews p {
  margin: 6px 0 0;
  color: var(--st-muted);
  font-size: 13px;
}

.st-root.st-experience-v2 .st-review-box,
.st-root.st-experience-v2 .st-review-card {
  border: 1px solid var(--st-line) !important;
  border-radius: 22px;
  box-shadow: none;
}

.st-experience-v2 .review-avg-big:hover {
  transform: rotate(0deg) scale(1.02) !important;
}

.st-root.st-experience-v2 .st-review-card {
  padding: 18px;
  transition: translate 180ms ease, box-shadow 180ms ease;
}

.st-experience-v2 .st-review-card:hover {
  translate: 0 -2px;
  box-shadow: 0 12px 25px rgba(43, 25, 53, 0.06);
}

.st-experience-v2 .star-input {
  min-width: 44px;
  min-height: 44px;
}

/* Close the discovery loop without another data request. */
.st-experience-v2 .st-next-discovery {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-top: 16px;
  padding: 24px 28px;
  overflow: hidden;
  border: 1px solid rgba(25, 19, 31, 0.07);
  border-radius: 26px;
  background: linear-gradient(110deg, #fff 0%, #fbf8ff 58%, #f2ffd0 100%);
  box-shadow: 0 18px 45px rgba(43, 25, 53, 0.08);
}

.st-experience-v2 .st-next-discovery::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -58px;
  width: 150px;
  height: 150px;
  border: 22px solid rgba(109, 40, 217, 0.06);
  border-radius: 50%;
  pointer-events: none;
}

.st-experience-v2 .st-next-discovery-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 19px;
  color: #fff;
  background: linear-gradient(145deg, var(--st-purple), var(--st-pink));
  box-shadow: 0 12px 25px rgba(109, 40, 217, 0.2);
  rotate: -4deg;
}

.st-experience-v2 .st-next-discovery-icon svg {
  width: 26px;
  height: 26px;
}

.st-experience-v2 .st-next-discovery .st-section-kicker {
  margin-bottom: 3px;
}

.st-experience-v2 .st-next-discovery h2 {
  margin: 0;
  color: var(--st-ink);
  font-family: "League Spartan", "Outfit", sans-serif;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.025em;
}

.st-experience-v2 .st-next-discovery p {
  margin: 5px 0 0;
  color: var(--st-muted);
  font-size: 12px;
}

.st-experience-v2 .st-next-discovery-cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 46px;
  padding: 10px 16px;
  border-radius: 15px;
  color: #fff;
  background: var(--st-ink);
  box-shadow: 0 10px 22px rgba(25, 19, 31, 0.16);
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
  transition: translate 180ms ease, box-shadow 180ms ease;
}

.st-experience-v2 .st-next-discovery-cta:hover {
  translate: 0 -2px;
  box-shadow: 0 14px 28px rgba(25, 19, 31, 0.22);
}

.st-experience-v2 .st-next-discovery-cta svg {
  width: 15px;
  height: 15px;
}

/* Header and cart injected outside .st-root */
#st-compact-header {
  max-width: 560px !important;
  min-height: 62px;
  height: auto !important;
  border-bottom: 1px solid rgba(25, 19, 31, 0.08) !important;
  background: rgba(255, 255, 255, 0.91) !important;
  box-shadow: 0 12px 34px rgba(35, 20, 44, 0.1) !important;
  font-family: "Outfit", "Inter", system-ui, sans-serif;
}

#st-floating-cart {
  width: 60px !important;
  height: 60px !important;
  border-radius: 20px !important;
  color: #fff;
  background: linear-gradient(135deg, var(--primary, #e9005f), #7c27c8) !important;
  box-shadow: 0 16px 35px color-mix(in srgb, var(--primary, #e9005f) 28%, transparent) !important;
}

/* Mobile-first refinements */
@media (max-width: 720px) {
  .st-root.st-experience-v2 {
    padding: 0 0 104px;
    background:
      radial-gradient(circle at 2% 18%, rgba(219, 255, 91, 0.24), transparent 14rem),
      #f6f3f8 !important;
  }

  .st-root.st-experience-v2 .st-hero {
    height: 315px;
    border: 0;
    border-radius: 0 0 30px 30px;
    box-shadow: 0 20px 45px rgba(35, 20, 44, 0.2);
  }

  .st-experience-v2 .st-identity {
    bottom: 32px;
    gap: 13px;
    padding: 0 16px;
  }

  .st-experience-v2 .st-logo-button {
    width: 82px;
    height: 82px;
    border-radius: 25px;
  }

  .st-experience-v2 .st-logo {
    border-radius: 21px;
  }

  .st-experience-v2 .st-story-label {
    right: -8px;
    bottom: -10px;
    padding: 4px 7px;
    font-size: 9px;
  }

  .st-root.st-experience-v2 .st-name {
    font-size: clamp(26px, 8vw, 34px);
  }

  .st-experience-v2 .st-hero-kicker {
    margin-bottom: 5px;
  }

  .st-root.st-experience-v2 .st-action-bar {
    width: calc(100% - 24px);
    min-height: 68px;
    margin-top: -18px;
    padding: 9px;
  }

  .st-root.st-experience-v2 .st-btn-follow {
    min-width: 98px;
    padding-inline: 12px;
  }

  .st-root.st-experience-v2 .st-info-strip {
    margin: 9px 0 0;
    padding-inline: 12px;
  }

  .st-experience-v2 .st-story-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 8px 12px 0;
  }

  .st-experience-v2 .st-about-card,
  .st-experience-v2 .st-passport-card,
  .st-experience-v2 .st-section-card {
    border-radius: 24px;
  }

  .st-experience-v2 .st-about-card,
  .st-experience-v2 .st-passport-card {
    min-height: 0;
    padding: 22px;
  }

  .st-experience-v2 .st-section-card {
    margin: 12px 12px 0;
    padding: 20px;
  }

  .st-root.st-experience-v2 .st-gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
  }

  .st-root.st-experience-v2 .st-gallery-photo {
    border-radius: 15px;
  }

  .st-root.st-experience-v2 .st-cat-bar {
    top: 60px;
    margin: 0 -20px;
    padding: 9px 20px 11px;
  }

  .st-experience-v2 .st-products-grid.is-products,
  .st-experience-v2 .st-products-grid.is-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .st-root.st-experience-v2 .st-service-card {
    min-height: 0;
    padding: 14px !important;
    flex-direction: column;
  }

  .st-experience-v2 .st-service-card > div:last-child {
    width: 100%;
    flex-direction: row !important;
    justify-content: space-between;
  }

  .st-experience-v2 .st-service-card > div:last-child > div {
    width: 64px !important;
    height: 64px !important;
  }

  .st-experience-v2 .st-service-cta {
    flex: 1;
    justify-content: center;
  }

  .st-experience-v2 .st-next-discovery {
    grid-template-columns: auto minmax(0, 1fr);
    margin: 12px 12px 0;
    padding: 20px;
    border-radius: 24px;
  }

  .st-experience-v2 .st-next-discovery-cta {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 390px) {
  .st-root.st-experience-v2 .st-hero {
    height: 300px;
  }

  .st-experience-v2 .st-identity {
    gap: 10px;
    padding-inline: 12px;
  }

  .st-experience-v2 .st-logo-button {
    width: 72px;
    height: 72px;
    border-radius: 22px;
  }

  .st-experience-v2 .st-logo {
    border-radius: 18px;
  }

  .st-experience-v2 .st-story-label {
    font-size: 0;
    min-width: 26px;
    justify-content: center;
  }

  .st-experience-v2 .st-unclaimed-badge {
    display: none;
  }

  .st-root.st-experience-v2 .st-btn-follow {
    min-width: 48px;
    width: 48px;
    padding: 0;
    font-size: 0;
  }

  .st-root.st-experience-v2 .st-btn-follow svg {
    width: 18px !important;
    height: 18px !important;
  }

  .st-root.st-experience-v2 .st-btn-wa {
    padding-inline: 12px;
    font-size: 13px;
  }

  .st-root.st-experience-v2 .st-btn-icon {
    flex-basis: 44px !important;
    width: 44px !important;
    height: 48px !important;
  }

  .st-experience-v2 .st-section-heading,
  .st-experience-v2 .st-catalog-heading {
    align-items: flex-start;
  }

  .st-root.st-experience-v2 .st-products-title {
    font-size: 22px !important;
  }

  .st-experience-v2 .st-section-card {
    margin-inline: 9px;
    padding: 17px;
  }

  .st-experience-v2 .st-story-grid {
    margin-inline: 9px;
  }

  .st-experience-v2 .st-next-discovery {
    margin-inline: 9px;
  }

  .st-experience-v2 .st-product-card > div:nth-child(2) {
    min-height: 112px;
    padding: 10px 10px 16px !important;
  }

  .st-root.st-experience-v2 .st-card-cart {
    right: 8px !important;
    bottom: 9px !important;
    width: 38px !important;
    height: 38px !important;
  }

  .st-experience-v2 .st-review-box {
    flex-direction: column;
  }

  .st-experience-v2 .review-bars {
    width: 100%;
    padding: 14px 0 0 !important;
    border-top: 1.5px dashed rgba(0, 0, 0, 0.06);
    border-left: 0 !important;
  }
}

@media (min-width: 900px) {
  .st-root.st-experience-v2 {
    padding: 24px 24px 80px;
  }

  .st-experience-v2 .st-hero-img {
    object-position: center 42%;
  }

  .st-experience-v2 .st-section-card,
  .st-experience-v2 .st-story-grid {
    margin-top: 20px;
  }

  #st-compact-header {
    left: 252px !important;
    width: calc(100% - 252px) !important;
    max-width: none !important;
    transform: translateY(-100%) !important;
  }

  #st-compact-header.visible {
    transform: translateY(0) !important;
  }

  #st-floating-cart {
    right: 34px !important;
    bottom: 34px !important;
  }
}

@media (min-width: 1120px) {
  .st-experience-v2 .st-products-grid.is-products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .st-experience-v2 *,
  .st-experience-v2 *::before,
  .st-experience-v2 *::after,
  #st-compact-header,
  #st-floating-cart {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Catalog-first profile: compact identity, immediate products and quiet details. */
.st-root.st-experience-v2 {
  padding: 8px 8px 104px;
}

.st-root.st-experience-v2 .st-hero {
  height: 220px;
  border-radius: 24px;
  box-shadow: 0 16px 42px rgba(35, 20, 44, 0.18);
}

.st-experience-v2 .st-hero-img {
  transform: none;
}

.st-experience-v2 .st-hero-orb {
  opacity: 0.24;
}

.st-root.st-experience-v2 .st-fab-btn {
  top: 10px;
  width: 36px;
  height: 36px;
  border-radius: 12px;
}

.st-experience-v2 .st-identity {
  bottom: 14px;
  gap: 11px;
  padding: 0 14px;
}

.st-experience-v2 .st-logo-button {
  width: 68px;
  height: 68px;
  padding: 3px;
  border-radius: 20px;
  rotate: 0deg;
}

.st-experience-v2 .st-logo {
  border-width: 2px;
  border-radius: 17px;
}

.st-experience-v2 .st-story-label {
  right: -7px;
  bottom: -7px;
  min-height: 22px;
  padding: 3px 6px;
  font-size: 8px;
}

.st-experience-v2 .st-hero-kicker {
  display: none;
}

.st-root.st-experience-v2 .st-name {
  font-size: clamp(22px, 4vw, 30px);
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.st-root.st-experience-v2 .st-handle {
  margin: 3px 0 5px;
  font-size: 10.5px;
}

.st-experience-v2 .st-stats-pill {
  min-height: 24px;
  padding: 3px 8px;
}

.st-root.st-experience-v2 .st-action-bar {
  width: min(720px, calc(100% - 16px));
  min-height: 52px;
  margin-top: -12px;
  padding: 6px;
  gap: 6px;
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(42, 25, 52, 0.11);
}

.st-root.st-experience-v2 .st-btn-wa,
.st-root.st-experience-v2 .st-btn-follow,
.st-root.st-experience-v2 .st-btn-icon {
  min-height: 40px;
  border-radius: 13px;
}

.st-root.st-experience-v2 .st-btn-wa {
  padding-inline: 13px;
  font-size: 13px;
}

.st-root.st-experience-v2 .st-btn-follow {
  min-width: 94px;
  padding-inline: 12px;
  font-size: 12px;
}

.st-root.st-experience-v2 .st-btn-icon {
  flex-basis: 40px !important;
  width: 40px !important;
  height: 40px !important;
}

.st-root.st-experience-v2 .st-info-strip {
  justify-content: center;
  margin: 4px 0 0;
  padding: 5px 8px 2px;
  gap: 6px;
}

.st-root.st-experience-v2 .st-info-badge {
  min-height: 30px;
  padding: 5px 9px;
  border-radius: 11px;
  box-shadow: none;
}

.st-experience-v2 .st-section-card {
  margin-top: 10px;
  padding: 14px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(52, 31, 66, 0.07);
}

.st-experience-v2 .st-catalog-heading,
.st-experience-v2 .st-section-heading {
  margin-bottom: 10px;
}

.st-experience-v2 .st-section-kicker {
  margin-bottom: 3px;
  font-size: 9px;
}

.st-root.st-experience-v2 .st-products-title {
  font-size: 22px !important;
  line-height: 1;
}

.st-experience-v2 .st-section-count {
  min-height: 26px;
  padding: 4px 8px;
  font-size: 9px;
}

.st-root.st-experience-v2 .st-cat-bar {
  top: 54px;
  margin: 0 -14px;
  padding: 7px 14px 8px;
  gap: 6px;
  box-shadow: none;
}

.st-root.st-experience-v2 .st-cat-pill {
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 11px;
}

.st-experience-v2 .st-products-wrap {
  padding-top: 10px;
}

.st-experience-v2 .st-products-grid {
  gap: 10px;
}

.st-root.st-experience-v2 .st-item-card {
  border-radius: 16px !important;
  box-shadow: 0 5px 16px rgba(43, 25, 53, 0.05) !important;
}

.st-experience-v2 .st-product-card > div:first-child {
  border-radius: 15px 15px 4px 4px;
}

.st-experience-v2 .st-product-card > div:nth-child(2) {
  min-height: 82px;
  padding: 9px 10px 12px !important;
}

.st-root.st-experience-v2 .st-card-cart {
  right: 8px !important;
  bottom: 8px !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 12px !important;
}

.st-experience-v2 .st-story-grid {
  gap: 10px;
  margin-top: 10px;
}

.st-experience-v2 .st-about-card,
.st-experience-v2 .st-passport-card {
  min-height: 0;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(52, 31, 66, 0.08);
}

.st-experience-v2 .st-details-card {
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.96);
}

.st-experience-v2 .st-details-card::after {
  display: none;
}

.st-experience-v2 .st-details-card summary {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 11px;
  padding: 12px 14px;
  list-style: none;
  cursor: pointer;
}

.st-experience-v2 .st-details-card summary::-webkit-details-marker {
  display: none;
}

.st-experience-v2 .st-details-summary-icon {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  color: var(--st-pink);
  background: color-mix(in srgb, var(--st-pink) 10%, white);
}

.st-experience-v2 .st-details-summary-icon svg {
  width: 17px;
  height: 17px;
}

.st-experience-v2 .st-details-summary-copy {
  min-width: 0;
  flex: 1;
}

.st-experience-v2 .st-details-summary-copy .st-section-kicker {
  display: flex;
  margin-bottom: 1px;
}

.st-experience-v2 .st-details-summary-copy strong,
.st-experience-v2 .st-details-summary-copy small {
  display: block;
}

.st-experience-v2 .st-details-summary-copy strong {
  color: var(--st-ink);
  font-size: 14px;
  line-height: 1.2;
}

.st-experience-v2 .st-details-summary-copy small {
  margin-top: 2px;
  overflow: hidden;
  color: var(--st-muted);
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.st-experience-v2 .st-details-chevron {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: var(--st-muted);
  transition: rotate 180ms ease;
}

.st-experience-v2 .st-details-card[open] .st-details-chevron {
  rotate: 180deg;
}

.st-experience-v2 .st-details-body {
  padding: 13px 14px 14px;
  border-top: 1px solid var(--st-line);
}

.st-experience-v2 .st-details-body > p {
  margin: 0 0 12px;
  color: var(--st-muted);
  font-size: 12px;
  line-height: 1.55;
}

.st-experience-v2 .st-detail-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}

.st-experience-v2 .st-detail-facts span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 28px;
  padding: 5px 8px;
  border-radius: 10px;
  color: var(--st-muted);
  background: #f6f3f8;
  font-size: 10px;
  font-weight: 700;
}

.st-experience-v2 .st-detail-facts svg {
  width: 12px;
  height: 12px;
  color: var(--st-pink);
}

.st-experience-v2 .st-soft-link {
  min-height: 36px;
  padding: 7px 10px;
  border-radius: 11px;
  font-size: 11px;
}

.st-experience-v2 .st-passport-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px 12px;
  padding: 15px;
}

.st-experience-v2 .st-passport-card::before {
  inset: 6px;
  border-radius: 16px;
}

.st-experience-v2 .st-passport-art {
  top: -14px;
  right: -12px;
  width: 86px;
  height: 86px;
}

.st-experience-v2 .st-passport-art svg {
  width: 42px;
  height: 42px;
}

.st-experience-v2 .st-passport-copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.st-experience-v2 .st-passport-copy .st-section-kicker {
  margin-bottom: 2px;
}

.st-experience-v2 .st-passport-card h2 {
  font-size: 18px;
  line-height: 1;
}

.st-experience-v2 .st-passport-steps {
  grid-column: 1 / -1;
  gap: 5px;
}

.st-experience-v2 .st-passport-steps span {
  min-height: 26px;
  padding: 4px 7px;
  font-size: 9px;
}

.st-experience-v2 .st-passport-footer {
  grid-column: 1 / -1;
  margin-top: 0;
}

.st-experience-v2 .st-passport-cta {
  grid-column: 2;
  grid-row: 1;
  min-height: 36px;
  margin-top: 0;
  padding: 7px 10px;
  border-radius: 11px;
  font-size: 10px;
  white-space: nowrap;
}

.st-root.st-experience-v2 .st-gallery {
  padding: 14px;
}

@media (max-width: 720px) {
  .st-root.st-experience-v2 {
    padding: 0 0 100px;
  }

  .st-root.st-experience-v2 .st-hero {
    height: 210px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 13px 30px rgba(35, 20, 44, 0.17);
  }

  .st-experience-v2 .st-identity {
    bottom: 12px;
    gap: 10px;
    padding: 0 12px;
  }

  .st-experience-v2 .st-logo-button {
    width: 64px;
    height: 64px;
    border-radius: 19px;
  }

  .st-experience-v2 .st-logo {
    border-radius: 16px;
  }

  .st-root.st-experience-v2 .st-name {
    font-size: 23px;
  }

  .st-root.st-experience-v2 .st-action-bar {
    width: calc(100% - 12px);
    min-height: 52px;
    margin-top: -10px;
    padding: 6px;
  }

  .st-root.st-experience-v2 .st-info-strip {
    justify-content: flex-start;
    margin-top: 3px;
    padding-inline: 8px;
  }

  .st-experience-v2 .st-section-card {
    margin: 7px 6px 0;
    padding: 12px;
    border-radius: 18px;
  }

  .st-root.st-experience-v2 .st-cat-bar {
    margin: 0 -12px;
    padding-inline: 12px;
  }

  .st-experience-v2 .st-products-grid.is-products,
  .st-experience-v2 .st-products-grid.is-services {
    gap: 8px;
  }

  .st-experience-v2 .st-story-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 8px 6px 0;
  }

  .st-experience-v2 .st-about-card,
  .st-experience-v2 .st-passport-card {
    padding: 0;
    border-radius: 18px;
  }

  .st-experience-v2 .st-passport-card {
    padding: 14px;
  }

  .st-root.st-experience-v2 .st-gallery {
    padding: 12px;
  }

  .st-experience-v2 .st-next-discovery {
    margin-inline: 6px;
  }
}

@media (max-width: 390px) {
  .st-root.st-experience-v2 .st-hero {
    height: 204px;
  }

  .st-experience-v2 .st-logo-button {
    width: 58px;
    height: 58px;
    border-radius: 17px;
  }

  .st-experience-v2 .st-logo {
    border-radius: 14px;
  }

  .st-root.st-experience-v2 .st-name {
    font-size: 21px;
  }

  .st-experience-v2 .st-stats-pill:nth-child(2) {
    display: none;
  }

  .st-root.st-experience-v2 .st-btn-follow {
    width: 40px;
    min-width: 40px;
    padding: 0;
    font-size: 0;
  }

  .st-root.st-experience-v2 .st-btn-icon {
    flex-basis: 40px !important;
    width: 40px !important;
    height: 40px !important;
  }

  .st-experience-v2 .st-passport-card {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .st-experience-v2 .st-passport-cta {
    width: 36px;
    padding: 0;
    font-size: 0;
  }

  .st-experience-v2 .st-passport-cta svg {
    width: 15px;
    height: 15px;
  }
}

/* Private claim layer: rendered only in the tab that opened a valid invite. */
.st-private-claim {
  margin: 7px 8px 1px;
  padding: 9px 10px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  color: #3b1747;
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 255, 255, .92), transparent 34%),
    linear-gradient(118deg, #fff4fa 0%, #f4eaff 100%);
  border: 1px solid rgba(137, 30, 174, .14);
  border-radius: 16px;
  box-shadow: 0 7px 22px rgba(74, 22, 91, .07);
}

.st-private-claim-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: white;
  border-radius: 11px;
  background: linear-gradient(135deg, var(--primary, #e9005f), #7d24d5);
  box-shadow: 0 7px 15px rgba(126, 36, 183, .22);
}

.st-private-claim-icon svg {
  width: 16px;
  height: 16px;
}

.st-private-claim-copy {
  min-width: 0;
  display: grid;
  gap: 1px;
}

.st-private-claim-copy small {
  color: #a02b79;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.st-private-claim-copy strong {
  overflow: hidden;
  color: #28142e;
  font: 800 11px/1.2 'Inter', sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.st-private-claim button {
  min-height: 34px;
  padding: 0 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: white;
  background: #24152b;
  border: 0;
  border-radius: 11px;
  font: 850 9.5px/1 'Inter', sans-serif;
  cursor: pointer;
}

.st-private-claim button svg {
  width: 12px;
  height: 12px;
}

.store-claim-modal {
  position: fixed;
  inset: 0;
  z-index: 100002;
  padding: 18px 12px 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: rgba(20, 11, 24, .58);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  opacity: 0;
  transition: opacity .25s ease;
}

.store-claim-modal.is-visible {
  opacity: 1;
}

.store-claim-sheet {
  position: relative;
  width: min(100%, 480px);
  max-height: min(88dvh, 720px);
  padding: 13px 20px calc(24px + env(safe-area-inset-bottom));
  overflow-y: auto;
  color: #241a28;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -22px 70px rgba(31, 10, 39, .24);
  transform: translateY(32px);
  transition: transform .3s cubic-bezier(.2, .8, .2, 1);
}

.store-claim-modal.is-visible .store-claim-sheet {
  transform: translateY(0);
}

.store-claim-sheet-handle {
  width: 38px;
  height: 4px;
  margin: 0 auto 15px;
  border-radius: 99px;
  background: #ddd6e1;
}

.store-claim-sheet-close {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  color: #655c69;
  background: #f5f1f6;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

.store-claim-sheet-close svg {
  width: 16px;
  height: 16px;
}

.store-claim-sheet-kicker {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #a31167;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.store-claim-sheet-kicker svg {
  width: 12px;
  height: 12px;
}

.store-claim-sheet-icon,
.store-claim-success-icon {
  width: 52px;
  height: 52px;
  margin: 16px 0 13px;
  display: grid;
  place-items: center;
  color: white;
  border-radius: 17px;
  background: linear-gradient(135deg, var(--primary, #e9005f), #7d24d5);
  box-shadow: 0 12px 28px rgba(143, 26, 145, .2);
}

.store-claim-success-icon {
  background: linear-gradient(135deg, #15994a, #16c864);
  box-shadow: 0 12px 28px rgba(21, 153, 74, .2);
}

.store-claim-sheet-icon svg,
.store-claim-success-icon svg {
  width: 25px;
  height: 25px;
}

.store-claim-sheet h2 {
  margin: 0;
  max-width: 340px;
  color: #1f1523;
  font: 900 clamp(25px, 7vw, 34px)/.98 'Syne', 'Inter', sans-serif;
  letter-spacing: -.04em;
}

.store-claim-sheet-lead {
  margin: 12px 0 0;
  color: #6f6574;
  font: 500 12.5px/1.58 'Inter', sans-serif;
}

.store-claim-sheet-lead strong {
  color: #342438;
}

.store-claim-sheet-benefits {
  margin: 18px 0;
  display: grid;
  gap: 8px;
}

.store-claim-sheet-benefits span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #443749;
  font: 750 11px/1.3 'Inter', sans-serif;
}

.store-claim-sheet-benefits svg {
  width: 18px;
  height: 18px;
  padding: 4px;
  color: #148647;
  background: #e7f8ed;
  border-radius: 50%;
  stroke-width: 3;
}

.store-claim-sheet-status {
  display: none;
  margin: 0 0 10px;
  padding: 10px 12px;
  border-radius: 11px;
  font: 700 11px/1.4 'Inter', sans-serif;
}

.store-claim-sheet-status.is-error {
  display: block;
  color: #9b2632;
  background: #fff0f1;
  border: 1px solid #ffd0d5;
}

.store-claim-sheet-primary,
.store-claim-sheet-secondary {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 14px;
  font: 850 12px/1 'Inter', sans-serif;
  cursor: pointer;
}

.store-claim-sheet-primary {
  color: white;
  background: linear-gradient(135deg, var(--primary, #e9005f), #7d24d5);
  box-shadow: 0 10px 24px rgba(150, 23, 133, .2);
  text-decoration: none;
}

.store-claim-sheet-primary:disabled {
  opacity: .66;
  cursor: wait;
}

.store-claim-sheet-primary svg,
.store-claim-sheet-secondary svg {
  width: 17px;
  height: 17px;
}

.store-claim-sheet-secondary {
  margin-top: 7px;
  color: #625768;
  background: #f5f2f6;
}

.store-claim-sheet-help,
.store-claim-sheet-expiry {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #817686;
  text-align: center;
  text-decoration: none;
}

.store-claim-sheet-help {
  margin-top: 14px;
  font: 750 10px/1.35 'Inter', sans-serif;
}

.store-claim-sheet-expiry {
  margin-top: 10px;
  font: 600 9px/1.3 'Inter', sans-serif;
}

.store-claim-sheet-expiry svg {
  width: 11px;
  height: 11px;
}

@media (min-width: 640px) {
  .store-claim-modal {
    align-items: center;
    padding: 24px;
  }

  .store-claim-sheet {
    padding: 17px 28px 28px;
    border-radius: 28px;
    transform: translateY(16px) scale(.98);
  }

  .store-claim-modal.is-visible .store-claim-sheet {
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 360px) {
  .st-private-claim {
    grid-template-columns: 32px minmax(0, 1fr) auto;
    gap: 7px;
    padding-inline: 8px;
  }

  .st-private-claim-icon {
    width: 32px;
    height: 32px;
  }

  .st-private-claim-copy strong {
    font-size: 10px;
  }

  .st-private-claim button {
    padding-inline: 9px;
    font-size: 9px;
  }
}
