fix: out of stock chip z-index, PersonIcon for unauthenticated users

This commit is contained in:
Kirill
2026-05-21 21:00:26 +05:00
parent 7a9e44bc5c
commit d69647ffe3
2 changed files with 3 additions and 1 deletions
@@ -139,6 +139,7 @@ export function ProductCard({ product, mediaHeight = 200, actions }: Props) {
position: 'absolute',
top: 8,
left: 8,
zIndex: 2,
fontWeight: 600,
fontSize: '0.7rem',
backdropFilter: 'blur(4px)',