:root {
    --heli-red: #9E1F1A;
    --heli-gold: #C9A45C;
    --heli-paper: #F4EFE5;
    --heli-card: #FFFDF7;
    --heli-cream: #FFF8EC;
    --heli-ink: #2A2018;
    --heli-muted: #766553;
    --heli-line: #D8C4A0;
    --heli-soft: #E7D7BD;
    --heli-dark: #2B2119;
    --heli-ease: cubic-bezier(0.23, 1, 0.32, 1);
}

.heli-page {
    background: var(--heli-paper);
    color: var(--heli-ink);
    min-height: 100vh;
    font-family: "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
}

.heli-page a {
    color: inherit;
}

.heli-container {
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
}

.heli-site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(244, 239, 229, 0.92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(216, 196, 160, 0.7);
}

.heli-header-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 32px;
}

.heli-wordmark {
    width: 180px;
    display: inline-flex;
    flex-direction: column;
    line-height: 1;
}

.heli-wordmark-cn {
    font-family: "Noto Serif SC", SimSun, serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
}

.heli-wordmark-en {
    margin-top: 7px;
    font-size: 11px;
    font-weight: 700;
    color: var(--heli-muted);
}

.heli-nav {
    flex: 1;
    display: flex;
    justify-content: center;
    gap: 28px;
    font-size: 15px;
    color: var(--heli-muted);
}

.heli-nav a {
    transition: color 160ms var(--heli-ease);
}

.heli-nav a:hover {
    color: var(--heli-red);
}

.heli-header-cta,
.heli-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 24px;
    border-radius: 999px;
    font-weight: 700;
    transition: transform 160ms var(--heli-ease), background-color 160ms var(--heli-ease), border-color 160ms var(--heli-ease);
}

.heli-header-cta,
.heli-btn-primary {
    background: var(--heli-red);
    color: var(--heli-cream) !important;
}

.heli-btn-ghost {
    border: 1px solid var(--heli-line);
    background: var(--heli-card);
    color: var(--heli-ink) !important;
}

.heli-header-cta:active,
.heli-btn:active,
.heli-product-card a:active {
    transform: scale(0.97);
}

.heli-hero {
    padding: 76px 0 64px;
}

.heli-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
    align-items: center;
    gap: 64px;
}

.heli-kicker {
    color: var(--heli-red);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 16px;
}

.heli-hero h1,
.heli-section h2 {
    font-family: "Noto Serif SC", SimSun, serif;
    font-weight: 700;
    letter-spacing: 0;
}

.heli-hero h1 {
    max-width: 620px;
    font-size: clamp(40px, 5vw, 64px);
    line-height: 1.08;
}

.heli-lead {
    max-width: 580px;
    margin-top: 24px;
    color: var(--heli-muted);
    font-size: 18px;
    line-height: 1.8;
}

.heli-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.heli-proof-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.heli-proof-row span,
.heli-tag,
.heli-cert-row span {
    border: 1px solid var(--heli-line);
    background: rgba(255, 253, 247, 0.72);
    border-radius: 999px;
    color: var(--heli-muted);
    font-size: 13px;
    padding: 7px 12px;
}

.heli-gift-visual {
    position: relative;
    min-height: 460px;
    border-radius: 28px;
    background: radial-gradient(circle at 70% 22%, rgba(201, 164, 92, 0.3), transparent 26%),
        linear-gradient(145deg, #3A2B20, var(--heli-dark));
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(42, 32, 24, 0.18);
}

.heli-gift-box {
    position: absolute;
    left: 18%;
    top: 28%;
    width: 46%;
    aspect-ratio: 1.28;
    border-radius: 22px;
    background: var(--heli-red);
    box-shadow: inset 0 0 0 1px rgba(255, 248, 236, 0.14);
}

.heli-ribbon {
    position: absolute;
    display: block;
    background: var(--heli-gold);
    border-radius: 8px;
}

.heli-ribbon-x {
    left: 0;
    right: 0;
    top: 46%;
    height: 14px;
}

.heli-ribbon-y {
    top: 0;
    bottom: 0;
    left: 45%;
    width: 16px;
}

.heli-seal {
    position: absolute;
    right: -34px;
    bottom: -28px;
    width: 86px;
    height: 86px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--heli-gold);
    color: var(--heli-dark);
    font-family: "Noto Serif SC", SimSun, serif;
    font-weight: 700;
    font-size: 22px;
}

.heli-harvest-orbit {
    position: absolute;
    border-radius: 50%;
    opacity: 0.92;
}

.heli-orbit-one {
    right: 16%;
    top: 18%;
    width: 84px;
    height: 84px;
    background: #C64232;
}

.heli-orbit-two {
    right: 12%;
    top: 40%;
    width: 118px;
    height: 118px;
    background: #B89053;
}

.heli-orbit-three {
    right: 30%;
    bottom: 14%;
    width: 72px;
    height: 72px;
    background: #E3C576;
}

.heli-section {
    padding: 48px 0;
}

.heli-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.heli-section h2 {
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.18;
}

.heli-section-head > a {
    color: var(--heli-red);
    font-weight: 700;
}

.heli-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.heli-product-card,
.heli-panel,
.heli-flow-item {
    background: var(--heli-card);
    border: 1px solid var(--heli-line);
    border-radius: 18px;
}

.heli-product-card {
    padding: 18px;
    transition: transform 180ms var(--heli-ease), border-color 180ms var(--heli-ease), box-shadow 180ms var(--heli-ease);
}

@media (hover: hover) and (pointer: fine) {
    .heli-product-card:hover {
        transform: translateY(-3px);
        border-color: var(--heli-gold);
        box-shadow: 0 18px 42px rgba(42, 32, 24, 0.1);
    }
}

.heli-product-art {
    height: 158px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: var(--heli-cream);
    font-family: "Noto Serif SC", SimSun, serif;
    font-size: 24px;
    font-weight: 700;
}

.heli-product-photo {
    position: relative;
    overflow: hidden;
    align-items: end;
    justify-items: start;
    padding: 14px;
    background-position: center;
    background-size: cover;
    color: var(--heli-cream);
}

.heli-product-photo::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(42, 32, 24, 0.04), rgba(42, 32, 24, 0.42));
}

.heli-product-photo span {
    position: relative;
    display: inline-flex;
    padding: 7px 12px;
    border: 1px solid rgba(255, 253, 247, 0.44);
    border-radius: 999px;
    background: rgba(42, 32, 24, 0.58);
    font-family: "Noto Serif SC", SimSun, serif;
    font-size: 16px;
    line-height: 1;
    backdrop-filter: blur(8px);
}

.heli-art-gold { background: #B89053; }
.heli-art-red { background: #C73A2D; }
.heli-art-dark { background: var(--heli-dark); }
.heli-art-soft { background: var(--heli-gold); color: var(--heli-dark); }

.heli-product-card .heli-tag {
    display: inline-flex;
    margin-top: 16px;
}

.heli-product-card h3 {
    margin-top: 14px;
    font-family: "Noto Serif SC", SimSun, serif;
    font-size: 22px;
    font-weight: 700;
}

.heli-product-card p:not(.heli-tag) {
    margin-top: 10px;
    color: var(--heli-muted);
    line-height: 1.6;
}

.heli-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 20px;
}

.heli-card-bottom strong {
    color: var(--heli-red);
    font-size: 26px;
}

.heli-card-bottom a {
    border-radius: 999px;
    background: var(--heli-red);
    color: var(--heli-cream) !important;
    font-weight: 700;
    padding: 9px 18px;
    transition: transform 160ms var(--heli-ease);
}

.heli-split-section {
    padding-top: 34px;
}

.heli-split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.heli-panel {
    min-height: 280px;
    padding: 40px;
}

.heli-panel p:not(.heli-kicker) {
    max-width: 520px;
    margin-top: 18px;
    color: var(--heli-muted);
    line-height: 1.8;
    font-size: 17px;
}

.heli-panel .heli-btn {
    margin-top: 28px;
}

.heli-panel-dark {
    background: var(--heli-dark);
    color: var(--heli-cream);
    border-color: transparent;
}

.heli-panel-dark p:not(.heli-kicker) {
    color: var(--heli-soft);
}

.heli-cert-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.heli-flow-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.heli-flow-item {
    padding: 28px;
}

.heli-flow-item span {
    color: var(--heli-gold);
    font-weight: 800;
}

.heli-flow-item strong {
    display: block;
    margin-top: 14px;
    font-size: 20px;
}

.heli-flow-item p {
    margin-top: 10px;
    color: var(--heli-muted);
    line-height: 1.7;
}

@media only screen and (max-width: 900px) {
    .heli-header-inner {
        min-height: 64px;
        justify-content: space-between;
    }

    .heli-nav,
    .heli-header-cta {
        display: none;
    }

    .heli-wordmark-cn {
        font-size: 26px;
    }

    .heli-hero {
        padding: 34px 0 30px;
    }

    .heli-hero-grid,
    .heli-split-grid,
    .heli-flow-grid {
        grid-template-columns: 1fr;
    }

    .heli-hero-grid {
        gap: 28px;
    }

    .heli-lead {
        font-size: 16px;
    }

    .heli-gift-visual {
        min-height: 300px;
    }

    .heli-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .heli-product-card {
        padding: 12px;
    }

    .heli-product-art {
        height: 120px;
    }

    .heli-panel {
        padding: 28px;
        min-height: auto;
    }
}

@media only screen and (max-width: 480px) {
    .heli-container {
        width: min(100% - 24px, 1200px);
    }

    .heli-hero h1 {
        font-size: 34px;
    }

    .heli-actions .heli-btn {
        flex: 1;
        padding: 0 12px;
    }

    .heli-section {
        padding: 32px 0;
    }

    .heli-product-grid {
        grid-template-columns: 1fr;
    }

    .heli-section-head {
        align-items: flex-start;
    }

    .heli-card-bottom strong {
        font-size: 22px;
    }
}

body.index-search-index,
body.index-goods-index,
body.index-cart-index,
body.index-buy-index {
    background: var(--heli-paper);
    color: var(--heli-ink);
}

body.index-search-index .am-container,
body.index-goods-index .am-container,
body.index-cart-index .am-container,
body.index-buy-index .am-container {
    max-width: 1200px;
}

body.index-search-index .nav-search,
body.index-goods-index .nav-search,
body.index-cart-index .nav-search,
body.index-buy-index .nav-search,
body.index-search-index .header-nav,
body.index-goods-index .header-nav,
body.index-cart-index .header-nav,
body.index-buy-index .header-nav {
    background: rgba(255, 253, 247, 0.94);
    border-bottom: 1px solid var(--heli-line);
}

.heli-shopxo-wordmark {
    display: inline-grid;
    gap: 2px;
    color: var(--heli-ink) !important;
    text-decoration: none;
}

.heli-shopxo-wordmark-cn {
    font-family: "Noto Serif SC", SimSun, serif;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
}

.heli-shopxo-wordmark-en {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
}

.heli-shopxo-wordmark-sm .heli-shopxo-wordmark-cn {
    font-size: 24px;
}

.heli-shopxo-wordmark-sm .heli-shopxo-wordmark-en {
    font-size: 11px;
}

body.index-search-index .submit,
body.index-goods-index .submit,
body.index-cart-index .submit,
body.index-buy-index .submit,
body.index-search-index .am-btn-primary,
body.index-goods-index .am-btn-primary,
body.index-cart-index .am-btn-primary,
body.index-buy-index .am-btn-primary {
    border-color: var(--heli-red);
    background: var(--heli-red);
    color: var(--heli-cream);
    transition: transform 160ms var(--heli-ease), background-color 160ms var(--heli-ease), border-color 160ms var(--heli-ease);
}

body.index-search-index .submit:active,
body.index-goods-index .submit:active,
body.index-cart-index .submit:active,
body.index-buy-index .submit:active,
body.index-search-index .am-btn-primary:active,
body.index-goods-index .am-btn-primary:active,
body.index-cart-index .am-btn-primary:active,
body.index-buy-index .am-btn-primary:active {
    transform: scale(0.97);
}

body.index-search-index a,
body.index-goods-index a,
body.index-cart-index a,
body.index-buy-index a {
    color: var(--heli-red);
}

body.index-search-index .goods-items,
body.index-search-index .goods-item,
body.index-search-index .goods-base,
body.index-goods-index .goods-base,
body.index-cart-index .cart-table,
body.index-cart-index .cart-list,
body.index-buy-index .buy-items,
body.index-buy-index .buy-item,
body.index-buy-index .buy-address,
body.index-buy-index .buy-order,
body.index-buy-index .plugins-buy-container {
    border-color: var(--heli-line);
    background: var(--heli-card);
    border-radius: 12px;
}

body.index-search-index .goods-item,
body.index-search-index .goods-items {
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(42, 32, 24, 0.06);
    transition: transform 180ms var(--heli-ease), box-shadow 180ms var(--heli-ease), border-color 180ms var(--heli-ease);
}

@media (hover: hover) and (pointer: fine) {
    body.index-search-index .goods-item:hover,
    body.index-search-index .goods-items:hover {
        transform: translateY(-3px);
        border-color: var(--heli-gold);
        box-shadow: 0 18px 42px rgba(42, 32, 24, 0.1);
    }
}

body.index-search-index .goods-images,
body.index-goods-index .goods-photo,
body.index-goods-index .swiper-slide img,
body.index-cart-index .goods-images,
body.index-buy-index .goods-images {
    border-radius: 10px;
    background: var(--heli-cream);
}

body.index-search-index .goods-title a,
body.index-goods-index h1,
body.index-goods-index .goods-title,
body.index-cart-index .goods-title,
body.index-buy-index .goods-title {
    color: var(--heli-ink);
    font-family: "Noto Serif SC", SimSun, serif;
    font-weight: 700;
}

body.index-search-index .goods-price,
body.index-search-index .price,
body.index-goods-index .goods-price,
body.index-goods-index .price,
body.index-cart-index .price,
body.index-buy-index .price,
body.index-buy-index .buy-price {
    color: var(--heli-red);
}

body.index-search-index .map-base-tips,
body.index-search-index .sort-nav,
body.index-search-index .search-map,
body.index-goods-index .goods-nav-tabs,
body.index-goods-index .goods-buy-nav,
body.index-cart-index .cart-nav,
body.index-buy-index .buy-header {
    border-color: var(--heli-line);
    background: rgba(255, 253, 247, 0.92);
    border-radius: 10px;
}

body.index-search-index .search-map [class*="brand"],
body.index-search-index #search-map [class*="brand"] {
    display: none !important;
}

body.index-goods-index .content-web {
    color: var(--heli-ink);
    line-height: 1.8;
}

body.index-goods-index .heli-detail-content {
    padding: 28px;
    border: 1px solid var(--heli-line);
    border-radius: 12px;
    background: var(--heli-card);
}

body.index-goods-index .heli-detail-content h2 {
    margin-bottom: 10px;
    color: var(--heli-ink);
    font-family: "Noto Serif SC", SimSun, serif;
    font-size: 28px;
}

body.index-goods-index .heli-detail-content ul {
    margin: 16px 0;
    padding-left: 20px;
    color: var(--heli-muted);
}

body.index-goods-index .heli-detail-content img {
    display: block;
    width: min(680px, 100%);
    margin: 22px auto 0;
    border-radius: 14px;
}

body.index-cart-index .cart-empty,
body.index-buy-index .buy-empty,
body.index-search-index .table-no {
    color: var(--heli-muted);
}

.heli-checkout-hero {
    margin: 24px auto 18px;
    padding: 24px 28px;
    border: 1px solid var(--heli-line);
    border-radius: 10px;
    background: rgba(255, 253, 247, 0.86);
}

.heli-checkout-hero p {
    margin: 0 0 8px;
    color: var(--heli-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
}

.heli-checkout-hero h1 {
    margin: 0;
    color: var(--heli-ink);
    font-family: "Noto Serif SC", SimSun, serif;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
}

.heli-checkout-hero span {
    display: block;
    max-width: 680px;
    margin-top: 10px;
    color: var(--heli-muted);
    font-size: 15px;
    line-height: 1.8;
}

body.index-cart-index .cart-table {
    padding: 6px 18px 14px;
    border: 1px solid var(--heli-line);
    box-shadow: 0 12px 34px rgba(42, 32, 24, 0.06);
}

body.index-cart-index .cart-table .am-table {
    margin-bottom: 0;
}

body.index-cart-index .cart-table thead th {
    border-bottom: 1px solid var(--heli-line);
    color: var(--heli-muted);
    font-size: 13px;
    font-weight: 700;
}

body.index-cart-index .cart-table tbody tr {
    border-bottom: 1px solid rgba(216, 196, 160, 0.45);
}

body.index-cart-index .cart-table tbody tr:last-child {
    border-bottom: 0;
}

body.index-cart-index .goods-detail {
    display: flex;
    align-items: center;
    gap: 14px;
}

body.index-cart-index .goods-detail img {
    width: 92px;
    height: 92px;
    object-fit: cover;
    border-color: var(--heli-line);
}

body.index-cart-index .goods-attr {
    margin-top: 8px;
    color: var(--heli-muted);
    font-size: 13px;
    line-height: 1.7;
}

body.index-cart-index .line-price,
body.index-cart-index .total-price-content,
body.index-cart-index .nav-total-price {
    color: var(--heli-red) !important;
    font-weight: 800;
}

body.index-cart-index .stock-tag .am-input-group-label {
    min-width: 34px;
    border-color: var(--heli-line);
    background: var(--heli-cream);
    color: var(--heli-ink);
    transition: transform 140ms var(--heli-ease), background-color 140ms var(--heli-ease);
}

body.index-cart-index .stock-tag .am-input-group-label:active {
    transform: scale(0.97);
}

body.index-cart-index .stock-tag input {
    border-color: var(--heli-line);
    text-align: center;
}

body.index-cart-index .cart-nav > .am-container {
    border: 1px solid var(--heli-line);
    box-shadow: 0 10px 28px rgba(42, 32, 24, 0.07);
}

body.index-cart-index .separate-submit {
    border-color: var(--heli-red) !important;
    background: var(--heli-red) !important;
    color: var(--heli-cream) !important;
    font-weight: 800;
    transition: transform 160ms var(--heli-ease), background-color 160ms var(--heli-ease);
}

body.index-cart-index .separate-submit:active {
    transform: scale(0.97);
}

.heli-cart-empty-panel {
    min-height: 280px;
    margin: 0 auto 42px;
    padding: 36px;
    border: 1px solid var(--heli-line);
    border-radius: 10px;
    background: var(--heli-card);
    box-shadow: 0 14px 36px rgba(42, 32, 24, 0.07);
}

.heli-cart-empty-panel img {
    max-width: 150px;
    opacity: 0.74;
}

.heli-cart-empty-panel .mixed-tips-content {
    max-width: 520px;
    margin-left: 30px;
}

.heli-empty-kicker {
    margin: 0 0 8px;
    color: var(--heli-red);
    font-size: 12px;
    font-weight: 800;
}

.heli-empty-copy {
    margin: 10px 0 18px;
    color: var(--heli-muted);
    font-size: 15px;
    line-height: 1.8;
}

.heli-empty-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    margin-bottom: 14px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--heli-red);
    color: var(--heli-cream) !important;
    font-weight: 800;
    transition: transform 160ms var(--heli-ease), background-color 160ms var(--heli-ease);
}

.heli-empty-cta:active {
    transform: scale(0.97);
}

body.index-buy-index .heli-buy-page {
    padding-bottom: 34px;
}

body.index-buy-index .link-list,
body.index-buy-index .address-container,
body.index-buy-index .buy-goods-container,
body.index-buy-index .buy-pay-footer,
body.index-buy-index .buy-message,
body.index-buy-index .buy-nav-footer {
    color: var(--heli-ink);
}

body.index-buy-index .address-container,
body.index-buy-index .buy-goods-container,
body.index-buy-index .buy-pay-footer,
body.index-buy-index .buy-message,
body.index-buy-index .buy-nav-footer .box {
    border: 1px solid var(--heli-line);
    border-radius: 10px;
    background: var(--heli-card) !important;
    box-shadow: 0 10px 30px rgba(42, 32, 24, 0.05);
}

body.index-buy-index .buy-header-nav .am-tabs-nav {
    border-color: var(--heli-line);
}

body.index-buy-index .buy-header-nav .am-active a,
body.index-buy-index .control h3,
body.index-buy-index .buy-items h3,
body.index-buy-index .order-extra h3,
body.index-buy-index .buy-line-title {
    color: var(--heli-ink);
    font-family: "Noto Serif SC", SimSun, serif;
    font-weight: 800;
}

body.index-buy-index .address-cart {
    border-color: var(--heli-line);
    background: var(--heli-cream);
    transition: transform 160ms var(--heli-ease), border-color 160ms var(--heli-ease), box-shadow 160ms var(--heli-ease);
}

@media (hover: hover) and (pointer: fine) {
    body.index-buy-index .address-cart:hover {
        transform: translateY(-2px);
        border-color: var(--heli-gold);
        box-shadow: 0 14px 30px rgba(42, 32, 24, 0.08);
    }
}

body.index-buy-index .address-default,
body.index-buy-index .payment-list li.selected .business-item {
    border-color: var(--heli-red) !important;
    box-shadow: 0 0 0 1px rgba(158, 31, 26, 0.16);
}

body.index-buy-index .memo-input {
    width: 100%;
    min-height: 92px;
    padding: 12px 14px;
    border: 1px solid var(--heli-line);
    border-radius: 8px;
    background: var(--heli-cream);
    color: var(--heli-ink);
    line-height: 1.7;
}

body.index-buy-index .memo-input:focus {
    border-color: var(--heli-gold);
    outline: 0;
}

body.index-buy-index .buy-order-nav .price,
body.index-buy-index .buy-order-nav .nav-total-price {
    color: var(--heli-red) !important;
}

body.index-buy-index .buy-submit {
    min-width: 180px;
    border-color: var(--heli-red) !important;
    background: var(--heli-red) !important;
    color: var(--heli-cream) !important;
    font-weight: 800;
    transition: transform 160ms var(--heli-ease), background-color 160ms var(--heli-ease);
}

body.index-buy-index .buy-submit:active {
    transform: scale(0.97);
}

@media (max-width: 640px) {
    body.index-search-index .goods-title a,
    body.index-goods-index h1,
    body.index-cart-index .goods-title,
    body.index-buy-index .goods-title {
        font-size: 17px;
        line-height: 1.45;
    }

    body.index-goods-index .heli-detail-content {
        padding: 18px;
    }

    body.index-search-index .search-container {
        padding-right: 0;
        padding-left: 0;
    }

    .heli-checkout-hero {
        margin: 14px 12px;
        padding: 18px;
    }

    .heli-checkout-hero h1 {
        font-size: 25px;
    }

    body.index-cart-index .cart-table {
        padding: 8px 10px;
    }

    body.index-cart-index .cart-table .am-table,
    body.index-cart-index .cart-table thead,
    body.index-cart-index .cart-table tbody,
    body.index-cart-index .cart-table tr,
    body.index-cart-index .cart-table td {
        display: block;
        width: 100%;
    }

    body.index-cart-index .cart-table thead {
        display: none;
    }

    body.index-cart-index .cart-table tbody tr {
        padding: 14px 0;
    }

    body.index-cart-index .goods-detail {
        align-items: flex-start;
    }

    body.index-cart-index .goods-detail img {
        width: 78px;
        height: 78px;
    }

    body.index-cart-index .number,
    body.index-cart-index .operation {
        margin-top: 10px;
        text-align: left !important;
    }

    body.index-cart-index .cart-nav > .am-container {
        padding: 12px !important;
    }

    body.index-cart-index .cart-nav .nav-left,
    body.index-cart-index .cart-nav .nav-right {
        float: none;
        width: 100%;
        padding: 0 !important;
    }

    body.index-cart-index .cart-nav .nav-right form {
        display: grid;
        gap: 8px;
        margin-top: 12px;
    }

    .heli-cart-empty-panel {
        margin: 0 12px 28px;
        padding: 24px 18px;
        text-align: left;
    }

    .heli-cart-empty-panel img {
        display: none;
    }

    .heli-cart-empty-panel .mixed-tips-content {
        float: none;
        max-width: none;
        margin-left: 0;
    }

    body.index-buy-index .heli-buy-page {
        padding-right: 12px;
        padding-left: 12px;
    }

    body.index-buy-index .address-container,
    body.index-buy-index .buy-goods-container,
    body.index-buy-index .buy-pay-footer,
    body.index-buy-index .buy-message,
    body.index-buy-index .buy-nav-footer .box {
        border-radius: 8px;
    }

    body.index-buy-index .buy-submit {
        width: 100%;
    }
}
