.recommend p {
    font-size: 14px;
}

.order-toast {
    position: fixed;
    top: 18px;
    left: 50%;
    z-index: 1200;
    transform: translate(-50%, -16px);
    min-width: 132px;
    max-width: calc(100vw - 36px);
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(16, 32, 48, 0.92);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 18px 44px rgba(16, 32, 48, 0.22);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.order-toast--show {
    opacity: 1;
    transform: translate(-50%, 0);
}

.order-toast--error {
    background: rgba(255, 91, 91, 0.95);
}

.purchase-modal .modal-content {
    border: 0;
}

.purchase-modal__dialog {
    max-width: 430px;
    padding: 0 14px;
}

.purchase-modal__content {
    overflow: hidden;
    border-radius: 26px;
    background:
        radial-gradient(circle at top right, rgba(43, 121, 255, 0.12), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 28px 70px rgba(16, 32, 48, 0.18);
}

.purchase-modal__header {
    justify-content: center;
    padding: 18px 22px 10px;
    border-bottom: 0;
    position: relative;
}

.purchase-modal__badge {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    background: linear-gradient(135deg, #0f2037 0%, #2b79ff 100%);
    color: #fff;
    box-shadow: 0 14px 28px rgba(15, 123, 255, 0.16);
    font-size: 1.1rem;
}

.purchase-modal__title {
    margin: 0;
    font-size: 1.08rem;
    font-weight: 900;
    color: #122033;
    letter-spacing: 0.02em;
}

.purchase-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    opacity: 0.55;
}

.purchase-modal__body {
    padding: 8px 24px 20px;
    color: #526377;
    line-height: 1.75;
    text-align: center;
}

.purchase-modal__body p:last-child {
    margin-bottom: 0;
}

.purchase-modal__footer {
    justify-content: center;
    padding: 0 24px 22px;
    border-top: 0;
}

.purchase-modal__button {
    min-width: 140px;
    border: 0;
    border-radius: 999px;
    padding: 10px 18px;
    background: linear-gradient(135deg, #102030 0%, #2b79ff 100%);
    color: #fff;
    font-weight: 700;
}

.purchase-modal__button:hover,
.purchase-modal__button:focus {
    color: #fff;
    background: linear-gradient(135deg, #102030 0%, #2b79ff 100%);
}

.order-hero--bill .order-hero__title {
    display: block;
    margin-bottom: 1px !important;
    letter-spacing: 0.02em;
    font-weight: 900;
    color: #11253d;
    text-shadow: 0 10px 24px rgba(15, 123, 255, 0.08);
    background: linear-gradient(135deg, #0f2037 0%, #183c67 52%, #2b79ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.bill-summary-panel .buy-form__panel-title {
    margin-bottom: 2px;
}

.bill-summary-list {
    gap: 4px !important;
}

.bill-summary-list > div,
.bill-summary-list .order-summary-top > div {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.bill-summary-list .order-summary-top {
    padding-bottom: 0 !important;
}

.order-hero--info .order-hero__title {
    display: block;
    margin-bottom: 4px !important;
    letter-spacing: 0.01em;
    font-weight: 900;
    color: #11253d;
    text-align: center;
}

.order-hero--info .order-hero__intro > div[style*="display:flex"] {
    justify-content: center;
}

.orderinfo-panel .buy-form__panel-title {
    margin-bottom: 2px;
}

.orderinfo-list {
    gap: 4px !important;
}

.orderinfo-list > div {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.orderinfo-top {
    gap: 8px !important;
}

@media (max-width: 575.98px) {
    .purchase-modal__dialog {
        padding: 0 10px;
    }

    .purchase-modal__content {
        border-radius: 22px;
    }

    .purchase-modal__header {
        padding: 16px 18px 8px;
    }

    .purchase-modal__badge {
        width: 40px;
        height: 40px;
        border-radius: 14px;
        margin-right: 10px;
        font-size: 1rem;
    }

    .purchase-modal__title {
        font-size: 1rem;
    }

    .purchase-modal__body {
        padding: 6px 18px 16px;
        font-size: 0.88rem;
        line-height: 1.66;
    }

    .purchase-modal__footer {
        padding: 0 18px 18px;
    }

    .purchase-modal__button {
        min-width: 120px;
        padding: 9px 16px;
        font-size: 0.88rem;
    }

    .order-hero--bill {
        padding: 2px 10px 0 !important;
    }

    .order-hero--bill .order-hero__title {
        letter-spacing: 0.01em;
        text-shadow: 0 6px 16px rgba(15, 123, 255, 0.07);
        font-size: 1.08rem !important;
    }

    .bill-summary-panel .buy-form__panel-title {
        margin-bottom: 1px;
        font-size: 0.88rem;
    }

    .bill-summary-list {
        gap: 2px !important;
    }

    .bill-summary-list > div,
    .bill-summary-list .order-summary-top > div {
        padding-top: 3px !important;
        padding-bottom: 3px !important;
    }

    .bill-summary-panel {
        padding: 5px 8px !important;
    }

    .bill-summary-list span,
    .bill-summary-list div[style*="font-size:12px"] {
        font-size: 0.72rem !important;
    }

    .bill-summary-list strong,
    .bill-summary-list .goods-chip,
    .bill-summary-list div[style*="font-weight:600"],
    .bill-summary-list div[style*="font-size:1.8rem"] {
        font-size: 0.84rem !important;
    }

    .bill-pay-note {
        margin-bottom: 4px;
        font-size: 0.72rem;
    }

    .bill-pay-cta {
        margin-top: 4px !important;
    }

    .bill-pay-cta .buy-submit {
        padding: 8px 14px !important;
    }

    .order-hero--info {
        min-height: auto !important;
        padding: 2px 10px 2px !important;
    }

    .order-hero--info .section-kicker {
        display: none;
    }

    .order-hero--info .order-hero__title {
        margin-bottom: 2px !important;
        font-size: 1.06rem !important;
        line-height: 1.06;
    }

    .order-hero--info .goods-chip {
        padding: 4px 8px;
        font-size: 0.68rem;
    }

    .orderinfo-top {
        gap: 5px !important;
        margin-top: 4px;
    }

    .orderinfo-top .order-mini-card {
        padding: 7px 9px !important;
        border-radius: 12px !important;
    }

    .orderinfo-top .order-mini-card--wide {
        padding: 8px 10px !important;
    }

    .orderinfo-top .order-mini-grid {
        gap: 6px !important;
    }

    .orderinfo-top .order-mini-card div:first-child {
        font-size: 9px !important;
    }

    .orderinfo-top .order-mini-card div:last-child {
        margin-top: 2px !important;
        font-size: 0.8rem !important;
        line-height: 1.15;
    }

    .orderinfo-panel {
        padding: 5px 8px !important;
    }

    .orderinfo-panel .buy-form__panel-title {
        margin-bottom: 1px;
        font-size: 0.88rem;
    }

    .orderinfo-list {
        gap: 2px !important;
    }

    .orderinfo-list > div {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

    .orderinfo-list span {
        font-size: 0.72rem !important;
    }

    .orderinfo-list strong {
        font-size: 0.84rem !important;
        line-height: 1.16;
    }

    .orderinfo-list textarea.form-control {
        min-height: 110px;
        padding: 10px 12px;
        font-size: 0.82rem;
    }

    .orderinfo-panel .buy-submit {
        padding: 8px 14px !important;
    }
}

.hero-section {
    padding: 44px 0 18px;
}

.mobile-notice-strip {
    display: none;
}

.mobile-notice-rail {
    position: relative;
    height: 42px;
    overflow: hidden;
    border: 1px solid rgba(18, 32, 51, 0.06);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 12px 24px rgba(18, 32, 51, 0.06);
}

.mobile-notice-rail__item {
    position: absolute;
    inset: 0 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.42s ease, transform 0.42s ease;
    color: rgba(66, 85, 106, 0.42);
    font-size: 0.88rem;
    font-weight: 600;
    white-space: nowrap;
}

.mobile-notice-rail__item.is-active {
    opacity: 1;
    transform: translateY(0);
    color: #102030;
}

.mobile-notice-rail__item.is-leaving {
    opacity: 0;
    transform: translateY(-12px);
}

.hero-panel {
    position: relative;
    overflow: hidden;
    padding: 36px;
    border: 1px solid rgba(18, 32, 51, 0.08);
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(15, 123, 255, 0.18), transparent 28%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 249, 253, 0.98) 100%);
    box-shadow: 0 24px 70px rgba(18, 32, 51, 0.1);
}

.hero-eyebrow {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(15, 123, 255, 0.08);
    color: #0f7bff;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 12px;
}

.hero-title {
    margin: 18px 0 14px;
    font-size: clamp(2.3rem, 5vw, 4.6rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
    font-weight: 800;
    color: #102030;
}

.hero-subtitle {
    max-width: 640px;
    margin: 0;
    color: #5c6d82;
    font-size: 1.05rem;
}

.hero-availability {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 26px;
    padding: 18px 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(18, 32, 51, 0.07);
    box-shadow: 0 18px 36px rgba(18, 32, 51, 0.06);
}

.hero-availability__badge {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 104px;
    padding: 12px 12px 10px;
    border-radius: 18px;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.98), transparent 34%),
        linear-gradient(180deg, #fffdfb 0%, #f7f9fc 54%, #eef2f7 100%);
    border: 1px solid rgba(18, 32, 51, 0.06);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.95),
        inset 0 -8px 14px rgba(18, 32, 51, 0.03),
        0 12px 28px rgba(18, 32, 51, 0.08);
    overflow: visible;
}

.hero-availability__badge::before {
    content: "";
    position: absolute;
    inset: -2px 2px auto 2px;
    height: 12px;
    border-radius: 999px;
    opacity: 0.95;
}

.hero-availability__badge::after {
    content: "";
    position: absolute;
    inset: 8px 0 0 0;
    background:
        radial-gradient(130% 70% at 0% 0%, rgba(255, 122, 89, 0.16), transparent 42%),
        radial-gradient(130% 70% at 100% 0%, rgba(41, 196, 106, 0.16), transparent 42%);
    pointer-events: none;
}

.hero-availability__top {
    margin-top: 2px;
    color: #1d5fc4;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
}

.hero-availability__main {
    margin-top: 5px;
    color: #122033;
    font-size: 1.05rem;
    font-weight: 900;
    line-height: 1;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

.hero-availability__bottom {
    margin-top: 5px;
    color: #6d7f92;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.hero-availability__cycle {
    position: absolute;
    left: 50%;
    top: -28px;
    width: 44px;
    height: 28px;
    transform: translateX(-50%);
    z-index: 3;
    pointer-events: none;
}

.hero-availability__sun,
.hero-availability__moon {
    position: absolute;
    left: 50%;
    top: 0;
    width: 22px;
    height: 22px;
    margin-left: -11px;
    border-radius: 50%;
    box-shadow: 0 8px 18px rgba(18, 32, 51, 0.12);
}

.hero-availability__sun {
    background: radial-gradient(circle at 35% 35%, #fff7b0 0%, #ffd44d 52%, #f3a11f 100%);
    animation: hero-sun-cycle 3.6s ease-in-out infinite;
}

.hero-availability__sun::before {
    content: "";
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    background:
        conic-gradient(
            from 0deg,
            rgba(243, 161, 31, 0.95) 0deg 18deg,
            transparent 18deg 45deg,
            rgba(243, 161, 31, 0.95) 45deg 63deg,
            transparent 63deg 90deg,
            rgba(243, 161, 31, 0.95) 90deg 108deg,
            transparent 108deg 135deg,
            rgba(243, 161, 31, 0.95) 135deg 153deg,
            transparent 153deg 180deg,
            rgba(243, 161, 31, 0.95) 180deg 198deg,
            transparent 198deg 225deg,
            rgba(243, 161, 31, 0.95) 225deg 243deg,
            transparent 243deg 270deg,
            rgba(243, 161, 31, 0.95) 270deg 288deg,
            transparent 288deg 315deg,
            rgba(243, 161, 31, 0.95) 315deg 333deg,
            transparent 333deg 360deg
        );
    -webkit-mask: radial-gradient(circle, transparent 55%, #000 56%);
            mask: radial-gradient(circle, transparent 55%, #000 56%);
}

.hero-availability__moon {
    background: radial-gradient(circle at 35% 35%, #dce7ff 0%, #b9c9f2 58%, #8fa2d9 100%);
    animation: hero-moon-cycle 3.6s ease-in-out infinite;
}

.hero-availability__moon::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 7px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: linear-gradient(180deg, #fffdfb 0%, #f7f9fc 54%, #eef2f7 100%);
}

@keyframes hero-sun-cycle {
    0%, 44% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
    50%, 100% {
        opacity: 0;
        transform: scale(0.75) rotate(30deg);
    }
}

@keyframes hero-moon-cycle {
    0%, 44% {
        opacity: 0;
        transform: scale(0.75);
    }
    50%, 100% {
        opacity: 1;
        transform: scale(1);
    }
}

.hero-availability__content strong {
    display: block;
    color: #102030;
    font-size: 1.08rem;
    font-weight: 800;
}

.hero-availability__content span {
    display: block;
    margin-top: 6px;
    color: #6d7b8d;
    font-size: 0.94rem;
    line-height: 1.6;
}

.support-banner {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 14px;
    padding: 14px 18px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(18, 32, 51, 0.07);
    box-shadow: 0 16px 30px rgba(18, 32, 51, 0.05);
}

.support-banner__item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.support-banner__icon {
    position: relative;
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 12px;
    background: linear-gradient(180deg, #fffdfb 0%, #eef2f7 100%);
    border: 1px solid rgba(18, 32, 51, 0.06);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.95);
}

.support-banner__icon::before,
.support-banner__icon::after {
    content: "";
    position: absolute;
    background: #102030;
}

.support-banner__icon--service::before {
    width: 14px;
    height: 3px;
    left: 10px;
    top: 11px;
    border-radius: 999px;
}

.support-banner__icon--service::after {
    width: 18px;
    height: 3px;
    left: 8px;
    top: 18px;
    border-radius: 999px;
}

.support-banner__icon--wechat::before {
    width: 14px;
    height: 10px;
    left: 6px;
    top: 8px;
    border-radius: 10px 10px 10px 2px;
}

.support-banner__icon--wechat::after {
    width: 12px;
    height: 9px;
    right: 5px;
    bottom: 7px;
    border-radius: 9px 9px 2px 9px;
}

.support-banner__label {
    color: #223247;
    font-size: 0.98rem;
    font-weight: 800;
    white-space: nowrap;
}

.support-banner__divider {
    width: 1px;
    align-self: stretch;
    background: rgba(18, 32, 51, 0.08);
}

.notice-card {
    height: 100%;
    padding: 24px;
    border-radius: 28px;
    background: linear-gradient(160deg, #102030 0%, #203955 100%);
    color: #f4f7fb;
    box-shadow: 0 24px 48px rgba(16, 32, 48, 0.24);
}

.notice-card__label {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.notice-card__content {
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.7;
}

.home-main {
    padding-bottom: 24px;
}

.category-shell {
    padding: 26px 0 18px;
}

.section-heading {
    max-width: 680px;
    margin: 0 auto 26px;
}

.section-heading h2 {
    margin-bottom: 10px;
    font-size: clamp(1.8rem, 3vw, 2.7rem);
    font-weight: 800;
    color: #102030;
}

.section-heading p {
    margin-bottom: 0;
    color: #6c7d90;
    font-size: 1rem;
}

.category-pills {
    gap: 10px;
}

.category-pills .nav-item {
    margin: 0;
}

.category-pills a,
.category-pills button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(18, 32, 51, 0.08);
    color: #405063;
    font-weight: 600;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    appearance: none;
}

.category-pills a.active,
.category-pills a:hover,
.category-pills button.active,
.category-pills button:hover {
    color: #fff;
    background: linear-gradient(135deg, #102030 0%, #0f7bff 100%);
    box-shadow: 0 18px 38px rgba(15, 123, 255, 0.18);
}

.category-pills button:active,
.category-pills a:active {
    transform: scale(0.975);
    box-shadow: 0 10px 18px rgba(18, 32, 51, 0.12);
}

.category-pills button:not(.active):hover,
.category-pills a:not(.active):hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(18, 32, 51, 0.08);
}

.goods-buy {
    line-height: 40px;
    font-size: 13px;
}

.goods-card {
    overflow: hidden;
    border: 1px solid rgba(18, 32, 51, 0.08);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 42px rgba(18, 32, 51, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.goods-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 52px rgba(18, 32, 51, 0.14);
}

.goods-card__media {
    aspect-ratio: 4 / 3;
    position: relative;
    padding: 24px 24px 0;
}

.goods-card .goods-badge {
    position: absolute;
    left: 22px;
    top: 18px;
    z-index: 3;
}

.goods-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}

.goods-card__body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 22px;
}

.goods-card__meta {
    color: #7a8a9d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.goods-card__title {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.4;
    font-weight: 700;
    color: #122033;
}

.goods-card__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.goods-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.goods-chip--price {
    background: rgba(20, 184, 102, 0.12);
    color: #0d8f54;
}

.goods-chip--discount {
    background: rgba(242, 159, 5, 0.14);
    color: #a86b00;
}

.goods-chip--custom {
    position: relative;
    padding: 9px 14px;
    color: #fff;
    transform: translateY(-1px);
}

.goods-chip--custom::before {
    content: "HOT";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    padding: 2px 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.92);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.goods-chip--hot {
    background: linear-gradient(135deg, #ff7b54 0%, #ff4d6d 100%);
    box-shadow: 0 14px 24px rgba(255, 77, 109, 0.22);
}

.goods-chip--sky {
    background: linear-gradient(135deg, #1d4ed8 0%, #0ea5e9 100%);
    box-shadow: 0 14px 24px rgba(14, 165, 233, 0.22);
}

.goods-chip--mint {
    background: linear-gradient(135deg, #059669 0%, #34d399 100%);
    box-shadow: 0 14px 24px rgba(52, 211, 153, 0.22);
}

.goods-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
}

.goods-stock {
    flex: 1;
    color: #6b7b8f;
    font-size: 0.92rem;
}

.goods-stock__meta {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 6px;
    line-height: 1;
}

.goods-stock__meta span {
    color: #6f7f91;
    font-weight: 600;
}

.goods-stock__meta strong {
    color: #16a34a;
    font-size: 1.05rem;
    font-weight: 800;
}

.goods-stock__bar {
    position: relative;
    width: 100%;
    height: 6px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(16, 32, 48, 0.08);
}

.goods-stock__fill {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #34d399 0%, #22c55e 100%);
}

.goods-card__button {
    border-radius: 999px;
    padding: 10px 16px;
    background: linear-gradient(135deg, #102030 0%, #0f7bff 100%);
    color: #fff;
    font-weight: 700;
}

.buy-page {
    padding-top: 28px;
}

.product-panel,
.description-card {
    overflow: hidden;
    border: 1px solid rgba(18, 32, 51, 0.08);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 56px rgba(18, 32, 51, 0.08);
}

.product-panel__media {
    position: relative;
    height: 100%;
    min-height: 320px;
    padding: 28px;
    background:
        radial-gradient(circle at top left, rgba(15, 123, 255, 0.18), transparent 28%),
        linear-gradient(180deg, #f7f9fc 0%, #edf2f8 100%);
}

.product-panel__image {
    width: 100%;
    height: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 24px;
}

.product-media-chip {
    position: absolute;
    left: 24px;
    bottom: 24px;
    z-index: 2;
    display: none;
}

.product-title {
    margin-bottom: 14px;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
    font-weight: 800;
    color: #102030;
}

.product-summary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.product-summary .goods-chip--custom {
    font-size: 13px;
    margin-left: 2px;
}

.product-price {
    font-size: 1.8rem;
    font-weight: 800;
    color: #0f7bff;
}

.product-stock {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(15, 123, 255, 0.08);
    color: #39536f;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.product-stock__label {
    color: #60758b;
    font-size: 0.92rem;
    font-weight: 600;
}

.product-stock strong {
    color: #16a34a;
    font-size: 1rem;
    font-weight: 800;
}

.product-stock--soft {
    padding: 9px 14px;
    background: #eff3f8;
    color: #516176;
    box-shadow: none;
}

.product-stock--soft .product-stock__label {
    color: #516176;
    font-size: 0.92rem;
}

.product-stock--soft strong {
    color: #516176;
}

.product-detail-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 14px;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
}

.product-detail-label--hot {
    background: rgba(255, 77, 109, 0.12);
    color: #e11d48;
}

.product-detail-label--sky {
    background: rgba(29, 78, 216, 0.12);
    color: #1d4ed8;
}

.product-detail-label--mint {
    background: rgba(5, 150, 105, 0.12);
    color: #047857;
}

.product-alert {
    border: 0;
    border-radius: 18px;
    background: rgba(242, 159, 5, 0.14);
    color: #8a5c00;
}

.wholesale-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.wholesale-pills .badge {
    padding: 10px 14px;
    border-radius: 999px;
    background: #102030;
    color: #fff;
    font-weight: 600;
}

.goods-introduction-cate {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.buy-form label {
    font-size: 0.94rem;
    font-weight: 700;
    color: #304156;
}

.purchase-guide {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.purchase-guide__item {
    padding: 14px 16px;
    border: 1px solid rgba(15, 123, 255, 0.1);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(245, 249, 255, 0.96) 0%, rgba(238, 244, 252, 0.92) 100%);
}

.purchase-guide__item strong {
    display: block;
    margin-bottom: 6px;
    color: #102030;
    font-size: 0.95rem;
}

.purchase-guide__item span {
    display: block;
    color: #6b7c90;
    font-size: 0.86rem;
    line-height: 1.55;
}

.buy-form__hint {
    display: block;
    margin-top: 8px;
    color: #708194;
    font-size: 0.84rem;
    line-height: 1.5;
}

.buy-form__panel {
    margin-bottom: 16px;
    padding: 18px;
    border: 1px solid rgba(18, 32, 51, 0.08);
    border-radius: 22px;
    background: rgba(250, 252, 255, 0.88);
}

.buy-form__panel--payment {
    margin-bottom: 0;
}

.buy-form__panel-title {
    margin-bottom: 14px;
    color: #102030;
    font-size: 0.98rem;
    font-weight: 800;
}

.buy-form .form-control {
    min-height: 50px;
    border-radius: 16px;
    border: 1px solid rgba(18, 32, 51, 0.12);
    background: rgba(248, 250, 253, 0.92);
    box-shadow: none;
    padding-left: 14px;
}

.captcha-group {
    gap: 10px;
}

.captcha-group img {
    margin-left: 0;
    border-radius: 14px;
    cursor: pointer;
}

.payment-panel {
    margin: 0;
}

.payment-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

.payment-option {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 14px;
    border: 1px solid rgba(18, 32, 51, 0.1);
    border-radius: 16px;
    background: rgba(248, 250, 253, 0.92);
    color: #223247;
    font-weight: 600;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.payment-option:has(input:checked) {
    border-color: rgba(15, 123, 255, 0.34);
    background: rgba(15, 123, 255, 0.08);
    box-shadow: 0 10px 22px rgba(15, 123, 255, 0.12);
}

.payment-option:active {
    transform: scale(0.985);
}

.payment-option input {
    margin: 0;
    accent-color: #0f7bff;
}

.buy-submit {
    min-width: 180px;
    padding: 14px 22px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #102030 0%, #0f7bff 100%);
    font-weight: 700;
    box-shadow: 0 18px 42px rgba(15, 123, 255, 0.2);
}

.order-hero__text {
    max-width: 420px;
}

.order-search-page {
    padding: 28px 0 8px;
}

.order-search-card {
    overflow: hidden;
    border: 1px solid rgba(18, 32, 51, 0.08);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 22px 56px rgba(18, 32, 51, 0.08);
}

.order-search-card__title {
    margin-bottom: 8px;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    font-weight: 800;
    color: #102030;
}

.order-search-card__subtitle {
    margin-bottom: 0;
    color: #708194;
}

.order-search-tabs {
    gap: 10px;
}

.order-search-tabs .nav-link {
    border-radius: 999px;
    padding: 11px 16px;
    border: 1px solid rgba(18, 32, 51, 0.08);
    background: rgba(245, 247, 251, 0.9);
    color: #4c5f74;
    font-weight: 700;
}

.order-search-tabs .nav-link.active,
.order-search-tabs .nav-link:hover {
    color: #fff;
    background: linear-gradient(135deg, #102030 0%, #0f7bff 100%);
    box-shadow: 0 16px 30px rgba(15, 123, 255, 0.18);
}

@media (max-width: 991.98px) {
    .hero-panel {
        padding: 24px;
        border-radius: 24px;
    }

    .purchase-ticker {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .goods-card__footer {
        flex-direction: column;
        align-items: stretch;
    }

    .goods-card__button {
        text-align: center;
    }

    .purchase-guide {
        grid-template-columns: 1fr;
    }

    .product-panel {
        border-radius: 24px;
    }

    .product-panel .card-body {
        padding: 28px 24px !important;
    }

    .buy-form__panel {
        padding: 16px;
    }
}

@media (max-width: 767.98px) {
    .product-media-chip {
        display: inline-flex;
        left: 26px;
        bottom: 26px;
        min-height: 34px;
        padding: 5px 12px;
        font-size: 0.76rem;
    }

    .product-media-chip::before {
        min-width: 26px;
        padding: 2px 5px;
        font-size: 0.6rem;
    }

    .product-summary__label {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    .mobile-notice-strip {
        display: block;
        padding: 2px 0 6px;
    }

    .mobile-notice-rail {
        height: 38px;
        border-radius: 16px;
    }

    .mobile-notice-rail__item {
        inset: 0 12px;
        font-size: 0.8rem;
        justify-content: center;
        text-align: center;
    }

    .hero-section {
        padding: 8px 0 6px;
    }

    .buy-page {
        padding-top: 6px;
    }

    .product-panel.mt-3,
    .description-card.mt-3 {
        margin-top: 0.35rem !important;
    }

    .hero-panel {
        padding: 12px;
        border-radius: 18px;
    }

    .hero-panel .row {
        --bs-gutter-x: 10px;
        --bs-gutter-y: 10px;
    }

    .hero-title {
        margin: 8px 0 8px;
        font-size: 1.42rem;
        line-height: 1.12;
        letter-spacing: -0.03em;
    }

    .hero-eyebrow {
        padding: 6px 10px;
        font-size: 10px;
    }

    .hero-subtitle {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    .hero-availability {
        gap: 10px;
        margin-top: 8px;
        padding: 10px 12px;
        border-radius: 16px;
    }

    .hero-availability__badge {
        min-width: 80px;
        padding: 8px 8px 7px;
        border-radius: 16px;
    }

    .hero-availability__badge::before {
        height: 10px;
    }

    .hero-availability__badge::after {
        inset: 7px 0 0 0;
    }

    .hero-availability__top {
        font-size: 0.62rem;
    }

    .hero-availability__main {
        margin-top: 4px;
        font-size: 0.92rem;
    }

    .hero-availability__bottom {
        margin-top: 4px;
        font-size: 0.58rem;
    }

    .hero-availability__cycle {
        top: -24px;
        width: 38px;
        height: 24px;
    }

    .hero-availability__sun,
    .hero-availability__moon {
        width: 18px;
        height: 18px;
        margin-left: -9px;
    }

    .hero-availability__sun::before {
        inset: -4px;
    }

    .hero-availability__moon::before {
        top: 2px;
        left: 6px;
        width: 16px;
        height: 16px;
    }

    .hero-availability__content strong {
        font-size: 0.9rem;
    }

    .hero-availability__content span {
        margin-top: 3px;
        font-size: 0.75rem;
        line-height: 1.4;
    }

    .support-banner {
        gap: 10px;
        margin-top: 10px;
        padding: 12px 14px;
        border-radius: 16px;
    }

    .support-banner__icon {
        width: 30px;
        height: 30px;
        border-radius: 10px;
    }

    .support-banner__label {
        font-size: 0.84rem;
    }

    .notice-card {
        padding: 14px 16px;
        border-radius: 16px;
    }

    .notice-card__label {
        margin-bottom: 6px;
        font-size: 10px;
    }

    .notice-card__content {
        font-size: 0.82rem;
        line-height: 1.5;
    }

    .category-pills {
        display: flex;
        justify-content: center !important;
        align-items: stretch;
        gap: 8px;
        overflow: visible;
        flex-wrap: wrap;
        padding: 0 6px;
        padding-bottom: 0;
    }

    .category-pills .nav-item {
        flex: 1 1 calc(25% - 8px);
        min-width: 0;
    }

    .category-pills .nav-item:first-child {
        display: flex;
        justify-content: center;
        flex: 0 0 100%;
    }

    .category-pills a,
    .category-pills button {
        width: 100%;
        min-height: 46px;
        padding: 11px 10px;
        border-radius: 18px;
        white-space: nowrap;
        text-align: center;
    }

    .category-pills .nav-item:first-child a,
    .category-pills .nav-item:first-child button {
        width: calc(100% - 24px);
    }

    .product-panel__media {
        min-height: 220px;
        padding: 16px;
    }

    .order-hero {
        min-height: auto !important;
        padding: 8px 14px 6px !important;
    }

    .order-hero .section-kicker {
        display: none;
    }

    .order-hero__title {
        margin-bottom: 4px !important;
        font-size: 1.34rem !important;
        line-height: 1.02;
    }

    .order-hero__text {
        max-width: none;
        font-size: 0.78rem;
        line-height: 1.38 !important;
        margin-bottom: 0 !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .product-panel .card-body {
        padding: 10px 14px 14px !important;
    }

    .order-summary-top {
        gap: 6px !important;
        padding-bottom: 0 !important;
    }

    .order-mini-grid {
        gap: 6px !important;
    }

    .order-mini-card {
        padding: 8px 10px !important;
        border-radius: 14px !important;
    }

    .order-mini-card--wide {
        padding: 9px 11px !important;
    }

    .order-mini-card div:first-child {
        font-size: 10px !important;
    }

    .order-mini-card div:last-child {
        margin-top: 2px !important;
        font-size: 0.88rem !important;
        line-height: 1.2;
    }

    .purchase-ticker {
        display: none;
    }

    .section-heading {
        margin-bottom: 16px;
    }

    .section-heading h2 {
        font-size: 1.45rem;
    }

    .section-heading p {
        font-size: 0.92rem;
    }

    .goods-card__body {
        gap: 10px;
        padding: 15px;
    }

    .goods-card__media {
        padding: 15px 15px 0;
    }

    .goods-card {
        display: grid;
        grid-template-columns: 118px minmax(0, 1fr);
        align-items: stretch;
        border-radius: 20px;
        cursor: pointer;
        transition: transform 0.16s ease, box-shadow 0.16s ease;
    }

    .goods-card:active {
        transform: scale(0.985);
        box-shadow: 0 12px 28px rgba(18, 32, 51, 0.12);
    }

    .goods-card__media {
        aspect-ratio: auto;
        padding: 14px 0 14px 14px;
    }

    .goods-card .goods-badge {
        left: 66px;
        top: 6px;
        transform: translateX(-50%);
        max-width: 92px;
        justify-content: center;
        padding: 6px 10px;
        font-size: 0.78rem;
        line-height: 1.1;
        text-align: center;
        white-space: nowrap;
    }

    .goods-card .goods-badge .ali-icon {
        display: none;
    }

    .goods-card__media img {
        min-height: 100%;
        border-radius: 16px;
    }

    .goods-card__body {
        justify-content: center;
        gap: 8px;
        padding: 14px;
    }

    .goods-card__meta {
        font-size: 10px;
    }

    .goods-card__title {
        font-size: 1rem;
        line-height: 1.3;
    }

    .goods-chip {
        padding: 7px 10px;
        font-size: 11px;
    }

    .goods-card__chips {
        gap: 6px;
    }

    .goods-stock__meta {
        margin-bottom: 5px;
    }

    .goods-card__footer {
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }

    .goods-card__button {
        flex-shrink: 0;
        padding: 8px 13px;
        font-size: 0.84rem;
    }

    .product-title {
        font-size: 1.7rem;
        line-height: 1.15;
    }

    .product-summary {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 5px;
        margin-bottom: 14px;
        overflow: hidden;
    }

    .product-summary .goods-chip--custom {
        margin-left: 0;
        align-self: center;
        min-height: 32px;
        padding: 4px 10px;
        font-size: 0.76rem;
        flex-shrink: 0;
    }


    .product-summary .goods-chip--custom::before {
        min-width: 26px;
        padding: 2px 5px;
        font-size: 0.6rem;
    }

    .product-price {
        font-size: 1.42rem;
        flex-shrink: 0;
    }

    .product-stock {
        margin-left: 10px;
        padding: 4px 7px;
        font-size: 0.68rem;
        flex-shrink: 0;
    }

    .product-stock__label {
        margin-right: 2px;
    }

    .product-stock strong {
        font-size: 0.76rem;
    }

    .purchase-guide {
        gap: 8px;
        margin-bottom: 12px;
    }

    .purchase-guide__item {
        padding: 10px 12px;
        border-radius: 14px;
    }

    .buy-form__panel {
        padding: 8px 10px;
        border-radius: 14px;
        margin-bottom: 10px;
    }

    .buy-form__panel-title {
        margin-bottom: 6px;
        font-size: 0.92rem;
    }

    .buy-form__panel > div[style*="display:grid"] > div {
        padding-top: 9px !important;
        padding-bottom: 9px !important;
    }

    .buy-form__panel > div[style*="display:grid"] > div:last-child {
        padding-top: 6px !important;
    }

    .buy-form .form-control {
        min-height: 44px;
        font-size: 0.95rem;
    }

    .payment-options {
        gap: 8px;
    }

    .payment-option {
        width: calc(50% - 4px);
        justify-content: center;
        padding: 10px 12px;
        border-radius: 14px;
    }

    .buy-submit {
        width: 100%;
        min-width: 0;
        padding: 10px 16px;
    }

    .order-hero--bill {
        min-height: auto !important;
        padding: 4px 12px 0 !important;
    }

    .order-hero--bill .section-kicker {
        display: none;
    }

    .order-hero--bill .order-hero__title {
        margin-bottom: 0 !important;
        font-size: 1.16rem !important;
        line-height: 1;
    }

    .order-hero--bill .order-hero__text {
        display: none;
    }

    .bill-summary-panel {
        padding: 6px 9px !important;
    }

    .bill-summary-list {
        gap: 4px !important;
    }

    .bill-summary-list > div,
    .bill-summary-list .order-summary-top > div {
        gap: 8px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .bill-summary-list span,
    .bill-summary-list div[style*="font-size:12px"] {
        font-size: 0.74rem !important;
    }

    .bill-summary-list strong,
    .bill-summary-list .goods-chip,
    .bill-summary-list div[style*="font-weight:600"],
    .bill-summary-list div[style*="font-size:1.8rem"] {
        font-size: 0.88rem !important;
        line-height: 1.16;
    }

    .bill-summary-list .goods-chip {
        padding: 3px 8px !important;
    }

    .bill-pay-cta {
        margin-top: 6px !important;
    }

    .bill-pay-note {
        margin-bottom: 6px;
        color: #ff5b5b;
        font-size: 0.76rem;
        font-weight: 700;
        line-height: 1.35;
        text-align: center;
    }

    .bill-pay-cta .buy-submit {
        padding: 9px 14px !important;
    }

    .order-search-card {
        border-radius: 20px;
    }

    .order-search-card .card-body {
        padding: 22px 18px !important;
    }

    .order-search-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
    }

    .order-search-tabs .nav-link {
        white-space: nowrap;
        padding: 10px 14px;
        font-size: 0.9rem;
    }
}

