diff --git a/static/css/matemat.css b/static/css/matemat.css
index 9504e18..774ef32 100644
--- a/static/css/matemat.css
+++ b/static/css/matemat.css
@@ -1,3 +1,12 @@
+* {
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -khtml-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+}
+
.thumblist-item {
display: inline-block;
margin: 5px;
diff --git a/templates/productlist.html b/templates/productlist.html
index 824307e..b1d2eca 100644
--- a/templates/productlist.html
+++ b/templates/productlist.html
@@ -59,7 +59,7 @@
{% endif %}