.fv-product-side { border-left: 1px solid #f0f1f2; background: #fafafa; }
.fv-side-block { padding: 19px 15px; border-bottom: 1px solid #e7e8ea; }
.fv-side-block h3 {
    display: flex; align-items: center; justify-content: space-between; margin: 0 0 15px;
    color: #686d76; font-size: 10px; font-weight: 500;
}
.fv-side-row {
    display: grid; grid-template-columns: 25px 1fr; gap: 7px; margin-top: 14px;
    color: #222; font-size: 11px; line-height: 1.35;
}
.fv-side-row > i { color: #858b94; font-size: 16px; }
.fv-side-row span { display: flex; flex-direction: column; }
.fv-side-row small { margin-top: 2px; color: #91969e; }
.fv-seller-block { padding: 15px; background: #fff; }
.fv-seller-block > span { color: #858a92; font-size: 9px; }
.fv-seller-head { display: flex; align-items: center; justify-content: space-between; gap: 7px; margin-top: 3px; }
.fv-seller-head strong { font-size: 13px; font-weight: 500; }
.fv-seller-head button { border: 0; background: transparent; color: #006af5; font-size: 11px; }
.fv-seller-metrics {
    display: grid; grid-template-columns: repeat(3, 1fr); margin: 12px -15px 0;
    border-top: 1px solid #eaebed; border-bottom: 1px solid #eaebed;
}
.fv-seller-metrics > div { min-height: 85px; padding: 10px; border-right: 1px solid #eaebed; }
.fv-seller-metrics > div:last-child { border-right: 0; }
.fv-seller-metrics span { min-height: 28px; display: block; color: #747a83; font-size: 9px; }
.fv-seller-metrics strong { display: block; margin-top: 14px; color: #111; font-size: 23px; font-weight: 400; }
.fv-seller-metrics > div:last-child strong { color: #b4b8be; font-size: 10px; }
.fv-go-store { width: 100%; min-height: 38px; border: 0; background: transparent; color: #006af5; font-size: 10px; font-weight: 600; }
@media (max-width: 950px) {
    .fv-product-side { border-left: 0; border-top: 1px solid #eceef0; }
    .fv-seller-metrics strong { font-size: 18px; }
}


.fv-product-app-download {
    min-height: 150px;
    display: grid;
    grid-template-columns: 115px 1fr;
    gap: 8px;
    padding: 10px 14px;
    border-bottom: 1px solid #e7e8ea;
    background: #fff;
}

.fv-product-qr {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fv-product-qr > i {
    color: #111;
    font-size: 92px;
    line-height: 1;
}

.fv-product-qr small {
    margin-top: 4px;
    color: #222;
    font-size: 8px;
}

.fv-product-app-card {
    align-self: center;
    min-height: 105px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,.10);
}

.fv-product-app-card img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    border-radius: 6px;
}

.fv-product-app-card span {
    color: #8b9098;
    font-size: 9px;
    line-height: 1.35;
}

@media (max-width: 950px) {
    .fv-product-app-download {
        grid-template-columns: 100px 1fr;
    }

    .fv-product-qr > i {
        font-size: 78px;
    }
}
