diff --git a/packages/scandipwa/src/component/Product/Product.container.tsx b/packages/scandipwa/src/component/Product/Product.container.tsx
index bf9dc25930..409002b373 100644
--- a/packages/scandipwa/src/component/Product/Product.container.tsx
+++ b/packages/scandipwa/src/component/Product/Product.container.tsx
@@ -414,7 +414,7 @@ S extends ProductContainerState = ProductContainerState,
 
             // For product configurable attributes
             if (attributes) {
-                attributes.scrollIntoView({ block: 'center', behavior: 'smooth' });
+                attributes.scrollIntoView({ block: 'center' });
 
                 return;
             }