<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Design &#8211; Your New Brand</title>
	<atom:link href="https://yournewbrand.eu/portfolio_category/graphic-design/feed/" rel="self" type="application/rss+xml" />
	<link>https://yournewbrand.eu</link>
	<description>Creative Agency, Design, Web, 3D, E-commerce</description>
	<lastBuildDate>Tue, 17 Mar 2026 13:59:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://yournewbrand.eu/wp-content/uploads/2024/08/cropped-simbolo-ynb-32x32.png</url>
	<title>Design &#8211; Your New Brand</title>
	<link>https://yournewbrand.eu</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Monte dos Xistos</title>
		<link>https://yournewbrand.eu/humpton_portfolio/monte-dos-xistos/</link>
		
		<dc:creator><![CDATA[Carolina Almeida]]></dc:creator>
		<pubDate>Tue, 17 Mar 2026 11:17:55 +0000</pubDate>
				<guid isPermaLink="false">https://yournewbrand.eu/?post_type=humpton_portfolio&#038;p=3639</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-humpton-gutenberg-container content-row light-section normal row_padding_top row_padding_bottom change-header-color" data-bgcolor="#ffffff" style="text-align:left">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:75%">
<h1 class="wp-block-heading has-mask-fill">What We Offer</h1>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:25%"></div>
</div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:75%">
<p class="has-animation wp-block-paragraph">We developed a complete visual identity for Monte dos Xistos, from logo creation to website design and development, ensuring a coherent and appealing digital presence that conveys the brand&#8217;s values.</p>



<p class="has-animation wp-block-paragraph">We created and managed social media content for Monte dos Xistos, producing visual and written material that communicates the unique experience of this mountain retreat to the right audience, increasing reach and community engagement.</p>



<p class="has-animation wp-block-paragraph">We also developed the project&#8217;s merchandising, including exclusive embroideries, personalised bottles, gift boxes and other items that reinforce the brand identity and create a memorable experience for guests.</p>



<p class="has-animation wp-block-paragraph">The rural tourism experience is all about the details. At Monte dos Xistos, these details start right at breakfast.</p>



<p class="has-animation wp-block-paragraph">In this Packaging Design project, we created labels that are an extension of the serene environment of Valley Beach | Tourist Apartments. Each bottle is designed to complement the calm of the morning and the beauty of the place.</p>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:25%"></div>
</div>
</div>


<div style="width: 100%; max-width: 100%; overflow: hidden; position: relative;">
<div id="mx-slider" style="width: 100%; overflow-x: scroll; overflow-y: hidden; cursor: grab; user-select: none; -webkit-overflow-scrolling: touch; scrollbar-width: none; -ms-overflow-style: none; box-sizing: border-box;">
<div style="display: flex; flex-direction: row; align-items: flex-start; gap: 8px; height: 420px; width: max-content;"><img decoding="async" style="height: 420px; width: auto; flex-shrink: 0; object-fit: cover; display: block; pointer-events: none;" src="https://yournewbrand.eu/wp-content/uploads/2026/03/mx_Post-0132.png" alt="Monte dos Xistos" /><br /><img decoding="async" style="height: 420px; width: auto; flex-shrink: 0; object-fit: cover; display: block; pointer-events: none;" src="https://yournewbrand.eu/wp-content/uploads/2026/03/mx_cartao-scaled.jpg" alt="Monte dos Xistos Cartão" /><br /><img decoding="async" style="height: 420px; width: auto; flex-shrink: 0; object-fit: cover; display: block; pointer-events: none;" src="https://yournewbrand.eu/wp-content/uploads/2026/03/mx_chocolate_box.jpg" alt="Monte dos Xistos Caixa de Chocolate" /><br /><img decoding="async" style="height: 420px; width: auto; flex-shrink: 0; object-fit: cover; display: block; pointer-events: none;" src="https://yournewbrand.eu/wp-content/uploads/2026/03/MX_gift_box_pack-scaled.jpg" alt="Monte dos Xistos Pack de Oferta" /><br /><img decoding="async" style="height: 420px; width: auto; flex-shrink: 0; object-fit: cover; display: block; pointer-events: none;" src="https://yournewbrand.eu/wp-content/uploads/2026/03/mx_juice_3_bottles.jpg" alt="Monte dos Xistos Garrafas" /></div>
</div>
</div>
<p><style>#mx-slider::-webkit-scrollbar{display:none;}</style>
</p>
<p><script><br />
(function(){<br />
 var el = document.getElementById('mx-slider');<br />
 if(!el) return;<br />
 var isDown = false, startX, scrollLeft;<br />
 el.addEventListener('mousedown', function(e){<br />
 isDown = true;<br />
 el.style.cursor = 'grabbing';<br />
 startX = e.pageX - el.offsetLeft;<br />
 scrollLeft = el.scrollLeft;<br />
 e.preventDefault();<br />
 });<br />
 document.addEventListener('mouseup', function(){ isDown = false; el.style.cursor = 'grab'; });<br />
 el.addEventListener('mousemove', function(e){<br />
 if(!isDown) return;<br />
 e.preventDefault();<br />
 var x = e.pageX - el.offsetLeft;<br />
 var walk = (x - startX) * 1.5;<br />
 el.scrollLeft = scrollLeft - walk;<br />
 });<br />
})();<br />
</script></p>


<div class="wp-block-humpton-gutenberg-container content-row light-section normal row_padding_top change-header-color" data-bgcolor="#ffffff" style="text-align:left">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:50%">
<h3 class="wp-block-heading has-mask-fill block-title">A Mountain Retreat</h3>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:50%"></div>
</div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:50%">
<p class="has-animation wp-block-paragraph">Monte dos Xistos is a luxury mountain tourism project where every detail has been designed to provide comfort, privacy and a unique connection with nature. Our mission was to create a brand that reflected this essence and communicated the unique experience of this destination.</p>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:50%"></div>
</div>
</div>



<div class="wp-block-humpton-gutenberg-container content-row light-section normal row_padding_top row_padding_bottom" data-bgcolor="#ffffff" style="text-align:left">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:50%"></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:50%">
<h3 class="wp-block-heading has-mask-fill block-title">Brand, Digital &amp; Experience</h3>
</div>
</div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:50%"></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:50%">
<p class="has-animation wp-block-paragraph">From the logo to the website, from social media to merchandising, we built a complete and memorable identity for Monte dos Xistos. Every element was designed to communicate elegance, authenticity and the magic of a truly special destination.</p>



<p class="has-animation wp-block-paragraph">We created visual content for Valley Beach&#8217;s accommodations in Guimarães, capturing the essence of the space and the brand&#8217;s refined identity. A production designed to evoke comfort and sophistication.</p>
</div>
</div>
</div>



<div class="wp-block-humpton-gutenberg-container content-row light-section normal row_padding_top row_padding_bottom" data-bgcolor="#ffffff" style="text-align:left">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:75%">
<h3 class="wp-block-heading has-mask-fill block-title">Work With Us</h3>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:25%"></div>
</div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:75%">
<p class="has-animation wp-block-paragraph">By choosing Your New Brand as your partner, you are ensuring that your brand not only reaches new audiences but also builds a lasting connection with those who value quality, design and experience. Join us and discover how we can transform your brand into a benchmark of success.</p>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:25%"></div>
</div>
</div>



<div class="wp-block-humpton-gutenberg-container content-row light-section normal change-header-color full" data-bgcolor="#ffffff" style="text-align:left">
<div class="wp-block-humpton-gutenberg-zoom-gallery zoom-gallery"><ul class="zoom-wrapper-gallery">
<li><div class="zoom-img-wrapper"><img decoding="async" src="https://yournewbrand.eu/wp-content/uploads/2026/03/mx_Post-0132.png" alt="" /></div></li>
<li><div class="zoom-img-wrapper"><img decoding="async" src="https://yournewbrand.eu/wp-content/uploads/2026/03/mx_cartao-scaled.jpg" alt="" /></div></li>
<li><div class="zoom-img-wrapper"><img decoding="async" src="https://yournewbrand.eu/wp-content/uploads/2026/03/mx_chocolate_box.jpg" alt="" /></div></li>
<li><div class="zoom-img-wrapper"><img decoding="async" src="https://yournewbrand.eu/wp-content/uploads/2026/03/MX_gift_box_pack-scaled.jpg" alt="" /></div></li>
<li><div class="zoom-img-wrapper"><img decoding="async" src="https://yournewbrand.eu/wp-content/uploads/2026/03/mx_juice_3_bottles.jpg" alt="" /></div></li>
</ul></div>
</div>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Campobello Shoes</title>
		<link>https://yournewbrand.eu/humpton_portfolio/campobello-shoes/</link>
		
		<dc:creator><![CDATA[Carolina Almeida]]></dc:creator>
		<pubDate>Wed, 01 May 2024 10:00:29 +0000</pubDate>
				<guid isPermaLink="false">https://yournewbrand.eu/?post_type=humpton_portfolio&#038;p=3103</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[
<div class="wp-block-humpton-gutenberg-container content-row light-section normal row_padding_top row_padding_bottom change-header-color" data-bgcolor="#ffffff" style="text-align:left">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:75%">
<h1 class="wp-block-heading has-mask-fill">What We Offer</h1>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:25%"></div>
</div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:75%">
<p class="has-animation wp-block-paragraph">Conceive and produce all the visual content for Campobello Shoes social media in state-of-the-art studios, ensuring that every detail of the shoes is presented with the utmost sophistication.</p>



<p class="has-animation wp-block-paragraph">Use advanced photography and videography techniques to highlight the unique character of each collection. Create a strong and cohesive visual identity that emphasizes the exclusivity and elegance of Campobello products, reinforcing the connection with an audience that values style, comfort, and durability.</p>



<p class="has-animation wp-block-paragraph">Additionally, we implement a targeted digital marketing strategy for the premium segment, using the latest trends to maximize the brand&#8217;s visibility and global reach.</p>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:25%"></div>
</div>
</div>



<div style="width:100%;max-width:100%;overflow:hidden;position:relative;">
<div id="campobello-slider" style="width:100%;overflow-x:scroll;overflow-y:hidden;cursor:grab;user-select:none;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;box-sizing:border-box;">
<div style="display:flex;flex-direction:row;align-items:flex-start;gap:8px;height:420px;width:max-content;">
<img decoding="async" src="https://yournewbrand.eu/wp-content/uploads/2026/03/campobello_IMG_4181_1.jpg" alt="" style="height:420px;width:auto;flex-shrink:0;object-fit:cover;display:block;pointer-events:none;" />
<img decoding="async" src="https://yournewbrand.eu/wp-content/uploads/2026/03/campobello_IMG_0075_1.jpg" alt="" style="height:420px;width:auto;flex-shrink:0;object-fit:cover;display:block;pointer-events:none;" />
<img decoding="async" src="https://yournewbrand.eu/wp-content/uploads/2026/03/campobello_CROCO_LOAFER_V02_1.jpg" alt="" style="height:420px;width:auto;flex-shrink:0;object-fit:cover;display:block;pointer-events:none;" />
<img decoding="async" src="https://yournewbrand.eu/wp-content/uploads/2026/03/campobello_CROCO_LOAFER_V01_1.jpg" alt="" style="height:420px;width:auto;flex-shrink:0;object-fit:cover;display:block;pointer-events:none;" />
<img decoding="async" src="https://yournewbrand.eu/wp-content/uploads/2026/03/campobello_campobello_01-copy-27.jpg" alt="" style="height:420px;width:auto;flex-shrink:0;object-fit:cover;display:block;pointer-events:none;" />
<img decoding="async" src="https://yournewbrand.eu/wp-content/uploads/2026/03/campobello_01-copy-35-1.jpg" alt="" style="height:420px;width:auto;flex-shrink:0;object-fit:cover;display:block;pointer-events:none;" />
<img decoding="async" src="https://yournewbrand.eu/wp-content/uploads/2026/03/campobello_01-copy-33.jpg" alt="" style="height:420px;width:auto;flex-shrink:0;object-fit:cover;display:block;pointer-events:none;" />
<img decoding="async" src="https://yournewbrand.eu/wp-content/uploads/2026/03/campobello_IMG_0716_1.jpg" alt="" style="height:420px;width:auto;flex-shrink:0;object-fit:cover;display:block;pointer-events:none;" />
<img decoding="async" src="https://yournewbrand.eu/wp-content/uploads/2026/03/campobello_IMG_9970_1.jpg" alt="" style="height:420px;width:auto;flex-shrink:0;object-fit:cover;display:block;pointer-events:none;" />
<img decoding="async" src="https://yournewbrand.eu/wp-content/uploads/2026/03/campobello_IMG_5464_1.jpg" alt="" style="height:420px;width:auto;flex-shrink:0;object-fit:cover;display:block;pointer-events:none;" />
<img decoding="async" src="https://yournewbrand.eu/wp-content/uploads/2026/03/campobello_IMG_5460_1.jpg" alt="" style="height:420px;width:auto;flex-shrink:0;object-fit:cover;display:block;pointer-events:none;" />
<img decoding="async" src="https://yournewbrand.eu/wp-content/uploads/2026/03/campobello_IMG_2539-scaled.jpg" alt="" style="height:420px;width:auto;flex-shrink:0;object-fit:cover;display:block;pointer-events:none;" />
<img decoding="async" src="https://yournewbrand.eu/wp-content/uploads/2026/03/campobello_IMG_2532-scaled.jpg" alt="" style="height:420px;width:auto;flex-shrink:0;object-fit:cover;display:block;pointer-events:none;" />
<img decoding="async" src="https://yournewbrand.eu/wp-content/uploads/2026/03/campobello_IMG_2763-scaled.jpg" alt="" style="height:420px;width:auto;flex-shrink:0;object-fit:cover;display:block;pointer-events:none;" />
<img decoding="async" src="https://yournewbrand.eu/wp-content/uploads/2026/03/campobello_IMG_9012-scaled.jpg" alt="" style="height:420px;width:auto;flex-shrink:0;object-fit:cover;display:block;pointer-events:none;" />
</div>
</div>
</div>
<style>#campobello-slider::-webkit-scrollbar{display:none;}</style>
<script>
(function(){
  var el = document.getElementById('campobello-slider');
  if(!el) return;
  var isDown = false, startX, scrollLeft;
  el.addEventListener('mousedown', function(e){
    isDown = true;
    el.style.cursor = 'grabbing';
    startX = e.pageX - el.offsetLeft;
    scrollLeft = el.scrollLeft;
    e.preventDefault();
  });
  document.addEventListener('mouseup', function(){ isDown = false; el.style.cursor = 'grab'; });
  el.addEventListener('mousemove', function(e){
    if(!isDown) return;
    e.preventDefault();
    var x = e.pageX - el.offsetLeft;
    var walk = (x - startX) * 1.5;
    el.scrollLeft = scrollLeft - walk;
  });
})();
</script>



<div class="wp-block-humpton-gutenberg-container content-row light-section normal row_padding_top" data-bgcolor="#ffffff" style="text-align:left">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:50%">
<h3 class="wp-block-heading has-mask-fill block-title">Redefining Premium Footwear</h3>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:50%"></div>
</div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:50%">
<p class="has-animation wp-block-paragraph">Our commitment is to the success of our clients and partners. Campobello Shoes is more than just a brand; it is a redefinition of premium footwear, offering timeless quality and innovative design. We invite you to explore how our approach can elevate your brand&#8217;s presence in the global market, creating lasting connections with an audience that values excellence.</p>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:50%"></div>
</div>
</div>



<div class="wp-block-humpton-gutenberg-container content-row light-section normal row_padding_top row_padding_bottom" data-bgcolor="#ffffff" style="text-align:left">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:50%"></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:50%">
<h3 class="wp-block-heading has-mask-fill block-title">The Future of Artisanal Footwear</h3>
</div>
</div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:50%"></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:50%">
<p class="has-animation wp-block-paragraph">At Campobello Shoes, we redefine the concept of premium footwear, creating products that blend artisanal tradition with innovation. Through our social media strategy, we transform each collection into a visual experience that resonates with the audience.</p>
</div>
</div>
</div>



<div class="wp-block-humpton-gutenberg-container content-row light-section normal row_padding_top row_padding_bottom" data-bgcolor="#ffffff" style="text-align:left">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:75%">
<h3 class="wp-block-heading has-mask-fill block-title">Join Us</h3>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:25%"></div>
</div>



<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:75%">
<p class="has-animation wp-block-paragraph">By choosing Your New Brand as a partner, you are ensuring that your brand not only reaches new markets but also creates a lasting connection with consumers who value quality, style, and tradition. Join us on this journey and see how we can transform your brand into an icon of success in the international market.</p>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:25%"></div>
</div>
</div>



<div class="wp-block-humpton-gutenberg-container content-row light-section full" data-bgcolor="#ffffff" style="text-align:left">
<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:49%">
<figure class=" "><a class="image-link" href="https://yournewbrand.eu/wp-content/uploads/2024/05/campobello_footer_001.jpg"><img decoding="async" src="https://yournewbrand.eu/wp-content/uploads/2024/05/campobello_footer_001.jpg" alt="" /></a><figcaption></figcaption></figure>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:2%"></div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:49%">
<figure class=" "><a class="image-link" href="https://yournewbrand.eu/wp-content/uploads/2024/05/campobello_footer_002.jpg"><img decoding="async" src="https://yournewbrand.eu/wp-content/uploads/2024/05/campobello_footer_002.jpg" alt="" /></a><figcaption></figcaption></figure>
</div>
</div>
</div>



<div class="wp-block-humpton-gutenberg-container content-row light-section full change-header-color" data-bgcolor="#ffffff" style="text-align:left">
<div class="wp-block-humpton-gutenberg-zoom-gallery zoom-gallery"><ul class="zoom-wrapper-gallery">
<li><div class="zoom-img-wrapper"><img decoding="async" src="https://yournewbrand.eu/wp-content/uploads/2024/05/campobello_gallery_001.jpg" alt="" /></div></li>



<li><div class="zoom-img-wrapper"><img decoding="async" src="https://yournewbrand.eu/wp-content/uploads/2024/05/campobello_gallery_002.jpg" alt="" /></div></li>



<li><div class="zoom-img-wrapper"><img decoding="async" src="https://yournewbrand.eu/wp-content/uploads/2024/05/campobello_gallery_003.jpg" alt="" /></div></li>



<li><div class="zoom-img-wrapper"><img decoding="async" src="https://yournewbrand.eu/wp-content/uploads/2026/03/campobello_IMG_2763-scaled.jpg" alt="" /></div></li>



<li><div class="zoom-img-wrapper"><img decoding="async" src="https://yournewbrand.eu/wp-content/uploads/2024/05/campobello_gallery_005.jpg" alt="" /></div></li>
</ul></div>
</div>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
