/* Nutra Botanics Mobile V2 private test
   This stylesheet only activates on the isolated .mobile-v2 page. */

@media (max-width: 767px) {
  .mobile-v2 {
    --mobile-gutter: 18px;
    --mobile-section: 58px;
    --mobile-radius: 8px;
    color: #123c35;
    background: #f7f8f5;
    font-size: 15px;
    overflow-x: clip;
  }

  .mobile-v2 *,
  .mobile-v2 *::before,
  .mobile-v2 *::after {
    letter-spacing: 0 !important;
  }

  .mobile-v2 .container {
    width: min(calc(100% - (var(--mobile-gutter) * 2)), var(--max));
  }

  .mobile-v2 h1,
  .mobile-v2 h2,
  .mobile-v2 h3,
  .mobile-v2 p {
    text-wrap: pretty;
  }

  .mobile-v2 .eyebrow {
    margin-bottom: 10px;
    color: #9b7624;
    font-size: 11px;
    line-height: 1.3;
  }

  .mobile-v2 .btn {
    min-height: 48px;
    border-radius: var(--mobile-radius);
    font-size: 13px;
  }

  /* Compact store chrome */
  .mobile-v2 .announcement {
    min-height: 36px;
    background: #103a34;
  }

  .mobile-v2 .announcement .container {
    width: calc(100% - 24px);
    min-height: 36px;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .mobile-v2 .announcement-item {
    min-width: 0;
    justify-content: center;
    gap: 5px;
    color: rgba(255,255,255,.9);
    font-size: 9px;
    line-height: 1.2;
    text-align: center;
  }

  .mobile-v2 .announcement-item:nth-child(2) {
    display: none;
  }

  .mobile-v2 .announcement-item .icon {
    width: 13px;
    height: 13px;
    color: #d1ad4d;
  }

  .mobile-v2 .site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    min-height: 68px;
    border-bottom: 1px solid rgba(16,58,52,.12);
    background: rgba(255,255,255,.97);
    box-shadow: none;
  }

  .mobile-v2 .nav-shell {
    min-height: 68px;
    grid-template-columns: 128px 1fr;
    gap: 10px;
  }

  .mobile-v2 .brand {
    width: 122px;
  }

  .mobile-v2 .nav-actions {
    gap: 2px;
  }

  .mobile-v2 .nav-actions .nav-shop,
  .mobile-v2 .nav-actions [data-search-open],
  .mobile-v2 .nav-actions [data-account] {
    display: none;
  }

  .mobile-v2 .nav-actions .icon-button {
    width: 44px;
    height: 44px;
    border-radius: var(--mobile-radius);
  }

  .mobile-v2 .cart-count {
    top: 1px;
    right: 0;
  }

  .mobile-v2 .primary-nav {
    max-height: calc(100svh - 104px);
    padding: 14px var(--mobile-gutter) 24px;
    overflow-y: auto;
  }

  .mobile-v2 .primary-nav > a {
    min-height: 52px;
    font-size: 15px;
  }

  .mobile-v2 .mobile-catalog-nav {
    grid-template-columns: 1fr 1fr;
    gap: 0 14px;
  }

  /* Immersive hero: desktop art, mobile-native rhythm */
  .mobile-v2 .hero {
    display: flex;
    height: auto;
    min-height: 0;
    flex-direction: column;
    background: #eef1ec;
  }

  .mobile-v2 .hero-media {
    position: relative;
    inset: auto;
    order: 1;
    width: 100%;
    height: clamp(260px, 34svh, 300px);
    aspect-ratio: auto;
    overflow: hidden;
    background: #e9ece5;
  }

  .mobile-v2 .hero-media img,
  .mobile-v2.v100 .hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70% center;
  }

  .mobile-v2 .hero-inner {
    order: 2;
    width: 100%;
    height: auto;
    min-height: 0;
  }

  .mobile-v2 .hero-copy,
  .mobile-v2.v100 .hero-copy {
    max-width: none;
    padding: 22px 0 24px;
  }

  .mobile-v2 .hero-copy h1,
  .mobile-v2.v100 .hero-copy h1 {
    max-width: 350px;
    margin: 0 0 12px;
    font-size: 42px;
    line-height: .98;
  }

  .mobile-v2 .hero-copy > p,
  .mobile-v2.v100 .hero-copy > p {
    max-width: 350px;
    margin: 0;
    color: #35574f;
    font-size: 14px;
    line-height: 1.5;
  }

  .mobile-v2 .hero-actions {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    margin-top: 18px;
  }

  .mobile-v2 .hero-actions .btn-primary {
    width: 100%;
    justify-content: center;
  }

  .mobile-v2 .hero-actions .btn-link {
    min-height: 48px;
    padding-inline: 8px;
  }

  .mobile-v2 .hero-proof {
    position: relative;
    order: 3;
    border-top: 1px solid rgba(16,58,52,.14);
    border-bottom: 1px solid rgba(16,58,52,.14);
    background: #fff;
  }

  .mobile-v2 .proof-grid {
    width: 100%;
    min-height: 86px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mobile-v2 .proof-stat {
    min-width: 0;
    padding: 12px 9px;
    text-align: center;
  }

  .mobile-v2 .proof-stat strong {
    font-family: var(--font-display);
    font-size: 21px;
    line-height: 1;
  }

  .mobile-v2 .proof-stat span {
    margin-top: 6px;
    font-size: 9px;
    line-height: 1.25;
  }

  /* Shared section cadence */
  .mobile-v2 .section,
  .mobile-v2 .section-tight,
  .mobile-v2.v99 .best-sellers,
  .mobile-v2.v99 .reviews,
  .mobile-v2.v99 .lineup,
  .mobile-v2.v99 .flagship-proof,
  .mobile-v2.v99 .faq-journal {
    padding-block: var(--mobile-section);
  }

  .mobile-v2 .section-head {
    display: block;
    margin-bottom: 26px;
  }

  .mobile-v2 .section-head h2,
  .mobile-v2 .best-sellers .section-head h2,
  .mobile-v2 .reviews .section-head h2 {
    max-width: 360px;
    margin: 0;
    font-size: 38px;
    line-height: 1;
  }

  .mobile-v2 .section-head > p {
    max-width: 340px;
    margin: 14px 0 0;
    color: #5d716b;
    font-size: 14px;
    line-height: 1.5;
  }

  /* Bestsellers: tactile editorial runway */
  .mobile-v2 .best-sellers {
    background: #f8f7f2;
  }

  .mobile-v2 .commerce-grid,
  .mobile-v2.v99 .commerce-grid {
    display: flex;
    gap: 14px;
    margin-right: calc(var(--mobile-gutter) * -1);
    padding: 2px var(--mobile-gutter) 16px 0;
    overflow-x: auto;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .mobile-v2 .commerce-grid::-webkit-scrollbar {
    display: none;
  }

  .mobile-v2 .commerce-grid .product-card,
  .mobile-v2 .commerce-grid .product-card:first-child,
  .mobile-v2 .commerce-grid .product-card:not(:first-child) {
    display: flex;
    flex: 0 0 min(324px, 84vw);
    min-height: 474px;
    flex-direction: column;
    border: 1px solid rgba(16,58,52,.15);
    border-radius: var(--mobile-radius);
    background: #fff;
    box-shadow: 0 12px 28px rgba(12,54,47,.08);
    overflow: hidden;
    scroll-snap-align: start;
  }

  .mobile-v2 .commerce-grid .product-media,
  .mobile-v2 .commerce-grid .product-media--lifestyle,
  .mobile-v2 .commerce-grid .product-card:first-child .product-media--lifestyle,
  .mobile-v2 .commerce-grid .product-card:not(:first-child) .product-media--lifestyle {
    width: 100%;
    height: 238px;
    min-height: 238px;
    border: 0;
    border-bottom: 1px solid rgba(16,58,52,.12);
  }

  .mobile-v2 .product-media img {
    transition: none;
  }

  .mobile-v2 .product-badge {
    top: 12px;
    left: 12px;
    border-radius: 4px;
  }

  .mobile-v2 .product-body {
    min-height: 234px;
    padding: 20px;
  }

  .mobile-v2 .product-body h3 {
    min-height: 48px;
    margin: 0 0 8px;
    font-family: var(--font-display);
    font-size: 23px;
    line-height: 1.05;
  }

  .mobile-v2 .product-format {
    min-height: 38px;
    font-size: 12px;
    line-height: 1.35;
  }

  .mobile-v2 .rating {
    margin-top: 10px;
    font-size: 11px;
  }

  .mobile-v2 .product-footer {
    margin-top: auto;
    padding-top: 15px;
  }

  .mobile-v2 .product-price strong {
    font-size: 21px;
  }

  .mobile-v2 .product-footer .btn {
    min-width: 88px;
  }

  /* Reviews arrive early and stay compact */
  .mobile-v2 .reviews {
    background: #e8efeb;
  }

  .mobile-v2 .reviews-layout,
  .mobile-v2.v99 .reviews-layout {
    display: block;
    padding-top: 6px;
  }

  .mobile-v2 .review-score,
  .mobile-v2.v99 .review-score {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: end;
    gap: 5px 16px;
    padding: 0 0 22px;
    border: 0;
  }

  .mobile-v2 .review-score .kicker,
  .mobile-v2 .review-score .btn {
    grid-column: 1 / -1;
  }

  .mobile-v2 .review-score > strong {
    margin: 0;
    font-size: 56px;
    line-height: .9;
  }

  .mobile-v2 .review-score .stars {
    align-self: center;
    font-size: 16px;
  }

  .mobile-v2 .review-score p {
    grid-column: 1 / -1;
    margin: 6px 0 0;
  }

  .mobile-v2 .review-score .btn {
    width: fit-content;
    margin-top: 7px;
  }

  .mobile-v2 .review-quotes,
  .mobile-v2.v99 .review-quotes {
    display: flex;
    gap: 12px;
    margin-right: calc(var(--mobile-gutter) * -1);
    padding-right: var(--mobile-gutter);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .mobile-v2 .review-quotes::-webkit-scrollbar {
    display: none;
  }

  .mobile-v2 .review-quote,
  .mobile-v2 .review-quote:first-child,
  .mobile-v2 .review-quote:nth-child(3),
  .mobile-v2.v99 .review-quote,
  .mobile-v2.v99 .review-quote:first-child,
  .mobile-v2.v99 .review-quote:nth-child(3) {
    flex: 0 0 min(312px, 84vw);
    min-height: 228px;
    padding: 22px;
    border: 1px solid rgba(16,58,52,.15);
    border-top: 3px solid #b58a2d;
    border-radius: var(--mobile-radius);
    background: rgba(255,255,255,.75);
    scroll-snap-align: start;
  }

  .mobile-v2 .review-quote blockquote,
  .mobile-v2 .review-quote:first-child blockquote {
    font-size: 18px;
    line-height: 1.35;
  }

  /* Goal explorer: one scene at a time, large controls */
  .mobile-v2.v103 .lineup-scenes {
    padding-block: 64px;
    background: #fff;
  }

  .mobile-v2.v103 .lineup-scenes .lineup-intro {
    display: block;
    margin: 0 0 24px;
    padding: 0 0 24px;
  }

  .mobile-v2.v103 .lineup-scenes .lineup-intro::before {
    display: none;
  }

  .mobile-v2.v103 .lineup-scenes .lineup-intro h2 {
    max-width: 340px;
    font-size: 43px;
    line-height: .98;
  }

  .mobile-v2.v103 .lineup-scenes .lineup-summary {
    max-width: 340px;
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5;
  }

  .mobile-v2.v103 .lineup-scenes .goal-context {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 20px;
    padding: 13px 0 0;
    border: 0;
    border-top: 1px solid rgba(16,58,52,.14);
  }

  .mobile-v2.v103 .lineup-scenes .goal-context > div {
    align-items: flex-start;
  }

  .mobile-v2.v103 .lineup-scenes .goal-context span {
    font-size: 11px;
    line-height: 1.35;
  }

  .mobile-v2.v103 .lineup-scenes .goal-context strong {
    flex: 0 0 auto;
    font-size: 11px;
  }

  .mobile-v2.v103 .lineup-scenes .lineup-toolbar {
    display: block;
    margin-bottom: 22px;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .mobile-v2.v103 .lineup-scenes .lineup-kicker {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
  }

  .mobile-v2.v103 .lineup-scenes .filter-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 0;
    background: transparent;
  }

  .mobile-v2.v103 .lineup-scenes .filter-tab {
    width: 100%;
    min-height: 52px;
    justify-content: flex-start;
    gap: 8px;
    padding: 10px 12px;
    border: 1px solid rgba(16,58,52,.16);
    border-radius: var(--mobile-radius);
    background: #f5f7f4;
    color: #17443d;
    font-size: 12px;
  }

  .mobile-v2.v103 .lineup-scenes .filter-tab[data-filter="all"] {
    display: none;
  }

  .mobile-v2.v103 .lineup-scenes .filter-tab.is-active {
    border-color: #103a34;
    background: #103a34;
    color: #fff;
  }

  .mobile-v2.v103 .lineup-scenes .lineup-shelf,
  .mobile-v2.v103 .lineup-scenes .lineup-shelf[data-filtered="true"],
  .mobile-v2.v103 .lineup-scenes .lineup-shelf[data-visible-scenes="1"] {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .mobile-v2.v103 .collection-scene {
    border: 1px solid rgba(16,58,52,.15);
    border-radius: var(--mobile-radius);
    background: #f8f9f6;
    box-shadow: 0 14px 32px rgba(12,54,47,.08);
    overflow: hidden;
  }

  .mobile-v2.v103 .collection-scene-media {
    width: 100%;
    margin: 0;
    aspect-ratio: 4 / 3;
    border: 0;
    border-bottom: 1px solid rgba(16,58,52,.12);
    border-radius: 0;
  }

  .mobile-v2.v103 .collection-scene-media::after {
    display: none;
  }

  .mobile-v2.v103 .collection-scene-body {
    padding: 20px;
  }

  .mobile-v2.v103 .collection-scene-heading {
    display: block;
  }

  .mobile-v2.v103 .scene-number {
    display: none;
  }

  .mobile-v2.v103 .collection-scene-heading h3 {
    margin-top: 5px;
    font-size: 29px;
    line-height: 1;
  }

  .mobile-v2.v103 .scene-summary {
    margin: 11px 0 16px;
    color: #60736d;
    font-size: 13px;
    line-height: 1.45;
  }

  .mobile-v2.v103 .scene-products {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mobile-v2.v103 .lineup-scenes .line-product,
  .mobile-v2.v103 .lineup-scenes .line-product:nth-child(n + 3),
  .mobile-v2.v103 .lineup-scenes .line-product:nth-child(n + 5),
  .mobile-v2.v103 .lineup-scenes .line-product + .line-product {
    min-height: 0;
    padding: 17px 0;
    border: 0;
    border-top: 1px solid rgba(16,58,52,.13);
  }

  .mobile-v2.v103 .lineup-scenes .line-goal-badge {
    min-height: 0;
    margin-bottom: 7px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #9b7624;
    font-size: 10px;
  }

  .mobile-v2.v103 .lineup-scenes .line-goal-badge::before {
    display: none;
  }

  .mobile-v2.v103 .lineup-scenes .line-product h4 {
    font-size: 20px;
  }

  .mobile-v2.v103 .lineup-scenes .line-product > div > span {
    font-size: 11px;
  }

  .mobile-v2.v103 .lineup-scenes .line-product-buy {
    margin-top: 13px;
  }

  .mobile-v2.v103 .lineup-scenes .line-add {
    min-width: 84px;
    min-height: 46px;
    border-radius: var(--mobile-radius);
  }

  /* One integrated proof-and-purchase story */
  .mobile-v2.v99 .flagship-proof {
    background: #e8efeb;
  }

  .mobile-v2.v99 .flagship-proof-grid {
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }

  .mobile-v2.v99 .flagship-proof-media {
    width: 100%;
    aspect-ratio: 4 / 3;
    border: 0;
    border-radius: 0;
    overflow: hidden;
  }

  .mobile-v2.v99 .flagship-proof-media img {
    object-position: 50% center;
  }

  .mobile-v2.v99 .flagship-proof-copy {
    width: min(calc(100% - (var(--mobile-gutter) * 2)), var(--max));
    margin-inline: auto;
    padding: 34px 0 0;
  }

  .mobile-v2.v99 .flagship-proof-copy h2 {
    margin: 0 0 14px;
    font-size: 39px;
    line-height: .98;
  }

  .mobile-v2.v99 .flagship-proof-copy > p {
    font-size: 14px;
    line-height: 1.52;
  }

  .mobile-v2.v99 .proof-metrics {
    margin-top: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .mobile-v2.v99 .proof-metrics > div,
  .mobile-v2.v99 .proof-metrics > div:first-child {
    min-width: 0;
    padding: 14px 8px;
    text-align: center;
  }

  .mobile-v2.v99 .proof-metrics strong {
    font-size: 14px;
  }

  .mobile-v2.v99 .proof-metrics span {
    margin-top: 5px;
    font-size: 9px;
    line-height: 1.25;
  }

  .mobile-v2 .proof-steps {
    margin-top: 20px;
  }

  .mobile-v2 .proof-step {
    gap: 12px;
    padding: 14px 0;
  }

  .mobile-v2 .proof-step .icon {
    width: 36px;
    height: 36px;
    padding: 8px;
  }

  .mobile-v2 .proof-step span {
    font-size: 11px;
    line-height: 1.4;
  }

  .mobile-v2 .facility-line {
    margin-top: 18px;
    padding: 14px;
    border: 1px solid rgba(16,58,52,.15);
    border-radius: var(--mobile-radius);
    background: rgba(255,255,255,.58);
  }

  .mobile-v2 .proof-purchase {
    gap: 8px;
    margin-top: 18px;
  }

  .mobile-v2 .proof-purchase .nb-toggle-btn {
    min-height: 68px;
    padding: 12px;
    border-radius: var(--mobile-radius);
    font-size: 11px;
  }

  .mobile-v2 .proof-purchase .nb-toggle-btn strong {
    font-size: 16px;
  }

  .mobile-v2 .proof-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .mobile-v2 .proof-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .mobile-v2 .proof-subscribe {
    justify-content: center;
    font-size: 10px;
    text-align: center;
  }

  /* FAQ closes the decision loop */
  .mobile-v2 .faq-journal {
    background: #fff;
  }

  .mobile-v2 .faq-grid {
    display: block;
  }

  .mobile-v2 .faq-intro {
    margin-bottom: 26px;
  }

  .mobile-v2 .faq-intro h2 {
    max-width: 350px;
    font-size: 39px;
    line-height: 1;
  }

  .mobile-v2 .faq-intro p {
    margin-top: 14px;
    font-size: 14px;
  }

  .mobile-v2 .faq-list details {
    border-color: rgba(16,58,52,.15);
  }

  .mobile-v2 .faq-list summary {
    min-height: 62px;
    padding: 17px 0;
    font-size: 15px;
    line-height: 1.35;
  }

  .mobile-v2 .faq-list details p {
    padding: 0 0 19px;
    font-size: 13px;
    line-height: 1.5;
  }

  .mobile-v2 .faq-support {
    gap: 13px;
    padding-top: 22px;
  }

  /* Footer mirrors the desktop green system without a wall of links */
  .mobile-v2 .site-footer {
    padding: 54px 0 104px;
    background: #103a34;
  }

  .mobile-v2 .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 34px 18px;
  }

  .mobile-v2 .footer-brand {
    grid-column: 1 / -1;
  }

  .mobile-v2 .footer-brand img {
    width: 150px;
  }

  .mobile-v2 .footer-brand > p {
    max-width: 320px;
    margin-top: 14px;
  }

  .mobile-v2 .newsletter {
    max-width: 100%;
  }

  .mobile-v2 .footer-column h3 {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .mobile-v2 .footer-column a {
    min-height: 32px;
    font-size: 12px;
    line-height: 1.3;
  }

  .mobile-v2 .footer-legal {
    margin-top: 40px;
    padding-top: 25px;
  }

  .mobile-v2 .legal-links {
    gap: 8px 14px;
  }

  /* Contextual mobile quick add */
  .mobile-v2 .mobile-v2-sticky {
    position: fixed;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 10px;
    z-index: 180;
    display: flex;
    min-height: 68px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 10px 10px 10px 15px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: var(--mobile-radius);
    background: #103a34;
    box-shadow: 0 14px 36px rgba(6,31,27,.3);
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 20px));
    transition: opacity .22s ease, transform .22s ease;
  }

  .mobile-v2.mobile-v2-sticky-visible .mobile-v2-sticky {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-v2.cart-open .mobile-v2-sticky {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 20px));
  }

  .mobile-v2 .mobile-v2-sticky-product {
    display: grid;
    gap: 3px;
  }

  .mobile-v2 .mobile-v2-sticky-product span {
    font-family: var(--font-display);
    font-size: 18px;
    line-height: 1;
  }

  .mobile-v2 .mobile-v2-sticky-product strong {
    color: #d7b95d;
    font-size: 13px;
  }

  .mobile-v2 .mobile-v2-sticky .btn {
    min-width: 104px;
    min-height: 48px;
    border-color: #d7b95d;
    background: #d7b95d;
    color: #103a34;
  }

  .mobile-v2 .cart-drawer {
    width: min(100%, 420px);
  }

  .mobile-v2 .cart-item {
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .mobile-v2 dialog.search-dialog {
    width: calc(100% - 24px);
    max-width: 420px;
  }
}

@media (max-width: 360px) {
  .mobile-v2 {
    --mobile-gutter: 15px;
  }

  .mobile-v2 .hero-media {
    height: 240px;
  }

  .mobile-v2 .hero-copy,
  .mobile-v2.v100 .hero-copy {
    padding-block: 16px 18px;
  }

  .mobile-v2 .hero-actions {
    margin-top: 14px;
  }

  .mobile-v2 .proof-grid {
    min-height: 76px;
  }

  .mobile-v2 .proof-stat {
    padding-block: 8px;
  }

  .mobile-v2 .hero-copy h1,
  .mobile-v2.v100 .hero-copy h1,
  .mobile-v2 .section-head h2,
  .mobile-v2.v103 .lineup-scenes .lineup-intro h2,
  .mobile-v2.v99 .flagship-proof-copy h2,
  .mobile-v2 .faq-intro h2 {
    font-size: 37px;
  }

  .mobile-v2 .proof-stat {
    padding-inline: 6px;
  }

  .mobile-v2 .proof-stat strong {
    font-size: 18px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .mobile-v2 .mobile-v2-sticky {
    transition: none;
  }
}
