diff --git a/src/components/product-card.html b/src/components/product-card.html
index 115692e..05313c2 100644
--- a/src/components/product-card.html
+++ b/src/components/product-card.html
@@ -6,13 +6,13 @@
>
diff --git a/src/style.css b/src/style.css
index a7b8376..2f974fe 100644
--- a/src/style.css
+++ b/src/style.css
@@ -22,6 +22,10 @@ body {
width: 0;
}
+img {
+ pointer-events: none;
+}
+
hr {
border-color: silver;
}