:root {
  --mn-black: #000000;
  --mn-dark: #0b0b0b;
  --mn-card: #181818;
  --mn-cream: #f4f1ea;
  --mn-cream2: #edeae0;
  --mn-lime: #c6ff39;
  --mn-lime-50: rgba(198, 255, 57, 0.5);
  --mn-lime-20: rgba(198, 255, 57, 0.2);
  --mn-hero-lime: #d1ff1a;
  --mn-hero-glow-a: rgba(209, 255, 26, 0.14);
  --mn-hero-glow-b: rgba(209, 255, 26, 0.06);
  --mn-hero-glow-border: rgba(209, 255, 26, 0.35);
  --mn-hero-panel: #0d0d0d;
  --mn-hero-cream: #f5f1e8;
  --mn-sage: #7e9d85;
  --mn-sage-dk: #4f7058;
  --mn-white: #ffffff;
  --mn-muted: rgba(255, 255, 255, 0.5);
  --mn-divider: rgba(255, 255, 255, 0.12);
}

.mn-container {
  max-width: 1384px;
  margin: 0 auto;
  padding: 0;
}

body:has(.mn-container) {
  background-color: var(--mn-black);
  background-image: url("../img/noise.png");
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
}

@media (max-width: 767px) {
  .mn-container {
    padding: 0 15px;
  }
}

.mn-hero {
  display: flex;
  align-items: stretch;
  min-height: 800px;
  background: var(--mn-hero-panel);
  overflow: hidden;
}

.mn-hero__text-side {
  flex: 0 0 40%;
  box-sizing: border-box;
  max-width: 40%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 0 72px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  z-index: 1;
  background-color: black;
}

.mn-hero__text-side-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("../img/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.33;
}

.mn-hero__text-side-bg-glow {
  position: absolute;
  content: "";
  display: block;
  z-index: 1;
  pointer-events: none;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: radial-gradient(ellipse at center, var(--mn-hero-lime) 0%, transparent 85%);
  width: 72px;
  height: 513px;
  transform: rotate(51.54deg);
  border-radius: 999px;
  opacity: 0.35;
  bottom: -50px;
  right: 100px;
  filter: blur(43.4px);
}

@media (max-width: 991px) {
  .mn-hero__text-side-bg-glow {
    display: none;
  }
}

.mn-hero__text-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-left: 100px;
  padding-right: 40px;
}

@media (max-width: 1300px) {
  .mn-hero__text-inner {
    padding-left: 40px;
  }
}

.mn-hero__image-side {
  flex: 1 1 60%;
  min-width: 0;
  position: relative;
  overflow: hidden;
  max-height: 800px;
}

.mn-hero__image-side img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  position: relative;
  z-index: 2;
}

/* Background video (right side or full width) */
.mn-hero__video {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}

.mn-hero__video-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.mn-hero.is-playing .mn-hero__video-poster {
  opacity: 0;
}

.mn-hero__video-iframe,
.mn-hero__video-file {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  pointer-events: none;
  object-fit: cover;
}

.mn-hero__video-file {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
}

.mn-hero__video-iframe {
  width: 100vw;
  height: 56.25vw;
  min-width: 177.77777778vh;
  min-height: 100%;
}

.mn-hero__video-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.mn-hero__video-bg .mn-hero__video {
  position: absolute;
  inset: 0;
}

.mn-hero__video-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.mn-hero .mn-hero__play--media {
  position: absolute;
  top: 50%;
  left: auto;
  right: clamp(16px, 4vw, 48px);
  transform: translateY(-50%);
  z-index: 4;
}

.mn-hero .mn-hero__play--inline {
  display: none;
}

.mn-hero__cta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.mn-hero__cta-row .mn-hero__btn {
  align-self: center;
}

.mn-hero .mn-vid-card__play {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(3px);
  background: #00000040;
  transition:
    background 0.2s,
    transform 0.2s;
}

.mn-hero .mn-vid-card__play::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  transform: rotate(45deg);
  transform-origin: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transition: 0.3s border cubic-bezier(0.4, 0, 0.2, 1);
}

.mn-hero .mn-vid-card__play:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.mn-hero .mn-vid-card__play-icon {
  display: block;
  width: 18px;
  height: 18px;
  margin-left: 3px;
}

.mn-hero .mn-vid-card__pause-icon {
  display: none;
  width: 18px;
  height: 18px;
  margin-left: 0;
}

.mn-hero.is-playing .mn-vid-card__play-icon {
  display: none;
}

.mn-hero.is-playing .mn-vid-card__pause-icon {
  display: block;
}

.mn-hero--video-full {
  position: relative;
  isolation: isolate;
}

.mn-hero--video-full .mn-hero__full-video-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.mn-hero--video-full .mn-hero__full-video-media .mn-hero__play--media {
  pointer-events: auto;
}

.mn-hero--video-full .mn-hero__text-side {
  position: relative;
  z-index: 3;
  flex: 0 0 40%;
  max-width: 40%;
  border-right-color: rgba(255, 255, 255, 0.08);
}

.mn-hero--video-full .mn-hero__media-spacer {
  position: relative;
  z-index: 2;
  flex: 1 1 60%;
  min-width: 0;
  pointer-events: none;
}

.mn-hero--video-full .mn-hero__text-side-bg {
  opacity: 0.33;
}

.mn-hero--video-right .mn-hero__image-side {
  background: #000;
}

.mn-hero--video-right .mn-hero__video {
  container-type: size;
}

.mn-hero--video-right .mn-hero__video-iframe {
  height: 100cqh;
  width: 200cqh;
  max-width: 200cqh;
  min-width: 100cqw;
  min-height: 100cqh;
}

@media (max-width: 991px) {
  .mn-hero__image-side img {
    position: absolute;
  }

  .mn-hero--video-full {
    min-height: 0;
  }

  .mn-hero--video-full .mn-hero__full-video-media {
    position: relative;
    inset: auto;
    order: -1;
    flex: none;
    width: 100%;
    height: 400px;
    pointer-events: auto;
  }

  .mn-hero--video-full .mn-hero__video-overlay {
    display: none;
  }

  .mn-hero--video-full .mn-hero__text-side {
    max-width: 100%;
    flex: 1 1 auto;
    min-height: 0;
    padding-top: 57px;
  }

  .mn-hero--video-full .mn-hero__media-spacer {
    display: none;
  }
}

.mn-hero__badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--mn-hero-lime);
  border: 1px solid var(--mn-hero-glow-border);
  border-radius: 999px;
  padding: 5px 12px;
  margin-bottom: 28px;
}

.mn-hero__title {
  font-family: "roc-grotesk-wide", sans-serif !important;
  margin: 0 0 8px;
  padding: 0;
  font-size: clamp(24px, 3vw, 48px) !important;
  font-weight: 700;
  line-height: clamp(30px, 3vw, 60px) !important;
  text-transform: uppercase;
  color: var(--mn-white);
  letter-spacing: 0;
}

.mn-hero__title-dot {
  color: var(--mn-hero-lime);
}

.mn-hero__tagline {
  font-family: "roc-grotesk", sans-serif !important;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: var(--mn-white);
  margin: 0 0 16px;
  letter-spacing: 0;
}

@media (max-width: 991px) {
  .mn-hero__tagline {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}

.mn-hero__desc {
  font-family: "roc-grotesk", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: white;
  margin: 0 0 48px;
  max-width: 421px;
}

@media (max-width: 991px) {
  .mn-hero__desc {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 32px;
    max-width: 100%;
  }
}

.mn-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  background: var(--mn-hero-cream);
  padding: 3px 4px 3px 20px;
  border-radius: 100px;
  align-self: flex-start;
  color: var(--mn-black);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    background 0.25s ease,
    color 0.25s ease;
}

.mn-hero__btn:hover {
  background: var(--mn-lime);
  color: var(--mn-black);
}

.mn-hero__btn:hover .mn-hero__btn-arrow {
  background: #fff;
}

.mn-hero__btn:hover .mn-hero__btn-arrow svg path {
  stroke: #161618;
}

.mn-hero__btn-label {
  font-family: "roc-grotesk", sans-serif !important;
  color: var(--mn-black);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.25s ease;
}

.mn-hero__btn-arrow {
  width: 46px;
  height: 46px;
  background: var(--mn-hero-lime);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.25s ease;
}

.mn-hero__btn-arrow svg {
  display: block;
}

.mn-hero__btn-arrow svg path {
  transition: stroke 0.25s ease;
}

@media (max-width: 991px) {
  .mn-hero {
    flex-direction: column-reverse;
    min-height: 0;
  }

  .mn-hero--video-right,
  .mn-hero--video-full {
    flex-direction: column;
  }

  .mn-hero--video-right .mn-hero__image-side {
    order: -1;
    height: 400px;
  }

  .mn-hero__text-side {
    max-width: 100%;
    border-right: none;
    padding: 57px 0;
  }

  .mn-hero__text-inner {
    max-width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .mn-hero__image-side {
    position: relative;
    flex: none;
    min-height: 400px;
  }

  .mn-hero__title {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .mn-hero .mn-hero__play--media {
    display: none;
  }

  .mn-hero .mn-hero__play--inline {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}

@media (max-width: 600px) {
  .mn-hero__text-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mn-hero__title-square {
    width: 6px;
    height: 6px;
  }
}

@media (max-width: 767px) {
  .mn-hero__text-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mn-hero__btn-arrow {
    width: 46px;
    height: 46px;
  }

  .mn-hero__btn-arrow svg {
    width: 19px;
    height: 19px;
  }
}

.mn-stats__inner {
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 1512px;
  margin: 0 auto;
  padding: 81px 60px 81px 60px;
}

.mn-stats__item {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.mn-stats__item-inner {
  max-width: 177px;
}

.mn-stats__item:nth-child(2) .mn-stats__item-inner,
.mn-stats__item:nth-child(3) .mn-stats__item-inner {
  margin-inline: auto;
  max-width: 162px;
}

.mn-stats__item:nth-child(1) {
  padding-right: 0;
}

.mn-stats__item:nth-child(4) {
  padding-left: 0;
}

.mn-stats__item:nth-child(1) .mn-stats__item-inner {
  margin-right: 113px;
  margin-left: auto;
}

.mn-stats__item:nth-child(4) .mn-stats__item-inner {
  margin-left: 40%;
  margin-right: auto;
}

.mn-stats__item:not(:nth-child(3), :nth-child(4))::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 92px;
  background: #f5f1e8;
}

.mn-stats__item:last-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 92px;
  background: #f5f1e8;
}

.mn-stats__value-row {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 6px;
  line-height: 0.85;
  position: relative;
}

.mn-stats__number {
  font-family: "roc-grotesk-wide", sans-serif !important;
  font-size: 72px;
  line-height: 80px;
  font-weight: 800;
  letter-spacing: 0;
  color: #ffffff;
}

.mn-stats__unit {
  font-family: "roc-grotesk", sans-serif !important;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
  color: var(--mn-lime);
  position: relative;
}

.mn-stats__unit--prefix {
  position: absolute;
  bottom: 11px;
}

@media (max-width: 991px) {
  .mn-stats__unit {
    font-size: 18px;
  }

  .mn-stats__unit--prefix {
    bottom: 15px;
  }

  .mn-stats__value-row {
    justify-content: center;
    width: fit-content;
    margin-inline: auto;
  }

  .mn-stats__value-row--stacked .mn-stats__unit--prefix {
    left: 50% !important;
    right: auto;
    bottom: 100%;
    transform: translateX(-50%);
    margin-bottom: -10px;
    white-space: nowrap;
    text-align: center;
    z-index: 1;
  }
}

.mn-stats__label {
  font-family: "roc-grotesk", sans-serif !important;
  margin: 0;
  max-width: 200px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  color: #f5f1e8;
}

@media (max-width: 991px) {
  .mn-stats__label {
    font-size: 12px;
    line-height: 18px;
    font-weight: 350;
  }
}

@media (max-width: 1100px) {
  .mn-stats__inner {
    padding: 64px 40px;
  }

  .mn-stats__number {
    font-size: 72px;
  }
}

@media (max-width: 991px) {
  .mn-stats__inner {
    flex-wrap: wrap;
    padding: 48px 15px;
    row-gap: 0;
  }

  .mn-stats__item:nth-child(1) .mn-stats__item-inner,
  .mn-stats__item:nth-child(4) .mn-stats__item-inner {
    margin: 0 auto;
  }

  .mn-stats__item {
    flex: 0 0 50%;
    padding: 24px 18px;
    box-sizing: border-box;
  }

  .mn-stats__item:nth-child(1) {
    padding-top: 0;
    padding-right: 18px;
  }

  .mn-stats__item:nth-child(2) {
    padding-top: 0;
  }

  .mn-stats__item:nth-child(4) {
    padding-left: 18px;
  }

  .mn-stats__item .mn-stats__item-inner {
    max-width: 148px !important;
    width: 100% !important;
  }

  .mn-stats__item::after,
  .mn-stats__item::before {
    display: none;
  }

  .mn-stats__item:nth-child(1)::after,
  .mn-stats__item:nth-child(3)::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 92px;
    background: #4b4d4a;
  }

  .mn-stats__number {
    font-size: 56px;
  }
}

.mn-why {
  padding: 50px 60px 100px;
  box-sizing: border-box;
}

.mn-why__card {
  box-sizing: border-box;
  max-width: 1344px;
  margin: 0 auto;
  background: #f5f1e8;
  border-radius: 20px;
  padding: 16px 40px;
}

.mn-why__layout {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}

.mn-why__desktop {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex: 1;
  gap: 20px;
}

.mn-why__accordion {
  display: none;
  width: 100%;
  flex-direction: column;
}

.mn-why__nav {
  padding-top: 0;
  width: 454px;
}

.mn-why__panels {
  width: 616px;
  padding: 32px 0 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.mn-why__tab {
  display: flex;
  align-items: flex-start;
  gap: 27px;
  padding: 32px 24px;
  border: none;
  border-bottom: 1px solid #3e3e3e7d;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition: opacity 0.2s;
  opacity: 0.5;
}

.mn-why__tab.is-active {
  opacity: 1;
  border-bottom: 1px solid rgba(22, 22, 24, 0.5);
}

.mn-why__tab:last-child {
  border-bottom: 0;
}

.mn-why__tab-dot {
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 50%;
  border: none;
  background: #4b4d4a;
  margin-top: 8px;
  flex-shrink: 0;
  transition: background 0.2s;
}

.mn-why__tab-arrow {
  display: none;
}

.mn-why__tab-inner {
  flex: 1;
  min-width: 0;
}

.mn-why__tab-title {
  font-family: "roc-grotesk", sans-serif !important;
  font-size: 22px;
  font-weight: 700;
  color: #4b4d4a;
  line-height: 28px;
  display: block;
  letter-spacing: 0;
}

.mn-why__tab.is-active .mn-why__tab-title {
  color: #000000;
}

.mn-why__tab-sub {
  font-family: "roc-grotesk", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  color: #3e3e3e;
  margin-top: 4px;
  display: block;
  line-height: 20px;
  max-width: 276px;
}

.mn-why__tab.is-active .mn-why__tab-dot {
  background: #658072;
}

.mn-why__panel {
  display: none;
}

.mn-why__panel.is-active {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (max-width: 991px) {
  .mn-why__panel--desktop.is-active {
    margin-top: 24px;
  }
}

.mn-why__benefits-grid {
  display: grid;
  grid-template-columns: 219px 219px;
  justify-content: start;
  column-gap: 92px;
  row-gap: 32px;
  margin-bottom: 0;
}

.mn-why__benefit {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 219px;
}

.mn-why__benefit-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  box-sizing: border-box;
  background: #658072;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 10px;
  color: #f5f1e8;
}

.mn-why__benefit-icon svg {
  display: block;
  width: 24px;
  height: 24px;
}

.mn-why__benefit-label {
  font-family: "roc-grotesk", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  color: #3e3e3e;
  line-height: 24px;
  margin: 0;
}

.mn-why__cta-card {
  box-sizing: border-box;
  min-height: 244px;
  background: #161618;
  border-radius: 20px;
  padding: 49px 51px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.mn-why__cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.mn-why__cta-card > * {
  position: relative;
  z-index: 1;
}

.mn-why__cta-title {
  font-family: "roc-grotesk-wide", sans-serif !important;
  font-size: 20px;
  font-weight: 700;
  color: #f5f1e8;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  max-width: 396px;
  text-align: center;
}

.mn-why__cta-subtitle {
  font-family: "roc-grotesk", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 24px;
  margin: 0;
  letter-spacing: 0;
  text-align: center;
}

.mn-why__cta-btn {
  font-family: "roc-grotesk", sans-serif !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 36px;
  min-height: 36px;
  padding: 8px 24px;
  background: var(--mn-lime);
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 100px;
  white-space: nowrap;
  flex-shrink: 0;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    opacity 0.25s ease;
  line-height: 20px;
  margin-top: 12px;
}

.mn-why__cta-btn:hover,
.mn-why__cta-btn:focus,
.mn-why__cta-btn:active {
  opacity: 0.7;
  color: #000000;
}

@media (max-width: 991px) {
  .mn-why__layout {
    flex-direction: column;
    gap: 28px 0;
  }

  .mn-why__nav {
    width: 100%;
  }

  .mn-why__panels {
    width: 100%;
  }

  .mn-why__cta-card {
    min-height: 220px;
  }

  .mn-why {
    padding: 36px 15px 48px;
  }

  .mn-why__desktop {
    display: none;
  }

  .mn-why__accordion {
    display: flex;
  }

  .mn-why__card {
    padding: 32px 24px;
    border-radius: 10px;
  }

  .mn-why__benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 36px;
    row-gap: 24px;
  }

  .mn-why__benefit-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 5px;
    padding: 0;
  }

  .mn-why__benefit {
    width: auto;
    gap: 12px;
  }

  .mn-why__benefit-label {
    font-size: 13px;
    line-height: 20px;
  }

  .mn-why__benefit-icon .mn-why__benefit-svg {
    width: 24px;
    height: 24px;
  }

  .mn-why__panels {
    padding: 0 0 24px;
    gap: 24px;
  }

  .mn-why__tab {
    padding: 20px 0;
    gap: 16px;
    justify-content: flex-start;
    border-bottom: 0;
    position: relative;
  }

  .mn-why__tab:not(.is-active)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + 48px);
    margin-left: -24px;
    height: 0.5px;
    background: #161618;
  }

  .mn-why__tab:last-of-type::after {
    display: none !important;
  }

  .mn-why__panel.is-active:last-of-type::after {
    display: none !important;
  }

  .mn-why__tab-dot {
    display: none;
  }

  .mn-why__tab-title {
    font-size: 22px;
    line-height: 28px;
  }

  .mn-why__tab-sub {
    font-size: 12px;
    line-height: 18px;
    margin-top: 4px;
  }

  .mn-why__tab-arrow {
    display: flex;
    color: #658072;
    width: 35px;
    height: 46.5px;
    margin-left: auto;
    align-items: center;
    justify-content: center;
    transform-origin: center;
    transition: transform 0.55s ease-in-out;
  }

  .mn-why__tab-arrow-svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  .mn-why__tab:not(.is-active) .mn-why__tab-arrow {
    transform: scaleY(-1);
  }

  .mn-why__panel.mn-why__panel--mobile {
    display: flex !important;
    flex-direction: column;
    overflow: hidden;
    height: 0;
    transition: height 0.75s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 24px;
    position: relative;
  }

  .mn-why__panel--mobile > :first-child {
    margin-top: 24px;
  }

  .mn-why__panel--mobile > :last-child {
    margin-bottom: 24px;
  }

  .mn-why__panel--desktop.is-active {
    gap: 24px;
  }

  .mn-why__cta-title {
    font-size: 16px;
  }

  .mn-why__cta-subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  .mn-why__panel--desktop.is-active {
    padding-bottom: 24px;
    position: relative;
  }

  .mn-why__panel--mobile::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + 48px);
    margin-left: -24px;
    height: 1px;
    background: #00000080;
  }

  .mn-why__tab:last-of-type,
  .mn-why__panel--mobile:last-of-type {
    border-bottom: 0 !important;
  }

  .mn-why__tab:last-of-type,
  .mn-why__panel--mobile:last-of-type {
    padding-bottom: 0;
  }

  .mn-why__tab.is-active:last-of-type {
    border-bottom: 1px solid rgba(62, 62, 62, 0.5) !important;
    padding-bottom: 16px !important;
  }
}

body.mn-landing .mn-products {
  padding: 0 40px 100px;
  box-sizing: border-box;
}

body.mn-landing .mn-products .mn-products__header {
  margin-bottom: 24px;
  text-align: left;
}

body.mn-landing .mn-products h2.mn-products__title {
  font-family: "roc-grotesk-wide", sans-serif !important;
  font-size: 42px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 0;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

body.mn-landing .mn-products .mn-products__slider {
  position: relative;
}

body.mn-landing .mn-products .mn-products__viewport {
  overflow: hidden;
  width: 100%;
  cursor: grab;
  user-select: none;
  overscroll-behavior-x: none;
}

body.mn-landing .mn-products .mn-products__viewport:active {
  cursor: grabbing;
}

body.mn-landing .mn-products .mn-products__viewport img {
  pointer-events: none;
  -webkit-user-drag: none;
}

body.mn-landing .mn-products .mn-products__track {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  gap: 16px;
}

body.mn-landing .mn-products .mn-products__slide {
  flex-shrink: 0;
  box-sizing: border-box;
}

body.mn-landing .mn-products .mn-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, auto);
  gap: 16px;
  width: 100%;
  align-items: stretch;
}

body.mn-landing .mn-products .mn-products__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

body.mn-landing .mn-products .mn-products__pagination__viewport {
  width: 88px;
  overflow: hidden;
  min-height: 14px;
}

body.mn-landing .mn-products .mn-products__pagination__track {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 2px 0;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

body.mn-landing .mn-products .mn-products__dot {
  display: block;
  padding: 0;
  box-sizing: content-box;
  margin: 0;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: var(--mn-lime);
  background-clip: content-box;
  opacity: 0.2;
  transition:
    opacity 0.25s,
    width 0.25s,
    height 0.25s,
    border-radius 0.25s,
    padding 0.25s;
}

body.mn-landing .mn-products .mn-products__dot.is-active {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  opacity: 1;
}

body.mn-landing .mn-products .mn-products__dot.is-neighbor {
  opacity: 0.45;
}

body.mn-landing .mn-products .mn-products__dot:hover {
  opacity: 0.35;
}

body.mn-landing .mn-products .mn-products__dot.is-active:hover {
  opacity: 1;
}

body.mn-landing .mn-products .mn-products__pagination__track .mn-products__dot:nth-child(3) {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 60%);
  mask-image: linear-gradient(to right, transparent 0%, #000 60%);
  transition:
    opacity 0.25s,
    width 0.25s,
    height 0.25s,
    border-radius 0.25s,
    -webkit-mask-image 0.25s,
    mask-image 0.25s;
}

body.mn-landing .mn-products .mn-products__pagination__track .mn-products__dot:nth-child(7) {
  -webkit-mask-image: linear-gradient(to left, transparent 0%, #000 60%);
  mask-image: linear-gradient(to left, transparent 0%, #000 60%);
  transition:
    opacity 0.25s,
    width 0.25s,
    height 0.25s,
    border-radius 0.25s,
    -webkit-mask-image 0.25s,
    mask-image 0.25s;
}

body.mn-landing .mn-products .mn-products__pagination__track.is-going-next .mn-products__dot:nth-child(7) {
  -webkit-mask-image: none;
  mask-image: none;
}

body.mn-landing .mn-products .mn-products__pagination__track.is-going-prev .mn-products__dot:nth-child(3) {
  -webkit-mask-image: none;
  mask-image: none;
}

body.mn-landing .mn-products .mn-product-card {
  background: #161618;
  border-radius: 20px;
  padding: 24px 24px 33px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 0;
  transition: all 0.2s ease-in-out;
  border: 0.5px solid transparent;
}

@media (min-width: 992px) {
  body.mn-landing .mn-products .mn-product-card:hover {
    border: 0.5px solid var(--mn-lime-50);
    box-shadow: 0px 4px 4px 0px var(--mn-lime-20) inset;
  }
}

body.mn-landing .mn-products p.mn-product-card__label {
  display: none;
}

body.mn-landing .mn-products .mn-product-card__img {
  aspect-ratio: 286 / 281;
  border-radius: 0;
  overflow: hidden;
  margin: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.mn-landing .mn-products .mn-product-card__img-placeholder {
  width: 100%;
  height: 100%;
  min-height: 120px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 15px;
}

body.mn-landing .mn-products .mn-product-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0;
}

body.mn-landing .mn-products h3.mn-product-card__name,
.mn-products .mn-product-card__name {
  font-family: "roc-grotesk", sans-serif !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #f5f1e8;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-family: inherit;
}

body.mn-landing .mn-products .mn-product-card__benefits {
  margin: 0 0 16px;
  padding: 0;
  flex: 1;
}

body.mn-landing .mn-products .mn-product-card__benefits-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body.mn-landing .mn-products .mn-product-card__benefit {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

body.mn-landing .mn-products .mn-product-card__benefit:first-of-type {
  font-weight: 500;
}

body.mn-landing .mn-products .mn-product-card__benefit-text {
  font-family: "roc-grotesk", sans-serif !important;
  display: block;
}

body.mn-landing .mn-products .mn-product-card__check {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 1px;
}

body.mn-landing .mn-products p.mn-product-card__price,
body.mn-landing .mn-products .mn-product-card__price .woocommerce-Price-amount,
body.mn-landing .mn-products .mn-product-card__price .amount {
  font-family: "roc-grotesk", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #f5f1e8;
  margin: 0 0 16px;
  padding: 0;
  line-height: 20px;
}

body.mn-landing .mn-products .mn-product-card__price * {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

body.mn-landing .mn-products .mn-product-card__price del {
  opacity: 0.45;
  margin-right: 6px;
}

body.mn-landing .mn-products a.mn-product-card__btn,
body.mn-landing .mn-products a.mn-product-card__btn:visited {
  font-family: "roc-grotesk", sans-serif !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  box-sizing: border-box;
  min-width: 107px;
  height: 34px;
  padding: 8px 24px;
  background: #658072;
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2%;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 100px;
  border: none;
  line-height: 18px;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    opacity 0.25s ease;
}

body.mn-landing .mn-products a.mn-product-card__btn:hover,
body.mn-landing .mn-products a.mn-product-card__btn:focus {
  background: #567062;
  color: #000000;
  opacity: 1;
}

body.mn-landing.mn-landing--woman .mn-products a.mn-product-card__btn,
body.mn-landing.mn-landing--woman .mn-products a.mn-product-card__btn:visited {
  background: #f5f1e8;
  color: #7f4ac0;
}

body.mn-landing.mn-landing--woman .mn-products a.mn-product-card__btn:hover,
body.mn-landing.mn-landing--woman .mn-products a.mn-product-card__btn:focus {
  background: #ede8dc;
  color: #7f4ac0;
}

@media (max-width: 1100px) {
  body.mn-landing .mn-products .mn-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }
}

@media (max-width: 991px) {
  body.mn-landing .mn-products {
    padding: 0 16px 60px;
  }

  body.mn-landing .mn-products .mn-container {
    padding: 0;
  }

  body.mn-landing .mn-products .mn-products__header {
    margin-bottom: 16px;
  }

  body.mn-landing .mn-products h2.mn-products__title {
    font-size: 24px;
    line-height: 32px;
    padding-inline: 7px;
  }

  body.mn-landing .mn-products .mn-products__subtitle {
    font-family: "roc-grotesk", sans-serif !important;
    font-size: 14px;
  }

  body.mn-landing .mn-products .mn-products__grid {
    gap: 32px 16px;
  }

  body.mn-landing .mn-products .mn-product-card {
    border-radius: 15px;
    padding: 12px 12px 24px;
    border: 1px solid rgba(198, 255, 57, 0.2);
  }

  body.mn-landing.mn-landing--woman .mn-products .mn-product-card {
    border-color: rgba(127, 74, 192, 0.2);
  }

  body.mn-landing .mn-products .mn-product-card__img {
    aspect-ratio: 122 / 116;
    border-radius: 6px;
    margin-bottom: 12px;
  }

  body.mn-landing .mn-products .mn-product-card__img-placeholder {
    border-radius: 6px;
    min-height: 100px;
  }

  body.mn-landing .mn-products h3.mn-product-card__name,
  .mn-products .mn-product-card__name {
    font-size: 13.23px;
    line-height: 20.58px;
    margin-bottom: 0;
  }

  body.mn-landing .mn-products .mn-product-card__benefit {
    font-size: 12px;
    line-height: 18px;
  }

  body.mn-landing .mn-products p.mn-product-card__label {
    margin-bottom: 8px;
  }

  body.mn-landing .mn-products .mn-products__pagination {
    margin-top: 24px;
  }

  body.mn-landing .mn-products p.mn-product-card__price,
  body.mn-landing .mn-products .mn-product-card__price .woocommerce-Price-amount,
  body.mn-landing .mn-products .mn-product-card__price .amount {
    font-size: 12px;
    margin-bottom: 11.76px;
  }

  body.mn-landing .mn-products a.mn-product-card__btn,
  body.mn-landing .mn-products a.mn-product-card__btn:visited {
    font-size: 8.82px;
    line-height: 13.23px;
    padding: 5.88px 17.64px;
  }
}

@media (max-width: 390px) {
  body.mn-landing .mn-products h2.mn-products__title {
    font-size: 26px;
  }
}

.mn-hiw {
  padding: 0 60px 80px;
  box-sizing: border-box;
}

.mn-hiw__shell {
  max-width: 1512px;
  margin: 0 auto;
}

.mn-hiw__container {
  max-width: 1055px;
  margin-inline: auto;
}

.mn-hiw__card {
  box-sizing: border-box;
  max-width: 1344px;
  margin: 0 auto;
  background: #f5f1e8;
  border-radius: 20px;
  padding: 65px;
}

.mn-hiw__header {
  text-align: center;
  margin-bottom: 48px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.mn-hiw__title {
  font-family: "roc-grotesk-wide", sans-serif !important;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #161618;
  margin: 0 0 4px;
}

.mn-hiw__subtitle {
  font-family: "roc-grotesk", sans-serif !important;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  opacity: 0.6;
  max-width: 750px;
  margin: 0 auto;
  line-height: 28px;
}

.mn-hiw__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 34px;
  margin-bottom: 0;
  padding-bottom: 60px;
  border-bottom: 0;
}

.mn-hiw__step-num {
  font-family: "roc-grotesk-wide", sans-serif !important;
  font-size: 60px;
  font-weight: 700;
  color: #658072;
  line-height: 72px;
  margin-bottom: 16px;
  display: block;
  letter-spacing: 0;
}

.mn-hiw__step-title {
  font-family: "roc-grotesk-wide", sans-serif !important;
  font-size: 20px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #161618;
  margin: 0 0 8px;
  line-height: 1 !important;
}

.mn-hiw__step-body {
  font-family: "roc-grotesk", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  color: #16161899;
  line-height: 24px;
  margin: 0;
  letter-spacing: 0;
  max-width: 330px;
}

.mn-hiw__bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 600px;
  gap: 46px;
  align-items: start;
}

.mn-hiw__included-label {
  font-family: "roc-grotesk-wide", sans-serif !important;
  display: block;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1 !important;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 16px;
  max-width: 346px;
}

.mn-hiw__included-list {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 346px;
}

.mn-hiw__included-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #000000;
}

.mn-hiw__included-text {
  font-family: "roc-grotesk", sans-serif !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #000;
  letter-spacing: 0;
}

.mn-hiw__bolt {
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mn-hiw__bolt-icon {
  display: block;
  width: 20px;
  height: 28px;
  flex-shrink: 0;
}

.mn-hiw__bottom-btn {
  font-family: "roc-grotesk", sans-serif !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 312px;
  min-height: 44px;
  padding: 8px 24px;
  background: #000000;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 2%;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 100px;
  transition:
    color 0.25s ease,
    opacity 0.2s;
}

.mn-hiw__bottom-btn:hover {
  color: var(--mn-lime);
}

.mn-hiw__bottom-image {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 600 / 409;
  border-radius: 20px;
  overflow: hidden;
  background: #111111;
  box-sizing: border-box;
}

.mn-hiw__bottom-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mn-hiw__bottom:not(:has(.mn-hiw__bottom-image)) {
  grid-template-columns: 1fr;
}

@media (max-width: 1140px) {
  .mn-hiw__bottom {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 991px) {
  .mn-hiw {
    padding: 0 20px 56px;
  }

  .mn-hiw__header {
    margin-bottom: 32px;
  }

  .mn-hiw__step {
    display: flex;
    gap: 8px;
  }

  .mn-hiw__card {
    padding: 32px 16px;
    border-radius: 20px;
  }

  .mn-hiw__title {
    font-size: 24px !important;
    line-height: 1 !important;
    margin-bottom: 4px;
  }

  .mn-hiw__subtitle {
    font-size: 12px;
    line-height: 18px;
  }

  .mn-hiw__steps {
    grid-template-columns: 1fr;
    gap: 16px 0;
    padding-bottom: 40px;
  }

  .mn-hiw__step-num {
    font-size: 16px;
    line-height: 15px;
    margin-bottom: 0;
  }

  .mn-hiw__step-title {
    font-size: 16px !important;
    line-height: 1 !important;
    margin-bottom: 4px;
  }

  .mn-hiw__step-body {
    font-size: 12px;
    line-height: 18px;
    max-width: none;
  }

  .mn-hiw__included-area {
    padding-top: 0;
  }

  .mn-hiw__included-label {
    font-size: 24px !important;
    line-height: 1 !important;
    text-align: center;
    max-width: 100%;
  }

  .mn-hiw__included-list {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .mn-hiw__included-text {
    font-size: 14px;
    line-height: 20px;
  }

  .mn-hiw__bolt {
    width: 20px;
    height: 20px;
    min-width: 20px;
  }

  .mn-hiw__bottom-btn {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    display: flex;
    margin-inline: auto;
    font-size: 12px;
    line-height: 18px;
    max-height: fit-content;
  }

  .mn-hiw__bottom-image {
    width: 100%;
    aspect-ratio: 600 / 409;
    border-radius: 12px;
  }
}

.mn-results {
  padding: 0 0 100px;
}

.mn-results .mn-container {
  max-width: 1362px;
  padding-inline: 40px;
}

.mn-results__header {
  text-align: center;
  margin-bottom: 0;
}

.mn-results__title-top {
  font-family: "roc-grotesk-wide", sans-serif !important;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #3e3e3e;
  margin: 0;
  display: block;
}

.mn-results__title-main {
  font-family: "roc-grotesk-wide", sans-serif !important;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 24px;
  display: block;
}

.mn-results__slider {
  width: 100%;
}

.mn-results__desktop {
  display: block;
}

.mn-results__mobile {
  display: none;
}

.mn-results__mobile .mn-results__slider.swiper {
  overflow: hidden;
  cursor: grab;
}

.mn-results__mobile .mn-results__grid.swiper-wrapper {
  box-sizing: border-box;
}

.mn-results__mobile .mn-results__grid.swiper-wrapper {
  display: flex;
}

.mn-results__mobile .mn-vid-card.swiper-slide {
  flex-shrink: 0;
  height: auto !important;
  aspect-ratio: 406 / 524;
}

.mn-results__mobile .mn-results__slider.swiper:active {
  cursor: grabbing;
}

.mn-results__mobile .mn-results__desktop-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.mn-results__mobile .mn-results__dot {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: var(--mn-lime);
  opacity: 0.2;
  transition:
    opacity 0.25s,
    width 0.25s,
    height 0.25s,
    border-radius 0.25s;
}

.mn-results__mobile .mn-results__dot.is-active {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  opacity: 1;
}

.mn-results__mobile .mn-results__dot.is-neighbor {
  opacity: 0.45;
}

.mn-results__mobile .mn-results__dot:hover {
  opacity: 0.2;
}

.mn-results__mobile .mn-results__dot.is-active:hover {
  opacity: 1;
}

.mn-results__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

/* Desktop swiper (> 3 cards) */
.mn-results__desktop .mn-results__slider.swiper {
  overflow: hidden;
  cursor: grab;
}

.mn-results__desktop .mn-results__slider.swiper:active {
  cursor: grabbing;
}

.mn-results__desktop .mn-results__grid.swiper-wrapper {
  box-sizing: border-box;
  display: flex;
  gap: 0;
}

.mn-results__desktop .mn-vid-card.swiper-slide {
  flex-shrink: 0;
  height: 100% !important;
  aspect-ratio: 406 / 524;
}

.mn-results__desktop-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.mn-results__desktop-pagination__viewport {
  width: 88px;
  min-height: 14px;
  overflow: hidden;
}

.mn-results__desktop-pagination__track {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 2px 0;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.mn-results__desktop-pagination .mn-results__dot {
  display: block;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: var(--mn-lime);
  opacity: 0.2;
  transition:
    opacity 0.25s,
    width 0.25s,
    height 0.25s,
    border-radius 0.25s;
}

.mn-results__desktop-pagination .mn-results__dot.is-active {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  opacity: 1;
}

.mn-results__desktop-pagination .mn-results__dot.is-neighbor {
  opacity: 0.45;
}

.mn-results__desktop-pagination .mn-results__dot:hover {
  opacity: 0.35;
}

.mn-results__desktop-pagination .mn-results__dot.is-active:hover {
  opacity: 1;
}

/* 3rd dot = first visible edge */
.mn-results__desktop-pagination__track .mn-results__dot:nth-child(3) {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 60%);
  mask-image: linear-gradient(to right, transparent 0%, #000 60%);
  transition:
    opacity 0.25s,
    width 0.25s,
    height 0.25s,
    border-radius 0.25s,
    -webkit-mask-image 0.25s,
    mask-image 0.25s;
}

/* 7th dot = last visible edge */
.mn-results__desktop-pagination__track .mn-results__dot:nth-child(7) {
  -webkit-mask-image: linear-gradient(to left, transparent 0%, #000 60%);
  mask-image: linear-gradient(to left, transparent 0%, #000 60%);
  transition:
    opacity 0.25s,
    width 0.25s,
    height 0.25s,
    border-radius 0.25s,
    -webkit-mask-image 0.25s,
    mask-image 0.25s;
}

/* Going next (track slides left): reveal the right edge */
.mn-results__desktop-pagination__track.is-going-next .mn-results__dot:nth-child(7) {
  -webkit-mask-image: none;
  mask-image: none;
}

/* Going prev (track slides right): reveal the left edge */
.mn-results__desktop-pagination__track.is-going-prev .mn-results__dot:nth-child(3) {
  -webkit-mask-image: none;
  mask-image: none;
}

.mn-vid-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 406 / 524;
  background: #161618;
  height: 100% !important;
  display: flex;
}

.mn-vid-card__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  border: none;
  outline: none;
}

.mn-vid-card__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: 406px;
  height: 100% !important;
  object-fit: cover;
  display: block;
  z-index: 1;
  transition: opacity 0.35s ease;
  pointer-events: none;
  margin-left: auto;
  margin-right: auto;
}

/* Fit option: show the whole video, letterboxed on a dark background (poster stays cover) */
.mn-vid-card--fit {
  background: #131313;
}

.mn-vid-card--fit .mn-vid-card__video {
  object-fit: contain;
}

.mn-vid-card__chrome {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: auto;
  transition: opacity 0.35s ease;
}

.mn-vid-card__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.46) 100%);
  pointer-events: none;
}

.mn-vid-card__play-container {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}

.mn-vid-card__play {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(3px);
  background: #00000040;
  transition:
    background 0.2s,
    transform 0.2s;
}

.mn-vid-card__play::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  transform: rotate(45deg);
  transform-origin: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transition: 0.3s border cubic-bezier(0.4, 0, 0.2, 1);
}

.mn-vid-card__play:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.mn-vid-card__play-icon {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}

.mn-vid-card__info {
  position: absolute;
  bottom: 22px;
  left: 14.5px;
  bottom: 24px;
  text-align: left;
}

@media (max-width: 991px) {
  .mn-vid-card__info {
    left: 24px;
    bottom: 24px;
  }
}

.mn-vid-card__name {
  font-family: "roc-grotesk", sans-serif !important;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 4px;
  letter-spacing: 0;
}

.mn-vid-card__stat {
  font-family: "roc-grotesk", sans-serif !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--mn-lime);
  margin: 0;
  display: flex;
  align-items: center;
}

.mn-vid-card__stat-separator {
  display: inline-flex;
  align-self: center;
  justify-content: center;
  color: transparent;
  margin-left: 12px;
  margin-right: 12px;
}

.mn-vid-card__stat-separator {
  background-color: #658072;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

span.mn-vid-card__stat-text.mn-vid-card__stat-text::after {
  display: none !important;
}

.mn-vid-card--playing .mn-vid-card__poster,
.mn-vid-card--playing .mn-vid-card__chrome,
.mn-vid-card--playing .mn-vid-card__play {
  opacity: 0;
  pointer-events: none;
}

/* YouTube/Vimeo embed — cover-fit a 16:9 iframe in the portrait card; controlled via the overlay play button */
.mn-vid-embed.mn-vid-embed {
  /* doubled class outranks Elementor's `.elementor iframe` reset */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300%; /* landscape fallback; JS sizes to the real video aspect for true cover */
  height: 100%;
  max-width: none;
  max-height: none;
  border: 0;
  z-index: 0;
  pointer-events: none;
}

/* Fit option: contain a 16:9 embed (JS refines Vimeo to its real aspect) */
.mn-vid-embed.mn-vid-embed[data-mn-fit] {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-height: 100%;
}

.mn-vid-card--playing .mn-vid-card__video {
  z-index: 4;
  cursor: pointer;
}

@media (max-width: 991px) {
  .mn-results__desktop {
    display: none;
  }

  .mn-results__mobile {
    display: block;
  }
}

@media (max-width: 991px) {
  .mn-results {
    padding: 12px 0 56px;
  }

  .mn-results .mn-container {
    padding-left: 0;
    padding-right: 0;
  }

  .mn-results__header {
    padding: 0 15px;
    margin-bottom: 0;
  }

  .mn-results__title-top,
  .mn-results__title-main {
    font-size: 24px;
    line-height: 1;
  }

  .mn-results__mobile .mn-results__slider {
    padding-left: 4px;
    padding-right: 0;
    overflow: hidden;
  }

  .mn-results__mobile .mn-results__grid {
    display: flex !important;
    gap: 0;
    margin: 0;
    padding: 0;
  }

  .mn-results__mobile .mn-vid-card {
    width: auto;
  }
}

.mn-whycare {
  padding: 0 0 100px;
}

.mn-whycare .mn-container {
  max-width: 1394px;
}

.mn-whycare__inner {
  display: grid;
  grid-template-columns: 550fr 593fr;
  gap: 99px;
  align-items: start;
}

@media (min-width: 992px) {
  .mn-whycare .mn-container {
    padding-inline: 40px;
  }
}

.mn-whycare__head {
  margin: 0;
  padding: 0;
}

.mn-whycare__heading-1 {
  font-family: "roc-grotesk-wide", sans-serif !important;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #3e3e3e;
  display: block;
  margin: 0;
}

.mn-whycare__heading-2 {
  font-family: "roc-grotesk-wide", sans-serif !important;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin: 0 0 16px;
}

.mn-whycare__intro {
  font-family: "roc-grotesk", sans-serif !important;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 40px;
  max-width: 506px;
}

.mn-whycare__cta-btn {
  font-family: "roc-grotesk", sans-serif !important;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 270px;
  height: 44px;
  padding: 8px 24px;
  background: var(--mn-lime);
  color: #161618;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 100px;
  transition: opacity 0.2s;
}

.mn-whycare__cta-btn:hover,
.mn-whycare__cta-btn:active,
.mn-whycare__cta-btn:focus {
  opacity: 0.7;
  color: #161618;
}

.mn-whycare__timeline {
  position: relative;
  padding-left: 0;
  min-width: 0;
}

.mn-whycare__timeline::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  bottom: 7px;
  width: 1px;
  transform: translateX(-0.5px);
  background: var(--mn-lime);
  border-radius: 1px;
  pointer-events: none;
}

.mn-whycare__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 0;
}

.mn-whycare__item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .mn-whycare__item {
    gap: 8px;
  }
}

.mn-whycare__item:last-child {
  padding-bottom: 0;
}

.mn-whycare__item-dot {
  position: relative;
  z-index: 1;
  width: 14px;
  height: 14px;
  min-width: 14px;
  border-radius: 50%;
  background: var(--mn-lime);
  margin-top: 4px;
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .mn-whycare__timeline::before {
    display: none;
  }

  .mn-whycare__item {
    position: relative;
  }

  .mn-whycare__item:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 7px;
    bottom: -7px;
    width: 1px;
    transform: translateX(-0.5px);
    background: var(--mn-lime);
    border-radius: 1px;
    pointer-events: none;
  }

  .mn-whycare__item-dot {
    margin-top: 0;
  }
}

.mn-whycare__item-title {
  font-family: "roc-grotesk-wide", sans-serif !important;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--mn-white);
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0 0 4px;
}

@media (max-width: 991px) {
  .mn-whycare__item-title {
    font-size: 16px;
    line-height: 1;
  }
}

.mn-whycare__item-body {
  font-family: "roc-grotesk", sans-serif !important;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

@media (max-width: 991px) {
  .mn-whycare__item-body {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 991px) {
  .mn-whycare__inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .mn-whycare .mn-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mn-whycare__heading-1,
  .mn-whycare__heading-2 {
    font-size: 24px;
    line-height: 1;
  }

  .mn-whycare__heading-2 {
    margin-bottom: 6px;
  }

  .mn-whycare__intro {
    font-size: 12px;
    line-height: 18px;
    max-width: none;
    margin-bottom: 10px;
  }

  .mn-whycare__item-title {
    gap: 8px;
  }
}

@media (max-width: 767px) {
  .mn-whycare {
    padding: 0 0 30px;
  }

  .mn-whycare__heading-1,
  .mn-whycare__heading-2 {
    font-size: 30px;
    letter-spacing: -1px;
  }

  .mn-whycare__intro {
    margin-bottom: 24px;
  }

  .mn-whycare__cta-btn {
    box-sizing: border-box;
    max-width: 100%;
    width: fit-content;
    min-width: fit-content;
    height: 36px;
    min-height: 36px;
    font-size: 12px;
    line-height: 18px;
  }
}

.mn-edge {
  padding: 0 20px 100px;
  overflow: hidden;
}

.mn-edge__shell {
  box-sizing: border-box;
  max-width: 1384px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}

.mn-edge__image-side {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  border-radius: 20px;
  background: #1a1a1a;
}

.mn-edge__image-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.mn-edge__content-side {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 500px;
  padding: 52px 44px 44px;
  background: #f5f1e8;
  border-radius: 20px;
}

.mn-edge__title {
  font-family: "roc-grotesk-wide", sans-serif !important;
  font-size: 32px !important;
  line-height: 40px !important;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 8px;
}

@media (max-width: 991px) {
  .mn-edge__title {
    font-size: 24px !important;
    line-height: 1 !important;
  }
}

.mn-edge__body {
  font-family: "roc-grotesk", sans-serif !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #161618;
  margin: 0 0 16px;
  max-width: 100%;
}

.mn-edge__body > *:first-child {
  margin-top: 0;
}

.mn-edge__body > *:last-child {
  margin-bottom: 0;
}

.mn-edge__body ol,
.mn-edge__tagline ol {
  margin: 0 0 16px;
  padding-left: 20px;
}

.mn-edge__body ol li,
.mn-edge__tagline ol li {
  margin-bottom: 4px;
}

/* Star bullet list — mirrors .mn-edge__benefits */
.mn-edge__body ul,
.mn-edge__tagline ul {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mn-edge__body ul li,
.mn-edge__tagline ul li {
  font-family: "roc-grotesk", sans-serif !important;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
}

.mn-edge__body ul li::before,
.mn-edge__tagline ul li::before {
  content: "";
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  min-width: 24px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='810 226 18 23' width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M827.049 237.762L816.549 249.012C816.437 249.13 816.29 249.21 816.13 249.238C815.97 249.266 815.805 249.241 815.66 249.167C815.515 249.093 815.398 248.973 815.327 248.827C815.256 248.681 815.234 248.515 815.265 248.355L816.64 241.481L811.237 239.452C811.121 239.409 811.017 239.337 810.936 239.244C810.854 239.151 810.797 239.039 810.769 238.918C810.741 238.797 810.743 238.672 810.776 238.552C810.809 238.433 810.87 238.323 810.955 238.233L821.455 226.983C821.567 226.865 821.714 226.785 821.874 226.757C822.034 226.729 822.199 226.754 822.344 226.828C822.489 226.902 822.606 227.022 822.677 227.168C822.748 227.314 822.77 227.48 822.739 227.64L821.361 234.522L826.764 236.548C826.879 236.591 826.981 236.663 827.062 236.756C827.144 236.848 827.2 236.96 827.228 237.08C827.256 237.2 827.254 237.325 827.222 237.444C827.19 237.563 827.129 237.672 827.045 237.762H827.049Z' fill='%23658072'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width: 991px) {
  .mn-edge__body {
    font-size: 14px;
    line-height: 20px;
  }

  .mn-edge__body ul li,
  .mn-edge__tagline ul li {
    font-size: 14px;
    line-height: 20px;
  }
}

.mn-edge__benefits {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mn-edge__benefit {
  font-family: "roc-grotesk", sans-serif !important;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #000000;
}

@media (max-width: 991px) {
  .mn-edge__benefit {
    font-size: 14px;
    line-height: 20px;
  }
}

.mn-edge__star {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  min-width: 24px;
}

.mn-edge__star-svg {
  display: block;
  width: 24px;
  height: 24px;
}

.mn-edge__tagline {
  font-family: "roc-grotesk", sans-serif !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #161618;
  margin: 0 0 32px;
}

.mn-edge__tagline > *:first-child {
  margin-top: 0;
}

.mn-edge__tagline > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .mn-edge__tagline {
    font-size: 14px;
    line-height: 20px;
  }
}

.mn-edge__btn {
  font-family: "roc-grotesk", sans-serif !important;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 155px;
  height: 44px;
  padding: 8px 24px;
  background: #000000;
  color: #f5f1e8;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 100px;
  align-self: flex-start;
  transition: color 0.25s ease;
}

@media (max-width: 991px) {
  .mn-edge__btn {
    font-size: 12px;
    line-height: 18px;
    min-width: 100%;
    max-width: 100%;
    height: 34px;
  }
}

.mn-edge__btn:hover {
  color: var(--mn-lime);
}

@media (max-width: 991px) {
  .mn-edge {
    padding: 0 0 60px;
  }

  .mn-edge__shell {
    padding-top: 30px;
    background: #141414;
    grid-template-columns: 1fr;
    padding: 0 11px;
    gap: 14px;
  }

  .mn-edge__image-side {
    min-height: 100%;
    height: auto;
    width: 100%;
    aspect-ratio: 370 / 296;
    border-radius: 20px;
  }

  .mn-edge__content-side {
    min-height: 0;
    border-radius: 20px;
    padding: 24px 16px;
    height: 100%;
  }
}

body.mn-landing--woman {
  --mn-lime: #7f4ac0;
  --mn-lime-50: rgba(127, 74, 192, 0.5);
  --mn-lime-20: rgba(127, 74, 192, 0.2);
  --mn-hero-lime: #7f4ac0;
  --mn-hero-glow-a: rgba(127, 74, 192, 0.14);
  --mn-hero-glow-b: rgba(127, 74, 192, 0.06);
  --mn-hero-glow-border: rgba(127, 74, 192, 0.35);
}

body.mn-landing--woman .mn-hero__btn-arrow {
  background: #7f4ac0;
}

body.mn-landing--woman .mn-hero__btn-arrow svg path {
  stroke: #ffffff;
}

body.mn-landing--woman .mn-hero__btn:hover,
body.mn-landing--woman .mn-hero__btn:hover .mn-hero__btn-label {
  color: #ffffff;
}

body.mn-landing--woman .mn-hero__btn:hover .mn-hero__btn-arrow svg path {
  stroke: #161618;
}

body.mn-landing--woman .mn-stats__unit {
  color: #7f4ac0;
}

body.mn-landing--woman .mn-why__cta-btn {
  background: #7f4ac0;
  color: #ffffff;
}

body.mn-landing--woman .mn-why__cta-btn:hover {
  color: #ffffff;
}

body.mn-landing.mn-landing--woman .mn-products .mn-products__dot {
  background: #7f4ac0;
}

body.mn-landing.mn-landing--woman .mn-products .mn-products__dot.is-active {
  background: #7f4ac0;
}

body.mn-landing--woman .mn-vid-card__stat {
  color: #7f4ac0;
}

body.mn-landing--woman .mn-whycare__cta-btn {
  font-family: "roc-grotesk", sans-serif !important;
  background: #7f4ac0;
  color: #ffffff;
}

body.mn-landing--woman .mn-whycare__cta-btn:hover {
  color: #ffffff;
}

body.mn-landing--woman .mn-whycare__timeline::before {
  background: #7f4ac0;
}

body.mn-landing--woman .mn-whycare__item-dot {
  background: #7f4ac0;
}

body.mn-landing--woman .mn-results__mobile .mn-results__dot {
  background: #7f4ac0;
}

body.mn-landing--woman .mn-results__mobile .mn-results__dot.is-active {
  background: #7f4ac0;
}

body.mn-landing .mn-cat-products .mn-product-card {
  background: #161618;
  border-radius: 20px;
  padding: 24px 24px 33px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  min-height: 0;
  transition: all 0.2s ease-in-out;
  border: 0.5px solid transparent;
}

@media (min-width: 992px) {
  body.mn-landing .mn-cat-products .mn-product-card:hover {
    border: 0.5px solid var(--mn-lime-50);
    box-shadow: 0px 4px 4px 0px var(--mn-lime-20) inset;
  }
}

body.mn-landing .mn-cat-products p.mn-product-card__label {
  display: none;
}

body.mn-landing .mn-cat-products .mn-product-card__img {
  aspect-ratio: 286 / 281;
  border-radius: 0;
  overflow: hidden;
  margin: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.mn-landing .mn-cat-products .mn-product-card__img-placeholder {
  width: 100%;
  height: 100%;
  min-height: 120px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 15px;
}

body.mn-landing .mn-cat-products .mn-product-card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0;
}

body.mn-landing .mn-cat-products h3.mn-product-card__name,
body.mn-landing .mn-cat-products .mn-product-card__name {
  font-family: "roc-grotesk", sans-serif !important;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #f5f1e8;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

body.mn-landing .mn-cat-products .mn-product-card__benefits {
  margin: 0 0 16px;
  padding: 0;
  flex: 1;
}

body.mn-landing .mn-cat-products .mn-product-card__benefits-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

body.mn-landing .mn-cat-products .mn-product-card__benefit {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

body.mn-landing .mn-cat-products .mn-product-card__benefit:first-of-type {
  font-weight: 500;
}

body.mn-landing .mn-cat-products .mn-product-card__benefit-text {
  font-family: "roc-grotesk", sans-serif !important;
  display: block;
}

body.mn-landing .mn-cat-products .mn-product-card__check {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 1px;
}

body.mn-landing .mn-cat-products p.mn-product-card__price,
body.mn-landing .mn-cat-products .mn-product-card__price .woocommerce-Price-amount,
body.mn-landing .mn-cat-products .mn-product-card__price .amount {
  font-family: "roc-grotesk", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #f5f1e8;
  margin: 0 0 16px;
  padding: 0;
  line-height: 20px;
}

body.mn-landing .mn-cat-products .mn-product-card__price * {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}

body.mn-landing .mn-cat-products .mn-product-card__price del {
  opacity: 0.45;
  margin-right: 6px;
}

body.mn-landing .mn-cat-products a.mn-product-card__btn,
body.mn-landing .mn-cat-products a.mn-product-card__btn:visited {
  font-family: "roc-grotesk", sans-serif !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  box-sizing: border-box;
  min-width: 107px;
  height: 34px;
  padding: 8px 24px;
  background: #658072;
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2%;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 100px;
  border: none;
  line-height: 18px;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    opacity 0.25s ease;
}

body.mn-landing .mn-cat-products a.mn-product-card__btn:hover,
body.mn-landing .mn-cat-products a.mn-product-card__btn:focus {
  background: #567062;
  color: #000000;
  opacity: 1;
}

body.mn-landing.mn-landing--woman .mn-cat-products a.mn-product-card__btn,
body.mn-landing.mn-landing--woman .mn-cat-products a.mn-product-card__btn:visited {
  background: #f5f1e8;
  color: #7f4ac0;
}

body.mn-landing.mn-landing--woman .mn-cat-products a.mn-product-card__btn:hover,
body.mn-landing.mn-landing--woman .mn-cat-products a.mn-product-card__btn:focus {
  background: #ede8dc;
  color: #7f4ac0;
}

@media (max-width: 991px) {
  body.mn-landing .mn-cat-products .mn-product-card {
    border-radius: 15px;
    padding: 12px 12px 24px;
    border: 1px solid rgba(198, 255, 57, 0.2);
  }

  body.mn-landing.mn-landing--woman .mn-cat-products .mn-product-card {
    border-color: rgba(127, 74, 192, 0.2);
  }

  body.mn-landing .mn-cat-products .mn-product-card__img {
    aspect-ratio: 122 / 116;
    border-radius: 6px;
    margin-bottom: 12px;
  }

  body.mn-landing .mn-cat-products .mn-product-card__img-placeholder {
    border-radius: 6px;
    min-height: 100px;
  }

  body.mn-landing .mn-cat-products h3.mn-product-card__name,
  body.mn-landing .mn-cat-products .mn-product-card__name {
    font-size: 13.23px;
    line-height: 20.58px;
    margin-bottom: 0;
  }

  body.mn-landing .mn-cat-products .mn-product-card__benefit {
    font-size: 12px;
    line-height: 18px;
  }

  body.mn-landing .mn-cat-products p.mn-product-card__price,
  body.mn-landing .mn-cat-products .mn-product-card__price .woocommerce-Price-amount,
  body.mn-landing .mn-cat-products .mn-product-card__price .amount {
    font-size: 12px;
    margin-bottom: 11.76px;
  }

  body.mn-landing .mn-cat-products a.mn-product-card__btn,
  body.mn-landing .mn-cat-products a.mn-product-card__btn:visited {
    font-size: 8.82px;
    line-height: 13.23px;
    padding: 5.88px 17.64px;
  }
}

.mn-cat-products {
  position: relative;
}

.mn-cat-products__inner {
  box-sizing: border-box;
  max-width: 1512px;
  margin: 0 auto;
  padding: 60px;
}

@media (max-width: 768px) {
  .mn-cat-products__inner {
    padding: 40px 16px;
  }
}

.mn-cat-products__filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 40px;
}

.mn-cat-products__pills {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  min-width: 0;
}

.mn-cat-products__pills::-webkit-scrollbar {
  display: none;
}

.mn-cat-products__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 40px;
  padding: 10px 14px;
  border-radius: 100px;
  border: 1px solid #f5f1e8;
  cursor: pointer;
  font-family: "roc-grotesk", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2%;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 20px;
  flex-shrink: 0;
  transition:
    background 180ms,
    color 180ms;
  background: #161618;
  color: #f5f1e8;
}

/* ALL pill — dark by default, cream when active */
.mn-cat-products__pill--all {
  background: #161618;
  color: #f5f1e8;
  border-color: #f5f1e8;
}

.mn-cat-products__pill--all.is-active {
  background: #f5f1e8;
  color: #161618;
}

.mn-cat-products__pill.is-active {
  background: #f5f1e8;
  color: #161618;
}

.mn-cat-products__pill:hover {
  background: #f5f1e8;
  color: #161618;
}

.mn-cat-products__pill--clear {
  display: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.3);
  font-weight: 400;
  font-size: 11px;
}

.mn-cat-products__pill--clear:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.mn-cat-products__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.mn-cat-products__pill--more {
  flex-shrink: 0;
  padding: 12px 20px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  background: #161618;
  color: #ffffff;
  border-color: #f5f1e8;
}

.mn-cat-products__pill--more svg {
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .mn-cat-products__filters {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    margin-bottom: 42px;
  }

  .mn-cat-products__pills {
    width: 100%;
    overflow-x: auto;
  }

  .mn-cat-products__actions {
    width: 100%;
  }

  .mn-cat-products__pill--more {
    flex: 1;
    justify-content: center;
  }
}

.mn-cat-products__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

@media (max-width: 1200px) {
  .mn-cat-products__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .mn-cat-products__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

.mn-cat-products.is-loading .mn-cat-products__grid {
  opacity: 0.45;
  pointer-events: none;
  transition: opacity 200ms;
}

.mn-cat-products__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 48px;
  flex-wrap: wrap;
}

.mn-cat-products__pagination [data-page] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-width: 40px;
  padding: 6px 14px;
  border-radius: 100px;
  border: 1px solid #f5f1e8;
  background: #161618;
  color: #f5f1e8;
  cursor: pointer;
  font-family: "roc-grotesk", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  transition:
    background 180ms,
    color 180ms;
}

.mn-cat-products__pagination [data-page]:hover {
  background: #f5f1e8;
  color: #161618;
}

.mn-cat-products__pagination [data-page].is-current {
  background: #f5f1e8;
  color: #161618;
}

.mn-cat-products__drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 340px;
  max-width: 90vw;
  height: 100vh;
  background: #1a1a1c;
  color: #fff;
  z-index: 100001;
  transform: translateX(100%);
  transition: transform 350ms cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.mn-cat-products__drawer.is-open {
  transform: translateX(0);
}

.mn-cat-products__drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mn-cat-products__drawer-header span {
  font-family: "roc-grotesk", sans-serif;
}

.mn-cat-products__drawer-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  padding: 4px;
  line-height: 1;
  opacity: 0.7;
  transition: opacity 150ms;
}

.mn-cat-products__drawer-close:hover {
  opacity: 1;
}

.mn-cat-products__drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 24px;
}

.mn-cat-products__drawer-empty {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
}

.mn-drawer-filter {
  margin-bottom: 32px;
}

.mn-drawer-filter:last-child {
  margin-bottom: 0;
}

.mn-drawer-filter__title {
  font-family: "roc-grotesk", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 14px;
  padding: 0;
}

.mn-drawer-filter__price-inputs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.mn-drawer-filter__price-label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.mn-drawer-filter__price-label > span {
  font-family: "roc-grotesk", sans-serif;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.mn-drawer-filter__price-field {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 0 10px;
  height: 38px;
}

.mn-cat-products__empty {
  font-family: "roc-grotesk", sans-serif;
  font-size: 18px;
  color: #fff;
}

.mn-drawer-filter__price-currency {
  font-family: "roc-grotesk", sans-serif !important;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 4px;
}

.mn-drawer-filter__price-input {
  font-family: "roc-grotesk", sans-serif !important;
  background: transparent;
  border: none;
  outline: none;
  color: #fff !important;
  font-size: 14px;
  width: 100%;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
  text-align: left;
  -moz-appearance: textfield;
}

.mn-drawer-filter__price-input::-webkit-inner-spin-button,
.mn-drawer-filter__price-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.mn-drawer-filter__price-input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.mn-drawer-filter__price-input:focus {
  color: #fff !important;
  outline: none;
}

.mn-drawer-filter__price-sep {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 20px;
}

.mn-drawer-filter__price-apply {
  width: 100%;
  height: 40px;
  border-radius: 100px;
  border: 1px solid #f5f1e8;
  background: transparent;
  color: #f5f1e8;
  font-family: "roc-grotesk", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background 180ms,
    color 180ms;
}

.mn-drawer-filter__price-apply:hover {
  background: #f5f1e8;
  color: #161618;
}

.mn-drawer-filter__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mn-drawer-filter__item {
  margin: 0;
  padding: 0;
}

.mn-drawer-filter__check-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.mn-drawer-filter__checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.mn-drawer-filter__check-box {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  flex-shrink: 0;
  position: relative;
  transition:
    background 150ms,
    border-color 150ms;
}

.mn-drawer-filter__checkbox:checked + .mn-drawer-filter__check-box {
  background: #f5f1e8;
  border-color: #f5f1e8;
}

.mn-drawer-filter__checkbox:checked + .mn-drawer-filter__check-box::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 5px;
  height: 9px;
  border: 2px solid #161618;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}

.mn-drawer-filter__check-text {
  font-family: "roc-grotesk", sans-serif;
  font-size: 13px;
  color: #fff;
  line-height: 1.4;
}

.mn-drawer-filter__count {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}

.mn-cat-products__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 100000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 350ms;
}

.mn-cat-products__backdrop.is-visible {
  opacity: 1;
  pointer-events: auto;
}
