﻿:root {
    --mall-bg: #f7efe6;
    --mall-bg-soft: #fffaf4;
    --mall-surface: rgba(255, 253, 249, 0.92);
    --mall-surface-strong: #fffdf9;
    --mall-ink: #1f2430;
    --mall-muted: #6f7686;
    --mall-line: rgba(173, 122, 82, 0.14);
    --mall-accent: #b85c38;
    --mall-accent-2: #df8c53;
    --mall-danger: #c84f47;
    --mall-radius-lg: 28px;
    --mall-radius-md: 20px;
    --mall-radius-sm: 16px;
    --mall-shadow-lg: 0 24px 60px rgba(69, 43, 24, 0.12);
    --mall-shadow-md: 0 14px 34px rgba(69, 43, 24, 0.10);
    --mall-shadow-sm: 0 8px 22px rgba(69, 43, 24, 0.08);
    --mall-page-width: 430px;
    --mall-page-gutter: 0.95rem;
    --mall-font: "Source Han Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

html {
    scroll-behavior: smooth;
}

body.mall-mobile-app {
    min-height: 100vh;
    color: var(--mall-ink);
    font-family: var(--mall-font);
    background:
        radial-gradient(circle at top left, rgba(223, 140, 83, 0.18), transparent 26%),
        radial-gradient(circle at right 18%, rgba(184, 92, 56, 0.16), transparent 22%),
        linear-gradient(180deg, #fff8f0 0%, #f6efe5 48%, #f2e8db 100%) !important;
    padding-bottom: 110px;
}

body.mall-mobile-app .mall-shell {
    width: min(100%, var(--mall-page-width)) !important;
    margin-left: auto;
    margin-right: auto;
}

body.mall-mobile-app::before,
body.mall-mobile-app::after {
    content: "";
    position: fixed;
    z-index: 0;
    border-radius: 999px;
    pointer-events: none;
}

body.mall-mobile-app::before {
    top: -80px;
    right: -60px;
    width: 220px;
    height: 220px;
    background: rgba(223, 140, 83, 0.16);
}

body.mall-mobile-app::after {
    left: -60px;
    bottom: 80px;
    width: 180px;
    height: 180px;
    background: rgba(122, 63, 40, 0.08);
}

body.mall-mobile-app .container,
body.mall-mobile-app .container-fluid {
    position: relative;
    z-index: 1;
}

body.mall-mobile-app .container.py-4 {
    max-width: var(--mall-page-width);
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.2rem !important;
    padding-left: var(--mall-page-gutter) !important;
    padding-right: var(--mall-page-gutter) !important;
    padding-bottom: 2rem !important;
}

body.mall-mobile-app .container-fluid.mall-shell {
    max-width: var(--mall-page-width) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.mall-mobile-app.page-mine {
    padding-bottom: 96px;
}

body.mall-mobile-app.page-mine .mall-mine-screen {
    min-height: calc(100vh - 96px);
    padding-bottom: 1.5rem;
}

body.mall-mobile-app.page-mine .mall-mine-screen__content {
    min-height: calc(100vh - 96px);
    max-width: var(--mall-page-width);
    margin: 0 auto;
    padding: 1.25rem var(--mall-page-gutter) 0;
    display: grid;
    gap: 1rem;
}

body.mall-mobile-app.page-mine .mall-mine-screen__content--simple {
    align-content: start;
    grid-auto-rows: max-content;
    gap: 0.7rem;
}

body.mall-mobile-app.page-mine .mall-panel-card {
    overflow: hidden;
    border-radius: 28px;
}

body.mall-mobile-app.page-mine .mall-mine-surface {
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: rgba(255, 252, 247, 0.9);
}

body.mall-mobile-app.page-mine .mall-mine-surface--hero {
    background:
        linear-gradient(155deg, rgba(255, 252, 247, 0.98) 0%, rgba(255, 241, 230, 0.94) 100%);
}

body.mall-mobile-app.page-mine .mall-mine-surface--hero .card-body {
    padding: 0.9rem 1rem !important;
}

body.mall-mobile-app.page-mine .mall-mine-surface--compact .card-body {
    padding: 0.42rem 0.68rem !important;
}

body.mall-mobile-app.page-mine .mall-mine-section-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

body.mall-mobile-app.page-mine .mall-mine-section-head--compact {
    margin-bottom: 0.22rem;
}

body.mall-mobile-app.page-mine .mall-mine-section-head__eyebrow {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #9b6a50;
    text-transform: uppercase;
}

body.mall-mobile-app.page-mine .mall-mine-section-head__title {
    margin-top: 0.12rem;
    font-size: 0.98rem;
    font-weight: 800;
    color: #232933;
}

body.mall-mobile-app.page-mine .mall-mine-section-head--compact .mall-mine-section-head__title {
    margin-top: 0;
    font-size: 0.86rem;
}

body.mall-mobile-app.page-mine .mall-mine-section-head__note {
    max-width: 210px;
    color: #6d7482;
    font-size: 0.84rem;
    line-height: 1.6;
    text-align: right;
}

body.mall-mobile-app.page-mine .mall-mine-link-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
}

body.mall-mobile-app.page-mine .mall-mine-link-grid--single {
    grid-template-columns: 1fr;
}

body.mall-mobile-app.page-mine .mall-mine-link-card {
    min-height: 108px;
}

body.mall-mobile-app.page-mine .mall-mine-link-card--accent {
    background: linear-gradient(145deg, rgba(255, 248, 241, 0.98) 0%, rgba(255, 236, 219, 0.96) 100%);
}

body.mall-mobile-app.page-mine .mall-mine-link-card__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 24px;
    padding: 0.1rem 0.55rem;
    border-radius: 999px;
    background: rgba(184, 92, 56, 0.1);
    color: #a85f39;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

body.mall-mobile-app.page-mine .mall-mine-profile {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

body.mall-mobile-app.page-mine .mall-mine-profile__avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(184, 92, 56, 0.96) 0%, rgba(223, 140, 83, 0.94) 100%);
    color: #fff;
    font-size: 1.15rem;
    font-weight: 800;
    box-shadow: var(--mall-shadow-sm);
}

body.mall-mobile-app.page-mine .mall-mine-profile__body {
    min-width: 0;
    flex: 1 1 auto;
}

body.mall-mobile-app.page-mine .mall-mine-profile__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

body.mall-mobile-app.page-mine .mall-mine-profile__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    background: rgba(184, 92, 56, 0.12);
    color: #a25a37;
    font-size: 0.72rem;
    font-weight: 800;
}

body.mall-mobile-app.page-mine .mall-mine-profile__hint {
    margin-top: 0.4rem;
    color: #7a6d68;
    font-size: 0.76rem;
    line-height: 1.45;
}

body.mall-mobile-app.page-mine .mall-account-card__name {
    font-size: 1rem;
}

body.mall-mobile-app.page-mine .mall-account-card__meta {
    margin-top: 0.18rem;
    font-size: 0.8rem;
    line-height: 1.45;
}

body.mall-mobile-app.page-mine .mall-mine-account-compact {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    min-width: 0;
}

body.mall-mobile-app.page-mine .mall-mine-account-compact__meta {
    margin-top: 0;
    min-width: 0;
    flex: 1 1 auto;
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.mall-mobile-app.page-mine .mall-mine-account-compact__actions {
    flex: 0 0 auto;
    margin-left: auto;
    gap: 0;
    flex-wrap: nowrap;
}

body.mall-mobile-app.page-mine .mall-mine-account-compact__actions .btn {
    min-height: 40px;
    padding: 0.42rem 1rem;
    font-size: 0.9rem;
    line-height: 1.2;
    white-space: nowrap;
    border-radius: 999px;
}

body.mall-mobile-app .mall-detail-nav {
    margin-bottom: 0.8rem;
}

body.mall-mobile-app .mall-back-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.65rem 1rem;
    border: 1px solid rgba(173, 122, 82, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #414957;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: var(--mall-shadow-sm);
}

body.mall-mobile-app .mall-back-link:hover,
body.mall-mobile-app .mall-back-link:focus {
    color: var(--mall-accent);
}

body.mall-mobile-app .mall-topbar {
    margin-bottom: 1rem !important;
    padding: 1rem 1rem 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 26px;
    background: rgba(255, 252, 247, 0.7);
    box-shadow: var(--mall-shadow-sm);
    backdrop-filter: blur(16px);
}

body.mall-mobile-app .mall-hero-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 30px !important;
    background:
        linear-gradient(140deg, rgba(21, 33, 45, 0.96) 0%, rgba(89, 52, 38, 0.92) 48%, rgba(184, 92, 56, 0.88) 100%) !important;
    box-shadow: var(--mall-shadow-lg);
}

body.mall-mobile-app .mall-hero-card::before {
    content: "";
    position: absolute;
    top: -30px;
    right: -20px;
    width: 180px;
    height: 180px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(255,255,255,0.24) 0%, rgba(255,255,255,0.02) 70%);
}

body.mall-mobile-app .mall-hero-card,
body.mall-mobile-app .mall-hero-card h1,
body.mall-mobile-app .mall-hero-card .text-muted,
body.mall-mobile-app .mall-hero-card #userBox {
    color: #fff !important;
}

body.mall-mobile-app .mall-hero-card .text-muted,
body.mall-mobile-app .mall-hero-card .small,
body.mall-mobile-app .mall-hero-card .text-uppercase {
    color: rgba(255, 247, 241, 0.76) !important;
}

body.mall-mobile-app .mall-home-brand {
    display: flex;
    align-items: center;
    gap: 1rem;
}

body.mall-mobile-app .mall-home-brand__logo {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    object-fit: contain;
    flex: 0 0 auto;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(25, 20, 16, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

body.mall-mobile-app .mall-home-brand__text {
    min-width: 0;
}

body.mall-mobile-app.page-home .mall-hero-card {
    padding: 1rem 1rem 0.95rem !important;
    border-radius: 26px !important;
}

body.mall-mobile-app.page-home .mall-home-top-card {
    padding: 0.9rem 0.95rem 0.85rem;
    border-radius: 22px;
    background: linear-gradient(140deg, rgba(21, 33, 45, 0.96) 0%, rgba(89, 52, 38, 0.92) 48%, rgba(184, 92, 56, 0.88) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.42);
    box-shadow: var(--mall-shadow-lg);
}

body.mall-mobile-app.page-home .mall-home-top-card__head {
    display: flex;
    align-items: center;
    min-width: 0;
}

body.mall-mobile-app.page-home .mall-home-brand {
    gap: 0.8rem;
    width: 100%;
    min-width: 0;
}

body.mall-mobile-app.page-home .mall-home-brand__logo {
    width: 50px;
    height: 50px;
    border-radius: 15px;
}

body.mall-mobile-app.page-home .mall-home-brand__text {
    min-width: 0;
    flex: 1 1 auto;
}

body.mall-mobile-app.page-home .mall-home-brand__heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
    min-width: 0;
}

body.mall-mobile-app.page-home .mall-home-brand h1 {
    font-size: 1.16rem;
    line-height: 1.2;
    white-space: nowrap;
    color: #fff;
}

body.mall-mobile-app.page-home #userBox {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
    font-size: 0.72rem !important;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    color: #fff !important;
}

body.mall-mobile-app.page-home .mall-home-top-card .text-muted,
body.mall-mobile-app.page-home .mall-home-top-card .small,
body.mall-mobile-app.page-home .mall-home-top-card .text-uppercase {
    color: rgba(255, 247, 241, 0.76) !important;
}

body.mall-mobile-app.page-home .mall-home-search {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

body.mall-mobile-app.page-home .mall-home-search__input {
    min-width: 0;
    flex: 1 1 auto;
}

body.mall-mobile-app.page-home .mall-home-search__button {
    flex: 0 0 auto;
}

body.mall-mobile-app.page-home .mall-home-search__button .btn {
    min-width: 84px;
    padding: 0.5rem 0.85rem;
    font-size: 0.88rem;
    white-space: nowrap;
}

body.mall-mobile-app.page-home .mall-home-product .card-body {
    padding: 0.9rem !important;
}

body.mall-mobile-app.page-home .mall-home-product__body {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

body.mall-mobile-app.page-home .mall-home-product__media {
    flex: 0 0 112px;
}

body.mall-mobile-app.page-home .mall-home-product__image {
    display: block;
    width: 112px;
    height: 96px;
    border-radius: 18px;
    object-fit: cover;
    border: 1px solid rgba(173, 122, 82, 0.12);
    background: rgba(255, 255, 255, 0.94);
}

body.mall-mobile-app.page-home .mall-home-product__image--empty {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8a909c;
    font-size: 0.72rem;
    text-align: center;
    padding: 0.35rem;
    background: rgba(250, 245, 239, 0.95);
}

body.mall-mobile-app.page-home .mall-home-product__content {
    min-width: 0;
    flex: 1 1 auto;
}

body.mall-mobile-app.page-home .mall-home-product__category {
    margin-bottom: 0.2rem;
    color: #947160;
    font-size: 0.72rem;
    font-weight: 700;
}

body.mall-mobile-app.page-home .mall-home-product__title {
    margin: 0 0 0.25rem;
    color: #222831;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.35;
}

body.mall-mobile-app.page-home .mall-home-product__desc,
body.mall-mobile-app.page-home .mall-home-product__meta {
    color: #67707f;
    font-size: 0.79rem;
    line-height: 1.45;
}

body.mall-mobile-app.page-home .mall-home-product__desc {
    margin-bottom: 0.22rem;
}

body.mall-mobile-app.page-home .mall-home-product__price {
    margin-top: 0.35rem;
    color: #c25333;
    font-size: 0.98rem;
    font-weight: 800;
}

body.mall-mobile-app.page-home .mall-home-product__actions {
    flex: 0 0 72px;
    display: grid;
    gap: 0.38rem;
}

body.mall-mobile-app.page-home .mall-home-product__actions .btn {
    padding: 0.32rem 0.45rem;
    font-size: 0.74rem;
    line-height: 1.2;
}

body.mall-mobile-app.page-home .mall-home-product__cart-btn {
    font-size: 0.66rem !important;
}

body.mall-mobile-app .mall-mini-hero {
    position: relative;
    overflow: hidden;
    padding: 1rem 0.98rem;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 24px;
    background:
        linear-gradient(145deg, rgba(255, 252, 247, 0.96) 0%, rgba(249, 240, 230, 0.9) 100%);
    box-shadow: var(--mall-shadow-md);
    backdrop-filter: blur(14px);
}

body.mall-mobile-app .mall-mini-hero::before {
    content: "";
    position: absolute;
    top: -40px;
    right: -24px;
    width: 140px;
    height: 140px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(223, 140, 83, 0.18) 0%, rgba(223, 140, 83, 0.02) 72%);
    pointer-events: none;
}

body.mall-mobile-app .mall-mini-hero__eyebrow {
    position: relative;
    z-index: 1;
    margin-bottom: 0.4rem;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #9b6a50;
    text-transform: uppercase;
}

body.mall-mobile-app .mall-mini-hero__title {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 1.24rem;
    font-weight: 800;
    color: #222831;
}

body.mall-mobile-app .mall-mini-hero__subtitle {
    position: relative;
    z-index: 1;
    margin-top: 0.45rem;
    color: #697180;
    font-size: 0.93rem;
    line-height: 1.6;
}

body.mall-mobile-app .mall-mini-hero #userBox {
    position: relative;
    z-index: 1;
    margin-top: 0.9rem;
    margin-bottom: 0;
    color: #5a6371 !important;
}

body.mall-mobile-app.page-points .mall-points-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.55rem;
    align-items: center;
    padding: 0.78rem 0.92rem;
    border-radius: 24px;
}

body.mall-mobile-app.page-points .mall-points-hero__main {
    min-width: 0;
}

body.mall-mobile-app.page-points .mall-mini-hero__eyebrow {
    margin-bottom: 0.22rem;
    font-size: 0.7rem;
}

body.mall-mobile-app.page-points .mall-mini-hero__title {
    font-size: 1.04rem;
    margin: 0;
}

body.mall-mobile-app.page-points .mall-mini-hero__subtitle {
    margin-top: 0.24rem;
    font-size: 0.8rem;
    line-height: 1.45;
}

body.mall-mobile-app.page-points .mall-mini-hero #userBox {
    margin-top: 0.45rem;
    font-size: 0.78rem;
}

body.mall-mobile-app.page-points .mall-points-hero__action {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

body.mall-mobile-app.page-points .mall-points-hero__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.45rem;
    flex-wrap: nowrap;
}

body.mall-mobile-app.page-points .mall-points-hero__actions .mall-shortcut-link {
    min-width: 84px;
}

body.mall-mobile-app.page-points .mall-points-hero__action .btn,
body.mall-mobile-app.page-points .mall-points-hero__action .mall-shortcut-link {
    min-width: 76px;
    min-height: 32px;
    padding: 0.34rem 0.68rem;
    font-size: 0.74rem;
    white-space: nowrap;
    margin-top: 0;
}

body.mall-mobile-app.page-points .mall-points-kpi-list {
    display: grid;
    gap: 0.8rem;
}

body.mall-mobile-app.page-point-recharge .container.py-4 {
    min-height: calc(100vh - 102px);
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
}

body.mall-mobile-app.page-point-recharge .mall-detail-nav {
    margin-bottom: 0.25rem;
}

body.mall-mobile-app.page-point-recharge .mall-point-recharge-hero {
    padding: 0.56rem 0.78rem;
}

body.mall-mobile-app.page-point-recharge .mall-point-recharge-hero .mall-mini-hero__title {
    font-size: 0.98rem;
}

body.mall-mobile-app.page-point-recharge .mall-point-recharge-tip {
    margin-bottom: 0;
    padding: 0.45rem 0.7rem;
    font-size: 0.72rem;
}

body.mall-mobile-app.page-point-recharge .mall-point-recharge-summary {
    margin-bottom: 0 !important;
}

body.mall-mobile-app.page-point-recharge .mall-point-recharge-summary__card .card-body {
    padding: 0.72rem 0.78rem !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    text-align: left;
}

body.mall-mobile-app.page-point-recharge .mall-point-recharge-summary__card .mall-kpi-card__label {
    margin-bottom: 0;
    font-size: 0.94rem;
}

body.mall-mobile-app.page-point-recharge .mall-point-recharge-summary__card .mall-kpi-card__value {
    font-size: 1.12rem;
    line-height: 1.2;
    text-align: right;
}

body.mall-mobile-app.page-point-recharge .mall-point-recharge-form {
    margin-bottom: 0 !important;
}

body.mall-mobile-app.page-point-recharge .mall-point-recharge-form .card-body {
    padding: 0.7rem !important;
}

body.mall-mobile-app.page-point-recharge .mall-point-recharge-form .form-label {
    margin-bottom: 0.32rem;
    font-size: 0.96rem;
}

body.mall-mobile-app.page-point-recharge .mall-point-recharge-form .form-control {
    min-height: 42px;
    font-size: 0.96rem;
}

body.mall-mobile-app.page-point-recharge .mall-point-recharge-form .preset-amount,
body.mall-mobile-app.page-point-recharge .mall-point-recharge-form #btnSubmit {
    min-height: 40px;
    padding: 0.42rem 0.2rem;
    font-size: 0.96rem;
}

body.mall-mobile-app.page-points .mall-kpi-card--inline .card-body,
body.mall-mobile-app.page-points .mall-kpi-card__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.95rem 1rem !important;
}

body.mall-mobile-app.page-points .mall-kpi-card__main {
    min-width: 0;
    flex: 1 1 auto;
}

body.mall-mobile-app.page-points .mall-kpi-card__label {
    margin-bottom: 0.2rem;
    font-size: 0.82rem;
}

body.mall-mobile-app.page-points .mall-kpi-card__hint {
    margin-top: 0;
    font-size: 0.76rem;
    line-height: 1.4;
}

body.mall-mobile-app.page-points .mall-kpi-card__value {
    flex: 0 0 auto;
    font-size: 1.3rem;
    text-align: right;
}

body.mall-mobile-app .mall-shortcut-row {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1rem;
}

body.mall-mobile-app .mall-shortcut-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.65rem 1rem;
    border: 1px solid rgba(173, 122, 82, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.82);
    color: #424a58;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: var(--mall-shadow-sm);
}

body.mall-mobile-app .mall-shortcut-link--primary {
    border-color: rgba(184, 92, 56, 0.18);
    background: linear-gradient(135deg, rgba(184, 92, 56, 0.96) 0%, rgba(223, 140, 83, 0.94) 100%);
    color: #fff;
}

body.mall-mobile-app .mall-shortcut-link--ghost {
    background: rgba(255, 255, 255, 0.58);
}

body.mall-mobile-app .mall-section-card .card-body,
body.mall-mobile-app .mall-panel-card .card-body {
    padding: 1.15rem !important;
}

body.mall-mobile-app .mall-kpi-card {
    overflow: hidden;
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 246, 238, 0.92) 100%);
}

body.mall-mobile-app .mall-kpi-card--accent {
    background:
        linear-gradient(160deg, rgba(255, 249, 243, 0.98) 0%, rgba(255, 235, 218, 0.96) 100%);
}

body.mall-mobile-app .mall-kpi-card__label {
    margin-bottom: 0.55rem;
    font-size: 0.82rem;
    font-weight: 700;
    color: #7b6d68;
}

body.mall-mobile-app .mall-kpi-card__value {
    font-size: 1.5rem;
    font-weight: 800;
    color: #222831;
}

body.mall-mobile-app .mall-kpi-card__hint {
    margin-top: 0.45rem;
    font-size: 0.82rem;
    color: #8b7283;
}

body.mall-mobile-app .mall-order-card .card-body,
body.mall-mobile-app .mall-address-card .card-body {
    padding: 1.1rem !important;
}

body.mall-mobile-app .mall-order-card__top,
body.mall-mobile-app .mall-address-card__top,
body.mall-mobile-app .mall-cart-item__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.8rem;
    margin-bottom: 0.75rem;
}

body.mall-mobile-app .mall-order-card__title,
body.mall-mobile-app .mall-address-card__title,
body.mall-mobile-app .mall-cart-item__title {
    font-weight: 800;
    color: #222831;
}

body.mall-mobile-app .mall-order-card__price,
body.mall-mobile-app .mall-cart-item__price {
    white-space: nowrap;
    font-size: 1.1rem;
    font-weight: 800;
    color: #c25333;
}

body.mall-mobile-app .mall-status-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    background: rgba(184, 92, 56, 0.1);
    color: #a45131;
    font-size: 0.78rem;
    font-weight: 700;
}

body.mall-mobile-app .mall-order-meta,
body.mall-mobile-app .mall-address-meta,
body.mall-mobile-app .mall-cart-meta {
    color: #6c7482;
    font-size: 0.88rem;
    line-height: 1.65;
}

body.mall-mobile-app .mall-order-actions,
body.mall-mobile-app .mall-address-actions,
body.mall-mobile-app .mall-cart-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 0.9rem;
}

body.mall-mobile-app.page-orders .mall-mini-hero__title {
    font-size: 1.18rem;
}

body.mall-mobile-app.page-orders .mall-mini-hero__subtitle {
    font-size: 0.84rem;
    line-height: 1.5;
}

body.mall-mobile-app.page-orders .mall-home-product .card-body {
    padding: 0.9rem !important;
}

body.mall-mobile-app.page-orders .mall-home-product__body {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    min-height: 108px;
}

body.mall-mobile-app.page-orders .mall-home-product__media {
    flex: 0 0 112px;
}

body.mall-mobile-app.page-orders .mall-home-product__image {
    display: block;
    width: 112px;
    height: 96px;
    border-radius: 18px;
    object-fit: cover;
    border: 1px solid rgba(173, 122, 82, 0.12);
    background: rgba(255, 255, 255, 0.94);
}

body.mall-mobile-app.page-orders .mall-home-product__image--empty {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8a909c;
    font-size: 0.72rem;
    text-align: center;
    padding: 0.35rem;
    background: rgba(250, 245, 239, 0.95);
}

body.mall-mobile-app.page-orders .mall-home-product__content {
    min-width: 0;
    flex: 1 1 auto;
}

body.mall-mobile-app.page-orders .mall-home-product__category {
    margin-bottom: 0.2rem;
    color: #947160;
    font-size: 0.72rem;
    font-weight: 700;
}

body.mall-mobile-app.page-orders .mall-home-product__price {
    margin-top: 0.35rem;
    color: #c25333;
    font-size: 1.02rem;
    font-weight: 800;
}

body.mall-mobile-app.page-orders .mall-home-product__actions {
    flex: 0 0 92px;
    display: grid;
    gap: 0.38rem;
    margin-top: 0;
}

body.mall-mobile-app.page-orders .mall-home-product__actions .btn {
    min-width: 92px;
    padding: 0.32rem 0.45rem;
    font-size: 0.74rem;
    line-height: 1.2;
}

body.mall-mobile-app.page-orders .mall-order-list-item__price {
    margin: 0;
}

body.mall-mobile-app.page-cart .mall-home-product .card-body {
    padding: 0.72rem !important;
}

body.mall-mobile-app.page-cart .mall-home-product__body {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

body.mall-mobile-app.page-cart .mall-home-product__media {
    flex: 0 0 92px;
}

body.mall-mobile-app.page-cart .mall-home-product__image {
    display: block;
    width: 92px;
    height: 80px;
    border-radius: 14px;
    object-fit: cover;
    border: 1px solid rgba(173, 122, 82, 0.12);
    background: rgba(255, 255, 255, 0.94);
}

body.mall-mobile-app.page-cart .mall-home-product__image--empty {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8a909c;
    font-size: 0.72rem;
    text-align: center;
    padding: 0.35rem;
    background: rgba(250, 245, 239, 0.95);
}

body.mall-mobile-app.page-cart .mall-home-product__content {
    min-width: 0;
    flex: 1 1 auto;
}

body.mall-mobile-app.page-cart .mall-home-product__category {
    margin-bottom: 0.2rem;
    color: #947160;
    font-size: 0.66rem;
    font-weight: 700;
}

body.mall-mobile-app.page-cart .mall-home-product__title {
    margin: 0 0 0.25rem;
    color: #222831;
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1.28;
}

body.mall-mobile-app.page-cart .mall-home-product__desc,
body.mall-mobile-app.page-cart .mall-home-product__meta {
    color: #67707f;
    font-size: 0.7rem;
    line-height: 1.35;
}

body.mall-mobile-app.page-cart .mall-home-product__desc {
    margin-bottom: 0.22rem;
}

body.mall-mobile-app.page-cart .mall-home-product__price {
    margin-top: 0.24rem;
    color: #c25333;
    font-size: 0.86rem;
    font-weight: 800;
}

body.mall-mobile-app.page-cart .mall-home-product__actions {
    flex: 0 0 72px;
    display: grid;
    gap: 0.32rem;
}

body.mall-mobile-app.page-cart .mall-home-product__actions .btn {
    padding: 0.26rem 0.32rem;
    font-size: 0.68rem;
    line-height: 1.2;
}

body.mall-mobile-app .mall-cart-list {
    display: grid;
    gap: 0.9rem;
}

body.mall-mobile-app .mall-cart-item {
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.56);
    border-radius: 24px;
    background: rgba(255, 253, 249, 0.9);
    box-shadow: var(--mall-shadow-sm);
}

body.mall-mobile-app .mall-cart-item__body {
    display: grid;
    gap: 0.8rem;
}

body.mall-mobile-app .mall-cart-item__qty {
    width: 104px;
}

body.mall-mobile-app .mall-cart-summary {
    margin-top: 1rem;
    padding: 0.8rem 0.95rem;
    border: 1px solid rgba(255, 255, 255, 0.56);
    border-radius: 24px;
    background: linear-gradient(155deg, rgba(255,255,255,0.98) 0%, rgba(255,244,235,0.94) 100%);
    box-shadow: var(--mall-shadow-md);
}

body.mall-mobile-app .mall-cart-summary__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
}

body.mall-mobile-app .mall-cart-summary__amount {
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    align-items: baseline;
    gap: 0.55rem;
    flex-wrap: wrap;
}

body.mall-mobile-app .mall-cart-summary__label {
    font-size: 0.82rem;
    color: #7b6d68;
    white-space: nowrap;
}

body.mall-mobile-app .mall-cart-summary__value {
    font-size: 1.26rem;
    font-weight: 800;
    color: #bf4d2e;
    line-height: 1;
    white-space: nowrap;
}

body.mall-mobile-app .mall-cart-summary__actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-wrap: nowrap;
}

body.mall-mobile-app .mall-cart-summary__actions .btn {
    min-height: 34px;
    padding: 0.34rem 0.7rem;
    border-radius: 999px;
    font-size: 0.78rem;
    line-height: 1.2;
    white-space: nowrap;
}

body.mall-mobile-app.page-cart .mall-cart-item {
    padding: 0;
}

body.mall-mobile-app.page-cart .mall-cart-item__actions {
    flex-basis: 84px;
}

body.mall-mobile-app.page-cart .mall-cart-item__qty-box {
    display: grid;
    gap: 0.28rem;
}

body.mall-mobile-app.page-cart .mall-cart-item__qty-label {
    color: #7d685f;
    font-size: 0.7rem;
    font-weight: 700;
    text-align: center;
}

body.mall-mobile-app.page-cart .mall-cart-item__qty {
    width: 84px;
    min-height: 32px;
    padding: 0.2rem 0.35rem;
    text-align: center;
    font-size: 0.8rem;
}

body.mall-mobile-app .mall-list-empty {
    padding: 1.4rem 1rem;
    border: 1px dashed rgba(173, 122, 82, 0.2);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.6);
    color: #6c7482;
    text-align: center;
}

body.mall-mobile-app .mall-share-invite .card-body {
    padding: 1.15rem !important;
}

body.mall-mobile-app .mall-share-invite__input {
    border-right: 0;
}

body.mall-mobile-app .mall-soft-box {
    padding: 1rem 1.05rem;
    border: 1px solid rgba(173, 122, 82, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.66);
}

body.mall-mobile-app.page-product-detail {
    padding-bottom: 96px;
}

body.mall-mobile-app.page-product-detail .container.py-4 {
    min-height: calc(100vh - 110px);
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding-top: 0.9rem !important;
    padding-bottom: 1rem !important;
}

body.mall-mobile-app.page-product-detail .mall-detail-nav {
    margin-bottom: 0;
}

body.mall-mobile-app.page-product-detail .mall-back-link {
    min-height: 34px;
    padding: 0.42rem 0.86rem;
    font-size: 0.78rem;
}

body.mall-mobile-app.page-product-detail .mall-product-detail-hero {
    padding: 0.72rem 0.95rem;
    border-radius: 22px;
}

body.mall-mobile-app.page-product-detail .mall-product-detail-hero .mall-mini-hero__title {
    font-size: 1rem;
}

body.mall-mobile-app.page-product-detail .mall-detail-tip {
    margin-bottom: 0;
    padding: 0.48rem 0.8rem;
    font-size: 0.76rem;
    line-height: 1.35;
}

body.mall-mobile-app.page-product-detail .mall-product-detail-card {
    flex: 1 1 auto;
}

body.mall-mobile-app.page-product-detail .mall-product-detail-layout {
    min-height: 100%;
    display: block;
}

body.mall-mobile-app.page-product-detail .mall-product-detail-layout__media,
body.mall-mobile-app.page-product-detail .mall-product-detail-layout__content {
    width: 100%;
}

body.mall-mobile-app .mall-product-detail-card .card-body,
body.mall-mobile-app .mall-submit-section .card-body,
body.mall-mobile-app .mall-detail-section .card-body,
body.mall-mobile-app .mall-refund-section .card-body {
    padding: 1.15rem !important;
}

body.mall-mobile-app .mall-product-image {
    min-height: 320px;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(248, 240, 231, 0.9) 100%);
}

body.mall-mobile-app .mall-product-image img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    border-radius: 24px;
}

body.mall-mobile-app .mall-product-detail-card .card-body {
    padding: 1.3rem !important;
}

body.mall-mobile-app.page-product-detail .mall-product-image {
    min-height: 188px;
    height: auto;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    padding: 0.7rem;
    border-radius: 0;
}

body.mall-mobile-app.page-product-detail .mall-product-image img {
    display: block;
    margin-top: 0;
    width: 100%;
    height: 188px;
    min-height: 188px;
    object-fit: cover;
    border-radius: 18px;
}

body.mall-mobile-app.page-product-detail .mall-product-detail-card .card-body {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding: 0.9rem !important;
}

body.mall-mobile-app.page-product-detail .mall-product-detail-card__title {
    font-size: 1.08rem;
    line-height: 1.32;
    color: #222831;
    margin: 0;
}

body.mall-mobile-app.page-product-detail .mall-product-detail-card__price {
    font-size: 1.22rem;
    margin: 0;
}

body.mall-mobile-app .mall-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
}

body.mall-mobile-app .mall-info-grid__item {
    padding: 0.8rem 0.9rem;
    border: 1px solid rgba(173, 122, 82, 0.12);
    border-radius: 18px;
    background: rgba(255,255,255,0.6);
    color: #66707f;
    font-size: 0.9rem;
}

body.mall-mobile-app.page-product-detail .mall-info-grid--compact {
    gap: 0.45rem;
}

body.mall-mobile-app.page-product-detail .mall-info-grid--single {
    grid-template-columns: 1fr;
}

body.mall-mobile-app.page-product-detail .mall-info-grid__item {
    padding: 0.56rem 0.65rem;
    border-radius: 14px;
    font-size: 0.76rem;
    line-height: 1.35;
}

body.mall-mobile-app.page-product-detail .mall-product-detail-summary {
    display: block;
}

body.mall-mobile-app.page-product-detail .mall-product-detail-summary__qty .form-label {
    margin-bottom: 0.24rem;
    font-size: 0.76rem;
}

body.mall-mobile-app.page-product-detail .mall-product-detail-summary__qty .form-control {
    min-height: 38px;
    font-size: 0.82rem;
    text-align: left;
}

body.mall-mobile-app.page-product-detail .mall-product-detail-summary__qty {
    width: 100%;
}

body.mall-mobile-app .mall-product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

body.mall-mobile-app .mall-product-actions .btn {
    flex: 1 1 180px;
}

body.mall-mobile-app.page-product-detail .mall-product-actions--compact {
    gap: 0.5rem;
}

body.mall-mobile-app.page-product-detail .mall-product-actions--compact .btn {
    min-height: 38px;
    flex: 1 1 0;
    padding: 0.45rem 0.6rem;
    font-size: 0.82rem;
}

body.mall-mobile-app .mall-inline-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

body.mall-mobile-app .mall-inline-summary__label {
    font-size: 0.9rem;
    color: #746a67;
}

body.mall-mobile-app .mall-inline-summary__value {
    font-size: 1.3rem;
    font-weight: 800;
    color: #be5131;
}

body.mall-mobile-app.page-product-detail .mall-inline-summary__label {
    font-size: 0.72rem;
}

body.mall-mobile-app.page-product-detail .mall-inline-summary__value {
    font-size: 1rem;
}

body.mall-mobile-app.page-product-detail .mall-product-detail-desc {
    padding: 0.72rem 0.8rem;
}

body.mall-mobile-app.page-product-detail .mall-product-detail-desc .fw-bold {
    margin-bottom: 0.25rem !important;
    font-size: 0.82rem;
}

body.mall-mobile-app.page-product-detail .mall-product-detail-desc .text-muted {
    font-size: 0.76rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

body.mall-mobile-app.page-order-detail {
    padding-bottom: 96px;
}

body.mall-mobile-app.page-order-detail .container.py-4 {
    min-height: calc(100vh - 110px);
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding-top: 0.9rem !important;
    padding-bottom: 1rem !important;
}

body.mall-mobile-app.page-order-detail .mall-detail-nav {
    margin-bottom: 0;
}

body.mall-mobile-app.page-order-detail .mall-back-link {
    min-height: 34px;
    padding: 0.42rem 0.86rem;
    font-size: 0.86rem;
}

body.mall-mobile-app.page-order-detail .mall-order-detail-hero {
    padding: 0.72rem 0.95rem;
    border-radius: 22px;
}

body.mall-mobile-app.page-order-detail .mall-order-detail-hero .mall-mini-hero__title {
    font-size: 1.12rem;
}

body.mall-mobile-app.page-order-detail .mall-order-detail-tip {
    margin-bottom: 0;
    padding: 0.48rem 0.8rem;
    font-size: 0.84rem;
    line-height: 1.35;
}

body.mall-mobile-app.page-order-detail .mall-order-detail-section .card-body {
    padding: 0.88rem !important;
}

body.mall-mobile-app.page-order-detail .mall-order-detail-section {
    margin-bottom: 0 !important;
}

body.mall-mobile-app.page-order-detail .mall-order-card__top {
    margin-bottom: 0.5rem;
}

body.mall-mobile-app.page-order-detail .mall-order-card__title {
    font-size: 1rem;
}

body.mall-mobile-app.page-order-detail .mall-order-card__price {
    font-size: 1.24rem;
}

body.mall-mobile-app.page-order-detail .mall-detail-chips {
    margin-top: 0.45rem;
    gap: 0.35rem;
}

body.mall-mobile-app.page-order-detail .mall-status-chip {
    min-height: 26px;
    padding: 0.22rem 0.58rem;
    font-size: 0.88rem;
}

body.mall-mobile-app.page-order-detail .mall-detail-kv {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
}

body.mall-mobile-app.page-order-detail .mall-detail-kv__item {
    padding: 0.55rem 0.65rem;
    border-radius: 14px;
    font-size: 0.94rem;
    line-height: 1.35;
}

body.mall-mobile-app.page-order-detail .mall-action-row {
    gap: 0.4rem;
}

body.mall-mobile-app.page-order-detail .mall-action-row .btn {
    min-height: 34px;
    flex: 1 1 0;
    padding: 0.38rem 0.58rem;
    font-size: 0.92rem;
}

body.mall-mobile-app.page-order-detail .mall-order-detail-section__title {
    margin: 0 0 0.55rem;
    font-size: 1.06rem;
    font-weight: 800;
    color: #232933;
}

body.mall-mobile-app.page-order-detail .mall-detail-item-list {
    gap: 0.45rem;
}

body.mall-mobile-app.page-order-detail .mall-order-detail-item {
    padding: 0.62rem 0.72rem;
    border-radius: 16px;
}

body.mall-mobile-app.page-order-detail .mall-order-detail-item .mall-detail-item__top {
    margin-bottom: 0.28rem;
}

body.mall-mobile-app.page-order-detail .mall-order-detail-item .mall-detail-item__title {
    font-size: 1rem;
    line-height: 1.3;
}

body.mall-mobile-app.page-order-detail .mall-order-detail-item .mall-detail-item__price {
    font-size: 1rem;
}

body.mall-mobile-app.page-order-detail .mall-order-detail-item .mall-cart-meta {
    font-size: 0.88rem;
    line-height: 1.35;
}

body.mall-mobile-app.page-order-detail .mall-order-detail-meta-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.45rem;
}

body.mall-mobile-app.page-order-detail .mall-order-detail-meta {
    padding: 0.58rem 0.68rem;
    border: 1px solid rgba(173, 122, 82, 0.12);
    border-radius: 16px;
    background: rgba(255,255,255,0.72);
}

body.mall-mobile-app.page-order-detail .mall-order-detail-meta__label {
    margin-bottom: 0.2rem;
    font-size: 1.05rem;
    font-weight: 800;
    color: #8d674f;
}

body.mall-mobile-app.page-order-detail .mall-order-detail-meta__value {
    font-size: 1.04rem;
    line-height: 1.5;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

body.mall-mobile-app.page-order-detail .mall-order-detail-meta__value--full {
    display: block;
    overflow: visible;
    overflow-wrap: anywhere;
    -webkit-line-clamp: unset;
}

body.mall-mobile-app.page-order-detail .mall-shipment-remark {
    margin-top: 0.35rem;
    color: #000;
    font-weight: 700;
}

body.mall-mobile-app.page-order-detail .mall-shipment-copy {
    margin-left: 0.55rem;
    padding: 0.18rem 0.52rem;
    border: 1px solid #8d674f;
    border-radius: 4px;
    background: #fff;
    color: #6f4e3b;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.4;
    vertical-align: middle;
}

body.mall-mobile-app.page-address-list .mall-address-page-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.6rem;
    align-items: center;
    padding: 0.85rem 0.95rem;
    border-radius: 24px;
}

body.mall-mobile-app.page-address-list .mall-address-page-hero__main {
    min-width: 0;
}

body.mall-mobile-app.page-address-list .mall-address-page-hero__action {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
}

body.mall-mobile-app.page-address-edit .mall-address-edit-card .card-body {
    padding: 1.05rem 1rem 1rem;
}

body.mall-mobile-app.page-address-edit .mall-address-edit-section + .mall-address-edit-section {
    margin-top: 1.1rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(173, 122, 82, 0.12);
}

body.mall-mobile-app.page-address-edit .mall-address-edit-section__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.8rem;
    margin-bottom: 0.85rem;
}

body.mall-mobile-app.page-address-edit .mall-address-edit-section__title {
    font-size: 1rem;
    font-weight: 800;
    color: #7f4a2e;
}

body.mall-mobile-app.page-address-edit .mall-address-edit-section__note {
    max-width: 280px;
    text-align: right;
    font-size: 0.82rem;
    line-height: 1.5;
    color: #7d8695;
}

body.mall-mobile-app.page-address-edit .mall-address-edit-card .form-control,
body.mall-mobile-app.page-address-edit .mall-address-edit-card textarea {
    text-align: left;
    padding-left: 1rem;
    padding-right: 1rem;
}

body.mall-mobile-app.page-address-edit .mall-address-edit-card .form-control::placeholder,
body.mall-mobile-app.page-address-edit .mall-address-edit-card textarea::placeholder {
    text-align: left;
}

body.mall-mobile-app.page-address-edit .mall-address-edit-card .form-text {
    font-size: 0.82rem;
    line-height: 1.55;
}

body.mall-mobile-app.page-address-edit .mall-address-edit-actions .btn {
    min-width: 126px;
}

body.mall-mobile-app .mall-submit-address,
body.mall-mobile-app .mall-submit-product,
body.mall-mobile-app .mall-detail-block {
    padding: 1rem 1.05rem;
    border: 1px solid rgba(173, 122, 82, 0.12);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.62);
}

body.mall-mobile-app .mall-submit-product-list,
body.mall-mobile-app .mall-detail-item-list {
    display: grid;
    gap: 0.75rem;
}

body.mall-mobile-app .mall-submit-product-item,
body.mall-mobile-app .mall-detail-item {
    padding: 0.95rem 1rem;
    border: 1px solid rgba(173, 122, 82, 0.12);
    border-radius: 20px;
    background: rgba(255,255,255,0.84);
}

body.mall-mobile-app .mall-submit-product-item__top,
body.mall-mobile-app .mall-detail-item__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.9rem;
    margin-bottom: 0.45rem;
}

body.mall-mobile-app .mall-submit-product-item__title,
body.mall-mobile-app .mall-detail-item__title {
    font-weight: 800;
    color: #222831;
}

body.mall-mobile-app .mall-submit-product-item__price,
body.mall-mobile-app .mall-detail-item__price {
    white-space: nowrap;
    font-weight: 800;
    color: #c05333;
}

body.mall-mobile-app .mall-submit-product-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 0.9rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(173, 122, 82, 0.12);
}

body.mall-mobile-app .mall-submit-product-total__label {
    color: #706767;
    font-size: 0.9rem;
}

body.mall-mobile-app .mall-submit-product-total__value {
    font-weight: 800;
    font-size: 1.2rem;
    color: #be4d2e;
}

body.mall-mobile-app .mall-detail-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin-top: 0.95rem;
}

body.mall-mobile-app .mall-detail-kv {
    display: grid;
    gap: 0.7rem;
}

body.mall-mobile-app .mall-detail-kv__item {
    padding: 0.9rem 1rem;
    border: 1px solid rgba(173, 122, 82, 0.12);
    border-radius: 20px;
    background: rgba(255,255,255,0.74);
    color: #67707f;
}

body.mall-mobile-app .mall-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

body.mall-mobile-app .mall-action-row .btn {
    flex: 1 1 180px;
}

body.mall-mobile-app .mall-record-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0.28rem 0.72rem;
    border-radius: 999px;
    background: rgba(184, 92, 56, 0.1);
    color: #a25131;
    font-size: 0.78rem;
    font-weight: 700;
}

body.mall-mobile-app .mall-refund-images {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

body.mall-mobile-app .mall-refund-image-card {
    overflow: hidden;
    border: 1px solid rgba(173, 122, 82, 0.12);
    border-radius: 22px;
    background: rgba(255,255,255,0.88);
    box-shadow: var(--mall-shadow-sm);
}

body.mall-mobile-app .mall-refund-image-card img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

body.mall-mobile-app .card {
    border: 1px solid rgba(255, 255, 255, 0.58) !important;
    border-radius: var(--mall-radius-lg) !important;
    background: var(--mall-surface);
    box-shadow: var(--mall-shadow-md) !important;
    backdrop-filter: blur(14px);
}

body.mall-mobile-app .card-header {
    border-bottom: 1px solid var(--mall-line);
    border-radius: var(--mall-radius-lg) var(--mall-radius-lg) 0 0 !important;
    background: rgba(255, 251, 246, 0.88) !important;
}

body.mall-mobile-app .mall-auth-card {
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,249,243,0.95) 100%);
}

body.mall-mobile-app .mall-auth-card .card-body {
    padding: 1.75rem !important;
}

body.mall-mobile-app .btn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.01em;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

body.mall-mobile-app .btn:hover,
body.mall-mobile-app .btn:focus {
    transform: translateY(-1px);
}

body.mall-mobile-app .btn-primary,
body.mall-mobile-app .btn-danger {
    border: 0;
    box-shadow: 0 10px 24px rgba(184, 92, 56, 0.22);
}

body.mall-mobile-app .btn-primary {
    background: linear-gradient(135deg, var(--mall-accent) 0%, var(--mall-accent-2) 100%);
}

body.mall-mobile-app .btn-danger {
    background: linear-gradient(135deg, #c65f48 0%, #d88d67 100%);
}

body.mall-mobile-app .btn-outline-primary {
    color: var(--mall-accent);
    border-color: rgba(184, 92, 56, 0.28);
    background: rgba(255,255,255,0.74);
}

body.mall-mobile-app .btn-outline-secondary {
    color: #4a5362;
    border-color: rgba(90, 99, 112, 0.16);
    background: rgba(255,255,255,0.78);
}

body.mall-mobile-app .btn-outline-danger {
    color: var(--mall-danger);
    border-color: rgba(200, 79, 71, 0.24);
    background: rgba(255,255,255,0.78);
}

body.mall-mobile-app .form-control,
body.mall-mobile-app .form-select,
body.mall-mobile-app textarea {
    min-height: 48px;
    border: 1px solid rgba(184, 92, 56, 0.14);
    border-radius: 16px;
    background: rgba(255,255,255,0.88);
    color: var(--mall-ink);
    text-align: center;
}

body.mall-mobile-app textarea.form-control {
    min-height: 110px;
}

body.mall-mobile-app .form-control::placeholder,
body.mall-mobile-app textarea::placeholder {
    text-align: center;
    color: #9aa1af;
}

body.mall-mobile-app .form-control:focus,
body.mall-mobile-app .form-select:focus,
body.mall-mobile-app textarea:focus {
    border-color: rgba(184, 92, 56, 0.38);
    box-shadow: 0 0 0 0.25rem rgba(184, 92, 56, 0.12);
}

body.mall-mobile-app .form-label {
    margin-bottom: 0.55rem;
    font-size: 0.92rem;
    font-weight: 700;
    color: #3a4251;
}

body.mall-mobile-app.page-login .mall-auth-card,
body.mall-mobile-app.page-register .mall-auth-card {
    position: relative;
}

body.mall-mobile-app.page-login .mall-auth-card h2,
body.mall-mobile-app.page-register .mall-auth-card h2 {
    text-align: center;
    font-weight: 800;
    margin-bottom: 0.6rem !important;
}

body.mall-mobile-app.page-login .mall-auth-card .form-label,
body.mall-mobile-app.page-register .mall-auth-card .form-label,
body.mall-mobile-app.page-login .mall-auth-card .alert,
body.mall-mobile-app.page-register .mall-auth-card .alert {
    text-align: center;
}

body.mall-mobile-app .mall-auth-intro {
    margin-bottom: 1.2rem;
    text-align: center;
    color: #717988;
    font-size: 0.92rem;
    line-height: 1.7;
}

body.mall-mobile-app .mall-auth-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0.28rem 0.78rem;
    margin: 0 auto 0.85rem;
    border-radius: 999px;
    background: rgba(184, 92, 56, 0.1);
    color: #a04f31;
    font-size: 0.78rem;
    font-weight: 800;
}

body.mall-mobile-app .form-text,
body.mall-mobile-app .text-muted,
body.mall-mobile-app small {
    color: var(--mall-muted) !important;
}

body.mall-mobile-app .alert {
    border: 1px solid rgba(255,255,255,0.52);
    border-radius: 18px;
    box-shadow: var(--mall-shadow-sm);
    backdrop-filter: blur(10px);
}

body.mall-mobile-app .alert-light {
    color: #495163;
    background: rgba(255, 252, 248, 0.82);
}

body.mall-mobile-app .alert-success {
    color: #1d6f5c;
    background: rgba(226, 247, 239, 0.92);
}

body.mall-mobile-app .alert-warning {
    color: #8a5a12;
    background: rgba(255, 244, 219, 0.92);
}

body.mall-mobile-app .alert-danger {
    color: #8d3936;
    background: rgba(255, 233, 230, 0.94);
}

body.mall-mobile-app .badge {
    padding: 0.55em 0.85em;
    border-radius: 999px;
    font-weight: 700;
}

body.mall-mobile-app .shadow-sm {
    box-shadow: var(--mall-shadow-md) !important;
}

body.mall-mobile-app .list-group-item {
    border: 0;
    border-bottom: 1px solid var(--mall-line);
    padding: 1rem;
    background: transparent;
}

body.mall-mobile-app .list-group-item:last-child {
    border-bottom: 0;
}

body.mall-mobile-app .table {
    --bs-table-bg: transparent;
    --bs-table-striped-bg: rgba(248, 240, 231, 0.55);
}

body.mall-mobile-app .table td,
body.mall-mobile-app .table th {
    border-color: rgba(184, 92, 56, 0.10);
}

body.mall-mobile-app .mall-tabbar {
    position: fixed;
    left: 50%;
    bottom: 14px;
    z-index: 30;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.25rem;
    width: min(94vw, var(--mall-page-width));
    padding: 0.42rem;
    border: 1px solid rgba(255,255,255,0.48);
    border-radius: 24px;
    background: rgba(36, 39, 48, 0.82);
    box-shadow: 0 16px 40px rgba(31, 25, 21, 0.24);
    backdrop-filter: blur(18px);
    transform: translateX(-50%);
}

body.mall-mobile-app .mall-tabbar__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.24rem;
    min-width: 0;
    min-height: 56px;
    padding: 0.36rem 0.05rem;
    border-radius: 18px;
    color: rgba(255,255,255,0.72);
    text-decoration: none;
    font-size: 0.62rem;
    font-weight: 700;
    border: 0;
    background: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.mall-mobile-app .mall-tabbar__item::before {
    content: "";
    width: 11px;
    height: 11px;
    border-radius: 999px;
    background: rgba(255,255,255,0.26);
}

body.mall-mobile-app .mall-tabbar__item.active {
    color: #fff;
    background: linear-gradient(135deg, rgba(184, 92, 56, 0.92) 0%, rgba(223, 140, 83, 0.92) 100%);
}

body.mall-mobile-app .mall-tabbar__item.is-open {
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
}

body.mall-mobile-app .mall-tabbar__item.active::before {
    background: #fff;
}

body.mall-mobile-app .mall-tabbar__item.is-open::before {
    background: rgba(255, 255, 255, 0.92);
}

body.mall-mobile-app.page-login,
body.mall-mobile-app.page-register {
    padding-bottom: 1.5rem;
}

body.mall-mobile-app.page-login .container,
body.mall-mobile-app.page-register .container {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

body.mall-mobile-app.page-login .mall-tabbar,
body.mall-mobile-app.page-register .mall-tabbar {
    display: none;
}

@media (min-width: 769px) {
    body.mall-mobile-app {
        padding-top: 14px;
        padding-bottom: 122px;
    }

    body.mall-mobile-app .mall-shell {
        border-radius: 34px;
        background: rgba(255, 251, 246, 0.30);
        box-shadow: 0 22px 56px rgba(62, 41, 27, 0.14);
        backdrop-filter: blur(10px);
    }

    body.mall-mobile-app .mall-shell.container.py-4 {
        min-height: calc(100vh - 136px);
    }

    body.mall-mobile-app .mall-tabbar {
        bottom: 18px;
    }

    body.mall-mobile-app.page-login .mall-shell,
    body.mall-mobile-app.page-register .mall-shell {
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
    }
}

body.mall-mobile-app .mall-account-card {
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 28px;
    background: linear-gradient(155deg, rgba(255, 252, 247, 0.96) 0%, rgba(249, 240, 230, 0.9) 100%);
    box-shadow: var(--mall-shadow-md);
}

body.mall-mobile-app .mall-account-card__name {
    font-size: 1.35rem;
    font-weight: 800;
    color: #222831;
}

body.mall-mobile-app .mall-account-card__meta {
    margin-top: 0.35rem;
    color: #6c7482;
    line-height: 1.7;
}

body.mall-mobile-app .mall-quick-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

body.mall-mobile-app .mall-quick-link {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    min-height: 112px;
    padding: 1rem;
    border: 1px solid rgba(173, 122, 82, 0.14);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.9);
    color: #2b313d;
    text-decoration: none;
    box-shadow: var(--mall-shadow-sm);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body.mall-mobile-app .mall-quick-link__title {
    font-size: 1rem;
    font-weight: 800;
}

body.mall-mobile-app .mall-quick-link__text {
    color: #6c7482;
    font-size: 0.88rem;
    line-height: 1.6;
}

body.mall-mobile-app .mall-quick-link:hover,
body.mall-mobile-app .mall-quick-link:focus {
    color: #2b313d;
    border-color: rgba(184, 92, 56, 0.22);
    transform: translateY(-2px);
}

body.mall-mobile-app .mall-account-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

body.mall-mobile-app .mall-account-actions .btn {
    min-height: 44px;
    border-radius: 999px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 700;
}

@media (max-width: 768px) {
    body.mall-mobile-app .container.py-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    body.mall-mobile-app .mall-topbar {
        padding: 0.95rem;
    }

    body.mall-mobile-app .mall-hero-card {
        border-radius: 26px !important;
    }

    body.mall-mobile-app .card {
        border-radius: 24px !important;
    }

    body.mall-mobile-app .mall-shortcut-row {
        flex-direction: column;
    }

    body.mall-mobile-app.page-points .mall-points-hero {
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 0.45rem;
        padding: 0.68rem 0.78rem;
    }

    body.mall-mobile-app.page-points .mall-points-hero__action {
        width: auto;
        justify-content: flex-end;
    }

    body.mall-mobile-app.page-points .mall-points-hero__actions {
        gap: 0.35rem;
    }

    body.mall-mobile-app.page-points .mall-points-hero__actions .mall-shortcut-link {
        min-width: 68px;
    }

    body.mall-mobile-app.page-points .mall-points-hero__action .btn,
    body.mall-mobile-app.page-points .mall-points-hero__action .mall-shortcut-link {
        width: auto;
        min-width: 68px;
        min-height: 30px;
        padding: 0.3rem 0.58rem;
        font-size: 0.7rem;
    }

    body.mall-mobile-app.page-point-recharge .container.py-4 {
        min-height: calc(100vh - 96px);
        gap: 0.38rem;
        padding-top: 0.7rem !important;
        padding-bottom: 0.7rem !important;
    }

    body.mall-mobile-app.page-point-recharge .mall-point-recharge-hero {
        padding: 0.5rem 0.7rem;
    }

    body.mall-mobile-app.page-point-recharge .mall-point-recharge-hero .mall-mini-hero__title {
        font-size: 0.92rem;
    }

    body.mall-mobile-app.page-point-recharge .mall-point-recharge-tip {
        padding: 0.38rem 0.62rem;
        font-size: 0.68rem;
    }

    body.mall-mobile-app.page-point-recharge .mall-point-recharge-summary__card .card-body {
        padding: 0.58rem 0.62rem !important;
    }

    body.mall-mobile-app.page-point-recharge .mall-point-recharge-summary__card .mall-kpi-card__label {
        font-size: 0.82rem;
    }

    body.mall-mobile-app.page-point-recharge .mall-point-recharge-summary__card .mall-kpi-card__value {
        font-size: 0.96rem;
    }

    body.mall-mobile-app.page-point-recharge .mall-point-recharge-form .card-body {
        padding: 0.62rem !important;
    }

    body.mall-mobile-app.page-point-recharge .mall-point-recharge-form .form-label {
        font-size: 0.86rem;
    }

    body.mall-mobile-app.page-point-recharge .mall-point-recharge-form .form-control {
        min-height: 38px;
        font-size: 0.86rem;
    }

    body.mall-mobile-app.page-point-recharge .mall-point-recharge-form .preset-amount,
    body.mall-mobile-app.page-point-recharge .mall-point-recharge-form #btnSubmit {
        min-height: 36px;
        font-size: 0.86rem;
    }

    body.mall-mobile-app.page-mine .mall-mine-screen__hero {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    body.mall-mobile-app.page-mine .mall-mine-section-head {
        flex-direction: column;
    }

    body.mall-mobile-app.page-mine .mall-mine-profile,
    body.mall-mobile-app.page-mine .mall-mine-profile__top {
        align-items: flex-start;
        flex-direction: column;
    }

    body.mall-mobile-app.page-mine .mall-mine-section-head__note {
        max-width: none;
        text-align: left;
    }

    body.mall-mobile-app.page-mine .mall-mine-screen__content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    body.mall-mobile-app.page-mine .mall-mine-screen__content--simple {
        gap: 0.55rem;
    }

    body.mall-mobile-app.page-mine .mall-mine-account-compact {
        gap: 0.35rem;
    }

    body.mall-mobile-app.page-mine .mall-mine-account-compact__meta {
        font-size: 0.92rem;
    }

    body.mall-mobile-app.page-mine .mall-mine-account-compact__actions .btn {
        min-height: 36px;
        padding-left: 0.9rem;
        padding-right: 0.9rem;
        font-size: 0.82rem;
    }


    body.mall-mobile-app .mall-home-brand {
        align-items: flex-start;
    }

    body.mall-mobile-app .mall-home-brand__logo {
        width: 64px;
        height: 64px;
        border-radius: 20px;
    }

    body.mall-mobile-app.page-home .mall-hero-card {
        padding: 0.9rem 0.9rem 0.85rem !important;
    }

    body.mall-mobile-app.page-home .mall-home-brand__logo {
        width: 46px;
        height: 46px;
        border-radius: 14px;
    }

    body.mall-mobile-app.page-home .mall-home-brand h1 {
        font-size: 1.02rem;
    }

    body.mall-mobile-app.page-home #userBox {
        font-size: 0.68rem !important;
    }

    body.mall-mobile-app.page-home .mall-home-search {
        gap: 0.45rem;
    }

    body.mall-mobile-app.page-home .mall-home-search__button .btn {
        min-width: 74px;
        padding: 0.48rem 0.7rem;
        font-size: 0.82rem;
    }

    body.mall-mobile-app.page-home .mall-home-product__body {
        align-items: flex-start;
    }

    body.mall-mobile-app.page-home .mall-home-product__media {
        flex-basis: 92px;
    }

    body.mall-mobile-app.page-home .mall-home-product__image {
        width: 92px;
        height: 84px;
    }

    body.mall-mobile-app.page-home .mall-home-product__actions {
        flex-basis: 64px;
    }

    body.mall-mobile-app.page-product-detail .container.py-4 {
        min-height: calc(100vh - 102px);
        gap: 0.45rem;
        padding-top: 0.75rem !important;
        padding-bottom: 0.8rem !important;
    }

    body.mall-mobile-app.page-product-detail .mall-product-detail-hero {
        padding: 0.56rem 0.78rem;
    }

    body.mall-mobile-app.page-product-detail .mall-product-detail-hero .mall-mini-hero__title {
        font-size: 0.95rem;
    }

    body.mall-mobile-app.page-product-detail .mall-detail-tip {
        padding: 0.42rem 0.7rem;
        font-size: 0.7rem;
    }

    body.mall-mobile-app.page-product-detail .mall-product-detail-layout {
        display: block;
    }

    body.mall-mobile-app.page-product-detail .mall-product-image {
        min-height: 156px;
        padding: 0.6rem;
    }

    body.mall-mobile-app.page-product-detail .mall-product-image img {
        height: 156px;
        min-height: 156px;
    }

    body.mall-mobile-app.page-product-detail .mall-product-detail-card .card-body {
        padding: 0.72rem !important;
        gap: 0.35rem;
    }

    body.mall-mobile-app.page-product-detail .mall-product-detail-card__title {
        font-size: 0.96rem;
    }

    body.mall-mobile-app.page-product-detail .mall-product-detail-card__price {
        font-size: 1.05rem;
    }

    body.mall-mobile-app.page-product-detail .mall-info-grid {
        grid-template-columns: 1fr;
        gap: 0.35rem;
    }

    body.mall-mobile-app.page-product-detail .mall-info-grid__item {
        padding: 0.45rem 0.5rem;
        font-size: 0.68rem;
    }

    body.mall-mobile-app.page-product-detail .mall-product-detail-summary__qty .form-label {
        font-size: 0.7rem;
    }

    body.mall-mobile-app.page-product-detail .mall-product-detail-summary__qty .form-control {
        min-height: 34px;
        font-size: 0.76rem;
    }

    body.mall-mobile-app.page-product-detail .mall-product-detail-summary__total {
        padding: 0.5rem 0.62rem;
    }

    body.mall-mobile-app.page-product-detail .mall-inline-summary {
        flex-direction: row;
        align-items: center;
    }

    body.mall-mobile-app.page-product-detail .mall-inline-summary__label {
        font-size: 0.65rem;
    }

    body.mall-mobile-app.page-product-detail .mall-inline-summary__value {
        font-size: 0.9rem;
    }

    body.mall-mobile-app.page-product-detail .mall-product-detail-desc {
        padding: 0.56rem 0.65rem;
    }

    body.mall-mobile-app.page-product-detail .mall-product-detail-desc .fw-bold {
        font-size: 0.76rem;
    }

    body.mall-mobile-app.page-product-detail .mall-product-detail-desc .text-muted {
        font-size: 0.68rem;
        -webkit-line-clamp: 2;
    }

    body.mall-mobile-app.page-product-detail .mall-product-actions--compact {
        gap: 0.35rem;
    }

    body.mall-mobile-app.page-product-detail .mall-product-actions--compact .btn {
        min-height: 34px;
        padding: 0.4rem 0.45rem;
        font-size: 0.74rem;
    }

    body.mall-mobile-app.page-order-detail .container.py-4 {
        min-height: calc(100vh - 102px);
        gap: 0.45rem;
        padding-top: 0.75rem !important;
        padding-bottom: 0.8rem !important;
    }

    body.mall-mobile-app.page-order-detail .mall-order-detail-hero {
        padding: 0.56rem 0.78rem;
    }

    body.mall-mobile-app.page-order-detail .mall-order-detail-hero .mall-mini-hero__title {
        font-size: 1.02rem;
    }

    body.mall-mobile-app.page-order-detail .mall-order-detail-tip {
        padding: 0.42rem 0.7rem;
        font-size: 0.76rem;
    }

    body.mall-mobile-app.page-order-detail .mall-order-detail-section .card-body {
        padding: 0.72rem !important;
    }

    body.mall-mobile-app.page-order-detail .mall-detail-kv {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.35rem;
    }

    body.mall-mobile-app.page-order-detail .mall-detail-kv__item {
        padding: 0.45rem 0.48rem;
        font-size: 0.82rem;
    }

    body.mall-mobile-app.page-order-detail .mall-order-card__top,
    body.mall-mobile-app.page-order-detail .mall-order-detail-item .mall-detail-item__top {
        flex-direction: row;
        align-items: flex-start;
    }

    body.mall-mobile-app.page-order-detail .mall-status-chip {
        min-height: 24px;
        font-size: 0.76rem;
    }

    body.mall-mobile-app.page-order-detail .mall-action-row {
        gap: 0.35rem;
    }

    body.mall-mobile-app.page-order-detail .mall-action-row .btn {
        min-height: 32px;
        padding: 0.32rem 0.42rem;
        font-size: 0.82rem;
    }

    body.mall-mobile-app.page-order-detail .mall-order-detail-section__title {
        margin-bottom: 0.45rem;
        font-size: 0.94rem;
    }

    body.mall-mobile-app.page-order-detail .mall-order-detail-item {
        padding: 0.52rem 0.56rem;
    }

    body.mall-mobile-app.page-order-detail .mall-order-detail-item .mall-detail-item__title {
        font-size: 0.9rem;
    }

    body.mall-mobile-app.page-order-detail .mall-order-detail-item .mall-detail-item__price {
        font-size: 0.9rem;
    }

    body.mall-mobile-app.page-order-detail .mall-order-detail-item .mall-cart-meta {
        font-size: 0.78rem;
    }

    body.mall-mobile-app.page-order-detail .mall-order-detail-meta-grid {
        gap: 0.35rem;
    }

    body.mall-mobile-app.page-order-detail .mall-order-detail-meta {
        padding: 0.46rem 0.52rem;
    }

    body.mall-mobile-app.page-order-detail .mall-order-detail-meta__label,
    body.mall-mobile-app.page-order-detail .mall-order-detail-meta__value {
        font-size: 0.9rem;
    }

    body.mall-mobile-app.page-address-list .mall-address-page-hero {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 0.45rem;
        padding: 0.72rem 0.82rem;
    }

    body.mall-mobile-app.page-address-list .mall-address-page-hero__action .mall-shortcut-link {
        width: auto;
        min-width: 68px;
        min-height: 30px;
        padding: 0.3rem 0.58rem;
        font-size: 0.7rem;
    }

    body.mall-mobile-app.page-address-edit .mall-address-edit-section__head {
        display: block;
    }

    body.mall-mobile-app.page-address-edit .mall-address-edit-section__note {
        max-width: none;
        margin-top: 0.2rem;
        text-align: left;
    }

    body.mall-mobile-app.page-cart .mall-home-product__body {
        align-items: flex-start;
    }

    body.mall-mobile-app.page-cart .mall-home-product__media {
        flex-basis: 78px;
    }

    body.mall-mobile-app.page-cart .mall-home-product__image {
        width: 78px;
        height: 70px;
    }

    body.mall-mobile-app.page-cart .mall-home-product__actions {
        flex-basis: 64px;
    }

    body.mall-mobile-app.page-cart .mall-cart-item__actions {
        flex-basis: 64px;
    }

    body.mall-mobile-app.page-cart .mall-cart-item__qty {
        width: 64px;
    }

    body.mall-mobile-app .mall-shortcut-link {
        width: 100%;
    }

    body.mall-mobile-app .mall-quick-grid {
        grid-template-columns: 1fr;
    }

    body.mall-mobile-app .mall-order-actions .btn,
    body.mall-mobile-app .mall-address-actions .btn,
    body.mall-mobile-app .mall-cart-actions .btn {
        flex: 1 1 100%;
    }

    body.mall-mobile-app.page-orders .mall-order-list-item__body {
        align-items: flex-start;
    }

    body.mall-mobile-app.page-orders .mall-order-actions .btn {
        flex: 1 1 100%;
    }

    body.mall-mobile-app .mall-cart-summary__top,
    body.mall-mobile-app .mall-order-card__top,
    body.mall-mobile-app .mall-address-card__top,
    body.mall-mobile-app .mall-cart-item__top,
    body.mall-mobile-app .mall-submit-product-item__top,
    body.mall-mobile-app .mall-detail-item__top,
    body.mall-mobile-app .mall-inline-summary,
    body.mall-mobile-app .mall-submit-product-total {
        flex-direction: column;
        align-items: flex-start;
    }

    body.mall-mobile-app .mall-cart-summary__top {
        align-items: center;
        gap: 0.55rem;
    }

    body.mall-mobile-app .mall-cart-summary__amount {
        gap: 0.4rem;
    }

    body.mall-mobile-app .mall-cart-summary__value {
        font-size: 1.1rem;
    }

    body.mall-mobile-app .mall-cart-summary__actions {
        gap: 0.35rem;
    }

    body.mall-mobile-app .mall-cart-summary__actions .btn {
        padding-left: 0.58rem;
        padding-right: 0.58rem;
        font-size: 0.72rem;
    }

    body.mall-mobile-app .mall-info-grid,
    body.mall-mobile-app .mall-refund-images {
        grid-template-columns: 1fr;
    }

}
