.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__image-tags {
    display: none;
}

.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;
}

.stock-status--ample .goods-stock__meta strong,
.stock-status--ample.product-stock strong {
    color: #16a34a;
}

.stock-status--enough .goods-stock__meta strong,
.stock-status--enough.product-stock strong {
    color: #ca8a04;
}

.stock-status--low .goods-stock__meta strong,
.stock-status--low.product-stock strong {
    color: #111827;
}

.stock-status--tight .goods-stock__meta strong,
.stock-status--tight.product-stock strong {
    color: #ea580c;
}

.stock-status--empty .goods-stock__meta strong,
.stock-status--empty.product-stock strong {
    color: #dc2626;
}

.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%);
}

.stock-status--enough .goods-stock__fill {
    background: linear-gradient(90deg, #facc15 0%, #eab308 100%);
}

.stock-status--low .goods-stock__fill {
    background: linear-gradient(90deg, #111827 0%, #374151 100%);
}

.stock-status--tight .goods-stock__fill {
    background: linear-gradient(90deg, #fb923c 0%, #ea580c 100%);
}

.stock-status--empty .goods-stock__fill {
    background: linear-gradient(90deg, #ef4444 0%, #dc2626 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;
    background:
        radial-gradient(circle at top left, rgba(197, 210, 226, 0.2), transparent 26%),
        linear-gradient(180deg, #fbfbf8 0%, #f4f5f2 100%);
}

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

.product-panel__media {
    position: relative;
    height: 100%;
    min-height: 320px;
    padding: 28px;
    background:
        radial-gradient(circle at top left, rgba(166, 180, 198, 0.18), transparent 28%),
        linear-gradient(180deg, #f5f6f3 0%, #eceeea 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;
}

.buy-label-desktop {
    display: inline-block;
}

.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-field-note {
    display: block;
    margin-top: 8px;
    color: #7a8797;
    font-size: 0.79rem;
    line-height: 1.58;
    letter-spacing: 0.01em;
}

.buy-form__panel {
    margin-bottom: 16px;
    padding: 18px;
    border: 1px solid rgba(18, 32, 51, 0.06);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(247, 248, 245, 0.96) 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

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

.buy-form__panel-title {
    margin-bottom: 12px;
    color: #102030;
    font-size: 0.96rem;
    font-weight: 800;
    letter-spacing: 0.01em;
}

.buy-form .form-control {
    min-height: 50px;
    border-radius: 16px;
    border: 1px solid rgba(18, 32, 51, 0.1);
    background: rgba(255, 255, 255, 0.96);
    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.08);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    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(43, 121, 255, 0.28);
    background: rgba(239, 244, 252, 0.96);
    box-shadow: 0 8px 20px rgba(43, 121, 255, 0.08);
}

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

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

.mobile-pay-sheet {
    display: none;
}

.wholesale-pills {
    display: none !important;
}

.product-promo-banner {
    display: none;
}

.product-title-tags {
    display: none;
}

.product-title-wrap {
    display: contents;
}

.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: auto;
        aspect-ratio: 4 / 2.8;
        padding: 12px 12px 0;
        border-radius: 22px 22px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        background:
            radial-gradient(circle at 50% 24%, rgba(112, 162, 235, 0.18), transparent 36%),
            linear-gradient(90deg, rgba(17, 48, 92, 0.98) 0%, rgba(33, 92, 178, 0.92) 18%, rgba(39, 104, 196, 0.88) 50%, rgba(24, 63, 122, 0.96) 82%, rgba(14, 35, 68, 0.98) 100%);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.08),
            0 14px 32px rgba(8, 20, 42, 0.18);
    }

    .product-panel__media::before {
        content: "";
        position: absolute;
        inset: 10px;
        border-radius: 20px;
        background:
            radial-gradient(circle at 18% 34%, rgba(86, 158, 255, 0.34) 0%, rgba(86, 158, 255, 0.16) 20%, rgba(86, 158, 255, 0) 42%),
            radial-gradient(circle at 82% 26%, rgba(255, 214, 128, 0.18) 0%, rgba(255, 214, 128, 0.08) 18%, rgba(255, 214, 128, 0) 36%);
        pointer-events: none;
        z-index: 0;
        filter: blur(2px);
    }

    .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: 0 !important;
        background: transparent;
    }

    .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;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        padding: 14px 0 14px 14px;
    }

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

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

    .goods-card__media img {
        width: 100%;
        height: auto;
        aspect-ratio: 3 / 4;
        object-fit: cover;
        border-radius: 16px;
    }

    .goods-card__image-tags {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 4px;
        width: 100%;
        padding: 0;
        margin-top: 0;
    }

    .goods-card__image-tag {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 17px;
        padding: 0 4px;
        border-radius: 4px;
        font-size: 0.56rem;
        font-weight: 800;
        line-height: 1;
        white-space: nowrap;
    }

    .goods-card__image-tag--delivery {
        background: linear-gradient(180deg, #ff4b3e 0%, #e83122 100%);
        color: #fff;
        box-shadow: 0 6px 14px rgba(232, 49, 34, 0.14);
    }

    .goods-card__image-tag--manual {
        background: linear-gradient(180deg, #355dff 0%, #2748c7 100%);
        color: #fff;
        box-shadow: 0 6px 14px rgba(39, 72, 199, 0.16);
    }

    .goods-card__image-tag--promo {
        padding: 0;
        overflow: hidden;
        background: transparent;
        box-shadow:
            0 6px 14px rgba(74, 54, 19, 0.12),
            inset 0 0 0 1px rgba(79, 56, 16, 0.12);
    }

    .goods-card__image-tag--promo-split {
        display: inline-flex;
        align-items: stretch;
    }

    .goods-card__image-tag-left,
    .goods-card__image-tag-right {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 17px;
        padding: 0 4px;
    }

    .goods-card__image-tag-left::before,
    .goods-card__image-tag-right::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 48%);
        pointer-events: none;
    }

    .goods-card__image-tag-left {
        background: linear-gradient(180deg, #242424 0%, #111111 100%);
        color: #f0d38b;
        box-shadow: inset 0 0 0 1px rgba(240, 211, 139, 0.12);
    }

    .goods-card__image-tag-right {
        background:
            radial-gradient(circle at 50% 42%, rgba(255, 248, 224, 0.88) 0%, rgba(255, 240, 198, 0.52) 26%, rgba(255, 239, 203, 0) 52%),
            linear-gradient(180deg, #f7e7b8 0%, #ebcb7e 48%, #d2a553 100%);
        color: #171717;
        box-shadow:
            inset 0 0 0 1px rgba(17, 17, 17, 0.96),
            inset 0 1px 0 rgba(255, 252, 238, 0.52),
            inset 0 -1px 0 rgba(111, 79, 21, 0.18);
    }

    .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.46rem;
        line-height: 1.14;
        margin-bottom: 10px;
    }

    .product-summary {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 6px;
        margin-bottom: 10px;
        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.56rem;
        flex-shrink: 0;
    }

    .product-stock {
        margin-left: 6px;
        padding: 5px 8px;
        font-size: 0.7rem;
        flex-shrink: 0;
    }

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

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

    .buy-form__panel {
        padding: 12px 12px 10px;
        border-radius: 18px;
        margin-bottom: 10px;
        background: #fff;
        border-color: rgba(18, 32, 51, 0.05);
        box-shadow: 0 10px 24px rgba(18, 32, 51, 0.05);
    }

    .buy-label-desktop {
        display: none;
    }

    .buy-form__panel-title {
        margin-bottom: 10px;
        font-size: 1rem;
        font-weight: 900;
    }

    .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: 48px;
        font-size: 0.96rem;
        border-radius: 14px;
        background: #ffffff;
    }

    .buy-field-note {
        margin-top: 7px;
        font-size: 0.75rem;
        line-height: 1.55;
    }

    .payment-options {
        gap: 10px;
    }

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

    .buy-form__panel--payment {
        display: none;
    }

    .buy-submit {
        width: 100%;
        min-width: 0;
        padding: 12px 16px;
        border-radius: 18px;
    }

    .buy-form__panel--payment .buy-submit {
        display: none;
    }

    .product-panel {
        overflow: visible;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .product-panel > .row {
        display: block;
    }

    .product-panel > .row > [class*="col-"] {
        width: 100%;
        max-width: 100%;
    }

    .product-panel__image {
        width: 96%;
        max-width: 96%;
        height: 100%;
        aspect-ratio: 4 / 2.8;
        object-fit: contain;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.04);
        box-shadow:
            0 24px 44px rgba(7, 20, 42, 0.24),
            0 0 0 1px rgba(255, 255, 255, 0.12),
            0 0 36px rgba(92, 160, 255, 0.26),
            0 0 60px rgba(255, 211, 127, 0.14);
        position: relative;
        z-index: 1;
    }

    .product-panel__media::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 6px;
        width: 62%;
        height: 14px;
        transform: translateX(-50%);
        border-radius: 999px;
        background: radial-gradient(circle, rgba(8, 18, 36, 0.28) 0%, rgba(8, 18, 36, 0.12) 44%, rgba(8, 18, 36, 0) 78%);
        filter: blur(7px);
        pointer-events: none;
    }

    .goods-badge {
        top: 14px;
        left: 14px;
        padding: 7px 11px;
        font-size: 0.76rem;
    }

    .product-media-chip {
        left: 14px !important;
        bottom: 14px !important;
    }

    .product-panel .col-lg-7 .card-body {
        margin-top: -4px;
        padding: 8px 0 0 !important;
    }

    .product-panel .col-lg-7 .card-body > .section-kicker,
    .product-panel .col-lg-7 .card-body > .product-promo-banner,
    .product-panel .col-lg-7 .card-body > .product-title,
    .product-panel .col-lg-7 .card-body > .product-summary,
    .product-panel .col-lg-7 .card-body > .product-alert,
    .product-panel .col-lg-7 .card-body > .wholesale-pills {
        margin-left: 2px;
        margin-right: 2px;
    }

    .section-kicker {
        display: none;
    }

    .product-promo-banner {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 6px 0 8px;
        padding: 8px 10px 6px;
        border-radius: 8px;
        background:
            radial-gradient(circle at 84% 24%, rgba(255, 237, 190, 0.28), transparent 26%),
            linear-gradient(140deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 24%),
            linear-gradient(112deg, #8f1717 0%, #c72d20 38%, #e65136 62%, #f0bf77 82%, #f7e5ba 100%);
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.18);
        box-shadow:
            0 14px 30px rgba(133, 30, 23, 0.18),
            inset 0 1px 0 rgba(255, 255, 255, 0.22);
        overflow: hidden;
    }

    .product-promo-banner__main {
        display: flex;
        align-items: flex-end;
        gap: 6px;
        white-space: normal;
        flex-wrap: wrap;
    }

    .product-promo-banner__currency {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        margin-bottom: 2px;
        border-radius: 6px;
        background: linear-gradient(180deg, rgba(255, 243, 219, 0.32) 0%, rgba(255, 255, 255, 0.12) 100%);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
        font-size: 0.8rem;
        font-weight: 900;
    }

    .product-promo-banner__price {
        font-size: 1.52rem;
        line-height: 0.95;
        font-weight: 900;
        letter-spacing: -0.03em;
    }

    .product-promo-banner__headline {
        margin-left: 4px;
        margin-bottom: 2px;
        color: rgba(255, 247, 232, 0.96);
        font-size: 0.78rem;
        font-weight: 900;
        letter-spacing: 0.04em;
    }

    .product-promo-banner__badges {
        display: flex;
        gap: 6px;
        flex-wrap: wrap;
        margin-top: 6px;
    }

    .product-promo-banner__badge {
        display: inline-flex;
        align-items: center;
        min-height: 24px;
        padding: 0 8px;
        border-radius: 5px;
        background: linear-gradient(180deg, rgba(255, 246, 231, 0.94) 0%, rgba(250, 236, 212, 0.98) 100%);
        color: #b53f27;
        font-size: 0.68rem;
        font-weight: 800;
        letter-spacing: 0.01em;
        box-shadow:
            inset 0 0 0 1px rgba(171, 88, 51, 0.12),
            0 4px 10px rgba(103, 45, 28, 0.08);
    }

    .product-title {
        display: block;
        margin: 0;
        color: #102030;
        font-size: 0.9rem;
        line-height: 1.18;
        font-weight: 900;
        letter-spacing: -0.02em;
        min-width: 0;
        word-break: break-word;
    }

    .product-summary {
        display: none;
    }

    .goods-badge,
    .product-media-chip {
        display: none !important;
    }

    .product-title-tags {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 4px;
        margin: 0 0 5px;
    }

    .product-title-wrap {
        display: block;
        margin: 2px 0 8px 8px;
        width: 100%;
        max-width: 100%;
    }

    .product-title-tag {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 19px;
        padding: 0 5px;
        border-radius: 4px;
        font-size: 0.6rem;
        font-weight: 800;
        line-height: 1;
        letter-spacing: 0;
        white-space: nowrap;
    }

    .product-title-tag--delivery {
        background: linear-gradient(180deg, #ff4b3e 0%, #e83122 100%);
        color: #fff;
        box-shadow: 0 8px 18px rgba(232, 49, 34, 0.14);
    }

    .product-title-tag--promo {
        padding: 0;
        overflow: hidden;
        background: transparent;
        box-shadow:
            0 6px 14px rgba(74, 54, 19, 0.12),
            inset 0 0 0 1px rgba(79, 56, 16, 0.12);
    }

    .product-title-tag--promo-split {
        display: inline-flex;
        align-items: stretch;
    }

    .product-title-tag__promo-left,
    .product-title-tag__promo-right {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 19px;
        padding: 0 5px;
    }

    .product-title-tag__promo-left::before,
    .product-title-tag__promo-right::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 48%);
        pointer-events: none;
    }

    .product-title-tag__promo-left {
        background: linear-gradient(180deg, #242424 0%, #111111 100%);
        color: #f0d38b;
        box-shadow: inset 0 0 0 1px rgba(240, 211, 139, 0.12);
    }

    .product-title-tag__promo-right {
        background:
            radial-gradient(circle at 50% 42%, rgba(255, 248, 224, 0.88) 0%, rgba(255, 240, 198, 0.52) 26%, rgba(255, 239, 203, 0) 52%),
            linear-gradient(180deg, #f7e7b8 0%, #ebcb7e 48%, #d2a553 100%);
        color: #171717;
        box-shadow:
            inset 0 0 0 1px rgba(17, 17, 17, 0.96),
            inset 0 1px 0 rgba(255, 252, 238, 0.52),
            inset 0 -1px 0 rgba(111, 79, 21, 0.18);
    }

    .product-panel__media,
    .product-panel__image,
    .product-promo-banner,
    .product-title-wrap,
    .buy-form__panel {
        width: 100%;
        max-width: 100%;
    }

    .product-panel .col-lg-7 .card-body {
        clear: both;
        width: 100%;
        max-width: 100%;
    }

    .product-promo-banner__badges {
        width: 100%;
    }

    .product-title-tags {
        width: 100%;
    }

    .product-promo-banner,
    .product-title-wrap,
    .product-title,
    .product-title-tags {
        position: relative;
        z-index: 1;
    }

    @media (max-width: 390px) {
        .product-panel__media {
            aspect-ratio: 4 / 2.8;
            padding: 10px 10px 0;
        }

        .product-panel__image {
            width: 95%;
            max-width: 95%;
            aspect-ratio: 4 / 2.8;
            border-radius: 16px;
        }

        .product-promo-banner {
            margin-top: 8px;
            padding: 7px 9px 6px;
        }

        .product-promo-banner__price {
            font-size: 1.34rem;
        }

        .product-promo-banner__headline {
            font-size: 0.72rem;
        }

        .product-promo-banner__badges {
            gap: 5px;
            margin-top: 5px;
        }

        .product-promo-banner__badge {
            min-height: 22px;
            padding: 0 7px;
            font-size: 0.64rem;
        }

        .product-title-wrap {
            margin: 4px 0 8px 6px;
        }

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

    .buy-form {
        margin-top: 12px !important;
    }

    .buy-form__panel:first-of-type {
        border-radius: 20px;
    }

    .buy-form__panel--payment {
        margin-bottom: 4px;
    }

    .buy-form .row.g-3 {
        --bs-gutter-x: 10px;
        --bs-gutter-y: 10px;
    }

    .buy-form .col-form-label {
        margin-bottom: 3px;
        font-size: 0.82rem;
        color: #45576b;
    }

    .buy-form__panel + .buy-form__panel {
        margin-top: 12px;
    }

    .wholesale-pills {
        gap: 8px;
        margin-bottom: 4px;
    }

    .wholesale-pills .badge {
        padding: 8px 12px;
        font-size: 0.78rem;
        white-space: nowrap;
    }

    .description-card {
        border-radius: 20px;
        margin-top: 12px !important;
        box-shadow: 0 10px 24px rgba(18, 32, 51, 0.05);
    }

    .description-card .card-header {
        padding: 14px 16px 0 !important;
    }

    .description-card .card-body {
        padding: 12px 16px 16px !important;
    }

    .mobile-pay-sheet {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 1055;
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.2s ease;
    }

    .mobile-pay-sheet.is-open {
        opacity: 1;
        pointer-events: auto;
    }

    .mobile-pay-sheet__backdrop {
        position: absolute;
        inset: 0;
        background: rgba(15, 18, 24, 0.38);
    }

    .mobile-pay-sheet__panel {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 12px 14px calc(18px + env(safe-area-inset-bottom));
        border-radius: 24px 24px 0 0;
        background: linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);
        box-shadow: 0 -16px 42px rgba(18, 32, 51, 0.18);
        transform: translateY(100%);
        transition: transform 0.22s ease;
    }

    .mobile-pay-sheet.is-open .mobile-pay-sheet__panel {
        transform: translateY(0);
    }

    .mobile-pay-sheet__handle {
        width: 42px;
        height: 4px;
        margin: 0 auto 12px;
        border-radius: 999px;
        background: rgba(18, 32, 51, 0.14);
    }

    .mobile-pay-sheet__title {
        margin-bottom: 12px;
        color: #122033;
        font-size: 0.96rem;
        font-weight: 900;
        text-align: center;
    }

    .mobile-pay-sheet__options {
        display: grid;
        gap: 10px;
    }

    .mobile-pay-sheet__option {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 16px;
        border: 1px solid rgba(18, 32, 51, 0.08);
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.96);
        color: #223247;
        font-size: 0.94rem;
        font-weight: 800;
    }

    .mobile-pay-sheet__option.is-active {
        border-color: rgba(239, 47, 31, 0.22);
        background: rgba(255, 246, 243, 0.96);
        color: #d92d20;
    }

    .mobile-pay-sheet__check {
        opacity: 0;
        color: currentColor;
    }

    .mobile-pay-sheet__option.is-active .mobile-pay-sheet__check {
        opacity: 1;
    }

    .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;
    }
}

