diff --git a/estore/src/components/BouquetPicker.tsx b/estore/src/components/BouquetPicker.tsx
index 72f98e8..ffc9ad1 100644
--- a/estore/src/components/BouquetPicker.tsx
+++ b/estore/src/components/BouquetPicker.tsx
@@ -803,18 +803,31 @@ export default function BouquetPicker({ product, onClose }: Props) {
- {family.colors.map((c) => (
-
)}