diff --git a/frontend/src/app/feature/lootboxes/lootbox-opening/lootbox-opening.component.css b/frontend/src/app/feature/lootboxes/lootbox-opening/lootbox-opening.component.css
index 5684ca3..28fd570 100644
--- a/frontend/src/app/feature/lootboxes/lootbox-opening/lootbox-opening.component.css
+++ b/frontend/src/app/feature/lootboxes/lootbox-opening/lootbox-opening.component.css
@@ -172,12 +172,6 @@ body {
animation: highlight-winner 1s ease-out 10s forwards;
}
-.case-item-won .case-item-inner {
- box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
- background: linear-gradient(to right, #232c43, #2a3354, #232c43);
- border: 2px solid #facc15; /* Gold border for winning item */
-}
-
/* Specific ID for the winning item to ensure it's visible */
#winning-item {
z-index: 5; /* Higher than indicator */
diff --git a/frontend/src/app/feature/lootboxes/lootbox-opening/lootbox-opening.component.html b/frontend/src/app/feature/lootboxes/lootbox-opening/lootbox-opening.component.html
index fef38af..c85802d 100644
--- a/frontend/src/app/feature/lootboxes/lootbox-opening/lootbox-opening.component.html
+++ b/frontend/src/app/feature/lootboxes/lootbox-opening/lootbox-opening.component.html
@@ -1,5 +1,7 @@