.example-product-cell{align-items:center;gap:9px;min-width:0;display:flex}.example-product-cell img{object-fit:cover;background:var(--dt-surface);width:30px;height:30px;box-shadow:0 0 0 1px color-mix(in srgb, var(--dt-border) 70%, transparent);border-radius:6px;flex:0 0 30px}.example-product-cell span{flex-direction:column;gap:2px;min-width:0;line-height:1.15;display:flex}.example-product-cell strong,.example-product-cell small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.example-product-cell strong{color:var(--dt-text);font-size:11px;font-weight:650}.example-product-cell small{color:var(--dt-muted);font-size:9px}.example-stock{align-items:center;gap:8px;width:100%;display:flex}.example-stock>span{background:color-mix(in srgb, var(--dt-muted) 20%, transparent);border-radius:4px;flex:1;height:5px;overflow:hidden}.example-stock i{background:var(--dt-accent);border-radius:inherit;height:100%;display:block}.example-stock strong{text-align:right;width:28px;font:10px var(--dt-mono)}.example-status{border-radius:999px;padding:3px 7px;font-size:9px;font-weight:600}.example-status.is-live{color:#137a50;background:#dff6eb}.example-status.is-draft{color:#745d18;background:#f8efcf}.example-status.is-paused{color:#8d4050;background:#fae3e8}html[data-dt-theme=dark] .example-status.is-live{color:#7de0b5;background:#183d30}html[data-dt-theme=dark] .example-status.is-draft{color:#e4ca75;background:#403717}html[data-dt-theme=dark] .example-status.is-paused{color:#efa3b0;background:#45242c}.example-rating{font-variant-numeric:tabular-nums;justify-content:center;align-items:center;gap:7px;width:100%;display:inline-flex}.example-rating__stars{letter-spacing:1px;white-space:nowrap;background:linear-gradient(90deg, #e0a82e 0%, #e0a82e var(--rating-pct,0%), color-mix(in srgb, var(--dt-muted) 34%, transparent) var(--rating-pct,0%));color:#0000;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-family:Apple Symbols,Segoe UI Symbol,Noto Sans Symbols,sans-serif;font-size:11px;line-height:1;display:inline-block}.example-rating strong{color:var(--dt-muted);font:10px var(--dt-mono)}.example-featured{min-width:62px;color:var(--dt-muted);background:color-mix(in srgb, var(--dt-muted) 10%, transparent);border:1px solid color-mix(in srgb, var(--dt-muted) 16%, transparent);border-radius:999px;justify-content:center;align-items:center;padding:3px 7px;font-size:9px;font-weight:650;display:inline-flex}.example-featured.is-on{color:#2f5fcb;background:#e6edff;border-color:#c9d8ff}html[data-dt-theme=dark] .example-featured.is-on{color:#aabfff;background:#202b4d;border-color:#354574}.example-flag{align-items:center;gap:6px;font-size:11px;display:inline-flex}.example-flag img{box-shadow:0 0 0 1px color-mix(in srgb, var(--dt-border) 70%, transparent);border-radius:2px;display:block}
