.pro-page {
    background: #f6f8fb;
    color: #202632;
}

.pro-crumb {
    padding: 16px 0;
    font-size: 13px;
    color: #7a8495;
}

.pro-crumb a {
    color: #5f6f86;
}

.pro-crumb span {
    margin: 0 8px;
}

.pro-hero {
    padding: 8px 0 24px;
}

.pro-hero-grid {
    display: grid;
    grid-template-columns: 460px minmax(0, 1fr);
    gap: 24px;
}

.pro-gallery,
.pro-summary,
.pro-detail-card,
.pro-side-card {
    background: #fff;
    border: 1px solid #e8edf4;
    border-radius: 8px;
}

.pro-gallery {
    padding: 16px;
}

.pro-main-shot {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 8px;
    background: #e9eef5;
}

.pro-main-shot img,
.pro-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pro-badge {
    position: absolute;
    left: 14px;
    top: 14px;
    padding: 6px 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    background: rgba(25, 159, 149, .92);
}

.pro-thumbs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 12px;
}

.pro-thumbs button {
    height: 74px;
    border: 2px solid transparent;
    border-radius: 6px;
    padding: 0;
    overflow: hidden;
    background: #f2f5f9;
    cursor: pointer;
}

.pro-thumbs button.active {
    border-color: #19a095;
}

.pro-summary {
    padding: 24px;
}

.pro-code {
    display: inline-flex;
    align-items: center;
    height: 26px;
    padding: 0 10px;
    border-radius: 4px;
    color: #188f86;
    background: #e9faf8;
    font-size: 13px;
}

.pro-summary h1 {
    margin: 14px 0 10px;
    font-size: 26px;
    line-height: 1.35;
    color: #151922;
}

.pro-desc {
    margin: 0 0 18px;
    color: #697386;
    line-height: 1.75;
}

.pro-price-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding: 18px;
    border-radius: 8px;
    background: linear-gradient(90deg, #fff2ec, #fff8f2);
}

.pro-price-label {
    color: #7b543d;
}

.pro-price-row strong {
    color: #f35d2f;
    font-size: 34px;
    line-height: 1;
}

.pro-price-row em {
    font-style: normal;
    color: #a66a49;
}

.pro-meta-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 18px 0;
}

.pro-meta-grid div {
    min-height: 66px;
    padding: 12px;
    border-radius: 6px;
    background: #f7f9fc;
}

.pro-meta-grid span {
    display: block;
    margin-bottom: 6px;
    color: #8792a3;
    font-size: 13px;
}

.pro-meta-grid strong {
    color: #273244;
    font-size: 15px;
}

.pro-safe {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    color: #48566c;
}

.pro-safe span {
    padding: 8px 10px;
    border: 1px solid #e2efe9;
    border-radius: 4px;
    background: #fbfffd;
}

.pro-safe i {
    color: #19a095;
    margin-right: 4px;
}

.pro-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.pro-actions a,
.pro-side-btn {
    height: 46px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.pro-buy {
    color: #fff;
    background: #f35d2f;
}

.pro-chat,
.pro-side-btn {
    color: #168e85;
    background: #e9faf8;
}

.pro-detail-wrap {
    padding: 0 0 36px;
}

.pro-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 24px;
}

.pro-detail-card {
    overflow: hidden;
}

.pro-tabs {
    position: sticky;
    top: 0;
    z-index: 5;
    display: flex;
    height: 58px;
    border-bottom: 1px solid #e8edf4;
    background: #fff;
}

.pro-tabs button {
    position: relative;
    min-width: 132px;
    border: 0;
    background: transparent;
    color: #596579;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.pro-tabs button.active {
    color: #19a095;
}

.pro-tabs button.active::after {
    content: "";
    position: absolute;
    left: 34px;
    right: 34px;
    bottom: 0;
    height: 3px;
    border-radius: 3px 3px 0 0;
    background: #19a095;
}

.pro-panel {
    display: none;
    padding: 26px;
}

.pro-panel.active {
    display: block;
}

.pro-section-title h2 {
    margin: 0 0 8px;
    font-size: 22px;
}

.pro-section-title p {
    margin: 0 0 20px;
    color: #7a8495;
}

.pro-feature-list {
    display: grid;
    gap: 12px;
    margin-bottom: 22px;
}

.pro-feature-list div {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 6px;
    background: #f7f9fc;
}

.pro-feature-list span {
    color: #7a8495;
}

.pro-feature-list strong {
    color: #263246;
}

.pro-content {
    color: #404b5d;
    line-height: 1.9;
}

.pro-content p {
    margin: 0 0 14px;
}

.pro-review-list {
    display: grid;
    gap: 14px;
}

.pro-review {
    padding: 18px;
    border: 1px solid #e8edf4;
    border-radius: 8px;
    background: #fbfcfe;
}

.pro-review-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 8px;
}

.pro-review-head span {
    color: #8a95a6;
}

.pro-stars {
    color: #ffb23d;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.pro-review p {
    margin: 0;
    color: #4d596b;
    line-height: 1.75;
}

.pro-side-card {
    padding: 20px;
}

.pro-side-sticky {
    position: sticky;
    top: 18px;
}

.pro-side-sticky h3 {
    margin: 0 0 14px;
    font-size: 20px;
}

.pro-side-sticky ul {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}

.pro-side-sticky li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 0;
    color: #596579;
    border-bottom: 1px solid #eef2f6;
}

.pro-side-sticky i {
    color: #19a095;
}

@media (max-width: 960px) {
    .pro-hero-grid,
    .pro-layout {
        grid-template-columns: 1fr;
    }

    .pro-meta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .pro-summary,
    .pro-panel,
    .pro-gallery {
        padding: 16px;
    }

    .pro-summary h1 {
        font-size: 22px;
    }

    .pro-price-row {
        flex-wrap: wrap;
    }

    .pro-meta-grid,
    .pro-actions,
    .pro-feature-list div {
        grid-template-columns: 1fr;
    }

    .pro-thumbs button {
        height: 58px;
    }
}

.pro-list-page {
    min-height: 100vh;
}

.pro-list-hero {
    padding: 38px 0 34px;
    background: linear-gradient(135deg, #0f7f78 0%, #1ba99d 46%, #f4b45f 100%);
    color: #fff;
}

.pro-list-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 28px;
    align-items: center;
}

.pro-list-kicker {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 6px 10px;
    border: 1px solid rgba(255,255,255,.38);
    border-radius: 4px;
    font-size: 13px;
    background: rgba(255,255,255,.12);
}

.pro-list-hero h1 {
    margin: 0 0 12px;
    font-size: 34px;
    line-height: 1.22;
    letter-spacing: 0;
}

.pro-list-hero p {
    max-width: 660px;
    margin: 0;
    color: rgba(255,255,255,.86);
    line-height: 1.8;
}

.pro-list-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.pro-list-hero-stats div {
    min-height: 86px;
    padding: 16px 12px;
    border: 1px solid rgba(255,255,255,.26);
    border-radius: 8px;
    background: rgba(255,255,255,.13);
    text-align: center;
}

.pro-list-hero-stats strong,
.pro-list-hero-stats span {
    display: block;
}

.pro-list-hero-stats strong {
    margin-bottom: 8px;
    font-size: 24px;
}

.pro-list-hero-stats span {
    color: rgba(255,255,255,.78);
    font-size: 13px;
}

.pro-list-layout {
    align-items: flex-start;
}

.pro-list-toolbar {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 16px;
    padding: 18px 20px;
    border: 1px solid #e8edf4;
    border-radius: 8px;
    background: #fff;
}

.pro-list-toolbar h2 {
    margin: 0 0 6px;
    color: #202632;
    font-size: 22px;
}

.pro-list-toolbar p {
    margin: 0;
    color: #7a8495;
    line-height: 1.65;
}

.pro-list-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-content: flex-start;
    justify-content: flex-end;
    min-width: 270px;
}

.pro-list-filter span {
    display: inline-flex;
    align-items: center;
    height: 32px;
    padding: 0 11px;
    border: 1px solid #dce5ee;
    border-radius: 4px;
    color: #536176;
    font-size: 13px;
    background: #fff;
}

.pro-list-filter .active {
    border-color: #19a095;
    color: #168e85;
    background: #e9faf8;
}

.pro-goods-list {
    display: grid;
    gap: 14px;
}

.pro-goods-card {
    display: grid;
    grid-template-columns: 188px minmax(0, 1fr) 150px;
    gap: 18px;
    padding: 16px;
    border: 1px solid #e8edf4;
    border-radius: 8px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.pro-goods-card:hover {
    border-color: #bfe9e4;
    box-shadow: 0 10px 24px rgba(24, 45, 73, .08);
    transform: translateY(-2px);
}

.pro-goods-thumb {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 8px;
    background: #e9eef5;
}

.pro-goods-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .25s ease;
}

.pro-goods-card:hover .pro-goods-thumb img {
    transform: scale(1.04);
}

.pro-goods-thumb span {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 5px 8px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    background: rgba(25, 159, 149, .94);
}

.pro-goods-body {
    min-width: 0;
}

.pro-goods-topline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.pro-goods-code,
.pro-goods-cat,
.pro-goods-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 4px;
    font-size: 12px;
}

.pro-goods-code {
    color: #188f86;
    background: #e9faf8;
}

.pro-goods-cat {
    color: #8a5c24;
    background: #fff3df;
}

.pro-goods-card h3 {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.45;
}

.pro-goods-card h3 a {
    color: #202632;
}

.pro-goods-card h3 a:hover {
    color: #19a095;
}

.pro-goods-card p {
    margin: 0 0 12px;
    color: #687588;
    line-height: 1.7;
}

.pro-goods-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.pro-goods-tags span {
    border: 1px solid #e3ebe6;
    color: #536176;
    background: #fbfffd;
}

.pro-goods-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    color: #8792a3;
    font-size: 13px;
}

.pro-goods-meta i {
    color: #19a095;
    margin-right: 4px;
}

.pro-goods-action {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap: 14px;
}

.pro-goods-price {
    color: #f35d2f;
    font-size: 18px;
    font-weight: 700;
}

.pro-goods-action a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 38px;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    background: #19a095;
}

.pro-list-pagination {
    margin-top: 22px;
}

.pro-side-widget,
.pro-safe-box {
    border: 1px solid #e8edf4;
    border-radius: 8px;
    background: #fff;
}

.pro-hot-list .info-hot-thumb img {
    object-fit: cover;
}

.pro-safe-box {
    padding: 20px;
}

.pro-safe-box h3 {
    margin: 0 0 10px;
    color: #202632;
    font-size: 20px;
}

.pro-safe-box p {
    margin: 0 0 14px;
    color: #697386;
    line-height: 1.7;
}

.pro-safe-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pro-safe-box li {
    display: flex;
    gap: 8px;
    padding: 9px 0;
    color: #596579;
    border-top: 1px solid #eef2f6;
}

.pro-safe-box i {
    color: #19a095;
    margin-top: 3px;
}

@media (max-width: 980px) {
    .pro-list-hero-inner,
    .pro-goods-card {
        grid-template-columns: 1fr;
    }

    .pro-goods-action {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .pro-list-toolbar {
        flex-direction: column;
    }

    .pro-list-filter {
        justify-content: flex-start;
        min-width: 0;
    }
}

@media (max-width: 560px) {
    .pro-list-hero {
        padding: 28px 0;
    }

    .pro-list-hero h1 {
        font-size: 26px;
    }

    .pro-list-hero-stats {
        grid-template-columns: 1fr;
    }

    .pro-list-toolbar,
    .pro-goods-card {
        padding: 14px;
    }

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

    .pro-goods-action a {
        width: 100%;
    }
}