/* Mobile v31 — canonical document scroll, compact auth/cart and billing/payment layouts. */
@media (max-width: 900px) {
  :root {
    --mobile-v31-gutter: 14px;
    --mobile-v31-dock-height: 70px;
    --mobile-v31-dock-bottom: max(8px, env(safe-area-inset-bottom));
  }

  /*
   * Only the browser document scrolls. Previous layers used html overflow:hidden
   * + a fixed-height BODY scroller and repeated 100vh/min-height rules. On iOS
   * that combination left one or more invisible viewport-sized boxes below the
   * actual content.
   */
  html,
  html.mobile-scroll-root-v30,
  html.mobile-shell-v31 {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    min-height: 100% !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior-x: none !important;
    overscroll-behavior-y: auto !important;
    transform: none !important;
    contain: none !important;
  }

  html body.store-body,
  html body.store-body.mobile-scroll-root-v30,
  html body.store-body.mobile-shell-v31 {
    position: static !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 100svh !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;
    overscroll-behavior: auto !important;
    -webkit-overflow-scrolling: auto !important;
    transform: none !important;
    filter: none !important;
    perspective: none !important;
    contain: none !important;
    background-attachment: scroll !important;
  }

  html body.store-body::before,
  html body.store-body::after {
    position: fixed !important;
    inset: 0 !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    pointer-events: none !important;
  }

  html body.store-body #app,
  html body.store-body #app > .store-layout,
  html body.store-body #app > .store-layout:not(.auth-layout),
  html body.store-body #app > .store-layout.auth-layout,
  html body.store-body #app > .store-layout > main.main,
  html body.store-body #app > .store-layout > main.main > .page-content {
    position: static !important;
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    overflow: visible !important;
    transform: none !important;
    filter: none !important;
    perspective: none !important;
    contain: none !important;
  }

  html body.store-body #app > .store-layout:not(.auth-layout) > main.main,
  html body.store-body #app > .store-layout.sidebar-collapsed:not(.auth-layout) > main.main,
  html body.store-body #app > .store-layout.mobile-layout-v23:not(.auth-layout) > main.main,
  html body.store-body #app > .store-layout.mobile-layout-v24:not(.auth-layout) > main.main {
    flex: none !important;
    max-width: 760px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-bottom: 0 !important;
  }

  html body.store-body #app::before,
  html body.store-body #app::after,
  html body.store-body #app > .store-layout::before,
  html body.store-body #app > .store-layout::after,
  html body.store-body main.main::before,
  html body.store-body main.main::after,
  html body.store-body .page-content::before,
  html body.store-body .page-content::after {
    content: none !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Old route shells that reserved an entire viewport below their content. */
  html body.store-body .auth-wrap,
  html body.store-body .auth-screen,
  html body.store-body .full-auth-screen,
  html body.store-body .auth-page,
  html body.store-body .page404,
  html body.store-body .maintenance,
  html body.store-body .billing-page-v1,
  html body.store-body .order-pay-page-v257,
  html body.store-body .order-pay-page-v258,
  html body.store-body .order-pay-page-v259,
  html body.store-body .checkout-page-v986,
  html body.store-body .desk-page-v176,
  html body.store-body .desk-page-v177,
  html body.store-body .desk-page-v178,
  html body.store-body .desk-page-v179 {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  /* The footer owns the dock clearance. Nothing is appended after the footer. */
  html body.store-body footer.site-footer,
  html body.store-body .site-footer.compact-footer {
    box-sizing: border-box !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin-top: 22px !important;
    margin-bottom: 0 !important;
    padding-bottom: calc(var(--mobile-v31-dock-height) + var(--mobile-v31-dock-bottom) + 18px) !important;
    overflow: visible !important;
  }

  html body.store-body.store-page-login,
  html body.store-body.store-page-register {
    min-height: 100svh !important;
  }

  html body.store-body.store-page-login #app,
  html body.store-body.store-page-register #app,
  html body.store-body.store-page-login .store-layout,
  html body.store-body.store-page-register .store-layout,
  html body.store-body.store-page-login main.main,
  html body.store-body.store-page-register main.main {
    min-height: 0 !important;
  }

  /* Fixed dock never contributes to document height. */
  html body.store-body > .mobile-bottom-nav-v18,
  html body.store-body > .mobile-bottom-nav-v23,
  html body.store-body > .mobile-bottom-nav-v27 {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: var(--mobile-v31-dock-bottom) !important;
    z-index: 2147482000 !important;
    width: min(calc(100vw - (var(--mobile-v31-gutter) * 2)), 732px) !important;
    height: var(--mobile-v31-dock-height) !important;
    min-height: var(--mobile-v31-dock-height) !important;
    max-height: var(--mobile-v31-dock-height) !important;
    margin: 0 !important;
    transform: translateX(-50%) !important;
    contain: layout paint style !important;
  }

  /* ============================= Auth / registration ====================== */
  html body.store-body .store-layout.auth-layout main.main,
  html body.store-body .store-layout.auth-layout-v930 main.main,
  html body.store-body .store-layout.auth-layout main.main > .page-content,
  html body.store-body .store-layout.auth-layout main.main > .page-content > section.auth-v928 {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  html body.store-body .auth-v928 {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 12px var(--mobile-v31-gutter) 22px !important;
    overflow: hidden !important;
  }

  html body.store-body .auth-v928::before {
    position: absolute !important;
    inset: 0 !important;
    height: auto !important;
    min-height: 0 !important;
  }

  html body.store-body .auth-v928-orb {
    position: fixed !important;
  }

  html body.store-body .auth-v928-topbar {
    width: min(100%, 540px) !important;
    min-height: 52px !important;
    margin: 0 auto 10px !important;
    gap: 12px !important;
  }

  html body.store-body .auth-v928-brand img {
    width: 150px !important;
    max-width: 58vw !important;
  }

  html body.store-body .auth-v928-brand span,
  html body.store-body .auth-v928-back span {
    display: none !important;
  }

  html body.store-body .auth-v928-back {
    flex: 0 0 50px !important;
    width: 50px !important;
    min-width: 50px !important;
    height: 50px !important;
    padding: 0 !important;
    border-radius: 17px !important;
  }

  html body.store-body .auth-v928-shell {
    display: block !important;
    width: min(100%, 540px) !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 auto !important;
    overflow: visible !important;
  }

  html body.store-body .auth-v928-story {
    display: none !important;
  }

  html body.store-body .auth-v928-card {
    width: 100% !important;
    max-width: 540px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 22px 18px !important;
    border-radius: 27px !important;
    overflow: visible !important;
  }

  html body.store-body .auth-v928-card-head {
    margin-bottom: 18px !important;
    gap: 12px !important;
  }

  html body.store-body .auth-v928-card-icon {
    width: 48px !important;
    height: 48px !important;
    flex-basis: 48px !important;
    border-radius: 16px !important;
  }

  html body.store-body .auth-v928-card-head h2 {
    font-size: clamp(31px, 9.2vw, 40px) !important;
    line-height: 1 !important;
    overflow-wrap: anywhere !important;
  }

  html body.store-body .auth-v928-telegram {
    min-height: 58px !important;
    padding: 7px 12px 7px 9px !important;
    grid-template-columns: 42px minmax(0,1fr) 18px !important;
    gap: 10px !important;
    border-radius: 18px !important;
  }

  html body.store-body .auth-v928-telegram > span {
    width: 42px !important;
    height: 42px !important;
    border-radius: 13px !important;
  }

  html body.store-body .auth-v928-separator {
    min-height: 38px !important;
    margin: 3px 0 !important;
  }

  html body.store-body .auth-v928-field {
    margin-bottom: 12px !important;
  }

  html body.store-body .auth-v928-field > div {
    width: 100% !important;
    min-width: 0 !important;
    height: 56px !important;
    min-height: 56px !important;
    border-radius: 18px !important;
  }

  html body.store-body .auth-v928-field input {
    height: 54px !important;
    min-width: 0 !important;
    font-size: 16px !important;
  }

  html body.store-body .auth-v928-primary {
    height: 57px !important;
    border-radius: 18px !important;
    font-size: 16px !important;
  }

  html body.store-body .auth-v928-switch {
    margin-top: 16px !important;
    padding-bottom: 2px !important;
    font-size: 13px !important;
  }

  /* ============================= Cart sheet =============================== */
  html.cart-open,
  html.cart-open body.store-body {
    overflow: hidden !important;
    overscroll-behavior: none !important;
  }

  html body.store-body > .drawer-mask {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483000 !important;
    width: 100vw !important;
    height: 100dvh !important;
    min-height: 0 !important;
    margin: 0 !important;
    background: rgba(28, 43, 64, .34) !important;
    backdrop-filter: blur(10px) saturate(118%) !important;
    -webkit-backdrop-filter: blur(10px) saturate(118%) !important;
  }

  html body.store-body > .cart-drawer {
    position: fixed !important;
    left: var(--mobile-v31-gutter) !important;
    right: var(--mobile-v31-gutter) !important;
    top: max(10px, env(safe-area-inset-top)) !important;
    bottom: auto !important;
    z-index: 2147483001 !important;
    display: flex !important;
    flex-direction: column !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: 600px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100dvh - max(20px, env(safe-area-inset-top)) - max(10px, env(safe-area-inset-bottom))) !important;
    margin: 0 auto !important;
    padding: 15px !important;
    gap: 12px !important;
    border-radius: 27px !important;
    overflow: hidden !important;
    transform: none !important;
    contain: layout paint style !important;
  }

  html body.store-body > .cart-drawer .drawer-head {
    flex: 0 0 auto !important;
    min-height: 52px !important;
    padding: 0 !important;
  }

  html body.store-body > .cart-drawer .cart-drawer-head h2 {
    margin: 0 !important;
    font-size: 31px !important;
    line-height: 1 !important;
  }

  html body.store-body > .cart-drawer .drawer-close {
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    border-radius: 16px !important;
  }

  html body.store-body > .cart-drawer .cart-empty-state {
    display: flex !important;
    flex: 0 0 auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 26px 18px !important;
    border-radius: 23px !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  html body.store-body > .cart-drawer .cart-empty-icon {
    width: 76px !important;
    height: 76px !important;
    border-radius: 22px !important;
  }

  html body.store-body > .cart-drawer .cart-empty-state h3 {
    margin: 16px 0 8px !important;
    font-size: 29px !important;
    line-height: 1.05 !important;
  }

  html body.store-body > .cart-drawer .cart-empty-state p {
    max-width: 340px !important;
    margin: 0 auto 18px !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  html body.store-body > .cart-drawer .cart-empty-state .primary.wide {
    width: 100% !important;
    max-width: 380px !important;
    height: 54px !important;
    margin: 0 !important;
    border-radius: 17px !important;
  }

  html body.store-body > .cart-drawer .cart-list {
    flex: 1 1 auto !important;
    min-height: 0 !important;
    max-height: min(48dvh, 440px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch !important;
  }

  html body.store-body > .cart-drawer .cart-item {
    width: 100% !important;
    min-width: 0 !important;
  }

  html body.store-body > .cart-drawer .cart-item-main {
    grid-template-columns: 54px minmax(0, 1fr) 38px !important;
    gap: 10px !important;
  }

  html body.store-body > .cart-drawer .cart-item-copy,
  html body.store-body > .cart-drawer .cart-item-copy b,
  html body.store-body > .cart-drawer .cart-item-meta {
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
  }

  html body.store-body > .cart-drawer .cart-summary-card,
  html body.store-body > .cart-drawer .cart-bottom {
    flex: 0 0 auto !important;
  }

  html body.store-body > .cart-drawer .cart-bottom {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  html.cart-open body.store-body > .mobile-bottom-nav-v18,
  html.cart-open body.store-body > .mobile-bottom-nav-v23,
  html.cart-open body.store-body > .mobile-bottom-nav-v27 {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  /* ============================= Billing ================================= */
  html body.store-body[data-store-page="billing"] main.main,
  html body.store-body[data-store-page="orderPayment"] main.main,
  html body.store-body.store-page-billing main.main,
  html body.store-body.store-page-orderPayment main.main {
    overflow-x: hidden !important;
  }

  html body.store-body .billing-page-v1,
  html body.store-body .billing-page-v2,
  html body.store-body .billing-page-v3,
  html body.store-body .billing-page-v4 {
    display: grid !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    gap: 13px !important;
    margin: 8px 0 18px !important;
    overflow: visible !important;
  }

  html body.store-body .billing-page-v1 > *,
  html body.store-body .billing-panel-v1,
  html body.store-body .billing-topup-create-v986,
  html body.store-body .billing-topup-form-v1,
  html body.store-body .billing-topup-form-auto-v8 {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  html body.store-body .billing-hero-v1 {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    min-height: 0 !important;
    padding: 21px 18px !important;
    gap: 16px !important;
    border-radius: 24px !important;
  }

  html body.store-body .billing-hero-copy-v1 h1 {
    font-size: clamp(34px, 10vw, 44px) !important;
    line-height: 1 !important;
    overflow-wrap: anywhere !important;
  }

  html body.store-body .billing-hero-copy-v1 p {
    margin-top: 10px !important;
    font-size: 14px !important;
  }

  html body.store-body .billing-hero-v1 > .billing-primary-v1 {
    width: 100% !important;
    min-height: 52px !important;
  }

  html body.store-body .billing-summary-v1 {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    width: 100% !important;
    padding: 1px 1px 7px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x proximity !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  html body.store-body .billing-summary-v1::-webkit-scrollbar,
  html body.store-body .billing-tabs-v1::-webkit-scrollbar {
    display: none !important;
  }

  html body.store-body .billing-balance-card-v1 {
    flex: 0 0 min(78vw, 280px) !important;
    width: min(78vw, 280px) !important;
    min-width: min(78vw, 280px) !important;
    min-height: 132px !important;
    padding: 16px !important;
    scroll-snap-align: start !important;
  }

  html body.store-body .billing-tabs-v1 {
    position: relative !important;
    top: auto !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    width: 100% !important;
    padding: 6px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  html body.store-body .billing-tabs-v1 button {
    flex: 0 0 auto !important;
    min-height: 44px !important;
    padding: 0 13px !important;
    white-space: nowrap !important;
  }

  html body.store-body .billing-overview-v1 {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  html body.store-body .billing-panel-v1 {
    padding: 18px 16px !important;
    border-radius: 23px !important;
    overflow: hidden !important;
  }

  html body.store-body .billing-panel-head-v1 {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 12px !important;
    margin-bottom: 16px !important;
  }

  html body.store-body .billing-panel-head-v1 h2,
  html body.store-body .billing-referral-v1 h2 {
    font-size: 25px !important;
    overflow-wrap: anywhere !important;
  }

  html body.store-body .billing-panel-head-v1 > button,
  html body.store-body .billing-panel-head-v1 > button.primary {
    width: 100% !important;
    min-height: 46px !important;
    justify-content: center !important;
  }

  html body.store-body .billing-topup-create-v986 .billing-topup-form-auto-v8 {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
    padding: 17px !important;
    border-radius: 22px !important;
    overflow: hidden !important;
  }

  html body.store-body .billing-topup-form-head-v986 {
    grid-column: 1 !important;
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) !important;
    gap: 12px !important;
    padding-bottom: 15px !important;
  }

  html body.store-body .billing-topup-form-icon-v986 {
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
  }

  html body.store-body .billing-topup-form-head-v986 h3 {
    font-size: 22px !important;
    line-height: 1.12 !important;
    overflow-wrap: anywhere !important;
  }

  html body.store-body .billing-topup-form-head-v986 p {
    font-size: 13px !important;
    line-height: 1.48 !important;
  }

  html body.store-body .billing-topup-form-auto-v8 > label,
  html body.store-body .billing-topup-form-auto-v8 > .billing-topup-note-v8,
  html body.store-body .billing-topup-form-auto-v8 > .billing-primary-v1 {
    grid-column: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  html body.store-body .billing-topup-form-auto-v8 input {
    height: 54px !important;
    padding-left: 14px !important;
    font-size: 16px !important;
  }

  html body.store-body .billing-topup-form-auto-v8 textarea {
    min-height: 96px !important;
  }

  html body.store-body .billing-list-v1 article,
  html body.store-body .billing-deposit-list-v1 article,
  html body.store-body .billing-request-list-v1 article,
  html body.store-body .billing-order-grid-v1 article {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  html body.store-body .billing-list-v1 article {
    grid-template-columns: 38px minmax(0, 1fr) !important;
  }

  html body.store-body .billing-list-v1 article > strong {
    grid-column: 2 !important;
    justify-self: start !important;
    white-space: normal !important;
  }

  html body.store-body .billing-referral-link-v1,
  html body.store-body .billing-history-tools-v3 {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 9px !important;
    width: 100% !important;
  }

  html body.store-body .billing-referral-link-v1 input,
  html body.store-body .billing-history-tools-v3 > * {
    width: 100% !important;
    min-width: 0 !important;
  }

  /* ============================= Payment page ============================= */
  html body.store-body .order-pay-page-v257,
  html body.store-body .order-pay-page-v258,
  html body.store-body .order-pay-page-v259 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 8px 0 18px !important;
    padding: 0 !important;
    overflow: hidden !important;
  }

  html body.store-body .order-pay-page-v259 .order-pay-grid-v258,
  html body.store-body .order-pay-grid-v258 {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    gap: 12px !important;
  }

  html body.store-body .order-pay-page-v259 .order-pay-head-v258,
  html body.store-body .order-pay-head-v258 {
    grid-column: 1 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 20px 17px !important;
    gap: 15px !important;
    border-radius: 23px !important;
    overflow: hidden !important;
  }

  html body.store-body .order-pay-back-v258 {
    grid-column: 1 !important;
    justify-self: start !important;
    max-width: 100% !important;
  }

  html body.store-body .order-pay-head-copy-v258,
  html body.store-body .order-pay-head-copy-v258 > * {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  html body.store-body .order-pay-page-v259 .order-pay-head-copy-v258 h1,
  html body.store-body .order-pay-head-copy-v258 h1 {
    max-width: 100% !important;
    margin: 7px 0 10px !important;
    font-size: clamp(31px, 9.5vw, 40px) !important;
    line-height: 1 !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  html body.store-body .order-pay-head-copy-v258 p {
    max-width: 100% !important;
    font-size: 14px !important;
    overflow-wrap: anywhere !important;
  }

  html body.store-body .order-pay-page-v259 .order-pay-head-v258 > strong,
  html body.store-body .order-pay-head-v258 > strong {
    justify-self: start !important;
    max-width: 100% !important;
    font-size: clamp(38px, 12vw, 50px) !important;
    line-height: 1 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  html body.store-body .order-pay-page-v259 .order-pay-card-v258,
  html body.store-body .order-pay-card-v258,
  html body.store-body .order-pay-page-v259 .order-pay-side-v258,
  html body.store-body .order-pay-side-v258 {
    grid-column: 1 !important;
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 17px !important;
    border-radius: 22px !important;
    overflow: hidden !important;
  }

  html body.store-body .order-pay-page-v259 .order-pay-amount-v258,
  html body.store-body .order-pay-amount-v258 {
    width: 100% !important;
    min-width: 0 !important;
    padding: 18px 15px !important;
  }

  html body.store-body .order-pay-page-v259 .order-pay-amount-v258 b,
  html body.store-body .order-pay-amount-v258 b {
    max-width: 100% !important;
    font-size: clamp(36px, 11vw, 48px) !important;
    line-height: 1 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  html body.store-body .order-pay-qr-v258 {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: start !important;
    gap: 16px !important;
  }

  html body.store-body .order-pay-qr-v258 > div {
    width: 148px !important;
    height: 148px !important;
    max-width: 56vw !important;
    max-height: 56vw !important;
  }

  html body.store-body .order-pay-wallet-v258,
  html body.store-body .order-pay-wallet-v258 > div,
  html body.store-body .order-pay-facts-v258,
  html body.store-body .order-pay-actions-v258,
  html body.store-body .order-pay-actions-v986 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  html body.store-body .order-pay-wallet-v258 > div,
  html body.store-body .order-pay-actions-v258,
  html body.store-body .order-pay-actions-v986,
  html body.store-body .order-pay-facts-v258 {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 9px !important;
  }

  html body.store-body .order-pay-wallet-v258 code {
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-all !important;
  }

  html body.store-body .order-pay-wallet-v258 button,
  html body.store-body .order-pay-actions-v258 button,
  html body.store-body .order-pay-actions-v986 button {
    width: 100% !important;
    min-width: 0 !important;
    justify-content: center !important;
  }
}

@media (max-width: 430px) {
  :root {
    --mobile-v31-gutter: 10px;
    --mobile-v31-dock-height: 68px;
  }

  html body.store-body .auth-v928 {
    padding: 10px 10px 18px !important;
  }

  html body.store-body .auth-v928-card {
    padding: 20px 16px !important;
    border-radius: 25px !important;
  }

  html body.store-body > .cart-drawer {
    left: 8px !important;
    right: 8px !important;
    top: max(8px, env(safe-area-inset-top)) !important;
    padding: 14px !important;
    border-radius: 25px !important;
  }

  html body.store-body .billing-panel-v1,
  html body.store-body .billing-topup-create-v986 .billing-topup-form-auto-v8 {
    padding: 16px 14px !important;
  }
}
