@media screen and (max-width:1399px){
	
	:root {
		--header-height:150px;
	}
	
	#main-header .main-menu > li > a { margin: 0; padding: 0 0.6em; letter-spacing:3px;  }
	
	#logo-wrapper .logo { height: calc(var(--header-height) - 60px); margin: 30px 0; }
	
	.product-child .double-title .deco-subtitle { font-size: 30px; }
	
}