| 
					
				 | 
			
			
				@@ -131,7 +131,7 @@ export function addPinedPop() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     let popWrapper = document.createElement('div'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-    popWrapper.style.cssText = 'position: fixed; height: 400px;width: 300px;top: 12px;right: 20px;border-radius: 12px;border: 0.5px solid #919191;box-sizing: border-box;padding: 20px;background: #fff'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    popWrapper.style.cssText = 'position: fixed; height: 400px;width: 300px;top: 12px;right: 20px;border-radius: 12px;border: 0.5px solid #919191;box-sizing: border-box;padding: 20px;background: #fff;display:none'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     popWrapper.id = 'de-pin-pop' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     let img = document.createElement('img'); 
			 |