/* Product detail + spec — 画板 1 副本 17 / 23 / 24 + spec sidebar.
   Loaded after site.css. Do not edit site.css / header / footer. */

/* ---------- Product detail (boards 17 / 23 / 24) ---------- */

main.pdet-main .pdet-breadcrumb {
    padding: 46px 0 6px;
}

main.pdet-main .pdet-breadcrumb-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;
    font-size: 15px;
    color: #111;
}

main.pdet-main .pdet-breadcrumb-current {
    color: #c7893e;
    font-weight: 500;
}

main.pdet-main .pdet-page-title {
    text-align: center;
    padding: 28px 0 48px;
}

main.pdet-main .pdet-page-title-text {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    letter-spacing: 3px;
    margin-bottom: 26px;
}

main.pdet-main .pdet-page-subtitle {
    font-size: 13px;
    color: #808080;
    line-height: 2.1;
    letter-spacing: 0.3px;
}

main.pdet-main .pdet-layout {
    padding: 0 0 90px;
}

main.pdet-main .pdet-layout-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    gap: 150px;
    align-items: flex-start;
}

/* PNG already includes colored bag frame */
main.pdet-main .pdet-image-col {
    width: 274px;
    flex-shrink: 0;
}

main.pdet-main .pdet-image-frame {
    border: none;
    background: transparent;
}

main.pdet-main .pdet-main-image {
    width: 100%;
    display: block;
}

main.pdet-main .pdet-thumbs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
}

main.pdet-main .pdet-thumb {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d2d2d2;
    cursor: pointer;
}

main.pdet-main .pdet-thumb.active {
    width: 10px;
    height: 10px;
    background: #c7893e;
}

main.pdet-main .pdet-info-col {
    flex: 1;
    min-width: 0;
    padding-top: 4px;
}

main.pdet-main .pdet-product-name {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    letter-spacing: 2px;
}

main.pdet-main .pdet-divider {
    height: 1px;
    background: #e5e5e5;
    margin: 18px 0 22px;
}

main.pdet-main .pdet-lead {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
    line-height: 1.7;
}

main.pdet-main .pdet-desc {
    font-size: 13px;
    font-weight: 400;
    color: #808080;
    line-height: 1.95;
    letter-spacing: 0.3px;
}

main.pdet-main .pdet-features {
    list-style: none;
    padding: 0;
    margin: 22px 0 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

main.pdet-main .pdet-features li {
    font-size: 13px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 10px;
}

main.pdet-main .pdet-bullet-ring {
    width: 8px;
    height: 8px;
    border: 1.5px solid #333;
    border-radius: 50%;
    flex-shrink: 0;
    background: transparent;
}

main.pdet-main .pdet-price-label {
    font-size: 13px;
    color: #808080;
    margin: 28px 0 12px;
}

main.pdet-main .pdet-price-tags {
    display: flex;
    gap: 52px;
}

main.pdet-main .pdet-price-tag {
    display: flex;
    align-items: stretch;
    height: 40px;
    padding: 0;
    border: none;
    gap: 0;
    cursor: pointer;
    background: transparent;
    box-shadow: none;
}

main.pdet-main .pdet-price-tag:hover {
    box-shadow: none;
}

main.pdet-main .pdet-price-tag.active {
    background: transparent;
}

main.pdet-main .pdet-price-spec {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    padding: 0 16px;
    background: #c7893e;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

main.pdet-main .pdet-price-val {
    display: flex;
    align-items: center;
    padding: 0 18px;
    border: 1px solid #c7893e;
    border-left: none;
    background: #fff;
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

main.pdet-main .pdet-price-unit {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    margin-left: 0;
}

/* ---------- Product spec ---------- */

main.ps-main .ps-title {
    font-size: 40px;
    letter-spacing: 3px;
}

main.ps-main .ps-breadcrumb-inner,
main.ps-main .ps-body-inner {
    max-width: 1180px;
    padding: 0;
}

main.ps-main .ps-side {
    width: 256px;
}

main.ps-main .ps-side-item.active {
    border-bottom: 1px solid #c7893e;
}

main.ps-main .ps-side-item.active .ps-side-name,
main.ps-main .ps-side-item.active .ps-side-arrow {
    color: #c7893e;
}

main.ps-main .ps-sec-title {
    color: #c7893e;
}

main.ps-main .ps-ing-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

main.ps-main .ps-ing-chip {
    display: inline-block;
    padding: 10px 26px;
    background: #f2f2f2;
    border-radius: 100px;
    font-size: 15px;
    color: #333;
    letter-spacing: 1px;
}

main.ps-main .ps-table th {
    background: #000;
    color: #fff;
    font-weight: 500;
}

main.ps-main .ps-table-nutrition td:last-child,
main.ps-main .ps-table-feeding td:not(:first-child) {
    color: #106eb8;
}

main.ps-main .ps-kibble-img {
    max-width: 100%;
}

main.ps-main .ps-kibble-img img {
    width: 100%;
    max-width: 720px;
    display: block;
}

@media (max-width: 900px) {
    main.pdet-main .pdet-breadcrumb-inner,
    main.pdet-main .pdet-layout-inner,
    main.ps-main .ps-breadcrumb-inner,
    main.ps-main .ps-body-inner {
        padding: 0 15px;
    }

    main.pdet-main .pdet-layout-inner {
        flex-direction: column;
        gap: 36px;
    }

    main.pdet-main .pdet-image-col {
        width: 100%;
        max-width: 274px;
        margin: 0 auto;
    }

    main.pdet-main .pdet-price-tags {
        gap: 16px;
        flex-wrap: wrap;
    }
}
