@font-face {
  font-family: "Gilroy";
  src: local("Gilroy Light"), local("Gilroy-Light"), url("assets/fonts/Gilroy-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 100 500;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: local("Gilroy ExtraBold"), local("Gilroy-ExtraBold"), url("assets/fonts/Gilroy-ExtraBold.otf") format("opentype");
  font-style: normal;
  font-weight: 600 900;
  font-display: swap;
}

:root {
  color-scheme: light;
  background: #FAF8F6;
  font-family: "Gilroy", Arial, "Helvetica Neue", sans-serif;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  min-width: 280px;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  background: #FAF8F6;
}

#mn-app {
  --ink: #212121;
  --ink2: #434242;
  --gray: #7A7979;
  --paper: #FAF8F6;
  --yellow: #FBB900;
  --yellow2: #FDD968;
  --cream: #FFF3D1;
  --mint: #6ABFA6;
  --mint2: #A8E0D0;
  --mint3: #CEE8DB;
  --purple: #6E358B;
  box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: "Gilroy", Arial, "Helvetica Neue", sans-serif;
  text-rendering: optimizeLegibility;
}

#mn-app *,
#mn-app *::before,
#mn-app *::after {
  box-sizing: border-box;
}

#mn-app a {
  color: inherit;
  text-decoration: none;
}

#mn-app img {
  display: block;
  max-width: 100%;
}

.mn-section {
  position: relative;
  isolation: isolate;
  padding: clamp(64px, 7vw, 104px) 24px;
}

.mn-wrap {
  width: min(1220px, 100%);
  margin: 0 auto;
}

.mn-eyebrow {
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.35;
  text-transform: uppercase;
}

.mn-logo {
  display: inline-block;
  width: clamp(230px, 24vw, 320px);
  padding: 10px 14px;
  overflow: hidden;
  border-radius: 17px;
  background: var(--paper);
  box-shadow: 0 14px 30px rgba(33, 33, 33, .12);
}

.mn-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.mn-brand-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 38px;
}

.mn-categories {
  padding-left: 18px;
  border-left: 3px solid var(--ink);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.55;
}

.mn-hero {
  display: grid;
  min-height: 100svh;
  align-items: center;
  padding-top: clamp(42px, 5vw, 72px);
  background: var(--yellow);
}

.mn-hero::before {
  position: absolute;
  z-index: -1;
  bottom: -220px;
  left: -230px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: var(--mint);
  content: "";
}

.mn-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
}

.mn-hero-copy {
  min-width: 0;
}

.mn-hero h1,
.mn-sale h2,
.mn-final h2 {
  margin: 0;
  font-weight: 900;
  hyphens: none;
  letter-spacing: -.065em;
  line-height: .89;
  overflow-wrap: normal;
  text-transform: uppercase;
  word-break: normal;
}

.mn-hero h1 {
  max-width: 690px;
  font-size: clamp(60px, 6vw, 92px);
}

.mn-hero h1 span {
  display: block;
  color: var(--paper);
  font-size: .76em;
  white-space: nowrap;
}

.mn-bonus-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 690px;
  margin: 30px 0 18px;
}

.mn-bonus-grid article {
  min-width: 0;
  padding: 15px;
  border: 2px solid rgba(33, 33, 33, .22);
  border-radius: 18px;
  background: rgba(250, 248, 246, .8);
}

.mn-bonus-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: clamp(25px, 2.4vw, 38px);
  font-weight: 900;
  letter-spacing: -.06em;
  line-height: .9;
  white-space: nowrap;
}

.mn-bonus-grid span {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .045em;
  line-height: 1.25;
}

.mn-bonus-grid .mn-bonus-spend strong {
  font-size: clamp(16px, 1.6vw, 23px);
  letter-spacing: -.04em;
  line-height: .98;
}

@media (min-width: 761px) and (max-width: 1440px) {
  .mn-bonus-grid .mn-bonus-spend strong {
    font-size: clamp(16px, 1.4vw, 20px);
    letter-spacing: -.055em;
    white-space: normal;
  }
}

.mn-1000 {
  display: flex;
  align-items: center;
  gap: 14px;
  width: max-content;
  max-width: 100%;
  margin: 0 0 24px;
  padding: 12px 18px;
  border-radius: 18px;
  background: var(--purple);
  box-shadow: 0 10px 0 rgba(33, 33, 33, .12);
  color: #FFF;
}

.mn-1000 b {
  font-size: 36px;
  letter-spacing: -.06em;
  line-height: 1;
  white-space: nowrap;
}

.mn-1000 span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.15;
}

.mn-hero-visual {
  position: relative;
  isolation: isolate;
  min-height: 0;
  margin: 0;
  aspect-ratio: 1 / 1;
  overflow: visible;
}

.mn-hero-visual::before {
  position: absolute;
  z-index: -1;
  inset: 8% -1% -4% 8%;
  border: 4px solid transparent;
  border-radius: 48px;
  background: linear-gradient(145deg, var(--cream) 0 56%, var(--mint2) 56% 100%);
  box-shadow: 0 28px 60px rgba(74, 50, 0, .22);
  content: "";
  transform: rotate(2.5deg);
}

.mn-hero-visual img {
  position: absolute;
  z-index: 1;
  bottom: -70%;
  left: -4%;
  width: auto;
  max-width: none;
  height: 182%;
  clip-path: polygon(0 0, 100% 0, 100% 64.44%, 0 62.36%);
  object-fit: contain;
  object-position: left top;
  filter: drop-shadow(0 22px 28px rgba(74, 50, 0, .12));
}

.mn-store-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  width: 100%;
  max-width: 690px;
}

.mn-store {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  min-height: 62px;
  padding: 10px 12px;
  border: 2px solid var(--ink);
  border-radius: 14px;
  transition: transform .18s ease, box-shadow .18s ease;
}

.mn-store:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 0 rgba(33, 33, 33, .16);
}

.mn-store:focus-visible {
  outline: 4px solid #FFF;
  outline-offset: 3px;
}

#mn-app .mn-store--dark {
  background: var(--ink);
  color: #FFF;
}

#mn-app .mn-store--light {
  background: var(--paper);
  color: var(--ink);
}

#mn-app .mn-store--huawei {
  border-color: #C7000B;
  background: #FFF;
  color: var(--ink);
}

.mn-store-icon {
  display: grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  place-items: center;
}

.mn-store-icon svg {
  width: 27px;
  height: 27px;
  fill: currentColor;
}

.mn-rustore-logo svg,
.mn-huawei-logo svg {
  width: 32px;
  height: 32px;
}

.mn-store small,
.mn-store b {
  display: block;
  white-space: nowrap;
}

.mn-store small {
  font-size: 8px;
  line-height: 1.1;
  opacity: .72;
}

.mn-store b {
  font-size: 14px;
  line-height: 1.1;
}

.mn-store.is-primary {
  outline: 4px solid #FFF;
  outline-offset: 3px;
}

.mn-store.is-alternative {
  outline: 2px dashed var(--purple);
  outline-offset: 3px;
}

.mn-sale {
  min-height: 100svh;
  background: var(--paper);
}

.mn-sale::before {
  position: absolute;
  z-index: -1;
  top: -180px;
  right: -160px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: var(--mint3);
  content: "";
}

.mn-sale-head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: stretch;
}

.mn-sale-copy {
  min-width: 0;
  align-self: center;
}

.mn-sale h2 {
  max-width: 100%;
  font-size: clamp(48px, 4.4vw, 72px);
}

.mn-sale h2 span {
  color: #E84E1B;
}

.mn-sale-copy > p:not(.mn-eyebrow) {
  max-width: 620px;
  margin: 24px 0;
  color: var(--ink2);
  font-size: 18px;
  line-height: 1.5;
}

.mn-promo {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 7px 16px;
  align-items: center;
  max-width: 650px;
  padding: 15px 17px;
  border-radius: 20px;
  background: var(--yellow);
  box-shadow: 0 10px 0 var(--yellow2);
}

.mn-promo-off {
  display: grid;
  width: 76px;
  aspect-ratio: 1;
  border-radius: 50%;
  place-items: center;
  background: var(--purple);
  box-shadow: 0 6px 0 rgba(33, 33, 33, .14);
  color: #FFF;
  font-size: 25px;
  letter-spacing: -.06em;
  transform: rotate(-7deg);
}

.mn-promo-copy b,
.mn-promo-copy em {
  display: block;
}

.mn-promo-copy b {
  font-size: 14px;
  line-height: 1.08;
}

.mn-promo-copy em {
  margin-top: 5px;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

.mn-promo-code {
  appearance: none;
  padding: 12px 17px;
  border: 2px solid var(--ink);
  border-radius: 12px;
  background: var(--paper);
  color: var(--ink);
  cursor: pointer;
  font: 900 17px/1 "Gilroy", Arial, sans-serif;
  letter-spacing: .06em;
}

.mn-promo-code:focus-visible {
  outline: 4px solid var(--purple);
  outline-offset: 3px;
}

.mn-promo-hint {
  grid-column: 2 / -1;
  color: var(--ink2);
  font-size: 10px;
}

.mn-duo {
  position: relative;
  min-height: 420px;
  margin: 0;
  overflow: hidden;
  border-radius: 34px;
  background: var(--mint3);
  box-shadow: 0 24px 50px rgba(33, 33, 33, .14);
}

.mn-duo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mn-duo figcaption {
  position: absolute;
  bottom: 18px;
  left: 18px;
  padding: 12px 15px;
  border-radius: 13px;
  background: rgba(250, 248, 246, .94);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .07em;
  line-height: 1.25;
}

.mn-products {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-top: 32px;
  cursor: grab;
  overscroll-behavior-inline: contain;
  user-select: none;
}

.mn-products.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.mn-product {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #D1D0D0;
  border-radius: 16px;
  background: #FFF;
}

.mn-product img {
  width: 100%;
  aspect-ratio: 1;
  background: #D9D9D9;
  object-fit: contain;
  object-position: center;
  user-select: none;
  -webkit-user-drag: none;
}

.mn-product span,
.mn-product b {
  display: block;
  padding-inline: 12px;
}

.mn-product span {
  padding-top: 10px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1.2;
}

.mn-product b {
  padding-top: 5px;
  padding-bottom: 12px;
  font-size: 18px;
}

.mn-sale-note {
  margin: 14px 0 0;
  color: var(--gray);
  font-size: 10px;
}

.mn-final {
  display: grid;
  min-height: 100svh;
  align-items: center;
  background: var(--mint);
  color: var(--ink);
}

.mn-final::before {
  position: absolute;
  z-index: -1;
  right: -200px;
  bottom: -240px;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  background: var(--yellow2);
  content: "";
}

.mn-final-grid {
  display: grid;
  grid-template-columns: minmax(420px, .9fr) minmax(0, 1.1fr);
  gap: clamp(40px, 7vw, 100px);
  align-items: center;
}

.mn-final-visual {
  position: relative;
  min-height: 690px;
  overflow: hidden;
  border-radius: 38px;
  align-self: stretch;
  background: var(--yellow);
  box-shadow: 0 28px 60px rgba(28, 82, 66, .22);
}

.mn-final-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mn-final-badge {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  display: grid;
  width: 142px;
  aspect-ratio: 1;
  border-radius: 50%;
  align-content: center;
  justify-items: center;
  background: var(--purple);
  box-shadow: 0 10px 0 rgba(33, 33, 33, .14);
  color: #FFF;
  transform: rotate(-7deg);
}

.mn-final-badge strong {
  font-size: 44px;
  letter-spacing: -.08em;
  line-height: .85;
}

.mn-final-badge span {
  margin-top: 8px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}

.mn-logo--small {
  width: 220px;
  box-shadow: none;
}

.mn-final-copy {
  min-width: 0;
}

.mn-final-copy > .mn-eyebrow {
  margin-top: 30px;
}

.mn-final h2 {
  font-size: clamp(44px, 4.8vw, 76px);
}

.mn-final h2 span {
  display: block;
  margin-top: 10px;
  color: var(--paper);
  font-size: .72em;
  white-space: nowrap;
}

.mn-reasons {
  margin: 32px 0 24px;
  padding: 0;
  border-top: 2px solid rgba(33, 33, 33, .2);
  list-style: none;
}

.mn-reasons li {
  display: grid;
  grid-template-columns: minmax(160px, .8fr) minmax(0, 1.2fr);
  gap: 16px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 2px solid rgba(33, 33, 33, .2);
}

.mn-reasons b {
  font-size: 19px;
  white-space: nowrap;
}

.mn-reasons span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1.25;
}

.mn-use {
  display: inline-block;
  margin: 0 0 24px;
  padding: 12px 15px;
  border-radius: 13px;
  background: var(--paper);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1.25;
}

.mn-store-list--final {
  max-width: 760px;
}

.t-tildalabel,
.t-tildalabel-free,
.t-tildalabel-free__main,
#tildacopy {
  display: none !important;
}

@media (min-width: 1441px) {
  .mn-section {
    padding-inline: clamp(36px, 3vw, 72px);
  }

  .mn-hero {
    padding-block: clamp(36px, 3vw, 56px);
  }

  .mn-wrap {
    width: min(90vw, 2140px);
  }

  .mn-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: clamp(64px, 4vw, 96px);
  }

  .mn-logo {
    width: clamp(260px, 15vw, 310px);
    padding: 10px 16px;
    border-radius: clamp(18px, 1.1vw, 24px);
  }

  .mn-logo.mn-logo--small {
    width: clamp(200px, 12vw, 250px);
  }

  .mn-brand-row {
    gap: clamp(20px, 1.25vw, 28px);
    margin-bottom: clamp(38px, 2.2vw, 54px);
  }

  .mn-categories {
    padding-left: clamp(20px, 1.15vw, 26px);
    font-size: clamp(11px, .7vw, 13px);
  }

  .mn-eyebrow {
    font-size: clamp(14px, .8vw, 17px);
  }

  .mn-hero h1 {
    max-width: none;
    font-size: clamp(96px, 6vw, 132px);
  }

  .mn-bonus-grid,
  .mn-store-list {
    max-width: clamp(720px, 42vw, 900px);
  }

  .mn-bonus-grid {
    gap: clamp(12px, .75vw, 17px);
    margin-top: clamp(32px, 2vw, 46px);
  }

  .mn-bonus-grid article {
    padding: clamp(17px, 1vw, 22px);
    border-radius: clamp(19px, 1.15vw, 25px);
  }

  .mn-bonus-grid strong {
    font-size: clamp(40px, 2.4vw, 54px);
  }

  .mn-bonus-grid .mn-bonus-spend strong {
    font-size: clamp(22px, 1.35vw, 30px);
    white-space: normal;
  }

  .mn-bonus-grid span {
    font-size: clamp(11px, .65vw, 13px);
  }

  .mn-1000 {
    gap: clamp(15px, 1vw, 22px);
    padding: clamp(13px, .8vw, 18px) clamp(20px, 1.2vw, 28px);
  }

  .mn-1000 b {
    font-size: clamp(38px, 2.3vw, 50px);
  }

  .mn-1000 span {
    font-size: clamp(11px, .65vw, 14px);
  }

  .mn-store-list {
    gap: clamp(10px, .65vw, 15px);
  }

  .mn-store {
    min-height: clamp(66px, 4vw, 86px);
    padding: clamp(11px, .75vw, 17px) clamp(13px, .85vw, 19px);
    border-radius: clamp(15px, .9vw, 21px);
  }

  .mn-store-icon,
  .mn-rustore-logo svg,
  .mn-huawei-logo svg {
    width: clamp(34px, 2.15vw, 48px);
    height: clamp(34px, 2.15vw, 48px);
    flex-basis: clamp(34px, 2.15vw, 48px);
  }

  .mn-store b {
    font-size: clamp(15px, .95vw, 20px);
  }

  .mn-store small {
    font-size: clamp(9px, .55vw, 12px);
  }

  .mn-hero-visual {
    width: min(100%, 960px, calc(100svh - 140px));
    justify-self: end;
  }
}

@media (max-width: 1080px) {
  .mn-hero-grid,
  .mn-sale-head,
  .mn-final-grid {
    grid-template-columns: 1fr;
  }

  .mn-hero-copy,
  .mn-sale-copy,
  .mn-final-copy {
    width: 100%;
    max-width: 820px;
  }

  .mn-hero-visual {
    width: min(680px, 88vw);
    margin: 20px auto 12px;
  }

  .mn-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mn-duo {
    min-height: 500px;
  }

  .mn-final-visual {
    width: min(720px, 100%);
    min-height: 580px;
    margin-inline: auto;
  }
}

@media (max-width: 760px) {
  .mn-section {
    padding: 50px 16px;
  }

  .mn-hero {
    min-height: auto;
    padding-top: 28px;
    padding-bottom: 62px;
  }

  .mn-brand-row {
    gap: 12px;
    margin-bottom: 27px;
  }

  .mn-logo {
    width: 176px;
    padding: 8px 12px;
  }

  .mn-categories {
    padding-left: 12px;
    font-size: 8px;
  }

  .mn-eyebrow {
    margin-bottom: 12px;
    font-size: 11px;
  }

  .mn-hero h1 {
    font-size: clamp(41px, 12.6vw, 56px);
    line-height: .92;
  }

  .mn-hero h1 span {
    font-size: .67em;
    white-space: normal;
  }

  .mn-bonus-grid {
    grid-template-columns: 1fr;
    gap: 7px;
    margin: 22px 0 15px;
  }

  .mn-bonus-grid article {
    display: grid;
    grid-template-columns: minmax(112px, auto) minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 12px 14px;
  }

  .mn-bonus-grid strong,
  .mn-bonus-grid .mn-bonus-spend strong {
    margin: 0;
    font-size: clamp(20px, 6.8vw, 28px);
    white-space: normal;
  }

  .mn-bonus-grid span {
    font-size: 10px;
  }

  .mn-1000 {
    width: 100%;
    justify-content: center;
  }

  .mn-1000 b {
    font-size: 32px;
  }

  .mn-store-list,
  .mn-store-list--final {
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
    max-width: 100%;
  }

  .mn-store {
    width: 100%;
    min-height: 62px;
    padding: 10px 16px;
  }

  .mn-store small {
    font-size: 9px;
  }

  .mn-store b {
    font-size: 16px;
  }

  .mn-hero-grid {
    gap: 42px;
  }

  .mn-hero-visual {
    width: calc(100% - 18px);
    margin-top: 10px;
    aspect-ratio: 1;
  }

  .mn-hero-visual::before {
    inset: 8% -2% -4% 7%;
    border-radius: 30px;
  }

  .mn-hero-visual img {
    bottom: -72%;
    left: -8%;
    width: auto;
    max-width: none;
    height: 185%;
    clip-path: polygon(0 0, 100% 0, 100% 63.88%, 0 61.79%);
  }

  .mn-sale h2 {
    font-size: clamp(36px, 10.8vw, 44px);
    line-height: .91;
  }

  .mn-sale-copy > p:not(.mn-eyebrow) {
    margin: 18px 0;
    font-size: 15px;
  }

  .mn-promo {
    grid-template-columns: auto 1fr;
    padding: 14px;
  }

  .mn-promo-off {
    width: 66px;
    font-size: 22px;
  }

  .mn-promo-code,
  .mn-promo-hint {
    grid-column: 1 / -1;
    width: 100%;
  }

  .mn-promo-hint {
    text-align: center;
  }

  .mn-duo {
    min-height: 0;
    border-radius: 24px;
    aspect-ratio: 4 / 5;
  }

  .mn-duo img {
    object-position: 52% center;
  }

  .mn-duo figcaption {
    bottom: 12px;
    left: 12px;
    font-size: 10px;
  }

  .mn-products {
    display: flex;
    gap: 10px;
    margin-inline: -16px;
    padding: 0 16px 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .mn-products::-webkit-scrollbar {
    display: none;
  }

  .mn-product {
    flex: 0 0 min(72vw, 310px);
    scroll-snap-align: center;
  }

  .mn-product span {
    font-size: 10px;
  }

  .mn-product b {
    font-size: 20px;
  }

  .mn-sale-note {
    font-size: 9px;
    line-height: 1.4;
  }

  .mn-final-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .mn-final-copy {
    display: contents;
  }

  .mn-logo--small {
    order: 1;
    align-self: flex-start;
    width: 176px;
  }

  .mn-final-copy > .mn-eyebrow {
    order: 2;
    align-self: stretch;
    margin-top: 22px;
  }

  .mn-final h2 {
    order: 3;
    align-self: stretch;
    font-size: clamp(34px, 9.8vw, 42px);
    line-height: .91;
  }

  .mn-final h2 span {
    font-size: .68em;
    white-space: normal;
  }

  .mn-reasons {
    order: 4;
    width: 100%;
    margin-top: 25px;
    align-self: stretch;
  }

  .mn-reasons li {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 14px 0;
  }

  .mn-reasons b {
    font-size: 18px;
  }

  .mn-reasons span {
    font-size: 11px;
  }

  .mn-final-visual {
    order: 5;
    width: min(100%, 340px);
    min-height: 0;
    margin: 0 auto 24px;
    border-radius: 26px;
    align-self: center;
    aspect-ratio: 4 / 5;
  }

  .mn-final-badge {
    top: 10px;
    left: 10px;
    width: 94px;
  }

  .mn-final-badge strong {
    font-size: 29px;
  }

  .mn-final-badge span {
    margin-top: 6px;
    font-size: 7px;
  }

  .mn-use {
    order: 6;
    width: 100%;
    align-self: stretch;
    font-size: 11px;
    text-align: center;
  }

  .mn-store-list--final {
    order: 7;
    align-self: stretch;
  }
}

@media (max-width: 360px) {
  .mn-section {
    padding-inline: 13px;
  }

  .mn-logo {
    width: 166px;
  }

  .mn-categories {
    font-size: 7px;
  }

  .mn-hero h1 {
    font-size: 39px;
  }

  .mn-sale h2 {
    font-size: 34px;
  }

  .mn-bonus-grid article {
    grid-template-columns: 108px minmax(0, 1fr);
  }

  .mn-bonus-grid strong,
  .mn-bonus-grid .mn-bonus-spend strong {
    font-size: 20px;
  }

  .mn-bonus-grid .mn-bonus-spend strong {
    font-size: 17px;
    letter-spacing: -.055em;
  }

  .mn-1000 b {
    font-size: 28px;
  }

  .mn-store {
    padding-inline: 12px;
  }

  .mn-store b {
    font-size: 15px;
  }

  .mn-product {
    flex-basis: 79vw;
  }

  .mn-final h2 {
    font-size: 35px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #mn-app *,
  #mn-app *::before,
  #mn-app *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
