/* Roozito v7.2.0 — live catalog and customer reviews UI */
.v720-product{position:relative}
.v720-card-topline{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}
.v720-discount{display:inline-flex;align-items:center;padding:6px 9px;border-radius:999px;background:var(--orange);color:#fff;font-size:11px;font-weight:900}
.v720-product-image-empty{position:absolute;inset:0;display:grid;place-items:center;background:linear-gradient(145deg,#eef8f1,#fff7e9);color:var(--green);font-size:58px}
.v720-product-visual{position:relative;min-height:360px;padding:0;overflow:hidden}
.v720-product-visual>img{width:100%;height:100%;min-height:360px;object-fit:cover;display:block}
.v720-product-visual>.v720-product-image-empty{position:absolute}
.v720-product-store-link{margin:16px 0 0}
.v720-empty-catalog{display:flex;min-height:220px;flex-direction:column;align-items:flex-start;justify-content:center;gap:10px;text-align:right}
.v720-empty-catalog>span{font-size:36px}
.v720-empty-catalog h3,.v720-empty-catalog p{margin:0}
.v720-empty-catalog p{color:var(--muted);line-height:1.9;max-width:680px}
.v720-live-stats{grid-template-columns:repeat(3,minmax(0,1fr))}
.v720-store-rating{margin:12px 0 0;color:var(--muted);font-weight:800}
.v720-store-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px}
.v720-store-facts>div{border:1px solid var(--line);border-radius:14px;padding:14px;background:#fbfdfb}
.v720-store-facts b{font-size:12px;color:var(--muted)}
.v720-store-facts p{margin:8px 0 0;line-height:1.85}
.v720-store-facts .badge{margin-left:5px}
.v720-product-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.v720-product-details>div,.v720-detail-empty{border:1px solid var(--line);border-radius:14px;padding:14px;background:#fbfdfb}
.v720-product-details b,.v720-detail-empty b{font-size:13px}
.v720-product-details p,.v720-detail-empty p{margin:7px 0 0;color:var(--muted);line-height:1.85;white-space:pre-wrap}
.v720-review-list,.v720-seller-review-list{display:grid;gap:14px}
.v720-review{border:1px solid var(--line);border-radius:16px;background:#fff;padding:16px}
.v720-review-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.v720-review-head b,.v720-review-head small{display:block}
.v720-review-head small{margin-top:4px;color:var(--muted)}
.v720-review>p{margin:13px 0 0;line-height:1.9;white-space:pre-wrap}
.v720-review-scores{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}
.v720-review-scores span{font-size:11px;background:#f2f7f4;color:#496156;padding:6px 8px;border-radius:999px}
.v720-seller-reply{margin-top:14px;padding:12px;border-radius:12px;background:#f5faf6;border-right:3px solid var(--green)}
.v720-seller-reply b{font-size:12px;color:var(--green)}
.v720-seller-reply p{margin:7px 0 0;line-height:1.85;white-space:pre-wrap}
.v720-review-empty{display:flex;gap:12px;align-items:flex-start;padding:20px;border:1px dashed var(--line);border-radius:16px;background:#fbfdfb}
.v720-review-empty>span{font-size:27px;line-height:1}
.v720-review-empty b,.v720-review-empty small{display:block}
.v720-review-empty small{margin-top:5px;color:var(--muted);line-height:1.8}
.v720-review-help{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 14px;padding:12px 14px;border-radius:14px;background:#f5faf6;color:#496156;font-size:12px;line-height:1.8}
.v720-review-help b{color:var(--green)}
.v720-seller-review-card .v720-review{margin-top:14px}
.v720-rating-grid select{width:100%}
@media(max-width:900px){
  .v720-store-facts,.v720-product-details,.v720-live-stats{grid-template-columns:1fr}
}
@media(max-width:720px){
  .v720-product-visual,.v720-product-visual>img{min-height:260px}
  .v720-review-head{align-items:flex-start}
}
