/* Mall UI refresh: style-only enhancement layer */
.zero-shop-newhome,
.zero-shop-newlist {
    max-width: 1440px;
}

.zero-shop-newhome .card.card-body,
.zero-shop-newlist .card.card-body {
    border: 1px solid #e8edf4;
    border-radius: 14px;
    box-shadow: 0 8px 26px rgba(15, 23, 42, 0.04);
}

.zero-shop-newhome .zero-shop-row {
    margin-bottom: 22px;
}

.zero-shop-newgoods-set {
    padding: 18px;
}

.shop-newgoods-set-list {
    margin-bottom: 14px;
}

.shop-newgoods-set-list .shop-newgoods-set-gap {
    height: auto;
    min-height: 40px;
    flex-wrap: wrap;
    row-gap: 10px;
}

.shop-newgoods-set-item {
    border: 1px solid transparent;
    background-color: #f5f7fb;
}

.shop-newgoods-set-item:hover {
    background-color: #edf4ff;
    border-color: #d7e6ff;
}

.shop-newgoods-set-item .newgoods-hov {
    font-size: 15px;
    font-weight: 500;
}

.shop-homelist-goods {
    row-gap: 18px;
}

.shop-homelist-goods-item {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 12px;
    border-radius: 14px;
    border: 1px solid #e9edf4;
    background-color: #fff;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.shop-homelist-goods-item:hover {
    transform: translateY(-2px);
    border-color: #d4e3ff;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.shop-homelist-goods-item .goods-item-name {
    font-size: 15px;
    line-height: 22px;
    height: 44px;
    margin-top: 12px;
}

.shop-homelist-goods-item .goods-item-function {
    margin-top: 8px;
}

.shop-homelist-goods-item .goods-item-function span {
    font-size: 13px;
    color: #8a94a6;
}

.shop-homelist-goods-item .mall-virtual-meta,
.znew-goodslist-item .mall-virtual-meta,
.zero-shop-newdetail .mall-virtual-meta {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
}

.shop-homelist-goods-item .mall-virtual-chip,
.znew-goodslist-item .mall-virtual-chip,
.zero-shop-newdetail .mall-virtual-chip {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 28px;
    padding: 4px 8px;
    border: 1px solid #e5eaf3;
    border-radius: 8px;
    background: #f8fbff;
}

.shop-homelist-goods-item .mall-virtual-chip small,
.znew-goodslist-item .mall-virtual-chip small,
.zero-shop-newdetail .mall-virtual-chip small {
    flex: 0 0 auto;
    color: #64748b;
    font-size: 11px;
    line-height: 1;
    padding: 3px 6px;
    border-radius: 999px;
    background: #e7eef8;
}

.shop-homelist-goods-item .mall-virtual-chip strong,
.znew-goodslist-item .mall-virtual-chip strong,
.zero-shop-newdetail .mall-virtual-chip strong {
    min-width: 0;
    flex: 1;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
    color: #1f2937;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shop-homelist-goods-item .goods-item-price {
    margin-top: 12px;
    font-size: 22px;
}

.shop-homelist-goods-item .goods-item-author {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px dashed #e9eef5;
}

.shop-homelist-goods-item .goods-item-author .goods-item-author-name {
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    color: #667085;
}

.zero-new-goodslist .znew-nocard {
    border: 1px solid #e8edf4;
    border-radius: 14px;
    box-shadow: 0 8px 26px rgba(15, 23, 42, 0.04);
}

.zero-new-goodslist .znew-nocard + .znew-nocard {
    margin-top: 14px;
}

.znew-goodslist-body .row {
    row-gap: 16px;
}

.znew-goodslist-item {
    padding: 8px;
}

.znew-goodslist-item > a {
    display: block;
    height: 100%;
    padding: 12px;
    border: 1px solid #e9edf4;
    border-radius: 14px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.znew-goodslist-item > a:hover {
    transform: translateY(-2px);
    border-color: #d4e3ff;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.znew-goodslist-item .znew-goodslist-item-title {
    margin-top: 10px;
    color: #111827;
    font-size: 15px;
    line-height: 22px;
    min-height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.znew-goodslist-item .znew-goodslist-item-price {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.znew-goodslist-item .znew-goodslist-item-price-text {
    color: #ff4f24;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}

.znew-goodslist-item .znew-goodslist-item-price-text2 {
    color: #8a94a6;
    font-size: 12px;
}

.znew-goodslist-item .znew-goodslist-item-author {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #e9eef5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.znew-goodslist-item .znew-goodslist-item-author-name {
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #667085;
}

.znew-goodslist-screen dl {
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px dashed #e9eef5;
    align-items: flex-start;
}

.znew-goodslist-screen dl:last-child {
    border-bottom: 0;
}

.znew-goodslist-screen dl dt {
    flex: 0 0 88px;
    width: 88px;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    line-height: 30px;
}

.znew-goodslist-screen dl dd {
    flex: 1;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    height: auto !important;
}

.znew-screen-item,
.znew-screen-px-item,
.znew-px-dropdown-content a {
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid transparent;
    background: #f5f7fb;
    color: #374151;
    font-size: 13px;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.znew-screen-item:hover,
.znew-screen-px-item:hover,
.znew-px-dropdown-content a:hover {
    background: #edf4ff;
    border-color: #d7e6ff;
    color: #1d4ed8;
}

.znew-screen-item.z-selected,
.znew-screen-px-item.z-selected,
.znew-px-dropdown-content a.z-selected,
.znew-px-dropdown-content a.active {
    background: #e8f0ff;
    border-color: #bdd3ff;
    color: #1e40af;
    font-weight: 600;
}

.znew-screen-expand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 10px;
    margin-left: 8px;
    font-size: 12px;
    border-radius: 999px;
    background: #f5f7fb;
    color: #6b7280;
    text-decoration: none;
    border: 1px solid transparent;
}

.znew-screen-expand:hover {
    background: #edf4ff;
    border-color: #d7e6ff;
    color: #1d4ed8;
}

.znew-goodslist-screen-px {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #e9eef5;
}

.znew-goodslist-screen-px dl dd {
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.znew-screenlist-right {
    display: grid;
    gap: 12px;
}

.znew-screenlist-right-body {
    border: 1px solid #e8edf4;
    border-radius: 14px;
    box-shadow: 0 8px 26px rgba(15, 23, 42, 0.04);
}

.znew-screenlist-right-tui-title {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 12px;
}

.znew-screenlist-right-tui-item > a {
    display: block;
    height: 100%;
    padding: 10px;
    border: 1px solid #e9edf4;
    border-radius: 12px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.znew-screenlist-right-tui-item > a:hover {
    transform: translateY(-2px);
    border-color: #d4e3ff;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.znew-screenlist-right-tui-item-title {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #111827;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.znew-screenlist-right-tui-item-price {
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.znew-screenlist-right-tui-item-price-text {
    color: #ff4f24;
    font-size: 18px;
    font-weight: 700;
}

.znew-screenlist-right-tui-item-price-text2 {
    font-size: 12px;
    color: #8a94a6;
}

.znew-screenlist-right-empty {
    min-height: 78px;
    border: 1px dashed #dbe4f2;
    border-radius: 10px;
    background: #f8fafc;
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    padding: 8px 10px;
}

.zero-mall-mobile-reco .zero-mall-mobile-reco-head h4 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
    color: #111827;
}

.zero-mall-mobile-reco .zero-mall-mobile-reco-scroll {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 2px;
    -webkit-overflow-scrolling: touch;
}

.zero-mall-mobile-reco .zero-mall-mobile-reco-scroll::-webkit-scrollbar {
    height: 4px;
}

.zero-mall-mobile-reco .zero-mall-mobile-reco-scroll::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.45);
    border-radius: 999px;
}

.zero-mall-mobile-reco .mobile-reco-item {
    flex: 0 0 164px;
    border: 1px solid #e4ebf6;
    border-radius: 12px;
    background: #fff;
    padding: 8px;
    text-decoration: none;
    color: inherit;
}

.zero-mall-mobile-reco .mobile-reco-item .thumb {
    border-radius: 10px;
    overflow: hidden;
}

.zero-mall-mobile-reco .mobile-reco-item .thumb img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.zero-mall-mobile-reco .mobile-reco-item h5 {
    margin: 8px 0 0;
    font-size: 13px;
    color: #111827;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.zero-mall-mobile-reco .mobile-reco-item .meta {
    margin-top: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}

.zero-mall-mobile-reco .mobile-reco-item .meta .price {
    color: #ea580c;
    font-size: 13px;
    font-weight: 700;
}

.zero-mall-mobile-reco .mobile-reco-item .meta .tag {
    color: #64748b;
    font-size: 11px;
}

.zero-shop-newlist.is-loading {
    opacity: .66;
    pointer-events: none;
    transition: opacity .2s ease;
}

.zero-product-lite-review.is-loading {
    opacity: .6;
    pointer-events: none;
    transition: opacity .2s ease;
}

@media (min-width: 1200px) {
    .zero-new-goodslist > .col-xl-9 > .znew-nocard:first-child {
        position: sticky;
        top: 86px;
        z-index: 15;
    }
}

@media (max-width: 1200px) {
    .zero-shop-newgoods-set {
        padding: 14px;
    }

    .shop-newgoods-set-list .shop-newgoods-set-gap {
        row-gap: 8px;
    }

    .znew-goodslist-screen dl dt {
        flex: 0 0 72px;
        width: 72px;
    }
}

@media (max-width: 768px) {
    .shop-homelist-goods-item {
        padding: 10px;
        border-radius: 12px;
    }

    .znew-goodslist-item {
        padding: 5px;
    }

    .znew-goodslist-item > a {
        padding: 10px;
        border-radius: 12px;
    }

    .znew-screen-item,
    .znew-screen-px-item,
    .znew-px-dropdown-content a,
    .znew-screen-expand {
        height: 28px;
        padding: 0 10px;
        font-size: 12px;
    }

}

/* Mall UI polish v2: first-screen de-clutter + price emphasis + rhythm */
.zero-shop-newhome .zero-shop-row .row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 16px;
}

.zero-shop-newhome .zero-shop-row .zeroui-newmall {
    height: auto;
    min-height: 360px;
}

.zero-shop-newhome .zero-shop-row .zero-shop-newproduct,
.zero-shop-newhome .zero-shop-row .zero-shop-newgoodshot,
.zero-shop-newhome .zero-shop-row .zero-shop-newuserinfo {
    padding: 14px;
}

.zero-shop-newhome .zero-shop-row .zero-shop-newbanner {
    border-radius: 14px;
}

.zero-shop-newhome .zero-shop-newnav {
    gap: 6px;
}

.zero-shop-newhome .zero-shop-newnavlist {
    height: 34px;
}

.zero-shop-newhome .zero-shop-newnavlist .newnav-icon img {
    width: 22px;
    height: 22px;
}

.zero-shop-newhome .zero-shop-newnavlist .newnav-hover {
    font-size: 13px;
    color: #475569;
}

.zero-shop-newhome .zero-shop-newgoodstitle,
.zero-shop-newhome .zero-mall-newtitle {
    font-size: 15px;
    margin-bottom: 12px;
}

.zero-shop-newhome .shop-newgoodslist .shop-newgoodsinfo .shop-newgoodstitle {
    height: 40px;
    line-height: 20px;
    font-size: 13px;
}

.zero-shop-newhome .shop-newgoodslist .shop-newgoodsinfo .shop-newgoodsmo {
    font-size: 15px;
}

.zero-shop-featured-tabs-wrap {
    margin-top: 2px;
}

.zero-shop-featured-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.zero-shop-featured-tab-btn {
    border: 1px solid #d9e2f3;
    background: #f6f8fc;
    color: #334155;
    border-radius: 999px;
    height: 30px;
    line-height: 28px;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all .2s ease;
}

.zero-shop-featured-tab-btn:hover {
    color: #1d4ed8;
    border-color: #b7ccf4;
    background: #eef4ff;
}

.zero-shop-featured-tab-btn.is-active {
    color: #1e3a8a;
    border-color: #9fc0ff;
    background: linear-gradient(180deg, #f7faff 0%, #eaf1ff 100%);
    box-shadow: inset 0 0 0 1px #c8dcff;
}

.zero-shop-featured-tab-panel {
    display: none;
}

.zero-shop-featured-tab-panel.is-active {
    display: block;
}

.zero-shop-newhome .shop-newuserme-mo-card {
    padding: 12px;
    border: 1px dashed #e6ebf2;
    box-shadow: none;
}

.zero-shop-newhome .shop-newseller-eq .shop-newseller-eqlist {
    gap: 8px;
}

.zero-shop-newhome .shop-newseller-eq .shop-newseller-eqlist .shop-newseller-eqitem i {
    width: 38px;
    height: 38px;
    font-size: 22px;
    background: #f5f7fb;
    color: #94a3b8;
}

.zero-shop-newhome .shop-newseller-eq .shop-newseller-eqlist .shop-newseller-eqitem span,
.zero-shop-newhome .shop-newseller-eq .shop-newseller-eqlist .shop-newseller-eqitem a {
    margin-top: 4px;
    font-size: 13px;
}

.zero-shop-newhome .shop-newseller-button .btn {
    height: 36px;
    font-size: 13px;
}

.zero-new-goodslist {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 18px;
}

.shop-homelist-goods-item {
    padding: 14px;
}

.shop-homelist-goods-item .goods-item-price {
    margin-top: 14px;
}

.shop-homelist-goods-item .goods-item-meta {
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6b7280;
    font-size: 12px;
}

.shop-homelist-goods-item .goods-item-meta span,
.znew-goodslist-item .znew-goodslist-item-meta span {
    display: inline-flex;
    align-items: center;
    height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    background: #f4f6fb;
}

.shop-homelist-goods-item .goods-item-price > span {
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
    padding: 4px 9px;
    border-radius: 999px;
    background: linear-gradient(90deg, #fff2ed 0%, #ffe4d8 100%);
    box-shadow: inset 0 0 0 1px #ffd8c8;
}

.shop-homelist-goods-item .goods-item-price > span small {
    color: #ff7a45;
    font-weight: 600;
}

.znew-goodslist-item {
    padding: 9px;
}

.znew-goodslist-item .znew-goodslist-item-price {
    margin-top: 12px;
}

.znew-goodslist-item .mall-virtual-meta {
    margin-top: 8px;
}

.zero-shop-newdetail .zero-product-virtual-meta {
    margin-top: 12px;
}

.znew-goodslist-item .znew-goodslist-item-meta {
    margin-top: 8px;
    color: #6b7280;
    font-size: 12px;
}

.znew-goodslist-item .znew-goodslist-item-price-text {
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
    padding: 4px 9px;
    border-radius: 999px;
    background: linear-gradient(90deg, #fff2ed 0%, #ffe4d8 100%);
    box-shadow: inset 0 0 0 1px #ffd8c8;
}

.znew-goodslist-item .znew-goodslist-item-price-num {
    font-size: 22px;
    letter-spacing: 0.2px;
}

.znew-goodslist-item .znew-goodslist-item-price-text2 {
    background: #f4f6fb;
    border-radius: 999px;
    padding: 2px 8px;
}

.znew-screenlist-right-tui-item-price-text {
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
    padding: 3px 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, #fff2ed 0%, #ffe4d8 100%);
    box-shadow: inset 0 0 0 1px #ffd8c8;
}

.znew-screenlist-right-tui-item-price-num {
    font-size: 20px;
}

.zero-product-lite-review {
    border: 1px solid #e8edf4;
    border-radius: 14px;
    box-shadow: none;
}

.zero-shop-newdetail .zero-product-conversion-panel {
    border: 1px solid #e8edf4;
    border-radius: 14px;
    padding: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.zero-shop-newdetail .zeroshop-detail-button {
    position: static !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: 100% !important;
    box-shadow: none !important;
    background: transparent !important;
}

.zero-shop-newdetail .zeroshop-detail-button.zero-product-primary-actions {
    margin-top: 14px;
    padding: 10px;
    border: 1px solid #dbe7fb;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    position: sticky !important;
    bottom: 12px;
    z-index: 20;
}

/* 统一商品详情页“收藏/立即购买”主按钮尺寸，避免a标签样式被其它规则影响 */
.zero-shop-newdetail .znew-detail-button-group {
    display: flex;
    align-items: stretch;
    gap: 0;
}

.zero-shop-newdetail .znew-detail-button-group > .btn-zmo-like,
.zero-shop-newdetail .znew-detail-button-group > .zero-product-buy-link {
    flex: 1 1 0;
    width: auto !important;
    min-width: 0;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 1.2;
}

.zero-product-desktop-cta {
    position: fixed;
    left: 50%;
    bottom: 16px;
    transform: translate(-50%, 20px);
    width: min(1120px, calc(100% - 32px));
    z-index: 95;
    opacity: 0;
    pointer-events: none;
    transition: all .24s ease;
}

.zero-product-desktop-cta.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
    pointer-events: auto;
}

.zero-product-desktop-cta .zero-product-desktop-cta-inner {
    border: 1px solid #dbe7fb;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    min-height: 68px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.zero-product-desktop-cta .zero-product-desktop-cta-price {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.zero-product-desktop-cta .zero-product-desktop-cta-price .label {
    font-size: 12px;
    color: #64748b;
    line-height: 1;
}

.zero-product-desktop-cta .zero-product-desktop-cta-price strong {
    color: #ea580c;
    font-size: 26px;
    line-height: 1.1;
}

.zero-product-desktop-cta .zero-product-desktop-cta-price small {
    color: #475569;
    font-size: 12px;
    line-height: 1;
}

.zero-product-desktop-cta .zero-product-desktop-cta-actions {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.zero-product-mobile-cta {
    display: none;
}

.zero-product-mobile-cta-spacer {
    display: none;
}

.zero-shop-newdetail .zero-product-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.zero-shop-newdetail .zero-product-hero-meta .meta-item {
    display: inline-flex;
    align-items: center;
    height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 12px;
    color: #64748b;
    background: #eef2f8;
}

.zero-shop-newdetail .zero-product-hero-meta .meta-item-rating {
    color: #b45309;
    background: #fff3e0;
}

.zero-shop-newdetail .zero-product-hero-price-row {
    margin-top: 12px;
}

.zero-shop-newdetail .zero-product-hero-ship {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    background: #ecfeff;
    color: #0e7490;
    border: 1px solid #bae6fd;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    margin-left: 8px;
}

.zero-shop-newdetail .zero-product-variant-summary {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.zero-shop-newdetail .zero-product-variant-summary .variant-label {
    color: #334155;
    font-size: 13px;
    font-weight: 600;
}

.zero-shop-newdetail .zero-product-variant-summary .variant-stock {
    display: inline-flex;
    align-items: center;
    height: 24px;
    border-radius: 999px;
    padding: 0 10px;
    font-size: 12px;
    color: #0f766e;
    background: #ecfeff;
    border: 1px solid #99f6e4;
}

.zero-shop-newdetail .zero-product-variant-summary .variant-stock.is-low {
    color: #b45309;
    background: #fff7ed;
    border-color: #fed7aa;
}

.zero-shop-newdetail .zero-product-variant-list {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.zero-shop-newdetail .zero-product-variant-option {
    min-width: 120px;
    border: 1px solid #d7dfec;
    border-radius: 10px;
    background: #fff;
    padding: 8px 10px;
    text-align: left;
    line-height: 1.2;
    transition: all .2s ease;
}

.zero-shop-newdetail .zero-product-variant-option .name {
    display: block;
    font-size: 13px;
    color: #0f172a;
    font-weight: 600;
    margin-bottom: 4px;
}

.zero-shop-newdetail .zero-product-variant-option .meta {
    display: block;
    font-size: 12px;
    color: #64748b;
}

.zero-shop-newdetail .zero-product-variant-option:hover {
    border-color: #c4d6ff;
    background: #eff5ff;
}

.zero-shop-newdetail .zero-product-variant-option.is-active {
    border-color: #3b82f6;
    background: #eaf2ff;
    box-shadow: inset 0 0 0 1px rgba(59, 130, 246, 0.22);
}

.zero-shop-newdetail .zero-product-variant-option.is-sold-out,
.zero-shop-newdetail .zero-product-variant-option[disabled] {
    opacity: .55;
    cursor: not-allowed;
    background: #f8fafc;
    border-color: #e2e8f0;
}

.zero-shop-newdetail .zero-product-trust-info {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 8px;
}

.zero-shop-newdetail .zero-product-trust-info .trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid #dbe7fb;
    background: #f8fbff;
    color: #334155;
    font-size: 12px;
}

.zero-shop-newdetail .zero-product-trust-info .trust-item i {
    color: #2563eb;
    font-size: 15px;
}

.zero-shop-newdetail .zero-product-addon-entry {
    margin-top: 12px;
    border: 1px solid #fde7d3;
    border-radius: 12px;
    background: linear-gradient(180deg, #fffaf5 0%, #fff4e8 100%);
    padding: 10px 12px;
}

.zero-shop-newdetail .zero-product-addon-entry .addon-check {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.zero-shop-newdetail .zero-product-addon-entry .addon-check input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #f97316;
    flex-shrink: 0;
}

.zero-shop-newdetail .zero-product-addon-entry .addon-main {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.zero-shop-newdetail .zero-product-addon-entry .addon-title {
    font-size: 13px;
    color: #7c2d12;
    font-weight: 600;
}

.zero-shop-newdetail .zero-product-addon-entry .addon-price {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    background: #ffedd5;
    color: #c2410c;
    font-size: 12px;
    border: 1px solid #fdba74;
}

.zero-shop-newdetail .zero-product-addon-entry .addon-desc {
    margin: 8px 0 0;
    color: #92400e;
    font-size: 12px;
    line-height: 1.5;
}

.zero-product-buy-link.is-disabled {
    pointer-events: none;
    opacity: .55;
    cursor: not-allowed;
}

.zero-product-sidebar-wrap {
    display: grid;
    gap: 12px;
}

.zero-product-sidebar-wrap .zero-product-sidebar-block {
    border: 1px solid #e8edf4;
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    padding: 12px;
}

.zero-product-sidebar-wrap .zero-product-sidebar-block .znew-detail-content-title {
    margin-bottom: 10px;
}

.zero-product-sidebar-wrap .zero-product-sidebar-block .row.znew-detail-content-right-list {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
}

.zero-product-sidebar-wrap .znew-detail-content-right-goodsimg {
    height: auto !important;
    aspect-ratio: 1 / 1;
}

.zero-product-sidebar-wrap .znew-detail-content-right-goodsimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zero-product-sidebar-empty {
    min-height: 76px;
    border: 1px dashed #d8e2f0;
    border-radius: 10px;
    background: #f8fafc;
    color: #94a3b8;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    padding: 8px 10px;
}

.zero-product-lite-review .zero-product-lite-review-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.zero-product-lite-review .zero-product-lite-review-head h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
}

.zero-product-lite-review .zero-product-lite-review-summary {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    color: #6b7280;
    font-size: 13px;
}

.zero-product-lite-review .zero-product-lite-review-summary .score {
    color: #f97316;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.zero-product-lite-review .zero-product-lite-review-summary .unit {
    color: #f97316;
    font-size: 13px;
}

.zero-product-lite-review .zero-product-lite-review-summary .count {
    margin-left: 6px;
}

.zero-shop-newdetail .zero-product-service-promise {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.zero-shop-newdetail .zero-product-service-promise span {
    display: inline-flex;
    align-items: center;
    height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px dashed #c7d2fe;
    background: #eef2ff;
    color: #3730a3;
    font-size: 12px;
}

.zero-product-lite-review .zero-product-lite-review-tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}

.zero-product-lite-review .zero-product-lite-review-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.zero-product-lite-review .zero-product-lite-review-filters a,
.zero-product-lite-review .zero-product-lite-review-filters button {
    border: 1px solid #d9e2f3;
    background: #f6f8fc;
    color: #334155;
    border-radius: 999px;
    height: 30px;
    line-height: 28px;
    padding: 0 12px;
    font-size: 12px;
    cursor: pointer;
    transition: all .2s ease;
    text-decoration: none;
}

.zero-product-lite-review .zero-product-lite-review-filters a:hover,
.zero-product-lite-review .zero-product-lite-review-filters a.is-active,
.zero-product-lite-review .zero-product-lite-review-filters button:hover,
.zero-product-lite-review .zero-product-lite-review-filters button.is-active {
    color: #1e40af;
    border-color: #bdd3ff;
    background: #e8f0ff;
}

.zero-product-lite-review .zero-product-lite-review-sort {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #64748b;
    font-size: 12px;
}

.zero-product-lite-review .zero-product-lite-review-sort select {
    border: 1px solid #d7dfec;
    background: #fff;
    color: #1f2937;
    border-radius: 8px;
    height: 30px;
    padding: 0 8px;
    font-size: 12px;
}

.zero-product-lite-review .zero-product-lite-review-keywords {
    margin: 0 0 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.zero-product-lite-review .zero-product-lite-review-keywords .keyword-title {
    font-size: 12px;
    color: #64748b;
}

.zero-product-lite-review .zero-product-lite-review-keywords .keyword-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    background: #eef2ff;
    border: 1px solid #dbe3ff;
    color: #344178;
    font-size: 12px;
}

.zero-product-lite-review .zero-product-lite-review-keywords .keyword-chip small {
    min-width: 16px;
    text-align: center;
    border-radius: 999px;
    background: #d7e3ff;
    color: #1e3a8a;
    font-size: 11px;
    line-height: 16px;
    padding: 0 5px;
}

.zero-product-lite-review .zero-product-lite-review-list {
    display: grid;
    gap: 10px;
}

.zero-product-lite-review .zero-product-lite-review-item {
    border: 1px solid #eef2f7;
    border-radius: 12px;
    background: #f8fafc;
    padding: 10px 12px;
}

.zero-product-lite-review .zero-product-lite-review-item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 4px;
}

.zero-product-lite-review .zero-product-lite-review-item-top .author {
    color: #334155;
    font-size: 13px;
    font-weight: 600;
}

.zero-product-lite-review .zero-product-lite-review-item-top .date {
    color: #94a3b8;
    font-size: 12px;
}

.zero-product-lite-review .zero-product-lite-review-item-rating {
    color: #64748b;
    font-size: 12px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.zero-product-lite-review .zero-product-lite-review-item-rating strong {
    color: #0f172a;
}

.zero-product-lite-review .review-level-tag {
    display: inline-flex;
    align-items: center;
    height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
}

.zero-product-lite-review .review-level-positive {
    background: #dcfce7;
    color: #166534;
}

.zero-product-lite-review .review-level-neutral {
    background: #fef3c7;
    color: #92400e;
}

.zero-product-lite-review .review-level-negative {
    background: #fee2e2;
    color: #b91c1c;
}

.zero-product-lite-review .zero-product-lite-review-item p {
    margin: 0;
    color: #334155;
    font-size: 13px;
    line-height: 1.6;
}

.zero-product-lite-review .zero-product-lite-review-media {
    margin-top: 8px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}

.zero-product-lite-review .zero-product-lite-review-media a {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    background: #fff;
}

.zero-product-lite-review .zero-product-lite-review-media img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}

.zero-product-lite-review .zero-product-lite-review-empty {
    color: #94a3b8;
    font-size: 13px;
    text-align: center;
    padding: 14px 8px;
    border: 1px dashed #dbe2ec;
    border-radius: 12px;
    background: #f8fafc;
}

.zero-product-lite-review .zero-product-lite-review-pagination {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.zero-product-lite-review .zero-product-lite-review-pagination .page-nav,
.zero-product-lite-review .zero-product-lite-review-pagination .page-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    border: 1px solid #dbe4f0;
    border-radius: 8px;
    background: #fff;
    color: #334155;
    font-size: 12px;
    line-height: 1;
    padding: 0 10px;
    text-decoration: none;
    transition: all .2s ease;
}

.zero-product-lite-review .zero-product-lite-review-pagination .page-nav:hover,
.zero-product-lite-review .zero-product-lite-review-pagination .page-num:hover {
    border-color: #bdd3ff;
    color: #1e40af;
    background: #eff5ff;
}

.zero-product-lite-review .zero-product-lite-review-pagination .page-num.is-active {
    border-color: #1d4ed8;
    background: #1d4ed8;
    color: #fff;
    pointer-events: none;
}

.zero-product-lite-review .zero-product-lite-review-pagination .page-nav.is-disabled {
    color: #94a3b8;
    background: #f8fafc;
    border-color: #e5eaf2;
}

.zero-product-lite-review .zero-product-lite-review-pagination .page-ellipsis {
    color: #94a3b8;
    font-size: 12px;
    padding: 0 2px;
}

@media (max-width: 1200px) {
    .zero-shop-newhome .zero-shop-row .zeroui-newmall {
        min-height: auto;
    }

    .zero-shop-newhome .zero-shop-row .row {
        --bs-gutter-x: 12px;
        --bs-gutter-y: 12px;
    }
}

@media (max-width: 768px) {
    .zero-product-desktop-cta {
        display: none !important;
    }

    .zero-new-goodslist {
        --bs-gutter-x: 12px;
        --bs-gutter-y: 12px;
    }

    .shop-homelist-goods-item,
    .znew-goodslist-item > a {
        padding: 10px;
    }

    .shop-homelist-goods-item .mall-virtual-chip,
    .znew-goodslist-item .mall-virtual-chip {
        min-height: 26px;
    }

    .shop-homelist-goods-item .goods-item-price > span,
    .znew-goodslist-item .znew-goodslist-item-price-text,
    .znew-screenlist-right-tui-item-price-text {
        padding: 3px 8px;
    }

    .znew-goodslist-item .znew-goodslist-item-price-text2 {
        padding: 2px 7px;
    }

    .zero-shop-newdetail .zero-product-hero-price-row {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 8px;
    }

    .zero-shop-newdetail .zero-product-variant-summary {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .zero-shop-newdetail .zero-product-variant-option {
        min-width: calc(50% - 4px);
    }

    .zero-shop-newdetail .zero-product-trust-info {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .zero-shop-newdetail .zero-product-hero-ship {
        margin-left: 0;
    }

    .zero-product-lite-review .zero-product-lite-review-tools {
        flex-direction: column;
        align-items: flex-start;
    }

    .zero-product-lite-review .zero-product-lite-review-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .zero-product-lite-review .zero-product-lite-review-media {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .zero-shop-newdetail .zeroshop-detail-button.zero-product-primary-actions {
        position: static !important;
        border: 0;
        padding: 0;
        background: transparent;
        backdrop-filter: none;
    }

    .zero-product-mobile-cta {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 110;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
        border-top: 1px solid #dbe4f4;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(10px);
    }

    .zero-product-mobile-cta .zero-product-mobile-cta-price {
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .zero-product-mobile-cta .zero-product-mobile-cta-price .label {
        font-size: 11px;
        color: #64748b;
        line-height: 1;
    }

    .zero-product-mobile-cta .zero-product-mobile-cta-price strong {
        color: #ea580c;
        font-size: 18px;
        line-height: 1.2;
    }

    .zero-product-mobile-cta .zero-product-mobile-cta-actions {
        min-width: 0;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 8px;
    }

    .zero-product-mobile-cta .zero-product-mobile-cta-actions > * {
        flex: 1 1 auto;
        min-width: 0;
    }

    .zero-product-mobile-cta .zero-product-mobile-cta-actions button,
    .zero-product-mobile-cta .zero-product-mobile-cta-actions a {
        width: 100%;
    }

    .zero-product-mobile-cta-spacer {
        display: block;
        height: calc(86px + env(safe-area-inset-bottom));
    }
}
