diff --git a/templates/page_with_carousel_button.html b/templates/page_with_carousel_button.html
index 867a914b4ca39abc84fddb4bafd09f85b3cb1d21..91412cdc026dce33b5d264cc0ecf91eb5ea808a5 100644
--- a/templates/page_with_carousel_button.html
+++ b/templates/page_with_carousel_button.html
@@ -86,7 +86,7 @@
 {% block template_content_footer %}
 
 <div class="button-wrapper">
-    <button type="button" class="btn btn-default btn-lg product-button">
+    <button type="button" class="btn btn-default btn-lg">
         {% set button = page.button.split('|') %}
             <a href="{{ button[0] }}">{{ button[1] }}</a>
     </button>