<?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>Hanna Sarén</title>
	<atom:link href="/feed/" rel="self" type="application/rss+xml" />
	<link>https://hannasaren.net</link>
	<description></description>
	<lastBuildDate>Thu, 06 Oct 2011 07:54:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Posing White Moment</title>
		<link>https://hannasaren.net/features/posing-white-moment-2/</link>
		<comments>https://hannasaren.net/features/posing-white-moment-2/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 09:07:29 +0000</pubDate>
		<dc:creator>hanna</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[Hanna Sarén]]></category>

		<guid isPermaLink="false">https://hannasaren.net/?p=1262</guid>
		<description><![CDATA[Our collaboration with White Moment brand continues, Mr. J (aka Jussi) is posing in their SS12 cataloque with snow board pros Heikki Sorsa, Niki Korpela, Eero Ettala, Ronni Turpeinen and Vesa &#8220;Vekku&#8221; Nissinen. Photos Peke Eloranta. Styles Nessi Hovi.]]></description>
			<content:encoded><![CDATA[<p>Our collaboration with White Moment brand continues, Mr. J (aka Jussi) is posing in their SS12 cataloque with snow board pros Heikki Sorsa, Niki Korpela, Eero Ettala, Ronni Turpeinen and Vesa &#8220;Vekku&#8221; Nissinen. Photos Peke Eloranta. Styles Nessi Hovi.<a href="/site/wp-content/uploads/2011/09/wht-group-640.jpg"><img src="/site/wp-content/uploads/2011/09/wht-group-640.jpg" alt="" title="wht group 640" width="640" height="453" class="alignnone size-full wp-image-1286" /></a><a href="/site/wp-content/uploads/2011/09/Mr-J-640.jpg"><img src="/site/wp-content/uploads/2011/09/Mr-J-640.jpg" alt="" title="Mr J 640" width="640" height="451" class="alignnone size-full wp-image-1288" /></a><a href="/site/wp-content/uploads/2011/09/wht-640-Mr.-J.jpg"><img src="/site/wp-content/uploads/2011/09/wht-640-Mr.-J.jpg" alt="" title="wht 640 Mr. J" width="640" height="483" class="alignnone size-full wp-image-1289" /></a><a href="/site/wp-content/uploads/2011/09/Mr.-J-+-Solveig.jpg"><img src="/site/wp-content/uploads/2011/09/Mr.-J-+-Solveig.jpg" alt="" title="Mr. J + Solveig" width="640" height="460" class="alignnone size-full wp-image-1290" /></a></p>
]]></content:encoded>
			<wfw:commentRss>https://hannasaren.net/features/posing-white-moment-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;A Day in The Life&#8221; / Juha Nenonen for Hanna Sarén</title>
		<link>https://hannasaren.net/main/a-day-in-the-life-juha-nenonen-for-hanna-saren/</link>
		<comments>https://hannasaren.net/main/a-day-in-the-life-juha-nenonen-for-hanna-saren/#comments</comments>
		<pubDate>Fri, 26 Aug 2011 10:47:41 +0000</pubDate>
		<dc:creator>hanna</dc:creator>
				<category><![CDATA[Hanna Sarén]]></category>
		<category><![CDATA[Main]]></category>
		<category><![CDATA[The Studio]]></category>

		<guid isPermaLink="false">https://hannasaren.net/?p=1212</guid>
		<description><![CDATA[&#8220;I have always fancied fashion photographs. I&#8217;ve been thinking it would be great to do something in that field, but was never very active executing this wish. That&#8217;s why I was really excited when I got the opportunity to shoot with Hanna Sarén. We had a very good understanding of what we were going to [...]]]></description>
			<content:encoded><![CDATA[<script type="text/javascript"> 
	jQuery(document).ready(function($) {
	$(window).load(function() {

		$('div.portfolio-slideshow').fadeIn();
		$('div.slideshow-nav').fadeIn();
		$('div.slideshow-thumbs').fadeIn();
		
		$(function() {
				var index = 0, hash = window.location.hash;
				if (hash) {
				index = /\d+/.exec(hash)[0];
				index = (parseInt(index) || 1) - 1; // slides are zero-based
		} 	
			
		$('#portfolio-slideshow1212').cycle({
				fx: 'fade',
				speed: 400,
				timeout: 0,
				next: '.slideshow-nav1212 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav1212 a.slideshow-prev',
				after:     onAfter,
				pager:  '#slides1212',
				manualTrump: false,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides1212  li:eq(' + (idx) + ') a'; }
		});
	

		$('.slideshow-nav1212 a.pause').click(function() { 
			$('#portfolio-slideshow1212').cycle('pause');
			$('.slideshow-nav1212 a.pause').hide();
			$('.slideshow-nav1212 a.play').show();
		});
	
		$('.slideshow-nav1212 a.play').click(function() { 
			$('#portfolio-slideshow1212').cycle('resume');
			$('.slideshow-nav1212 a.play').hide();
			$('.slideshow-nav1212 a.pause').show();
		});
		
		function onAfter(curr,next,opts) {
			var $ht = $("img",this).attr("height");
			var $oht = $("p.slideshow-caption", this).outerHeight('true');
			var $pht = $("p.slideshow-description", this).outerHeight('true');
			var $qht = $("p.slideshow-title", this).outerHeight('true');
			//set the container's height to that of the current slide
			$(this).parent().css("height", $oht + $pht + $ht + $qht - 30);var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
			$('#slideshow-info1212').html(caption);
	} }); }); });</script><div id="portfolio-slideshow1212" class="portfolio-slideshow"><div class="slideshow-nav1212 first slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="640" height="360" src="/site/wp-content/uploads/2011/08/JN1.jpg" class="attachment-full" alt="JN1" title="JN1" /></a></div><div class="slideshow-nav1212 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="640" height="360" src="/site/wp-content/uploads/2011/08/JN3.jpg" class="attachment-full" alt="JN3" title="JN3" /></a></div><div class="slideshow-nav1212 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="640" height="427" src="/site/wp-content/uploads/2011/08/JN4.jpg" class="attachment-full" alt="JN4" title="JN4" /></a></div><div class="slideshow-nav1212 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="639" height="426" src="/site/wp-content/uploads/2011/08/JN8.jpg" class="attachment-full" alt="JN8" title="JN8" /></a></div><div class="slideshow-nav1212 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="640" height="427" src="/site/wp-content/uploads/2011/08/JN9.jpg" class="attachment-full" alt="JN9" title="JN9" /></a></div><div class="slideshow-nav1212 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="640" height="360" src="/site/wp-content/uploads/2011/08/JN10.jpg" class="attachment-full" alt="JN10" title="JN10" /></a></div><div class="slideshow-nav1212 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="640" height="360" src="/site/wp-content/uploads/2011/08/JN11.jpg" class="attachment-full" alt="JN11" title="JN11" /></a></div><div class="slideshow-nav1212 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="640" height="360" src="/site/wp-content/uploads/2011/08/JN12.jpg" class="attachment-full" alt="JN12" title="JN12" /></a></div><div class="slideshow-nav1212 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="640" height="413" src="/site/wp-content/uploads/2011/08/JN13.jpg" class="attachment-full" alt="JN13" title="JN13" /></a></div><div class="slideshow-nav1212 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="640" height="427" src="/site/wp-content/uploads/2011/08/JN14.jpg" class="attachment-full" alt="JN14" title="JN14" /></a></div><div class="slideshow-nav1212 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="640" height="360" src="/site/wp-content/uploads/2011/08/JN15.jpg" class="attachment-full" alt="JN15" title="JN15" /></a></div><div class="slideshow-nav1212 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="640" height="360" src="/site/wp-content/uploads/2011/08/JN16.jpg" class="attachment-full" alt="JN16" title="JN16" /></a></div><div class="slideshow-nav1212 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="640" height="360" src="/site/wp-content/uploads/2011/08/JN17.jpg" class="attachment-full" alt="JN17" title="JN17" /></a></div><div class="slideshow-nav1212 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="640" height="360" src="/site/wp-content/uploads/2011/08/JN19.jpg" class="attachment-full" alt="JN19" title="JN19" /></a></div><div class="slideshow-nav1212 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="643" height="362" src="/site/wp-content/uploads/2011/08/JN20.jpg" class="attachment-full" alt="JN20" title="JN20" /></a></div><div class="slideshow-nav1212 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="640" height="360" src="/site/wp-content/uploads/2011/08/JN21.jpg" class="attachment-full" alt="JN21" title="JN21" /></a></div><div class="slideshow-nav1212 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="640" height="427" src="/site/wp-content/uploads/2011/08/JN22.jpg" class="attachment-full" alt="JN22" title="JN22" /></a></div><div class="slideshow-nav1212 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="640" height="360" src="/site/wp-content/uploads/2011/08/JN23.jpg" class="attachment-full" alt="JN23" title="JN23" /></a></div><div class="slideshow-nav1212 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="640" height="360" src="/site/wp-content/uploads/2011/08/JN24.jpg" class="attachment-full" alt="JN24" title="JN24" /></a></div><div class="slideshow-nav1212 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="640" height="360" src="/site/wp-content/uploads/2011/08/JN25.jpg" class="attachment-full" alt="JN25" title="JN25" /></a></div></div><!--//end portfolio-slideshow div-->
<p>&#8220;I have always fancied fashion photographs. I&#8217;ve been thinking it would be great to do something in that field, but was never very active executing this wish. That&#8217;s why I was really excited when I got the opportunity to shoot with Hanna Sarén. We had a very good understanding of what we were going to do and I received fairly free hands to do what I felt was best. Our goal was to achieve timeless and stylish pictures. It was a very natural choice because her collection is like that too! From the very beginning, we decided that all the pictures will be shot on location outside and that they will be almost entirely black and white.</p>
<p>The shooting was carried out without a big crew, heavy equipment or artificial lightning. Pictures were shot in three different locations, in rather fast pace, during one day in Helsinki. I had planned the shootings in advance, but only roughly, leaving a good deal of room for intuition. All the details were to be decided during the shooting. </p>
<p>Actual shooting was really liberating and a lot of fun. It was comfortable to work quickly, with light equipment, and without an accurate script or plan, because that is the opposite of what I do normally. Working with the whole crew was easy and the models were charismatic, professional and really nice, even tho they were very young. So, thank you Siiri and Eric. The result was great! Let&#8217;s do some more of these!&#8221;</p>
<p>&mdash; Juha Nenonen</p>
<p>More of Juha&#8217;s images can be seen on his website: <a href="http://www.juhanenonen.net">www.juhanenonen.net</a></p>
<p>Models: Siiri and Eric (Paparazzi) / Make-up and Hair: Laura (Toimisto)</p>
]]></content:encoded>
			<wfw:commentRss>https://hannasaren.net/main/a-day-in-the-life-juha-nenonen-for-hanna-saren/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Olivia August 2011</title>
		<link>https://hannasaren.net/press/olivia-august201/</link>
		<comments>https://hannasaren.net/press/olivia-august201/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 15:14:31 +0000</pubDate>
		<dc:creator>hanna</dc:creator>
				<category><![CDATA[Press]]></category>

		<guid isPermaLink="false">https://hannasaren.net/?p=1190</guid>
		<description><![CDATA[Our men&#8217;s AW11 collection, grey overcoat and pants, was seen in Olivia magazine, August issue.]]></description>
			<content:encoded><![CDATA[<p>Our men&#8217;s AW11 collection, grey overcoat and pants, was seen in Olivia magazine, August issue.</p>
]]></content:encoded>
			<wfw:commentRss>https://hannasaren.net/press/olivia-august201/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Launching Botisto, men&#8217;s dress shoe collection</title>
		<link>https://hannasaren.net/thestudio/launching-botisto-mens-dress-shoe-collection/</link>
		<comments>https://hannasaren.net/thestudio/launching-botisto-mens-dress-shoe-collection/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 10:30:36 +0000</pubDate>
		<dc:creator>hanna</dc:creator>
				<category><![CDATA[The Studio]]></category>

		<guid isPermaLink="false">https://hannasaren.net/?p=1164</guid>
		<description><![CDATA[Over a year ago, I started designing a collection for a new brand called Botisto. The collection is dedicated to creating the perfectly fitted, leather dress shoes. And, how is this possible, you ask? With modern technology, style and Italian workmanship, of course. I am working with old Italian shoe manufacturing families in the Lombardia [...]]]></description>
			<content:encoded><![CDATA[<p><a href="/site/wp-content/uploads/2011/08/botisto1.jpg"><img src="/site/wp-content/uploads/2011/08/botisto1.jpg" alt="" title="botisto1" width="640" height="360" class="alignnone size-full wp-image-1167" /></a></p>
<p>Over a year ago, I started designing a collection for a new brand called Botisto. The collection is dedicated to creating the perfectly fitted, leather dress shoes. </p>
<p>And, how is this possible, you ask? </p>
<p>With modern technology, style and Italian workmanship, of course. </p>
<p>I am working with old Italian shoe manufacturing families in the Lombardia region, where they started to make shoes in 1392, and where the first, ever, industrial shoe factory was started in 1866. So, I am working with some experienced hands. </p>
<p>And now, after choosing lasts, leathers, colours, after drawing designs, outsoles, as well as after dinners and lunches with incredible coffee and limoncello, it is time to launch the collection! The first shop opens on August 26th, 2011 in Barcelona, Spain. </p>
<p>For more details: <a href="http://www.botisto.com" target="_blank">www.botisto.com</a></p>
]]></content:encoded>
			<wfw:commentRss>https://hannasaren.net/thestudio/launching-botisto-mens-dress-shoe-collection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brown Turquoise Dress</title>
		<link>https://hannasaren.net/shop/brown-turquoise-dress/</link>
		<comments>https://hannasaren.net/shop/brown-turquoise-dress/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 11:56:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Shop]]></category>

		<guid isPermaLink="false">https://hannasaren.net/?p=1126</guid>
		<description><![CDATA[Price: 289€]]></description>
			<content:encoded><![CDATA[<script type="text/javascript"> 
	jQuery(document).ready(function($) {
	$(window).load(function() {

		$('div.portfolio-slideshow').fadeIn();
		$('div.slideshow-nav').fadeIn();
		$('div.slideshow-thumbs').fadeIn();
		
		$(function() {
				var index = 0, hash = window.location.hash;
				if (hash) {
				index = /\d+/.exec(hash)[0];
				index = (parseInt(index) || 1) - 1; // slides are zero-based
		} 	
			
		$('#portfolio-slideshow1126').cycle({
				fx: 'fade',
				speed: 400,
				timeout: 0,
				next: '.slideshow-nav1126 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav1126 a.slideshow-prev',
				after:     onAfter,
				pager:  '#slides1126',
				manualTrump: false,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides1126  li:eq(' + (idx) + ') a'; }
		});
	

		$('.slideshow-nav1126 a.pause').click(function() { 
			$('#portfolio-slideshow1126').cycle('pause');
			$('.slideshow-nav1126 a.pause').hide();
			$('.slideshow-nav1126 a.play').show();
		});
	
		$('.slideshow-nav1126 a.play').click(function() { 
			$('#portfolio-slideshow1126').cycle('resume');
			$('.slideshow-nav1126 a.play').hide();
			$('.slideshow-nav1126 a.pause').show();
		});
		
		function onAfter(curr,next,opts) {
			var $ht = $("img",this).attr("height");
			var $oht = $("p.slideshow-caption", this).outerHeight('true');
			var $pht = $("p.slideshow-description", this).outerHeight('true');
			var $qht = $("p.slideshow-title", this).outerHeight('true');
			//set the container's height to that of the current slide
			$(this).parent().css("height", $oht + $pht + $ht + $qht - 30);var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
			$('#slideshow-info1126').html(caption);
	} }); }); });</script><div id="portfolio-slideshow1126" class="portfolio-slideshow"><div class="slideshow-nav1126 first slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="640" height="956" src="/site/wp-content/uploads/2011/08/tdress1.jpg" class="attachment-full" alt="tdress1" title="tdress1" /></a></div><div class="slideshow-nav1126 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="640" height="956" src="/site/wp-content/uploads/2011/08/tdress2.jpg" class="attachment-full" alt="tdress2" title="tdress2" /></a></div></div><!--//end portfolio-slideshow div-->
<div style="width:47%; float: left; padding-right: 6%; display: inline;" class="post_column_1"><p><br />
Brown Turquoise Dress</p>
<p>Sizes: 34, 36, 40</p>
<p></div>
<div style="width:47%; float: left; padding-right: 0; display: inline;" class="post_column_1"><p><br />
Colour: Brown Turquoise<br />
Materials: 100% pes</p>
<p><strong>Price: 289€</strong></p>
<p><object><form method="post" class="eStore-button-form" action=""  style="display:inline" onsubmit="return ReadForm1(this, 1);"><br />Women's Sizes : <select name="variation1" onchange="ReadForm1 (this.form, 1);"><option value="34 (In Stock)">34 (In Stock)</option><option value="36 (In Stock)">36 (In Stock)</option><option value="40 (In Stock)">40 (In Stock)</option></select><br />Shipping : <select name="variation2" onchange="ReadForm1 (this.form, 1);"><option value="Finland [+ €10]">Finland [+ €10]</option><option value="International [+ €40]">International [+ €40]</option></select><br /><input type="hidden" name="add_qty" value="1" /><input type="submit" value="Add to Cart" /><input type="hidden" name="product" value="Brown Turquoise Dress" /><input type="hidden" name="price" value="289.00" /><input type="hidden" name="product_name_tmp1" value="Brown Turquoise Dress" /><input type="hidden" name="price_tmp1" value="289.00" /><input type="hidden" name="item_number" value="29" /><input type="hidden" name="shipping" value="" /><input type="hidden" name="addcart_eStore" value="1" /><input type="hidden" name="cartLink" value="https://hannasaren.net/feed/" /></form></object><br />
</div>
]]></content:encoded>
			<wfw:commentRss>https://hannasaren.net/shop/brown-turquoise-dress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vest</title>
		<link>https://hannasaren.net/shop/vest/</link>
		<comments>https://hannasaren.net/shop/vest/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 11:48:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Shop]]></category>

		<guid isPermaLink="false">https://hannasaren.net/?p=1121</guid>
		<description><![CDATA[Price: 249€]]></description>
			<content:encoded><![CDATA[<script type="text/javascript"> 
	jQuery(document).ready(function($) {
	$(window).load(function() {

		$('div.portfolio-slideshow').fadeIn();
		$('div.slideshow-nav').fadeIn();
		$('div.slideshow-thumbs').fadeIn();
		
		$(function() {
				var index = 0, hash = window.location.hash;
				if (hash) {
				index = /\d+/.exec(hash)[0];
				index = (parseInt(index) || 1) - 1; // slides are zero-based
		} 	
			
		$('#portfolio-slideshow1121').cycle({
				fx: 'fade',
				speed: 400,
				timeout: 0,
				next: '.slideshow-nav1121 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav1121 a.slideshow-prev',
				after:     onAfter,
				pager:  '#slides1121',
				manualTrump: false,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides1121  li:eq(' + (idx) + ') a'; }
		});
	

		$('.slideshow-nav1121 a.pause').click(function() { 
			$('#portfolio-slideshow1121').cycle('pause');
			$('.slideshow-nav1121 a.pause').hide();
			$('.slideshow-nav1121 a.play').show();
		});
	
		$('.slideshow-nav1121 a.play').click(function() { 
			$('#portfolio-slideshow1121').cycle('resume');
			$('.slideshow-nav1121 a.play').hide();
			$('.slideshow-nav1121 a.pause').show();
		});
		
		function onAfter(curr,next,opts) {
			var $ht = $("img",this).attr("height");
			var $oht = $("p.slideshow-caption", this).outerHeight('true');
			var $pht = $("p.slideshow-description", this).outerHeight('true');
			var $qht = $("p.slideshow-title", this).outerHeight('true');
			//set the container's height to that of the current slide
			$(this).parent().css("height", $oht + $pht + $ht + $qht - 30);var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
			$('#slideshow-info1121').html(caption);
	} }); }); });</script><div id="portfolio-slideshow1121" class="portfolio-slideshow"><div class="slideshow-nav1121 first slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="640" height="956" src="/site/wp-content/uploads/2011/08/vest1.jpg" class="attachment-full" alt="vest1" title="vest1" /></a></div><div class="slideshow-nav1121 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="640" height="956" src="/site/wp-content/uploads/2011/08/vest2.jpg" class="attachment-full" alt="vest2" title="vest2" /></a></div></div><!--//end portfolio-slideshow div-->
<div style="width:47%; float: left; padding-right: 6%; display: inline;" class="post_column_1"><p><br />
Vest</p>
<p>Sizes: 34, 36</p>
<p></div>
<div style="width:47%; float: left; padding-right: 0; display: inline;" class="post_column_1"><p><br />
Colour: Black<br />
Materials: 100% cotton</p>
<p><strong>Price: 249€</strong></p>
<p><object><form method="post" class="eStore-button-form" action=""  style="display:inline" onsubmit="return ReadForm1(this, 1);"><br />Women's Sizes : <select name="variation1" onchange="ReadForm1 (this.form, 1);"><option value="34 (In Stock)">34 (In Stock)</option><option value="36 (In Stock)">36 (In Stock)</option></select><br />Shipping : <select name="variation2" onchange="ReadForm1 (this.form, 1);"><option value="Finland [+ €10]">Finland [+ €10]</option><option value="International [+ €40]">International [+ €40]</option></select><br /><input type="hidden" name="add_qty" value="1" /><input type="submit" value="Add to Cart" /><input type="hidden" name="product" value="Vest" /><input type="hidden" name="price" value="249.00" /><input type="hidden" name="product_name_tmp1" value="Vest" /><input type="hidden" name="price_tmp1" value="249.00" /><input type="hidden" name="item_number" value="28" /><input type="hidden" name="shipping" value="" /><input type="hidden" name="addcart_eStore" value="1" /><input type="hidden" name="cartLink" value="https://hannasaren.net/feed/" /></form></object><br />
</div>
]]></content:encoded>
			<wfw:commentRss>https://hannasaren.net/shop/vest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BOW Top</title>
		<link>https://hannasaren.net/shop/bow-top/</link>
		<comments>https://hannasaren.net/shop/bow-top/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 11:42:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Shop]]></category>

		<guid isPermaLink="false">https://hannasaren.net/?p=1117</guid>
		<description><![CDATA[Price: 99€]]></description>
			<content:encoded><![CDATA[<p><img src="/site/wp-content/uploads/2011/08/bowtop.jpg" alt="" title="bowtop" width="640" height="956" class="alignleft size-full wp-image-1119" /></p>
<div style="width:47%; float: left; padding-right: 6%; display: inline;" class="post_column_1"><p><br />
BOW Top</p>
<p>Sizes: Small, Medium, Large</p>
<p></div>
<div style="width:47%; float: left; padding-right: 0; display: inline;" class="post_column_1"><p><br />
Colour: Black with light blue bow<br />
Materials: 100% cotton</p>
<p><strong>Price: 99€</strong></p>
<p><object><form method="post" class="eStore-button-form" action=""  style="display:inline" onsubmit="return ReadForm1(this, 1);"><br />Women's Sizes : <select name="variation1" onchange="ReadForm1 (this.form, 1);"><option value="small (In Stock)">small (In Stock)</option><option value="medium (In Stock)">medium (In Stock)</option><option value="large (In Stock)">large (In Stock)</option></select><br />Shipping : <select name="variation2" onchange="ReadForm1 (this.form, 1);"><option value="Finland [+ €10]">Finland [+ €10]</option><option value="International [+ €40]">International [+ €40]</option></select><br /><input type="hidden" name="add_qty" value="1" /><input type="submit" value="Add to Cart" /><input type="hidden" name="product" value="BOW Top" /><input type="hidden" name="price" value="99.00" /><input type="hidden" name="product_name_tmp1" value="BOW Top" /><input type="hidden" name="price_tmp1" value="99.00" /><input type="hidden" name="item_number" value="27" /><input type="hidden" name="shipping" value="" /><input type="hidden" name="addcart_eStore" value="1" /><input type="hidden" name="cartLink" value="https://hannasaren.net/feed/" /></form></object><br />
</div>
]]></content:encoded>
			<wfw:commentRss>https://hannasaren.net/shop/bow-top/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Neopren Overcoat</title>
		<link>https://hannasaren.net/shop/neopren-overcoat/</link>
		<comments>https://hannasaren.net/shop/neopren-overcoat/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 11:33:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Shop]]></category>

		<guid isPermaLink="false">https://hannasaren.net/?p=1108</guid>
		<description><![CDATA[Price: 599€]]></description>
			<content:encoded><![CDATA[<p><img src="/site/wp-content/uploads/2011/08/neo1.jpg" alt="" title="neo1" width="640" height="956" class="alignleft size-full wp-image-1110" /></p>
<div style="width:47%; float: left; padding-right: 6%; display: inline;" class="post_column_1"><p><br />
Neopren Overcoat</p>
<p>Sizes: 44, 46, 48, 50</p>
<p>Model: Paris, size 44<br />
Photo: Pasi Hytti</p>
<p></div>
<div style="width:47%; float: left; padding-right: 0; display: inline;" class="post_column_1"><p><br />
Colour: Black<br />
Materials: 100% Neopren</p>
<p><strong>Price: 599€</strong></p>
<p><object><form method="post" class="eStore-button-form" action=""  style="display:inline" onsubmit="return ReadForm1(this, 1);"><br />Men's Sizes : <select name="variation1" onchange="ReadForm1 (this.form, 1);"><option value="44 (In Stock)">44 (In Stock)</option><option value="46 (In Stock)">46 (In Stock)</option><option value="48 (In Stock)">48 (In Stock)</option><option value="50 (In Stock)">50 (In Stock)</option></select><br />Shipping : <select name="variation2" onchange="ReadForm1 (this.form, 1);"><option value="Finland [+ €10]">Finland [+ €10]</option><option value="International [+ €40]">International [+ €40]</option></select><br /><input type="hidden" name="add_qty" value="1" /><input type="submit" value="Add to Cart" /><input type="hidden" name="product" value="Neopren Overcoat" /><input type="hidden" name="price" value="599.00" /><input type="hidden" name="product_name_tmp1" value="Neopren Overcoat" /><input type="hidden" name="price_tmp1" value="599.00" /><input type="hidden" name="item_number" value="26" /><input type="hidden" name="shipping" value="" /><input type="hidden" name="addcart_eStore" value="1" /><input type="hidden" name="cartLink" value="https://hannasaren.net/feed/" /></form></object><br />
</div>
]]></content:encoded>
			<wfw:commentRss>https://hannasaren.net/shop/neopren-overcoat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Curve Sleeve Jacket</title>
		<link>https://hannasaren.net/shop/curve-sleeve-jacket/</link>
		<comments>https://hannasaren.net/shop/curve-sleeve-jacket/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 11:27:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Shop]]></category>

		<guid isPermaLink="false">https://hannasaren.net/?p=1101</guid>
		<description><![CDATA[Price: 429€]]></description>
			<content:encoded><![CDATA[<script type="text/javascript"> 
	jQuery(document).ready(function($) {
	$(window).load(function() {

		$('div.portfolio-slideshow').fadeIn();
		$('div.slideshow-nav').fadeIn();
		$('div.slideshow-thumbs').fadeIn();
		
		$(function() {
				var index = 0, hash = window.location.hash;
				if (hash) {
				index = /\d+/.exec(hash)[0];
				index = (parseInt(index) || 1) - 1; // slides are zero-based
		} 	
			
		$('#portfolio-slideshow1101').cycle({
				fx: 'fade',
				speed: 400,
				timeout: 0,
				next: '.slideshow-nav1101 a.slideshow-next',
				startingSlide: index,
				prev: '.slideshow-nav1101 a.slideshow-prev',
				after:     onAfter,
				pager:  '#slides1101',
				manualTrump: false,
				pagerAnchorBuilder: function(idx, slide) {
				// return sel string for existing anchor
				return '#slides1101  li:eq(' + (idx) + ') a'; }
		});
	

		$('.slideshow-nav1101 a.pause').click(function() { 
			$('#portfolio-slideshow1101').cycle('pause');
			$('.slideshow-nav1101 a.pause').hide();
			$('.slideshow-nav1101 a.play').show();
		});
	
		$('.slideshow-nav1101 a.play').click(function() { 
			$('#portfolio-slideshow1101').cycle('resume');
			$('.slideshow-nav1101 a.play').hide();
			$('.slideshow-nav1101 a.pause').show();
		});
		
		function onAfter(curr,next,opts) {
			var $ht = $("img",this).attr("height");
			var $oht = $("p.slideshow-caption", this).outerHeight('true');
			var $pht = $("p.slideshow-description", this).outerHeight('true');
			var $qht = $("p.slideshow-title", this).outerHeight('true');
			//set the container's height to that of the current slide
			$(this).parent().css("height", $oht + $pht + $ht + $qht - 30);var caption = (opts.currSlide + 1) + ' of ' + opts.slideCount;
			$('#slideshow-info1101').html(caption);
	} }); }); });</script><div id="portfolio-slideshow1101" class="portfolio-slideshow"><div class="slideshow-nav1101 first slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="640" height="956" src="/site/wp-content/uploads/2011/08/curve-jacket.jpg" class="attachment-full" alt="curve-jacket" title="curve-jacket" /></a></div><div class="slideshow-nav1101 slideshow-next"><a href="javascript: void(0)" class="slideshow-next"><img width="640" height="956" src="/site/wp-content/uploads/2011/08/curve-jacket2.jpg" class="attachment-full" alt="curve-jacket2" title="curve-jacket2" /></a></div></div><!--//end portfolio-slideshow div-->
<div style="width:47%; float: left; padding-right: 6%; display: inline;" class="post_column_1"><p><br />
Curve Sleeve Jacket</p>
<p>Sizes: 44, 46, 48, 50</p>
<p></div>
<div style="width:47%; float: left; padding-right: 0; display: inline;" class="post_column_1"><p><br />
Colour: Grey<br />
Materials: 100% cotton</p>
<p><strong>Price: 429€</strong></p>
<p><object><form method="post" class="eStore-button-form" action=""  style="display:inline" onsubmit="return ReadForm1(this, 1);"><br />Men's Sizes : <select name="variation1" onchange="ReadForm1 (this.form, 1);"><option value="44 (In Stock)">44 (In Stock)</option><option value="46 (In Stock)">46 (In Stock)</option><option value="48 (In Stock)">48 (In Stock)</option><option value="50 (In Stock)">50 (In Stock)</option></select><br />Shipping : <select name="variation2" onchange="ReadForm1 (this.form, 1);"><option value="Finland [+ €10]">Finland [+ €10]</option><option value="International [+ €40]">International [+ €40]</option></select><br /><input type="hidden" name="add_qty" value="1" /><input type="submit" value="Add to Cart" /><input type="hidden" name="product" value="Curve Sleeve Jacket" /><input type="hidden" name="price" value="429.00" /><input type="hidden" name="product_name_tmp1" value="Curve Sleeve Jacket" /><input type="hidden" name="price_tmp1" value="429.00" /><input type="hidden" name="item_number" value="25" /><input type="hidden" name="shipping" value="" /><input type="hidden" name="addcart_eStore" value="1" /><input type="hidden" name="cartLink" value="https://hannasaren.net/feed/" /></form></object><br />
</div>
]]></content:encoded>
			<wfw:commentRss>https://hannasaren.net/shop/curve-sleeve-jacket/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Carrot Shape Trousers</title>
		<link>https://hannasaren.net/shop/carrot-shape-trousers/</link>
		<comments>https://hannasaren.net/shop/carrot-shape-trousers/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 11:17:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Shop]]></category>

		<guid isPermaLink="false">https://hannasaren.net/?p=1095</guid>
		<description><![CDATA[Price: 299€]]></description>
			<content:encoded><![CDATA[<p><img src="/site/wp-content/uploads/2011/08/carrot-trouseres.jpg" alt="" title="carrot-trouseres" width="640" height="987" class="alignleft size-full wp-image-1096" /></p>
<div style="width:47%; float: left; padding-right: 6%; display: inline;" class="post_column_1"><p><br />
Carrot Shape Trousers</p>
<p>Sizes: 44, 46, 48, 50</p>
<p></div>
<div style="width:47%; float: left; padding-right: 0; display: inline;" class="post_column_1"><p><br />
Colour: Grey<br />
Materials: 100% cotton</p>
<p><strong>Price: 299€</strong></p>
<p><object><form method="post" class="eStore-button-form" action=""  style="display:inline" onsubmit="return ReadForm1(this, 1);"><br />Men's Sizes : <select name="variation1" onchange="ReadForm1 (this.form, 1);"><option value="44 (In Stock)">44 (In Stock)</option><option value="46 (In Stock)">46 (In Stock)</option><option value="48 (In Stock)">48 (In Stock)</option><option value="50 (In Stock)">50 (In Stock)</option></select><br />Shipping : <select name="variation2" onchange="ReadForm1 (this.form, 1);"><option value="Finland [+ €10]">Finland [+ €10]</option><option value="International [+ €40]">International [+ €40]</option></select><br /><input type="hidden" name="add_qty" value="1" /><input type="submit" value="Add to Cart" /><input type="hidden" name="product" value="Carrot Shape Trousers" /><input type="hidden" name="price" value="299.00" /><input type="hidden" name="product_name_tmp1" value="Carrot Shape Trousers" /><input type="hidden" name="price_tmp1" value="299.00" /><input type="hidden" name="item_number" value="24" /><input type="hidden" name="shipping" value="" /><input type="hidden" name="addcart_eStore" value="1" /><input type="hidden" name="cartLink" value="https://hannasaren.net/feed/" /></form></object><br />
</div>
]]></content:encoded>
			<wfw:commentRss>https://hannasaren.net/shop/carrot-shape-trousers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
