diff --git a/js/account/avatar-sandbox-rewrite.js b/js/account/avatar-sandbox-rewrite.js
index 0b23822..8f360a6 100644
--- a/js/account/avatar-sandbox-rewrite.js
+++ b/js/account/avatar-sandbox-rewrite.js
@@ -474,7 +474,7 @@ async function LoadItems() {
by ${ (item.type !== 'hat' && item.type !== 'tool') ? 'Polytoria' : item.creator.name }
Free' : (item.price !== "???") ? 'text-success">$ ' + item.price : 'text-muted">???' }
+ ${ (item.price === 0) ? 'text-primary fw-bold">Free' : (item.price !== "???") ? 'text-success">$ ' + item.price : 'text-muted">???' }
`
@@ -547,7 +547,7 @@ function LoadWearing() {
by ${Cached.creator.name || "-"}
Free' : (Cached.price !== "???") ? 'text-success">$ ' + Cached.price : 'text-muted">???' }
+ ${ (Cached.price === 0) ? 'text-primary fw-bold">Free' : (Cached.price !== "???") ? 'text-success">$ ' + Cached.price : 'text-muted">???' }
`