| 
				
			 | 
			
			
				
				@@ -242,7 +242,7 @@ const ProductDetails = () => { 
			 | 
		
		
	
		
			
			| 
				242
			 | 
			
				242
			 | 
			
			
				
				             return ( 
			 | 
		
		
	
		
			
			| 
				243
			 | 
			
				243
			 | 
			
			
				
				               <Box sx={{ display: (name == "Title") ? "none" : "block" }}> 
			 | 
		
		
	
		
			
			| 
				244
			 | 
			
				244
			 | 
			
			
				
				                 <Typography variant="body2" sx={{ 
			 | 
		
		
	
		
			
			| 
				245
			 | 
			
				
			 | 
			
			
				
				-                  fontWeight: "100", fontSize: { 
			 | 
		
		
	
		
			
			| 
				
			 | 
			
				245
			 | 
			
			
				
				+                  fontWeight: "400", fontSize: { 
			 | 
		
		
	
		
			
			| 
				246
			 | 
			
				246
			 | 
			
			
				
				                     xs: "0.875rem", 
			 | 
		
		
	
		
			
			| 
				247
			 | 
			
				247
			 | 
			
			
				
				                     sm: "0.875rem", 
			 | 
		
		
	
		
			
			| 
				248
			 | 
			
				248
			 | 
			
			
				
				                     md: "1.1rem", 
			 | 
		
		
	
	
		
			
			| 
				
			 | 
			
			
				
				@@ -281,7 +281,7 @@ const ProductDetails = () => { 
			 | 
		
		
	
		
			
			| 
				281
			 | 
			
				281
			 | 
			
			
				
				         {/* Section 3: Quantity */} 
			 | 
		
		
	
		
			
			| 
				282
			 | 
			
				282
			 | 
			
			
				
				         <Box sx={{ mb: 5 }}> 
			 | 
		
		
	
		
			
			| 
				283
			 | 
			
				283
			 | 
			
			
				
				           <Typography variant="body2" sx={{ 
			 | 
		
		
	
		
			
			| 
				284
			 | 
			
				
			 | 
			
			
				
				-            fontWeight: "100", fontSize: { 
			 | 
		
		
	
		
			
			| 
				
			 | 
			
				284
			 | 
			
			
				
				+            fontWeight: "400", fontSize: { 
			 | 
		
		
	
		
			
			| 
				285
			 | 
			
				285
			 | 
			
			
				
				               xs: "0.875rem", 
			 | 
		
		
	
		
			
			| 
				286
			 | 
			
				286
			 | 
			
			
				
				               sm: "0.875rem", 
			 | 
		
		
	
		
			
			| 
				287
			 | 
			
				287
			 | 
			
			
				
				               md: "1.1rem", 
			 | 
		
		
	
	
		
			
			| 
				
			 | 
			
			
				
				@@ -323,7 +323,7 @@ const ProductDetails = () => { 
			 | 
		
		
	
		
			
			| 
				323
			 | 
			
				323
			 | 
			
			
				
				  
			 | 
		
		
	
		
			
			| 
				324
			 | 
			
				324
			 | 
			
			
				
				         {/* Section 4: Description */} 
			 | 
		
		
	
		
			
			| 
				325
			 | 
			
				325
			 | 
			
			
				
				         <Box sx={{ mb: 5 }}> 
			 | 
		
		
	
		
			
			| 
				326
			 | 
			
				
			 | 
			
			
				
				-          <Typography variant="body1" sx={{ fontWeight: "bold", color: "#000" }}> 
			 | 
		
		
	
		
			
			| 
				
			 | 
			
				326
			 | 
			
			
				
				+          <Typography variant="body1" sx={{ fontWeight: "400", color: "#000" }}> 
			 | 
		
		
	
		
			
			| 
				327
			 | 
			
				327
			 | 
			
			
				
				             Description 
			 | 
		
		
	
		
			
			| 
				328
			 | 
			
				328
			 | 
			
			
				
				           </Typography> 
			 | 
		
		
	
		
			
			| 
				329
			 | 
			
				329
			 | 
			
			
				
				           <Typography variant="body1" color="text.secondary" sx={{ fontWeight: "400" }}> 
			 |