/* Desktop-only storefront.
   The phone/native store remains the portrait-first .st-* layout in host.html. */
.store-desktop-layout {
  display: none;
}

.store-mobile-layout {
  display: contents;
}

@media (min-width: 901px) {
  html:not(.native) #store-overlay .store-mobile-layout {
    display: none;
  }

  html:not(.native) #store-overlay .store-desktop-layout {
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: var(--sp-6) clamp(18px, 4vw, 64px) clamp(40px, 7vw, 88px);
  }

  html:not(.native) #store-overlay .store-desktop-layout > .settings-topbar,
  html:not(.native) #store-overlay .store-desktop-layout > .store-hero,
  html:not(.native) #store-overlay .store-desktop-layout > .store-balance,
  html:not(.native) #store-overlay .store-desktop-layout > .store-subscription-block,
  html:not(.native) #store-overlay .store-desktop-layout > .store-dev-tools,
  html:not(.native) #store-overlay .store-desktop-layout > .store-pack-intro,
  html:not(.native) #store-overlay .store-desktop-layout > .pack-grid,
  html:not(.native) #store-overlay .store-desktop-layout > .store-includes,
  html:not(.native) #store-overlay .store-desktop-layout > .store-note,
  html:not(.native) #store-overlay .store-desktop-layout > .store-desktop-links {
    width: 100%;
    max-width: 1160px;
  }

  html:not(.native) #store-overlay .store-desktop-layout > .settings-topbar {
    margin-bottom: clamp(16px, 2vw, 26px);
  }

  html:not(.native) #store-overlay .store-desktop-layout .settings-title {
    font-size: clamp(1.45rem, 2.2vw, 2rem);
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-hero {
    isolation: isolate;
    position: relative;
    flex: 0 0 auto;
    min-height: clamp(240px, 29vw, 340px);
    margin-bottom: 18px;
    padding: clamp(28px, 4.5vw, 58px);
    border-radius: clamp(24px, 3vw, 38px);
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
    align-items: center;
    gap: clamp(20px, 4vw, 56px);
    color: #fff8e9;
    background:
      radial-gradient(circle at 10% 18%, rgba(255, 255, 255, 0.25) 0 5px, transparent 6px),
      radial-gradient(circle at 17% 28%, rgba(255, 255, 255, 0.14) 0 3px, transparent 4px),
      linear-gradient(128deg, #e58d00 0%, #f0a91d 48%, #c86017 100%);
    box-shadow:
      0 24px 70px rgba(0, 0, 0, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.28);
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-hero::before,
  html:not(.native) #store-overlay .store-desktop-layout .store-hero::after {
    content: "";
    position: absolute;
    z-index: -1;
    border: 2px dashed rgba(255, 255, 255, 0.22);
    border-radius: 50%;
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-hero::before {
    width: 290px;
    height: 290px;
    inset: -120px auto auto -90px;
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-hero::after {
    width: 160px;
    height: 160px;
    inset: auto 43% -108px auto;
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-hero-copy {
    position: relative;
    z-index: 2;
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-eyebrow {
    width: fit-content;
    margin-bottom: 15px;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    background: rgba(46, 28, 6, 0.18);
    font-size: clamp(0.8rem, 1.2vw, 0.95rem);
    font-weight: 900;
    backdrop-filter: blur(8px);
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-hero h1 {
    max-width: 650px;
    margin: 0 0 12px;
    color: #fff8e9;
    font-size: clamp(2.45rem, 5.4vw, 5.2rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
    text-wrap: balance;
    text-shadow: 0 4px 0 rgba(112, 51, 0, 0.22);
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-hero p {
    max-width: 640px;
    margin: 0;
    color: rgba(255, 248, 233, 0.9);
    font-size: clamp(1rem, 1.65vw, 1.3rem);
    line-height: 1.7;
    font-weight: 700;
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-hero-art {
    position: relative;
    min-height: 230px;
    direction: ltr;
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-hero-card {
    position: absolute;
    top: 50%;
    left: 50%;
    width: clamp(138px, 14vw, 195px);
    aspect-ratio: 0.74;
    object-fit: cover;
    border: 4px solid rgba(255, 248, 233, 0.9);
    border-radius: 18px;
    box-shadow: 0 20px 38px rgba(71, 28, 0, 0.32);
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-hero-card-a {
    transform: translate(-94%, -46%) rotate(-10deg);
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-hero-card-b {
    z-index: 2;
    transform: translate(-50%, -53%) rotate(1deg);
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-hero-card-c {
    transform: translate(-6%, -45%) rotate(11deg);
  }

  html:not(.native) #store-overlay .store-desktop-layout > .store-balance {
    min-height: 54px;
    margin: 0 auto 20px;
    padding: 12px 18px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.075);
    font-size: clamp(1rem, 1.4vw, 1.16rem);
    font-weight: 800;
    box-shadow: none;
  }

  html:not(.native) #store-overlay .store-desktop-layout > .store-balance strong {
    color: #2dd4bf;
  }

  html:not(.native) #store-overlay .store-desktop-layout > .store-pack-intro {
    margin: 4px auto 14px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    color: #fff;
    font-size: clamp(1.3rem, 2vw, 1.75rem);
    font-weight: 950;
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-pack-intro-note {
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.9rem;
    font-weight: 750;
  }

  html:not(.native) #store-overlay .store-desktop-layout > .pack-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: clamp(12px, 1.8vw, 22px);
  }

  html:not(.native) #store-overlay .store-desktop-layout .pack-card {
    position: relative;
    min-width: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    color: #241c16;
    background: #fffaf1;
    border: 1px solid rgba(255, 255, 255, 0.38);
    border-radius: clamp(20px, 2.1vw, 28px);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.26);
    transition:
      transform 180ms var(--ease-out),
      box-shadow 180ms var(--ease-out),
      border-color 180ms var(--ease-out);
  }

  html:not(.native) #store-overlay .store-desktop-layout .pack-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.34);
  }

  html:not(.native) #store-overlay .store-desktop-layout .pack-card.is-bundle {
    border: 3px solid #2dd4bf;
    box-shadow:
      0 24px 64px rgba(0, 0, 0, 0.34),
      0 0 0 5px rgba(45, 212, 191, 0.11);
  }

  html:not(.native) #store-overlay .store-desktop-layout .pc-visual {
    position: relative;
    min-height: clamp(168px, 18vw, 230px);
    overflow: hidden;
    border-bottom: 1px solid rgba(36, 28, 22, 0.1);
  }

  html:not(.native) #store-overlay .store-desktop-layout .pc-visual::after {
    content: "";
    position: absolute;
    inset: auto 16px 14px auto;
    width: 46px;
    height: 46px;
    border: 2px dashed rgba(255, 255, 255, 0.38);
    border-radius: 50%;
  }

  html:not(.native) #store-overlay .store-desktop-layout .pc-visual-one {
    background: linear-gradient(145deg, #173954, #0b2537);
  }

  html:not(.native) #store-overlay .store-desktop-layout .pc-visual-gatherings {
    background: linear-gradient(145deg, #8d2748, #56192f);
  }

  html:not(.native) #store-overlay .store-desktop-layout .pc-visual-season {
    background: linear-gradient(145deg, #197f77, #0a504c);
  }

  html:not(.native) #store-overlay .store-desktop-layout .pc-art-stack {
    position: absolute;
    inset: 18px 18px 34px;
    direction: ltr;
  }

  html:not(.native) #store-overlay .store-desktop-layout .pc-art-stack img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: clamp(92px, 10vw, 132px);
    aspect-ratio: 0.74;
    object-fit: cover;
    border: 3px solid #fffaf1;
    border-radius: 12px;
    box-shadow: 0 13px 25px rgba(0, 0, 0, 0.35);
    transform: translate(-50%, -50%);
  }

  html:not(.native) #store-overlay .store-desktop-layout .pack-card-one .pc-art-stack img {
    width: clamp(104px, 11vw, 145px);
    transform: translate(-50%, -50%) rotate(-4deg);
  }

  html:not(.native) #store-overlay .store-desktop-layout .pack-card-gatherings .pc-art-stack img:nth-child(1) {
    transform: translate(-85%, -50%) rotate(-7deg);
  }

  html:not(.native) #store-overlay .store-desktop-layout .pack-card-gatherings .pc-art-stack img:nth-child(2) {
    z-index: 2;
    transform: translate(-50%, -54%);
  }

  html:not(.native) #store-overlay .store-desktop-layout .pack-card-gatherings .pc-art-stack img:nth-child(3) {
    transform: translate(-15%, -50%) rotate(7deg);
  }

  html:not(.native) #store-overlay .store-desktop-layout .pack-card-season .pc-art-stack img:nth-child(1) {
    transform: translate(-108%, -45%) rotate(-10deg);
  }

  html:not(.native) #store-overlay .store-desktop-layout .pack-card-season .pc-art-stack img:nth-child(2) {
    z-index: 2;
    transform: translate(-80%, -52%) rotate(-5deg);
  }

  html:not(.native) #store-overlay .store-desktop-layout .pack-card-season .pc-art-stack img:nth-child(3) {
    z-index: 4;
    transform: translate(-50%, -56%);
  }

  html:not(.native) #store-overlay .store-desktop-layout .pack-card-season .pc-art-stack img:nth-child(4) {
    z-index: 3;
    transform: translate(-20%, -52%) rotate(5deg);
  }

  html:not(.native) #store-overlay .store-desktop-layout .pack-card-season .pc-art-stack img:nth-child(5) {
    transform: translate(8%, -45%) rotate(10deg);
  }

  html:not(.native) #store-overlay .store-desktop-layout .pc-art-caption,
  html:not(.native) #store-overlay .store-desktop-layout .store-weekly-caption {
    position: absolute;
    z-index: 5;
    inset: auto auto 13px 15px;
    padding: 5px 10px;
    border-radius: 999px;
    color: #fff;
    background: rgba(4, 18, 28, 0.62);
    font-size: 0.78rem;
    font-weight: 900;
    backdrop-filter: blur(7px);
  }

  html:not(.native) #store-overlay .store-desktop-layout .pc-badge,
  html:not(.native) #store-overlay .store-desktop-layout .store-weekly-badge {
    position: absolute;
    z-index: 7;
    top: 12px;
    right: 12px;
    padding: 6px 11px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 999px;
    color: #063f3b;
    background: #7ff4e4;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    font-size: 0.78rem;
    font-weight: 950;
  }

  html:not(.native) #store-overlay .store-desktop-layout .pc-body {
    flex: 1;
    padding: clamp(18px, 2vw, 25px);
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  html:not(.native) #store-overlay .store-desktop-layout .pc-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
  }

  html:not(.native) #store-overlay .store-desktop-layout .pc-overline,
  html:not(.native) #store-overlay .store-desktop-layout .store-weekly-overline {
    margin-bottom: 2px;
    color: #8a6d58;
    font-size: 0.76rem;
    font-weight: 900;
  }

  html:not(.native) #store-overlay .store-desktop-layout .pc-name {
    color: #241c16;
    font-size: clamp(1.55rem, 2.35vw, 2.15rem);
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -0.035em;
  }

  html:not(.native) #store-overlay .store-desktop-layout .pc-saving {
    flex: 0 0 auto;
    padding: 5px 9px;
    border-radius: 999px;
    color: #08756b;
    background: #e1f8f4;
    font-size: 0.78rem;
    font-weight: 950;
  }

  html:not(.native) #store-overlay .store-desktop-layout .pc-saving-soft {
    color: #7b604c;
    background: #f0e7da;
  }

  html:not(.native) #store-overlay .store-desktop-layout .pc-credits {
    color: #9e5d00;
    font-size: 0.95rem;
    font-weight: 800;
  }

  html:not(.native) #store-overlay .store-desktop-layout .pc-credits span {
    color: #e58d00;
    font-size: 0.7rem;
  }

  html:not(.native) #store-overlay .store-desktop-layout .pc-desc {
    min-height: 3em;
    color: #6d5a4e;
    font-size: 0.92rem;
    line-height: 1.55;
  }

  html:not(.native) #store-overlay .store-desktop-layout .pc-price-row {
    margin-top: auto;
    padding-top: 3px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 10px;
  }

  html:not(.native) #store-overlay .store-desktop-layout .pc-price {
    color: #241c16;
    font-size: clamp(1.6rem, 2.5vw, 2.2rem);
    font-weight: 900;
    line-height: 1;
  }

  html:not(.native) #store-overlay .store-desktop-layout .pc-qcount {
    width: fit-content;
    padding: 0;
    color: #8a6d58;
    background: none;
    font-size: 0.74rem;
    font-weight: 700;
    text-align: left;
  }

  html:not(.native) #store-overlay .store-desktop-layout .pc-actions {
    margin-top: 4px;
  }

  html:not(.native) #store-overlay .store-desktop-layout .btn-pack-buy,
  html:not(.native) #store-overlay .store-desktop-layout .store-weekly-buy {
    width: 100%;
    min-height: 48px;
    padding: 10px 18px;
    border: 0;
    border-radius: 14px;
    color: #fff;
    background: #e58d00;
    box-shadow: 0 5px 0 #a96300;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 900;
    cursor: pointer;
    transition: transform 180ms var(--ease-out), box-shadow 180ms var(--ease-out);
  }

  html:not(.native) #store-overlay .store-desktop-layout .pack-card.is-bundle .btn-pack-buy,
  html:not(.native) #store-overlay .store-desktop-layout .store-weekly-buy {
    color: #063f3b;
    background: #6ee7d6;
    box-shadow: 0 5px 0 #159b8d;
  }

  html:not(.native) #store-overlay .store-desktop-layout .btn-pack-buy:hover:not(:disabled),
  html:not(.native) #store-overlay .store-desktop-layout .store-weekly-buy:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 7px 0 #a96300;
  }

  html:not(.native) #store-overlay .store-desktop-layout .pack-card.is-bundle .btn-pack-buy:hover:not(:disabled),
  html:not(.native) #store-overlay .store-desktop-layout .store-weekly-buy:hover:not(:disabled) {
    box-shadow: 0 7px 0 #159b8d;
  }

  html:not(.native) #store-overlay .store-desktop-layout .btn-pack-buy:disabled,
  html:not(.native) #store-overlay .store-desktop-layout .store-weekly-buy:disabled {
    opacity: 0.66;
    cursor: default;
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-subscription-block {
    flex: 0 0 auto;
    margin: clamp(30px, 4vw, 48px) auto 0;
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-subscription-intro {
    margin-bottom: 14px;
    color: #fff;
    text-align: center;
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-subscription-title {
    font-size: clamp(1.3rem, 2vw, 1.75rem);
    font-weight: 950;
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-weekly {
    position: relative;
    box-sizing: border-box;
    width: min(100%, 372px);
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 3px solid #2dd4bf;
    border-radius: clamp(20px, 2.4vw, 28px);
    color: #241c16;
    background: #fffaf1;
    box-shadow:
      0 24px 64px rgba(0, 0, 0, 0.34),
      0 0 0 5px rgba(45, 212, 191, 0.11);
    transition: transform 180ms var(--ease-out), box-shadow 180ms var(--ease-out);
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-weekly:hover {
    transform: translateY(-5px);
    box-shadow:
      0 30px 70px rgba(0, 0, 0, 0.38),
      0 0 0 5px rgba(45, 212, 191, 0.16);
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-weekly-visual {
    position: relative;
    min-height: clamp(210px, 21vw, 250px);
    overflow: hidden;
    border-bottom: 1px solid rgba(36, 28, 22, 0.1);
    background: linear-gradient(145deg, #197f77, #0a504c);
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-weekly-visual::before {
    content: "∞";
    position: absolute;
    inset: -24px auto auto -15px;
    color: rgba(126, 244, 228, 0.13);
    font-size: 9rem;
    font-weight: 950;
    line-height: 1;
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-weekly-visual::after {
    content: "";
    position: absolute;
    inset: auto 16px 14px auto;
    width: 46px;
    height: 46px;
    border: 2px dashed rgba(255, 255, 255, 0.38);
    border-radius: 50%;
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-weekly-art {
    position: absolute;
    inset: 8px 0 30px;
    direction: ltr;
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-weekly-art img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: clamp(72px, 7.2vw, 92px);
    aspect-ratio: 0.74;
    object-fit: cover;
    border: 3px solid #fffaf1;
    border-radius: 12px;
    box-shadow: 0 13px 25px rgba(0, 0, 0, 0.35);
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-weekly-art img:nth-child(1) { opacity: 0.72; transform: translate(-195%, -34%) rotate(-19deg); }
  html:not(.native) #store-overlay .store-desktop-layout .store-weekly-art img:nth-child(2) { z-index: 2; opacity: 0.86; transform: translate(-150%, -58%) rotate(-13deg); }
  html:not(.native) #store-overlay .store-desktop-layout .store-weekly-art img:nth-child(3) { z-index: 3; transform: translate(-105%, -42%) rotate(-7deg); }
  html:not(.native) #store-overlay .store-desktop-layout .store-weekly-art img:nth-child(4) { z-index: 6; width: clamp(98px, 9vw, 118px); transform: translate(-50%, -55%) rotate(-1deg); }
  html:not(.native) #store-overlay .store-desktop-layout .store-weekly-art img:nth-child(5) { z-index: 4; transform: translate(5%, -44%) rotate(7deg); }
  html:not(.native) #store-overlay .store-desktop-layout .store-weekly-art img:nth-child(6) { z-index: 2; opacity: 0.86; transform: translate(50%, -60%) rotate(13deg); }
  html:not(.native) #store-overlay .store-desktop-layout .store-weekly-art img:nth-child(7) { opacity: 0.72; transform: translate(95%, -36%) rotate(19deg); }

  html:not(.native) #store-overlay .store-desktop-layout .store-weekly.is-active .store-weekly-badge {
    color: #fff;
    background: #147a66;
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-weekly-copy {
    flex: 1;
    padding: clamp(18px, 2vw, 25px);
    display: flex;
    flex-direction: column;
    gap: 11px;
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-weekly h2 {
    margin: -4px 0 0;
    color: #241c16;
    font-size: clamp(1.7rem, 2.35vw, 2.15rem);
    line-height: 1.1;
    letter-spacing: -0.035em;
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-weekly-renewal {
    color: #08756b;
    font-size: 0.82rem;
    font-weight: 850;
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-weekly-action {
    min-width: 0;
    margin-top: auto;
    padding-top: 3px;
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-weekly-price {
    margin-bottom: 14px;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 7px;
    color: #241c16;
    font-size: clamp(1.7rem, 2.5vw, 2.2rem);
    font-weight: 950;
    white-space: nowrap;
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-weekly-price small {
    color: #8a6d58;
    font-size: 0.72rem;
    font-weight: 800;
  }

  html:not(.native) #store-overlay .store-desktop-layout > .store-includes {
    margin: clamp(22px, 3vw, 34px) auto 0;
    padding: 16px 20px;
    display: grid;
    grid-template-columns: 1.25fr repeat(3, 1fr);
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.07);
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-includes-title {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.88rem;
    font-weight: 850;
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-include {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 0.9rem;
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-include span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
  }

  html:not(.native) #store-overlay .store-desktop-layout > .store-note {
    margin: 16px auto 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.88rem;
    line-height: 1.6;
    text-align: center;
  }

  html:not(.native) #store-overlay .store-desktop-layout > .store-note strong {
    color: #fff;
  }

  html:not(.native) #store-overlay .store-desktop-layout > .store-desktop-links {
    margin: 12px auto 0;
    display: flex;
    justify-content: center;
    gap: 10px;
  }

  html:not(.native) #store-overlay .store-desktop-layout .store-desktop-link,
  html:not(.native) #store-overlay .store-desktop-layout .store-dev-link {
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    color: rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.07);
    font-family: inherit;
    font-size: 0.88rem;
    font-weight: 850;
    text-decoration: none;
  }

  html:not(.native) #store-overlay .store-desktop-layout > .store-dev-tools {
    margin: 18px auto 0;
    display: flex;
    justify-content: flex-end;
  }

  html:not(.native) #store-overlay .store-desktop-layout > .store-dev-tools[hidden] {
    display: none;
  }

  html[data-appearance="light"]:not(.native) #store-overlay .store-desktop-layout > .store-balance,
  html[data-appearance="light"]:not(.native) #store-overlay .store-desktop-layout > .store-includes {
    color: #241c16;
    background: rgba(255, 255, 255, 0.78);
    border-color: rgba(36, 28, 22, 0.1);
  }

  html[data-appearance="light"]:not(.native) #store-overlay .store-desktop-layout > .store-pack-intro,
  html[data-appearance="light"]:not(.native) #store-overlay .store-desktop-layout .store-include {
    color: #241c16;
  }

  html[data-appearance="light"]:not(.native) #store-overlay .store-desktop-layout .store-pack-intro-note,
  html[data-appearance="light"]:not(.native) #store-overlay .store-desktop-layout .store-includes-title,
  html[data-appearance="light"]:not(.native) #store-overlay .store-desktop-layout > .store-note {
    color: rgba(36, 28, 22, 0.58);
  }

  html[data-appearance="light"]:not(.native) #store-overlay .store-desktop-layout .store-include span {
    background: rgba(36, 28, 22, 0.07);
  }
}
