<script type='text/javascript' src='https://www.fivecontinentseditions.com/wp-content/themes/dt-the7-child/glide/js/glide.min.js' id='glide-js-js'></script>	
	<style>
		#slider_home_owl {margin-bottom:2em;}
			#slider_home_owl .glide__track{overflow:clip;padding-bottom: 1em;}  
			#slider_home_owl .glide__slides {
				justify-content: stretch;
				  align-items: stretch;
				  align-content: stretch;
				  overflow: visible!important;
				  list-style: none;
				  margin:0px;
				  max-height:450px;
			}
			#slider_home_owl .glide__slide {
				position:relative;
				max-height:450px;
				padding:0em 1em;
			}
			.glide__slide a  {
				
				box-shadow:0 8px 16px 0 rgba(0,0,0,.2);
				max-height:450px;
				overflow: hidden;
				
			}
			
			.glide__slide a img {
				width: 100%;
				
				
			}
			#slider_home_owl .home_dida {margin-left:1em;}

	
	
			 #slider_home_owl .glide__bullets {
			   position: relative;
			   z-index: 2;
			   bottom: 0em;
			   left: 50%;
			   display: inline-flex;
			   list-style: none;
			   transform: translateX(-50%);
		   }
		   #slider_home_owl .glide__bullets .glide__bullet{
				width: 12px;
				  height: 12px;
				  display: inline-block;
				  background: url(https://www.fivecontinentseditions.com/wp-content/themes/dt-the7-child/images/bg_slider_other_big.png) center center no-repeat;
					background-size: auto;
				  cursor: pointer;
				  background-size: 32px !important;
				  background-color:#fff;
				  border-radius:50%!important;
				  margin: 0px 0.5em -15px 0.5em;
			}
	#slider_home_owl .glide__arrow {
				width: 36px;
				height: 36px;
				border-radius: 500px !important;
				padding: 0;
				border: 0;
				color: black;
				background-color: #f7f7f7 !important;
				box-shadow: none;
				font-size: 18px;
			}
			#slider_home_owl .glide__arrow:hover {
	
				color: white;
				background-color: black !important;
			}
			#slider_home_owl .glide__arrow--left {
			  left: -3em;
			}
			#slider_home_owl .glide__arrow--right {
			  right: -3em;
			}
			#slider_home_owl  .glide__bullet.glide__bullet--active {
			
			background-color: #fff !important;
			  background-image: url(https://www.fivecontinentseditions.com/wp-content/themes/dt-the7-child/images/bg_slider_current_big.png);
			  box-shadow: 0 0 0 2px rgba(255,255,255,0.01);
		  }
			#slider_home_owl  .glide__bullet.glide__bullet--active span {
				background: rgba(255,255,255,0.01);
				box-shadow: 0 0 0 2px rgba(255,255,255,0.01);
			}
			#slider_home_owl .glide__bullets .glide__bullet span {
				background: #000000;
			}
			#slider_home_owl .glide__bullet:hover,#slider_home_owl .glide__bullet:focus {
				border: 0px solid transparent;
				box-shadow: 0 0 0 2px rgba(255,255,255,0.01);
				background-color: rgba(255,255,255,.5);
				background-image: url(https://www.fivecontinentseditions.com/wp-content/themes/dt-the7-child/images/bg_slider_current_big.png);
			}
			
			@media screen and (max-width: 767px) {
				#slider_home_owl {margin-top: -44px;}
				#slider_home_owl .glide__slide {padding :0em;}
			
			  }
			}
		</style>
	
	<script type='text/javascript' src='https://www.fivecontinentseditions.com/wp-content/themes/dt-the7-child/glide/js/glide.min.js' id='glide-js-js'></script>	


	<style>
		#events .row {box-shadow: 0 4px 16px 0 rgba(0,0,0,.2);}
		#events .row p {margin:0px;padding:0px;}
		#events .row img {display:inherit;}
		#events .glide__track{overflow:clip;padding-bottom: 2em;}  
		#events .glide__slides {
			justify-content: stretch;
			  align-items: stretch;
			  align-content: stretch;
			  overflow: visible!important;
		}
		 #events .row {height:auto;}
		 .row.news-element {
			 display: flex;
		 }
		 #events .row .column .date {font-size: 16px;font-weight: lighter;line-height:normal;}
		 #events .row .column {
			padding: 25px 10px;
			 /* width: 197px; */
			 max-width: 197px;
			 float: left;
			 display: flex;
			 flex-direction: column;
			 justify-content: space-between;
			 /*align-items: center;*/
			
		 }
		 #events .row .column h3 {
		   font-size: 16px;margin-bottom: 0;
		   }
		   #events .row .column h4 {font-size: 12px;}
		   
		   #events .row .cat.past {
			   background-color: #b1acac;
			   font-size: 11px;
			   line-height: normal;
			   padding: 5px 20px 2px;
			   font-weight: lighter;
			   position: absolute;
		   }


		 #events .glide__bullets {
		   position: absolute;
		   z-index: 2;
		   bottom: -2em;
		   left: 50%;
		   display: inline-flex;
		   list-style: none;
		   transform: translateX(-50%);
	   }
	   #events .glide__bullets .glide__bullet{
			width: 12px;
			  height: 12px;
			  display: inline-block;
			  background: url(https://www.fivecontinentseditions.com/wp-content/themes/dt-the7-child/images/bg_slider_other_big.png) center center no-repeat;
				background-size: auto;
			  cursor: pointer;
			  background-size: 32px !important;
			  background-color:#fff;
			  border-radius:50%!important;
			  margin: 0px 0.5em -15px 0.5em;
		}
		#events .glide__arrow {
			width: 36px;
			height: 36px;
			border-radius: 500px !important;
			padding: 0;
			border: 0;
			color: black;
			background-color: #f7f7f7 !important;
			box-shadow: none;
			font-size: 18px;
		}
		#events .glide__arrow:hover {

			color: white;
			background-color: black !important;
		}
		#events .glide__arrow--left {
		  left: -3em;
		}
		#events .glide__arrow--right {
		  right: -3em;
		}
		#events  .glide__bullet.glide__bullet--active {
		
		background-color: #fff !important;
		  background-image: url(https://www.fivecontinentseditions.com/wp-content/themes/dt-the7-child/images/bg_slider_current_big.png);
		  box-shadow: 0 0 0 2px rgba(255,255,255,0.01);
	  }
		#events  .glide__bullet.glide__bullet--active span {
			background: rgba(255,255,255,0.01);
			box-shadow: 0 0 0 2px rgba(255,255,255,0.01);
		}
		#events .glide__bullets .glide__bullet span {
			background: #000000;
		}
		#events .glide__bullet:hover,#events .glide__bullet:focus {
			border: 0px solid transparent;
			box-shadow: 0 0 0 2px rgba(255,255,255,0.01);
			background-color: rgba(255,255,255,.5);
			background-image: url(https://www.fivecontinentseditions.com/wp-content/themes/dt-the7-child/images/bg_slider_current_big.png);
		}
		
		@media screen and (max-width: 767px) {
		  #events .row #abs, #events .row #artist {
	padding-top: 25px;
	width: auto;
		  }
		  #events .glide__arrow--left {
			left: -1em;
		  }
		  #events .glide__arrow--right {
			right: -1em;
		  }
		}
	</style>



	<div id="events" class="news-container glide"> <div class="glide__track" data-glide-el="track"><div class="glide__slides">		
		
		
			<div class="row news-element glide__slide" style="cursor:pointer;" onclick="location.href='https://www.fivecontinentseditions.com/en/urkraft/'">
				<div class="cat past">Press Review</div>
				<div class="clear"></div>
	
				<div class="column">
					<a href="https://www.fivecontinentseditions.com/en/urkraft/"><img src="https://www.fivecontinentseditions.com/wp-content/uploads/2026/03/Gamperl_Feb24_11111_final-Opt-300x300.jpg" class="cover"></a>
				</div>
				<div id="artist" class="column">
					<div class="titoli">
					<h3 style="padding-top: 0px;">
						URKRAFT					</h3>					
					<h4>The Good Life | Le forme del tempo, Ernst Gamperl</h4>					
									   					</div>
					<!-- ORARI -->
					<div class="orari">
					<p>monday</p>
					<div class="date">16 Mar 2026</div>
															</div>
				</div>
			</div>
		

		
		
		
				
		
		
			<div class="row news-element glide__slide" style="cursor:pointer;" onclick="location.href='https://www.fivecontinentseditions.com/en/raw-vision-126/'">
				<div class="cat past">Press Review</div>
				<div class="clear"></div>
	
				<div class="column">
					<a href="https://www.fivecontinentseditions.com/en/raw-vision-126/"><img src="https://www.fivecontinentseditions.com/wp-content/uploads/2026/03/Cover_Raw-Vision-202603-300x300.jpg" class="cover"></a>
				</div>
				<div id="artist" class="column">
					<div class="titoli">
					<h3 style="padding-top: 0px;">
						RAW VISION 126					</h3>					
					<h4>Art Brut | Outsider Art</h4>					
									   					</div>
					<!-- ORARI -->
					<div class="orari">
					<p>monday</p>
					<div class="date">02 Mar 2026</div>
															</div>
				</div>
			</div>
		

		
		
		
				
		
		
			<div class="row news-element glide__slide" style="cursor:pointer;" onclick="location.href='https://www.fivecontinentseditions.com/en/campi-flegrei-esquire/'">
				<div class="cat past">Press Review</div>
				<div class="clear"></div>
	
				<div class="column">
					<a href="https://www.fivecontinentseditions.com/en/campi-flegrei-esquire/"><img src="https://www.fivecontinentseditions.com/wp-content/uploads/2025/10/CF_Cover_FINAL_ITA_Front-300x300.jpg" class="cover"></a>
				</div>
				<div id="artist" class="column">
					<div class="titoli">
					<h3 style="padding-top: 0px;">
						CAMPI FLEGREI.					</h3>					
					<h4>Esquire | Prima che crolli tutto, di Mauro Querci</h4>					
									   					</div>
					<!-- ORARI -->
					<div class="orari">
					<p>monday</p>
					<div class="date">01 Dec 2025</div>
															</div>
				</div>
			</div>
		

		
		
		
				
		
		
			<div class="row news-element glide__slide" style="cursor:pointer;" onclick="location.href='https://www.fivecontinentseditions.com/en/seeds/'">
				<div class="cat past">Press Review</div>
				<div class="clear"></div>
	
				<div class="column">
					<a href="https://www.fivecontinentseditions.com/en/seeds/"><img src="https://www.fivecontinentseditions.com/wp-content/uploads/2025/03/9791254600801_MAIN-300x300.jpg" class="cover"></a>
				</div>
				<div id="artist" class="column">
					<div class="titoli">
					<h3 style="padding-top: 0px;">
						SEEDS					</h3>					
					<h4>Panorama Collezione | La bellezza segreta dei semi</h4>					
									   					</div>
					<!-- ORARI -->
					<div class="orari">
					<p>monday</p>
					<div class="date">01 Dec 2025</div>
															</div>
				</div>
			</div>
		

		
		
		
				
		
		
			<div class="row news-element glide__slide" style="cursor:pointer;" onclick="location.href='https://www.fivecontinentseditions.com/en/maria-lai/'">
				<div class="cat past">Press Review</div>
				<div class="clear"></div>
	
				<div class="column">
					<a href="https://www.fivecontinentseditions.com/en/maria-lai/"><img src="https://www.fivecontinentseditions.com/wp-content/uploads/2025/12/71nXKgrC6ZL._SL1000_-300x300.jpg" class="cover"></a>
				</div>
				<div id="artist" class="column">
					<div class="titoli">
					<h3 style="padding-top: 0px;">
						MARIA LAI					</h3>					
					<h4>Il Giornale dell'Arte | Il futuro di Maria Lai parte da Jerzu</h4>					
									   					</div>
					<!-- ORARI -->
					<div class="orari">
					<p>monday</p>
					<div class="date">01 Dec 2025</div>
															</div>
				</div>
			</div>
		

		
		
		
				
		
		
			<div class="row news-element glide__slide" style="cursor:pointer;" onclick="location.href='https://www.fivecontinentseditions.com/en/loving-ii-d-la-repubblica-2/'">
				<div class="cat past">Press Review</div>
				<div class="clear"></div>
	
				<div class="column">
					<a href="https://www.fivecontinentseditions.com/en/loving-ii-d-la-repubblica-2/"><img src="https://www.fivecontinentseditions.com/wp-content/uploads/2025/09/Loving2_DEF_7-300x300.jpg" class="cover"></a>
				</div>
				<div id="artist" class="column">
					<div class="titoli">
					<h3 style="padding-top: 0px;">
						LOVING II | d la Repubblica					</h3>					
					<h4>Amarsi e basta: Ritratti di coppie a modo loro</h4>					
									   					</div>
					<!-- ORARI -->
					<div class="orari">
					<p>saturday</p>
					<div class="date">04 Oct 2025</div>
															</div>
				</div>
			</div>
		

		
		
		
				
		
		
			<div class="row news-element glide__slide" style="cursor:pointer;" onclick="location.href='https://www.fivecontinentseditions.com/en/ernst-gamperl/'">
				<div class="cat past">Press Review</div>
				<div class="clear"></div>
	
				<div class="column">
					<a href="https://www.fivecontinentseditions.com/en/ernst-gamperl/"><img src="https://www.fivecontinentseditions.com/wp-content/uploads/2025/06/Cvr_Front_STD-300x300.jpg" class="cover"></a>
				</div>
				<div id="artist" class="column">
					<div class="titoli">
					<h3 style="padding-top: 0px;">
						ERNST GAMPERL					</h3>					
					<h4>Il Sole 24 Ore Domenica | Gamperl che va al cuore del legno di Michele De Lucchi</h4>					
									   					</div>
					<!-- ORARI -->
					<div class="orari">
					<p>sunday</p>
					<div class="date">14 Sep 2025</div>
															</div>
				</div>
			</div>
		

		
		
		
				
		
		
			<div class="row news-element glide__slide" style="cursor:pointer;" onclick="location.href='https://www.fivecontinentseditions.com/en/slavko-kopac/'">
				<div class="cat past">Press Review</div>
				<div class="clear"></div>
	
				<div class="column">
					<a href="https://www.fivecontinentseditions.com/en/slavko-kopac/"><img src="https://www.fivecontinentseditions.com/wp-content/uploads/2025/11/9788874394135_MAIN-300x300.jpg" class="cover"></a>
				</div>
				<div id="artist" class="column">
					<div class="titoli">
					<h3 style="padding-top: 0px;">
						SLAVKO KOPAČ					</h3>					
					<h4>La Repubblica Firenze | Nel mondo di Kopač il maestro dell’Art Brut e il suo tesoro nascosto</h4>					
									   					</div>
					<!-- ORARI -->
					<div class="orari">
					<p>thursday</p>
					<div class="date">11 Sep 2025</div>
															</div>
				</div>
			</div>
		

		
		
		
				
		
		
			<div class="row news-element glide__slide" style="cursor:pointer;" onclick="location.href='https://www.fivecontinentseditions.com/en/felix-vallotton/'">
				<div class="cat past">Press Review</div>
				<div class="clear"></div>
	
				<div class="column">
					<a href="https://www.fivecontinentseditions.com/en/felix-vallotton/"><img src="https://www.fivecontinentseditions.com/wp-content/uploads/2025/05/BANNER1-300x300.jpg" class="cover"></a>
				</div>
				<div id="artist" class="column">
					<div class="titoli">
					<h3 style="padding-top: 0px;">
						FÉLIX VALLOTTON					</h3>					
					<h4>Il Sole 24 Ore Domenica | L’attualità varia e ondivaga diventa disegno e incisione</h4>					
									   					</div>
					<!-- ORARI -->
					<div class="orari">
					<p>sunday</p>
					<div class="date">07 Sep 2025</div>
															</div>
				</div>
			</div>
		

		
		
		
				
		
		
			<div class="row news-element glide__slide" style="cursor:pointer;" onclick="location.href='https://www.fivecontinentseditions.com/en/shells/'">
				<div class="cat past">Press Review</div>
				<div class="clear"></div>
	
				<div class="column">
					<a href="https://www.fivecontinentseditions.com/en/shells/"><img src="https://www.fivecontinentseditions.com/wp-content/uploads/2025/03/9791254600832_MAIN-300x300.jpg" class="cover"></a>
				</div>
				<div id="artist" class="column">
					<div class="titoli">
					<h3 style="padding-top: 0px;">
						SHELLS					</h3>					
					<h4>Focus Settembre 2025 | Gioielli marini</h4>					
									   					</div>
					<!-- ORARI -->
					<div class="orari">
					<p>thursday</p>
					<div class="date">14 Aug 2025</div>
															</div>
				</div>
			</div>
		

		
		
		
		</div></div>	<div class="glide__arrows" data-glide-el="controls">
		<button class="glide__arrow glide__arrow--left" data-glide-dir="<"><i class="icon-ar-017-l"></i></button>
		<button class="glide__arrow glide__arrow--right" data-glide-dir=">"><i class="icon-ar-017-r"></i></button>
	</div>
	<div class="glide__bullets" data-glide-el="controls[nav]">
		<button class="glide__bullet" data-glide-dir="=0"><span></span></button><button class="glide__bullet" data-glide-dir="=1"><span></span></button><button class="glide__bullet" data-glide-dir="=2"><span></span></button><button class="glide__bullet" data-glide-dir="=3"><span></span></button><button class="glide__bullet" data-glide-dir="=4"><span></span></button><button class="glide__bullet" data-glide-dir="=5"><span></span></button><button class="glide__bullet" data-glide-dir="=6"><span></span></button><button class="glide__bullet" data-glide-dir="=7"><span></span></button><button class="glide__bullet" data-glide-dir="=8"><span></span></button><button class="glide__bullet" data-glide-dir="=9"><span></span></button>	</div>
	</div>	<script>
	new Glide('#events', {
	  type: 'carousel',
	  startAt: 0,
	  perView: 3, // Default number of slides per view
	  animationTimingFunc: "ease-in-out",
	  animationDuration:1000,
	  breakpoints: {
		1024: {
		  perView: 2 // Number of slides per view for tablets
		},
		768: {
		  perView: 1 // Number of slides per view for mobile phones
		}
	  }
	}).mount();
	  
	</script>
	
	{"id":296,"date":"2017-12-01T08:42:59","date_gmt":"2017-12-01T08:42:59","guid":{"rendered":"http:\/\/www.fivecontinentseditions.com\/home\/"},"modified":"2024-07-17T07:21:49","modified_gmt":"2024-07-17T07:21:49","slug":"home","status":"publish","type":"page","link":"https:\/\/www.fivecontinentseditions.com\/en\/","title":{"rendered":"HOME"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column css=&#8221;.vc_custom_1718876470296{padding-right: 0px !important;padding-left: 0px !important;}&#8221;]<div id=\"slider_home_owl\" class=\"glide\" style=\"display: block;\">\n\t\t\t\t<div class=\"glide__track\" data-glide-el=\"track\">\n\t\t\t\t\t<ul class=\"glide__slides\"><li class=\"glide__slide slider_home_owl_slide\"><a href=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/winter-count-compte-dhiver\/\" style=\"display:grid;\"><div class=\"home_dida\">\n\t\t\t\t\t\t<div class=\"home_l1\">NEW TITLE<\/div>\n\t\t\t\t\t\t<div class=\"home_l2\">Winter Count  Compte d&#8217;hiver<\/div>\n\t\t\t\t\t\t<div class=\"home_l3\"><p>Embracing the Cold | Au c\u0153ur du froid<\/p>\n<\/div>\n\t\t\t\t\t<\/div><img decoding=\"async\" class=\"slider_img_desk\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2026\/03\/WC_banners_5-1024x464.jpg\"><\/a><\/li><li class=\"glide__slide slider_home_owl_slide\"><a href=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/loris-cecchini\/\" style=\"display:grid;\"><div class=\"home_dida\">\n\t\t\t\t\t\t<div class=\"home_l1\">NEW TITLE<\/div>\n\t\t\t\t\t\t<div class=\"home_l2\">LORIS CECCHINI<\/div>\n\t\t\t\t\t\t<div class=\"home_l3\"><\/div>\n\t\t\t\t\t<\/div><img decoding=\"async\" class=\"slider_img_desk\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2026\/02\/Cecc_banners_1-1024x464.jpg\"><\/a><\/li><li class=\"glide__slide slider_home_owl_slide\"><a href=\"https:\/\/www.fivecontinentseditions.com\/fr\/p\/art-brut-en-suisse\/\" style=\"display:grid;\"><div class=\"home_dida\">\n\t\t\t\t\t\t<div class=\"home_l1\">NEW TITLE<\/div>\n\t\t\t\t\t\t<div class=\"home_l2\">ART BRUT EN SUISSE | SWISS ART BRUT<\/div>\n\t\t\t\t\t\t<div class=\"home_l3\"><p>Des origines de la collection \u00e0 aujourd\u2019hui | From the Origins of the Collection to the Present<\/p>\n<\/div>\n\t\t\t\t\t<\/div><img decoding=\"async\" class=\"slider_img_desk\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2026\/02\/CAB_banners_4-1024x464.jpg\"><\/a><\/li><li class=\"glide__slide slider_home_owl_slide\"><a href=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/cosmic-garden\/\" style=\"display:grid;\"><div class=\"home_dida\">\n\t\t\t\t\t\t<div class=\"home_l1\">NEW TITLE<\/div>\n\t\t\t\t\t\t<div class=\"home_l2\">COSMIC GARDEN<\/div>\n\t\t\t\t\t\t<div class=\"home_l3\"><p>Madhvi Parekh and Manu Parekh. Karishma Swali and Chanakya School of Craft<\/p>\n<\/div>\n\t\t\t\t\t<\/div><img decoding=\"async\" class=\"slider_img_desk\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2026\/01\/CG_banners_3-1024x464.jpg\"><\/a><\/li><li class=\"glide__slide slider_home_owl_slide\"><a href=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/racines-roots\/\" style=\"display:grid;\"><div class=\"home_dida\">\n\t\t\t\t\t\t<div class=\"home_l1\">NEW TITLE<\/div>\n\t\t\t\t\t\t<div class=\"home_l2\">RACINES | ROOTS<\/div>\n\t\t\t\t\t\t<div class=\"home_l3\"><p>Works from the Garance Primat Collection<\/p>\n<\/div>\n\t\t\t\t\t<\/div><img decoding=\"async\" class=\"slider_img_desk\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2025\/12\/5CE_banners_6-1024x464.jpg\"><\/a><\/li><li class=\"glide__slide slider_home_owl_slide\"><a href=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/sculture-di-capua-antica-sculptures-from-ancient-capua\/\" style=\"display:grid;\"><div class=\"home_dida\">\n\t\t\t\t\t\t<div class=\"home_l1\">NEW TITLE<\/div>\n\t\t\t\t\t\t<div class=\"home_l2\">Sculture di Capua antica<\/div>\n\t\t\t\t\t\t<div class=\"home_l3\"><p>Sculptures from Ancient Capua<\/p>\n<\/div>\n\t\t\t\t\t<\/div><img decoding=\"async\" class=\"slider_img_desk\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2025\/12\/5CE_banners_1-1024x464.jpg\"><\/a><\/li><li class=\"glide__slide slider_home_owl_slide\"><a href=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/campi-flegrei-2\/\" style=\"display:grid;\"><div class=\"home_dida\">\n\t\t\t\t\t\t<div class=\"home_l1\">NEW TITLE<\/div>\n\t\t\t\t\t\t<div class=\"home_l2\">CAMPI FLEGREI<\/div>\n\t\t\t\t\t\t<div class=\"home_l3\"><p>Burning Earth, Luigi Spina<\/p>\n<\/div>\n\t\t\t\t\t<\/div><img decoding=\"async\" class=\"slider_img_desk\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2025\/10\/CF_banner_3-1024x464.jpg\"><\/a><\/li><\/ul>\n\t\t\t\t<\/div>\n\t\t\t\t<!--<div class=\"glide__arrows\" data-glide-el=\"controls\">\n\t\t\t\t\t<button class=\"glide__arrow glide__arrow--left\" data-glide-dir=\"<\"><i class=\"icon-ar-017-l\"><\/i><\/button>\n\t\t\t\t\t<button class=\"glide__arrow glide__arrow--right\" data-glide-dir=\">\"><i class=\"icon-ar-017-r\"><\/i><\/button>\n\t\t\t\t<\/div>-->\n\t\t\t\t<div class=\"glide__bullets\" data-glide-el=\"controls[nav]\"><button class=\"glide__bullet\" data-glide-dir=\"=0\"><\/button><button class=\"glide__bullet\" data-glide-dir=\"=1\"><\/button><button class=\"glide__bullet\" data-glide-dir=\"=2\"><\/button><button class=\"glide__bullet\" data-glide-dir=\"=3\"><\/button><button class=\"glide__bullet\" data-glide-dir=\"=4\"><\/button><button class=\"glide__bullet\" data-glide-dir=\"=5\"><\/button><button class=\"glide__bullet\" data-glide-dir=\"=6\"><\/button><\/div>\n\t\t\t<\/div><script>\n\t\tdocument.addEventListener(\"DOMContentLoaded\", function() {\n\t\t\tnew Glide(\"#slider_home_owl\", {\n\t\t\t\ttype: \"carousel\",\n\t\t\t\tstartAt: 0,\n\t\t\t\tperView: 1,\n\t\t\t\tanimationTimingFunc: \"ease-in-out\",\n\t\t\t\tanimationDuration:1000,\n\t\t\t\tautoplay: 4000,\n\t\t\t\thoverpause: true,\n\t\t\t\tbreakpoints: {\n\t\t\t\t\t600: {\n\t\t\t\t\t\tperView: 1\n\t\t\t\t\t},\n\t\t\t\t\t1000: {\n\t\t\t\t\t\tperView: 1\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}).mount();\n\t\t});\n\t<\/script>[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221;][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1512988714205{margin: 0px !important;border-width: 0px !important;padding: 0px !important;}&#8221;][vc_btn title=&#8221;CATEGORIES&#8221; style=&#8221;outline-custom&#8221; outline_custom_color=&#8221;#aaaaaa&#8221; outline_custom_hover_background=&#8221;#cccccc&#8221; outline_custom_hover_text=&#8221;#ffffff&#8221; shape=&#8221;square&#8221; size=&#8221;lg&#8221; align=&#8221;right&#8221; css=&#8221;.vc_custom_1718878594923{padding-top: 0.6em !important;padding-right: 0.6em !important;padding-bottom: 0.6em !important;padding-left: 0.6em !important;}&#8221; link=&#8221;url:https%3A%2F%2Fwww.fivecontinentseditions.com%2Flibri|title:CATEGORIE&#8221; el_class=&#8221;.hidden&#8221;][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_btn title=&#8221;SERIES&#8221; style=&#8221;outline-custom&#8221; outline_custom_color=&#8221;#aaaaaa&#8221; outline_custom_hover_background=&#8221;#cccccc&#8221; outline_custom_hover_text=&#8221;#ffffff&#8221; shape=&#8221;square&#8221; size=&#8221;lg&#8221; align=&#8221;left&#8221; css=&#8221;.vc_custom_1718878601604{padding-top: 0.6em !important;padding-right: 0.6em !important;padding-bottom: 0.6em !important;padding-left: 0.6em !important;}&#8221; link=&#8221;url:https%3A%2F%2Fwww.fivecontinentseditions.com%2Fcollana%2Fart-brut-the-collection%2F|title:COLLANE&#8221; el_class=&#8221;.hidden&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221;][vc_column css=&#8221;.vc_custom_1512988714205{margin: 0px !important;border-width: 0px !important;padding: 0px !important;}&#8221;][vc_column_text][\/vc_column_text][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; css=&#8221;.vc_custom_1512123115080{margin: 0px !important;border-width: 0px !important;padding: 0px !important;background-image: url(http:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2017\/12\/bg_sep.png?id=33) !important;}&#8221; el_class=&#8221;riga_separatore&#8221;][vc_column][\/vc_column][\/vc_row][vc_row][vc_column][vc_custom_heading text=&#8221;NEW RELEASES&#8221; font_container=&#8221;tag:h1|text_align:left|color:%23c6c6c6&#8243; use_theme_fonts=&#8221;yes&#8221; el_class=&#8221;mobile-heading&#8221;][\/vc_column][\/vc_row][vc_row][vc_column]<style type=\"text\/css\" data-type=\"the7_shortcodes-inline-css\">.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.owl-carousel .owl-nav div {\n  width: 36px;\n  height: 36px;\n  border-radius: 500px;\n}\n.dt-arrow-border-on.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.owl-carousel .owl-nav div:not(:hover):before {\n  border-width: 0px;\n}\n.dt-arrow-hover-border-on.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.owl-carousel .owl-nav div:hover:after {\n  border-width: 0px;\n}\n.arrows-bg-on.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.owl-carousel .owl-nav div:before {\n  background: #f7f7f7;\n}\n.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.owl-carousel .owl-nav div.owl-prev {\n  top: 50%;\n  transform: translateY(calc(-50% + 0px));\n  left: -43px;\n}\n@media all and (-ms-high-contrast: none) {\n  .products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.owl-carousel .owl-nav div.owl-prev {\n    transform: translateY(-50%);\n    margin-top: 0px;\n  }\n}\n.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.owl-carousel .owl-nav div.owl-prev i {\n  padding: 0px 0px 0px 0px;\n}\n.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.owl-carousel .owl-nav div.owl-next {\n  top: 50%;\n  transform: translateY(calc(-50% + 0px));\n  right: -43px;\n}\n@media all and (-ms-high-contrast: none) {\n  .products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.owl-carousel .owl-nav div.owl-next {\n    transform: translateY(-50%);\n    margin-top: 0px;\n  }\n}\n.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.owl-carousel .owl-nav div.owl-next i {\n  padding: 0px 0px 0px 0px;\n}\n.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.owl-carousel .owl-nav i {\n  font-size: 18px;\n}\n.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.owl-carousel .owl-nav div:not(:hover) i,\n.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.owl-carousel .owl-nav div:not(:hover) i:before {\n  color: #000000;\n  background: none;\n}\n.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.owl-carousel .owl-nav div:hover i,\n.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.owl-carousel .owl-nav div:hover i:before {\n  color: rgba(255,255,255,0.75);\n  background: none;\n}\n.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dots {\n  top: calc(100% + 20px);\n  left: 50%;\n  transform: translateX(calc(-50% + 0px));\n}\n@media all and (-ms-high-contrast: none) {\n  .products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dots {\n    transform: translateX(-50%);\n    margin-left: 0px;\n  }\n}\n.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot {\n  width: 12px;\n  height: 12px;\n  margin: 0 8px;\n}\n.bullets-scale-up.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot:not(.active):not(:hover) span {\n  background: rgba(255,255,255,0.01);\n}\n.bullets-scale-up.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot:not(.active):hover span,\n.bullets-scale-up.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot.active span {\n  background: rgba(255,255,255,0.01);\n}\n.bullets-stroke.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot:not(.active):not(:hover) span {\n  background: rgba(255,255,255,0.01);\n}\n.bullets-stroke.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot:not(.active):hover span {\n  background: rgba(255,255,255,0.01);\n}\n.bullets-stroke.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot.active span {\n  box-shadow: 0 0 0 2px rgba(255,255,255,0.01);\n}\n.bullets-fill-in.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot:not(.active):not(:hover) span {\n  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.01);\n}\n.bullets-fill-in.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot:not(.active):hover span {\n  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.01);\n}\n.bullets-fill-in.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot.active span {\n  box-shadow: inset 0 0 0 20px rgba(255,255,255,0.01);\n}\n.bullets-small-dot-stroke.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot:not(.active):not(:hover) span {\n  background: rgba(255,255,255,0.01);\n}\n.bullets-small-dot-stroke.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot:not(.active):hover span,\n.bullets-small-dot-stroke.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot.active span {\n  background: rgba(255,255,255,0.01);\n}\n.bullets-small-dot-stroke.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot.active {\n  box-shadow: 0 0 0 2px rgba(255,255,255,0.01);\n}\n.bullets-ubax.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot span {\n  background: rgba(255,255,255,0.01);\n}\n.bullets-ubax.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot.active span {\n  border-color: rgba(255,255,255,0.01);\n}\n.bullets-ubax.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot:not(.active):hover span {\n  background: rgba(255,255,255,0.01);\n}\n.bullets-etefu.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot span {\n  background: rgba(255,255,255,0.01);\n}\n.bullets-etefu.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot:not(.active):hover span {\n  background: rgba(255,255,255,0.01);\n}\n.bullets-etefu.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot span:before {\n  background: rgba(255,255,255,0.01);\n}\n.accent-gradient .bullets-etefu.products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 .owl-dot span:before {\n  background: rgba(255,255,255,0.01);\n}\n@media screen and (max-width: 778px) {\n  .products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.hide-arrows .owl-nav a {\n    display: none;\n  }\n}\n@media screen and (max-width: 778px) {\n  .products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.reposition-arrows .owl-nav .owl-prev {\n    top: 50%;\n    transform: translateY(calc(-50% + 0px));\n    left: 10px;\n  }\n  .products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.reposition-arrows .owl-nav .owl-next {\n    top: 50%;\n    transform: translateY(calc(-50% + 0px));\n    right: 10px;\n  }\n}\n@media screen and (max-width: 778px) and all and (-ms-high-contrast: none) {\n  .products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.reposition-arrows .owl-nav .owl-prev {\n    transform: translateY(-50%);\n    margin-top: 0px;\n  }\n}\n@media screen and (max-width: 778px) and all and (-ms-high-contrast: none) {\n  .products-carousel-shortcode.products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373.reposition-arrows .owl-nav .owl-next {\n    transform: translateY(-50%);\n    margin-top: 0px;\n  }\n}\n<\/style><div class=\"owl-carousel products-carousel-shortcode dt-owl-carousel-call products-carousel-shortcode-id-a5ca2295090c77d1c393c5bd84afd373 cart-btn-below-img bullets-stroke reposition-arrows arrows-bg-on dt-arrow-border-on dt-arrow-hover-border-on arrows-hover-bg-on  wc-img-hover hide-description \" data-scroll-mode=\"page\" data-wide-col-num=\"4\" data-col-num=\"3\" data-laptop-col=\"3\" data-h-tablet-columns-num=\"3\" data-v-tablet-columns-num=\"2\" data-phone-columns-num=\"1\" data-auto-height=\"true\" data-col-gap=\"30\" data-stage-padding=\"0\" data-speed=\"600\" data-autoplay=\"false\" data-autoplay_speed=\"6000\" data-arrows=\"true\" data-bullet=\"true\" data-next-icon=\"icon-ar-017-r\" data-prev-icon=\"icon-ar-017-l\"><article class=\"post post-35717 product type-product status-publish has-post-thumbnail product_cat-modern-art disponibilita-si description-off first instock featured shipping-taxable purchasable product-type-simple\" >\n<figure class=\"woocom-project book_data\" onclick=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/winter-count-compte-dhiver\/\">\n \n        <div class=\"thumb\">\n          <a href=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/winter-count-compte-dhiver\/\" title=\"Winter Count Compte d'hiver\">\n          \t\t<img decoding=\"async\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2026\/03\/WC_Cover_3D-1-315x384.jpg\" alt=\"Winter Count Compte d'hiver\">\n          <\/a>\n              \n        <\/div>\n        <div class=\"text\">\n            <h3>Winter Count Compte d'hiver<\/h3>\n            <p>EMBRACING THE COLD AU C\u0152UR DU FROIS<\/p>\n        <\/div>\n        <div class=\"price\">\n            <strong>\u20ac 45,00<\/strong>\n        <\/div>\n         <div class=\"language\">FR\/EN<\/div>\n    \n<\/figure><\/article><article class=\"post post-35657 product type-product status-publish has-post-thumbnail product_cat-contemporary-art disponibilita-si description-off  instock featured shipping-taxable purchasable product-type-simple\" >\n<figure class=\"woocom-project book_data\" onclick=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/loris-cecchini\/\">\n \n        <div class=\"thumb\">\n          <a href=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/loris-cecchini\/\" title=\"Loris Cecchini\">\n          \t\t<img decoding=\"async\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2026\/02\/Cecc_3D-Opt-315x356.jpg\" alt=\"Loris Cecchini\">\n          <\/a>\n              \n        <\/div>\n        <div class=\"text\">\n            <h3>Loris Cecchini<\/h3>\n                    <\/div>\n        <div class=\"price\">\n            <strong>\u20ac 80,00<\/strong>\n        <\/div>\n         <div class=\"language\">EN\/FR<\/div>\n    \n<\/figure><\/article><article class=\"post post-35530 product type-product status-publish has-post-thumbnail product_cat-outsider-art disponibilita-si description-off  instock featured shipping-taxable purchasable product-type-simple\" >\n<figure class=\"woocom-project book_data\" onclick=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/art-brut-en-suisse\/\">\n \n        <div class=\"thumb\">\n          <a href=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/art-brut-en-suisse\/\" title=\"Art Brut en Suisse\">\n          \t\t<img decoding=\"async\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2026\/01\/ABS_Cover_3D-Opt-315x384.jpg\" alt=\"Art Brut en Suisse\">\n          <\/a>\n              \n        <\/div>\n        <div class=\"text\">\n            <h3>Art Brut en Suisse<\/h3>\n            <p>Des origines de la collection \u00e0 aujourd\u2019hui<\/p>\n        <\/div>\n        <div class=\"price\">\n            <strong>\u20ac 49,00<\/strong>\n        <\/div>\n         <div class=\"language\">FR<\/div>\n    \n<\/figure><\/article><article class=\"post post-35527 product type-product status-publish has-post-thumbnail product_cat-outsider-art disponibilita-si description-off last instock featured shipping-taxable purchasable product-type-simple\" >\n<figure class=\"woocom-project book_data\" onclick=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/50-ans-daffiches-de-la-collection-de-lart-brut\/\">\n \n        <div class=\"thumb\">\n          <a href=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/50-ans-daffiches-de-la-collection-de-lart-brut\/\" title=\"50 ans d'affiches de la Collection de l'Art Brut\">\n          \t\t<img decoding=\"async\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2026\/02\/CAB_Affiche_3D-Opt-315x384.jpg\" alt=\"50 ans d'affiches de la Collection de l'Art Brut\">\n          <\/a>\n              \n        <\/div>\n        <div class=\"text\">\n            <h3>50 ans d'affiches de la Collection de ...<\/h3>\n            <p>50 years of posters from Collection de l'Art Brut<\/p>\n        <\/div>\n        <div class=\"price\">\n            <strong>\u20ac 45,00<\/strong>\n        <\/div>\n         <div class=\"language\">FR\/EN<\/div>\n    \n<\/figure><\/article><article class=\"post post-35445 product type-product status-publish has-post-thumbnail product_cat-applied-arts product_cat-contemporary-art disponibilita-si description-off first instock featured shipping-taxable purchasable product-type-simple\" >\n<figure class=\"woocom-project book_data\" onclick=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/cosmic-garden\/\">\n \n        <div class=\"thumb\">\n          <a href=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/cosmic-garden\/\" title=\"Cosmic Garden\">\n          \t\t<img decoding=\"async\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2026\/01\/CG_3D_Cvr-Opt-315x348.jpg\" alt=\"Cosmic Garden\">\n          <\/a>\n              \n        <\/div>\n        <div class=\"text\">\n            <h3>Cosmic Garden<\/h3>\n            <p>Madhvi Parekh and Manu Parekh. Karishma Swali and Chanakya School of Craft<\/p>\n        <\/div>\n        <div class=\"price\">\n            <strong>\u20ac 35,00<\/strong>\n        <\/div>\n         <div class=\"language\">EN<\/div>\n    \n<\/figure><\/article><article class=\"post post-35284 product type-product status-publish has-post-thumbnail product_cat-contemporary-art disponibilita-si description-off  instock featured shipping-taxable purchasable product-type-simple\" >\n<figure class=\"woocom-project book_data\" onclick=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/racines-roots\/\">\n \n        <div class=\"thumb\">\n          <a href=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/racines-roots\/\" title=\"Racines | Roots\">\n          \t\t<img decoding=\"async\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2025\/12\/Roots_cover_3D-315x339.jpg\" alt=\"Racines | Roots\">\n          <\/a>\n              \n        <\/div>\n        <div class=\"text\">\n            <h3>Racines | Roots<\/h3>\n            <p>\u0152uvres de la Collection Garance Primat | Works from the Garance Primat Collection<\/p>\n        <\/div>\n        <div class=\"price\">\n            <strong>\u20ac 95,00<\/strong>\n        <\/div>\n         <div class=\"language\">FR\/EN<\/div>\n    \n<\/figure><\/article><article class=\"post post-35116 product type-product status-publish has-post-thumbnail product_cat-archaeology product_cat-photography disponibilita-si description-off  outofstock featured shipping-taxable purchasable product-type-simple\" >\n<figure class=\"woocom-project book_data\" onclick=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/sculture-di-capua-antica-sculptures-from-ancient-capua\/\">\n \n        <div class=\"thumb\">\n          <a href=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/sculture-di-capua-antica-sculptures-from-ancient-capua\/\" title=\"Sculture di Capua antica | Sculptures from Ancient Capua\">\n          \t\t<img decoding=\"async\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2025\/11\/CA_3D-315x356.jpg\" alt=\"Sculture di Capua antica | Sculptures from Ancient Capua\">\n          <\/a>\n              \n        <\/div>\n        <div class=\"text\">\n            <h3>Sculture di Capua antica | Sculptures ...<\/h3>\n                    <\/div>\n        <div class=\"price\">\n            <strong>\u20ac 35,00<\/strong>\n        <\/div>\n         <div class=\"language\">IT\/EN<\/div>\n    \n<\/figure><\/article><article class=\"post post-34765 product type-product status-publish has-post-thumbnail product_cat-archaeology product_cat-photography disponibilita-si description-off last instock featured shipping-taxable purchasable product-type-simple\" >\n<figure class=\"woocom-project book_data\" onclick=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/campi-flegrei-2\/\">\n \n        <div class=\"thumb\">\n          <a href=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/campi-flegrei-2\/\" title=\"CAMPI FLEGREI\">\n          \t\t<img decoding=\"async\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2025\/10\/CF_3D_Eng-315x390.jpg\" alt=\"CAMPI FLEGREI\">\n          <\/a>\n              \n        <\/div>\n        <div class=\"text\">\n            <h3>CAMPI FLEGREI<\/h3>\n            <p>burning earth<\/p>\n        <\/div>\n        <div class=\"price\">\n            <strong>\u20ac 60,00<\/strong>\n        <\/div>\n         <div class=\"language\">EN<\/div>\n    \n<\/figure><\/article><article class=\"post post-34525 product type-product status-publish has-post-thumbnail product_cat-photography disponibilita-si description-off first instock featured shipping-taxable purchasable product-type-simple\" >\n<figure class=\"woocom-project book_data\" onclick=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/bruno-sassarone-paris\/\">\n \n        <div class=\"thumb\">\n          <a href=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/bruno-sassarone-paris\/\" title=\"Bruno Sassarone, Paris\">\n          \t\t<img decoding=\"async\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2025\/10\/BS_3D-315x339.jpg\" alt=\"Bruno Sassarone, Paris\">\n          <\/a>\n              \n        <\/div>\n        <div class=\"text\">\n            <h3>Bruno Sassarone, Paris<\/h3>\n                    <\/div>\n        <div class=\"price\">\n            <strong>\u20ac 45,00<\/strong>\n        <\/div>\n         <div class=\"language\">FR\/EN<\/div>\n    \n<\/figure><\/article><article class=\"post post-34968 product type-product status-publish has-post-thumbnail product_cat-outsider-art disponibilita-si description-off  instock featured shipping-taxable purchasable product-type-simple\" >\n<figure class=\"woocom-project book_data\" onclick=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/slavko-kopac\/\">\n \n        <div class=\"thumb\">\n          <a href=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/slavko-kopac\/\" title=\"SLAVKO KOPA\u010c\">\n          \t\t<img decoding=\"async\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2025\/11\/KOPAC_3D_Cover-315x323.jpg\" alt=\"SLAVKO KOPA\u010c\">\n          <\/a>\n              \n        <\/div>\n        <div class=\"text\">\n            <h3>SLAVKO KOPA\u010c<\/h3>\n            <p>Hidden Treasure. Informal Art, Surrealism, Art Brut<\/p>\n        <\/div>\n        <div class=\"price\">\n            <strong>\u20ac 45,00<\/strong>\n        <\/div>\n         <div class=\"language\">EN\/IT\/FR<\/div>\n    \n<\/figure><\/article><article class=\"post post-34528 product type-product status-publish has-post-thumbnail product_cat-african-art product_cat-contemporary-art disponibilita-si description-off  instock featured shipping-taxable purchasable product-type-simple\" >\n<figure class=\"woocom-project book_data\" onclick=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/more-than-meets-the-eye\/\">\n \n        <div class=\"thumb\">\n          <a href=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/more-than-meets-the-eye\/\" title=\"More than Meets the Eye\">\n          \t\t<img decoding=\"async\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2025\/10\/CBH_3D_ENG-315x310.jpg\" alt=\"More than Meets the Eye\">\n          <\/a>\n              \n        <\/div>\n        <div class=\"text\">\n            <h3>More than Meets the Eye<\/h3>\n            <p>A TALE OF MODERN AND CONTEMPORARY ART OF AFRICA<\/p>\n        <\/div>\n        <div class=\"price\">\n            <strong>\u20ac 49,00<\/strong>\n        <\/div>\n         <div class=\"language\">EN<\/div>\n    \n<\/figure><\/article><article class=\"post post-33859 product type-product status-publish has-post-thumbnail product_cat-photography disponibilita-si description-off last instock featured shipping-taxable purchasable product-type-simple\" >\n<figure class=\"woocom-project book_data\" onclick=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/loving-ii\/\">\n \n        <div class=\"thumb\">\n          <a href=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/loving-ii\/\" title=\"LOVING II\">\n          \t\t<img decoding=\"async\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2025\/07\/LII_UK_Cvr_3D-315x384.jpg\" alt=\"LOVING II\">\n          <\/a>\n              \n        <\/div>\n        <div class=\"text\">\n            <h3>LOVING II<\/h3>\n            <p>More Photofraphic History of Men in Love 1850s-1950s<\/p>\n        <\/div>\n        <div class=\"price\">\n            <strong>\u20ac 58,00<\/strong>\n        <\/div>\n         <div class=\"language\">EN<\/div>\n    \n<\/figure><\/article><article class=\"post post-34361 product type-product status-publish has-post-thumbnail product_cat-contemporary-art disponibilita-si description-off first instock featured shipping-taxable purchasable product-type-simple\" >\n<figure class=\"woocom-project book_data\" onclick=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/echo-fabienne-verdier-carnets-datelier-2011-2017\/\">\n \n        <div class=\"thumb\">\n          <a href=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/echo-fabienne-verdier-carnets-datelier-2011-2017\/\" title=\"\u00c9CHO Fabienne Verdier Carnets d'atelier (2011-2017)\">\n          \t\t<img decoding=\"async\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2025\/09\/E2_3DCover_LG_WEB-315x333.jpg\" alt=\"\u00c9CHO Fabienne Verdier Carnets d'atelier (2011-2017)\">\n          <\/a>\n              \n        <\/div>\n        <div class=\"text\">\n            <h3>\u00c9CHO Fabienne Verdier Carnets d'ateli...<\/h3>\n                    <\/div>\n        <div class=\"price\">\n            <strong>\u20ac 59,00<\/strong>\n        <\/div>\n         <div class=\"language\">FR<\/div>\n    \n<\/figure><\/article><article class=\"post post-34310 product type-product status-publish has-post-thumbnail product_cat-applied-arts disponibilita-si description-off  instock featured shipping-taxable purchasable product-type-simple\" >\n<figure class=\"woocom-project book_data\" onclick=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/the-decorative-arts-ii\/\">\n \n        <div class=\"thumb\">\n          <a href=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/the-decorative-arts-ii\/\" title=\"The Decorative Arts II\">\n          \t\t<img decoding=\"async\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2025\/09\/DAII_3D_Cover_ENG-315x304.jpg\" alt=\"The Decorative Arts II\">\n          <\/a>\n              \n        <\/div>\n        <div class=\"text\">\n            <h3>The Decorative Arts II<\/h3>\n            <p>Savoir-Faire and Art of Living<\/p>\n        <\/div>\n        <div class=\"price\">\n            <strong>\u20ac 49,00<\/strong>\n        <\/div>\n         <div class=\"language\">EN<\/div>\n    \n<\/figure><\/article><article class=\"post post-33893 product type-product status-publish has-post-thumbnail product_cat-outsider-art disponibilita-si description-off  instock featured shipping-taxable purchasable product-type-simple\" >\n<figure class=\"woocom-project book_data\" onclick=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/laure-pigeon\/\">\n \n        <div class=\"thumb\">\n          <a href=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/laure-pigeon\/\" title=\"Laure Pigeon\">\n          \t\t<img decoding=\"async\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2025\/09\/LP_3D-315x341.jpg\" alt=\"Laure Pigeon\">\n          <\/a>\n              \n        <\/div>\n        <div class=\"text\">\n            <h3>Laure Pigeon<\/h3>\n            <p>Infiniment blue | Infinite Blue<\/p>\n        <\/div>\n        <div class=\"price\">\n            <strong>\u20ac 39,00<\/strong>\n        <\/div>\n         <div class=\"language\">FR\/EN<\/div>\n    \n<\/figure><\/article><article class=\"post post-33870 product type-product status-publish has-post-thumbnail product_cat-african-art disponibilita-si description-off last instock featured shipping-taxable purchasable product-type-simple\" >\n<figure class=\"woocom-project book_data\" onclick=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/west-african-combs\/\">\n \n        <div class=\"thumb\">\n          <a href=\"https:\/\/www.fivecontinentseditions.com\/en\/p\/west-african-combs\/\" title=\"West African Combs\">\n          \t\t<img decoding=\"async\" src=\"https:\/\/www.fivecontinentseditions.com\/wp-content\/uploads\/2025\/08\/ENG_3D-315x342.jpg\" alt=\"West African Combs\">\n          <\/a>\n              \n        <\/div>\n        <div class=\"text\">\n            <h3>West African Combs<\/h3>\n            <p>Mina & Samir Borro Collection<\/p>\n        <\/div>\n        <div class=\"price\">\n            <strong>\u20ac 45,00<\/strong>\n        <\/div>\n         <div class=\"language\">EN<\/div>\n    \n<\/figure><\/article><\/div>[vc_empty_space height=&#8221;100px&#8221;][\/vc_column][\/vc_row][vc_row][vc_column offset=&#8221;vc_hidden-lg vc_hidden-md vc_hidden-sm vc_hidden-xs&#8221;][vc_empty_space][vc_column_text]<\/p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Gli uffici di 5 Continents Editions saranno chiusi dal 24 dicembre 2021 al 9 gennaio 2022. <\/span><\/p>\n<p style=\"text-align: center;\">I nostri ordini saranno evasi anche in questo periodo. Per qualsiasi problema scrivete a <a href=\"mailto:info@fivecontinentseditions.com\">info@fivecontinentseditions.com<\/a><\/p>\n<p style=\"text-align: center;\"><span style=\"color: #000000;\">Buone feste, e buone lettu<\/span><span style=\"caret-color: #000000; color: #000000;\">e!<\/span><\/p>\n<p>[\/vc_column_text][\/vc_column][vc_column][\/vc_column][\/vc_row][vc_row][vc_column][vc_custom_heading text=&#8221;NEWS &amp; EVENTS&#8221; font_container=&#8221;tag:h1|text_align:left|color:%23c6c6c6&#8243; use_theme_fonts=&#8221;yes&#8221; el_class=&#8221;mobile-heading&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_empty_space height=&#8221;100px&#8221;][vc_btn title=&#8221;All news&#8221; style=&#8221;outline-custom&#8221; outline_custom_color=&#8221;#0c0c0c&#8221; outline_custom_hover_background=&#8221;#cccccc&#8221; outline_custom_hover_text=&#8221;#ffffff&#8221; shape=&#8221;square&#8221; size=&#8221;sm&#8221; align=&#8221;center&#8221; css=&#8221;.vc_custom_1720006338843{padding-top: 0.6em !important;padding-right: 0.6em !important;padding-bottom: 0.6em !important;padding-left: 0.6em !important;}&#8221; link=&#8221;url:https%3A%2F%2Fwww.fivecontinentseditions.com%2Fn%2Fnews%2F|title:Tutte%20le%20news&#8221; el_class=&#8221;.thin-button&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][vc_custom_heading text=&#8221;<b>THE PUBLISHING HOUSE<\/b>&#8221; font_container=&#8221;tag:p|font_size:14|text_align:left|color:%23666666&#8243; use_theme_fonts=&#8221;yes&#8221;][\/vc_column][\/vc_row][vc_row][vc_column width=&#8221;1\/2&#8243;][vc_column_text]<\/p>\n<p style=\"font-size: 16px;\">5 Continents Editions, an independent publishing house of art books, was created in February 2002 by Eric Ghysels\u2014Belgian and Armenian by birth but Italian by adoption. Today the company is an undisputed leader in the production of books dealing with the traditional arts of Africa, Asia, the Americas and Oceania. Its publications concentrate on art in the broad sense, taking in archaeology and ancient, modern and contemporary arts, but also the decorative arts, fashion, design and photography, among others.<\/p>\n<p>[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_column_text]<\/p>\n<p style=\"font-size: 16px;\">Guided by the conviction and enthusiasm of its director Eric Ghysels, a small dynamic, professional and keen team\u2014as well as being multilingual to facilitate relations with authors, artists, foundations and museums around the world\u2014instils the company\u2019s books with that \u201cextra spark\u201d so highly valued by the publisher.<\/p>\n<p>[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column css=&#8221;.vc_custom_1718876470296{padding-right: 0px !important;padding-left: 0px !important;}&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221;][vc_column width=&#8221;1\/2&#8243; css=&#8221;.vc_custom_1512988714205{margin: 0px !important;border-width: 0px !important;padding: 0px !important;}&#8221;][vc_btn title=&#8221;CATEGORIES&#8221; style=&#8221;outline-custom&#8221; outline_custom_color=&#8221;#aaaaaa&#8221; outline_custom_hover_background=&#8221;#cccccc&#8221; outline_custom_hover_text=&#8221;#ffffff&#8221; shape=&#8221;square&#8221; size=&#8221;lg&#8221; align=&#8221;right&#8221; css=&#8221;.vc_custom_1718878594923{padding-top: 0.6em !important;padding-right: 0.6em !important;padding-bottom: 0.6em !important;padding-left: 0.6em !important;}&#8221; link=&#8221;url:https%3A%2F%2Fwww.fivecontinentseditions.com%2Flibri|title:CATEGORIE&#8221; el_class=&#8221;.hidden&#8221;][\/vc_column][vc_column width=&#8221;1\/2&#8243;][vc_btn title=&#8221;SERIES&#8221; style=&#8221;outline-custom&#8221; outline_custom_color=&#8221;#aaaaaa&#8221; outline_custom_hover_background=&#8221;#cccccc&#8221; outline_custom_hover_text=&#8221;#ffffff&#8221; shape=&#8221;square&#8221; size=&#8221;lg&#8221; align=&#8221;left&#8221; css=&#8221;.vc_custom_1718878601604{padding-top: 0.6em !important;padding-right: 0.6em !important;padding-bottom: 0.6em !important;padding-left: 0.6em !important;}&#8221; link=&#8221;url:https%3A%2F%2Fwww.fivecontinentseditions.com%2Fcollana%2Fart-brut-the-collection%2F|title:COLLANE&#8221; el_class=&#8221;.hidden&#8221;][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221;][vc_column&hellip;<\/p>\n","protected":false},"author":1704,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-296","page","type-page","status-publish","hentry","category-88","description-off"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.fivecontinentseditions.com\/en\/wp-json\/wp\/v2\/pages\/296","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.fivecontinentseditions.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.fivecontinentseditions.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.fivecontinentseditions.com\/en\/wp-json\/wp\/v2\/users\/1704"}],"replies":[{"embeddable":true,"href":"https:\/\/www.fivecontinentseditions.com\/en\/wp-json\/wp\/v2\/comments?post=296"}],"version-history":[{"count":0,"href":"https:\/\/www.fivecontinentseditions.com\/en\/wp-json\/wp\/v2\/pages\/296\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.fivecontinentseditions.com\/en\/wp-json\/wp\/v2\/media?parent=296"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}