diff --git a/assets/styles.css b/assets/styles.css
index 4a34b36c6..f912bd997 100644
--- a/assets/styles.css
+++ b/assets/styles.css
@@ -25,7 +25,7 @@ body {
   margin: 25px 100px;
   float: right;
   border: 1px solid #d8d8d8;
-  padding: 10px 30px;
+  padding: 30px 30px;
   background-color: white;
   -webkit-box-shadow: 0px 2px 15px -12px rgba(0, 0, 0, 0.57);
   -moz-box-shadow: 0px 2px 15px -12px rgba(0, 0, 0, 0.57);
@@ -88,6 +88,10 @@ li {
   box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.57);
 }
 
+.out-of-stock-img {
+  opacity: 0.5;
+}
+
 p {
   font-size: 22px;
 }
diff --git a/components/ProductDisplay.js b/components/ProductDisplay.js
index b764ac127..34fab0136 100644
--- a/components/ProductDisplay.js
+++ b/components/ProductDisplay.js
@@ -5,98 +5,93 @@ app.component('product-display', {
       required: true
     }
   },
-  template:
-    /*html*/
-    `
-   
-        
+  template: 
+  /*html*/
+  `
     
       
-        
![]()
+        
![]() 
       
-
       
-        
{{ productName }}
+        
{{ title }}
+
         
In Stock
         Out of Stock
-        
Shipping: {{ shipping }}
 
+        
Shipping: {{ shipping }}
         
 
-        
-        
 
-
-        
+        
+        
+
+        
+        
+      
+
       
 
      
-
-    
-    
-  
-    
Reviews:
-      
-        - 
-          {{ review.name }} gave this {{ review.rating }} stars
-          
 -          "{{ review.text }}"
-
-
-    
-      
Product goes here
+      
+
+      
Cart({{ cart.length }})
+      
 
+