www.marimekko.com Open in urlscan Pro
151.101.129.124  Public Scan

Submitted URL: http://marimekko.com/
Effective URL: https://www.marimekko.com/eu_en/
Submission Tags: tranco_l324
Submission: On November 05 via api from DE — Scanned from DE

Form analysis 4 forms found in the DOM

<form class="form">
  <div class="fieldset">
    <div class="field email required">
      <label class="label" for="countryselection" data-bind="i18n: 'Country'">Country</label>
      <div class="control">
        <div class="select-wrapper">
          <select id="countryselection" data-bind="options: countryData, optionsText: 'countryName', value: selectedCountry">
            <option value="">Australia</option>
            <option value="">Austria (Österreich)</option>
            <option value="">Belgium (Belgique, België)</option>
            <option value="">Croatia (Hrvatska)</option>
            <option value="">Czech Republic (Česká republika)</option>
            <option value="">Denmark (Danmark)</option>
            <option value="">Estonia (Eesti)</option>
            <option value="">Finland (Suomi)</option>
            <option value="">France</option>
            <option value="">Germany (Deutschland)</option>
            <option value="">Greece (Ελλάδα)</option>
            <option value="">Hungary (Magyarország)</option>
            <option value="">Ireland</option>
            <option value="">Italy (Italia)</option>
            <option value="">Latvia (Latvija)</option>
            <option value="">Lithuania (Lietuva)</option>
            <option value="">Luxembourg (Luxemburg)</option>
            <option value="">Malta</option>
            <option value="">Netherlands (Nederland)</option>
            <option value="">Norway (Norge, Noreg)</option>
            <option value="">Poland (Polska)</option>
            <option value="">Portugal</option>
            <option value="">Romania (România)</option>
            <option value="">Slovakia (Slovensko)</option>
            <option value="">Slovenia (Slovenija)</option>
            <option value="">Spain (Espanya, España, Espainia)</option>
            <option value="">Sweden (Sverige)</option>
            <option value="">Switzerland (Schweiz, Suisse, Svizzera)</option>
            <option value="">United Kingdom (Y Deyrnas Unedig)</option>
            <option value="">United States (Estados Unidos)</option>
            <option value="">Other</option>
          </select>
        </div>
      </div>
    </div>
    <div class="actions-toolbar actions-toolbar--no-pad">
      <button type="submit" class="button button--primary" data-bind="click: confirmSelection, attr: {'aria-label': $t('Update')}" aria-label="Update">
        <span data-bind="i18n: 'Update'">Update</span>
      </button>
    </div>
  </div>
</form>

POST

<form class="form form-login" method="post" data-bind="submit:login" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="email" data-bind="i18n: 'Your email'">Your email</label>
      <div class="control">
        <input name="username" id="email" type="email" class="input-text" data-bind="attr: {autocomplete: autocomplete, placeholder: $t('Email Address')}" data-validate="{required:true, 'validate-email':true}" autocomplete="off"
          placeholder="Email Address">
      </div>
    </div>
    <div class="field password required">
      <label class="label" for="pass" data-bind="i18n: 'Your password'">Your password</label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete, placeholder: $t('Password')}" data-validate="{required:true}" autocomplete="off" placeholder="Password">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar actions-toolbar--tight">
      <input name="context" type="hidden" value="checkout">
      <button type="submit" class="action action-login button button--primary button--full-width" name="send" id="send2" data-bind="attr: {'aria-label': $t('Sign in')}" aria-label="Sign in">
        <span data-bind="i18n: 'Sign in'">Sign in</span>
      </button>
    </div>
    <p class="color--gray">
      <a class="action cta-link color--gray typo--caption-all-caps" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.marimekko.com/eu_en/customer/account/forgotpassword/">
                        <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                    </a>
    </p>
  </div>
</form>

POST https://www.marimekko.com/eu_en/customer/account/createpost/

<form class="form create account form-create-account form-validate" id="popup-register-form" action="https://www.marimekko.com/eu_en/customer/account/createpost/" method="post" enctype="multipart/form-data" autocomplete="off" novalidate="novalidate">
  <input name="form_key" type="hidden" value="FkSUD1w1YIBssWb1">
  <div class="fieldset create info" style="margin: 0;">
    <input type="hidden" name="success_url" value="">
    <input type="hidden" name="error_url" value="">
  </div>
  <div class="fieldset create account" data-hasrequired="* Required Fields">
    <div class="field required">
      <label for="popup-email_address" class="label"><span>Email</span></label>
      <div class="control">
        <input type="email" name="email" id="popup-email_address" autocomplete="email" value="" title="Email" class="input-text#" data-validate="{required:true, 'validate-email':true}" aria-required="true">
      </div>
    </div>
    <div class="field password required">
      <label for="popup-password" class="label"><span>Create your password</span></label>
      <div class="control">
        <input type="password" name="password" id="popup-password" title="Create your password" class="input-text" data-password-min-length="8" data-password-min-character-sets="3" data-validate="{required:true, 'validate-customer-password':true}"
          autocomplete="off" aria-required="true">
        <div id="popup-password-strength-meter-container" data-role="password-strength-meter" aria-live="polite">
          <div id="popup-password-strength-meter" class="password-strength-meter"> Password Strength: <span id="popup-password-strength-meter-label" data-role="password-strength-meter-label"> No Password </span>
          </div>
        </div>
      </div>
    </div>
    <div class="field confirmation required">
      <label for="popup-password-confirmation" class="label"><span> Repeat your password </span>
      </label>
      <div class="control">
        <input type="password" name="password_confirmation" title="Repeat your password" id="popup-password-confirmation" class="input-text" data-validate="{required:true, equalTo:'#popup-password'}" aria-required="true">
      </div>
    </div>
    <div class="field field-country_id">
      <label class="label" for="country_id"><span>Country*</span></label>
      <div class="control">
        <div class="select-wrapper">
          <select id="country_id" name="country_id">
            <option value="" selected="selected"> </option>
            <option value="AT">Austria</option>
            <option value="BE">Belgium</option>
            <option value="HR">Croatia</option>
            <option value="CZ">Czech Republic</option>
            <option value="EE">Estonia</option>
            <option value="FR">France</option>
            <option value="DE">Germany</option>
            <option value="GR">Greece</option>
            <option value="HU">Hungary</option>
            <option value="IE">Ireland</option>
            <option value="IT">Italy</option>
            <option value="LV">Latvia</option>
            <option value="LT">Lithuania</option>
            <option value="LU">Luxembourg</option>
            <option value="MT">Malta</option>
            <option value="NL">Netherlands</option>
            <option value="PL">Poland</option>
            <option value="PT">Portugal</option>
            <option value="RO">Romania</option>
            <option value="SK">Slovakia</option>
            <option value="SI">Slovenia</option>
            <option value="ES">Spain</option>
            <option value="CH">Switzerland</option>
          </select>
        </div>
      </div>
    </div>
    <div class="field choice field-terms_and_conditions required">
      <input type="checkbox" name="terms_and_conditions" title="Terms and condition" value="1" id="terms_and_conditions" class="input--large" required="">
      <label for="terms_and_conditions" class="label">
        <span> I accept the community <a class="cta-link" href="https://www.marimekko.com/eu_en/loyalty-program" target="_blank">
                    terms &amp; conditions</a>
        </span>
      </label>
    </div>
    <div class="field choice field-email_marketing">
      <input type="checkbox" name="email_marketing" title="Yes please! You can send me offers and newsletters by email." value="1" id="email_marketing" class="input--large">
      <label for="email_marketing" class="label">
        <span>Yes please! You can send me offers and newsletters by email.</span>
      </label>
    </div>
  </div>
  <div class="field-recaptcha" id="recaptcha-93fd2ca2ce3a7a101321e0f6a041c441bc4c46f9-container" data-bind="scope:'recaptcha-93fd2ca2ce3a7a101321e0f6a041c441bc4c46f9'">
    <!-- ko template: getTemplate() --><!-- /ko -->
  </div>
  <div class="primary fieldset">
    <button type="submit" class="action submit button button--primary button--full-width" aria-label="Save" title="Save">
      <span> Save </span>
    </button>
  </div>
  <div class="fieldset block-already-customer text-align--center">
    <span> Already a member? </span>
    <a class="cta-link" href="https://www.marimekko.com/eu_en/customer/account/login/">
                    Sign in                </a>
  </div>
</form>

GET https://www.marimekko.com/eu_en/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://www.marimekko.com/eu_en/catalogsearch/result/" method="get">
  <div class="field search typo--spacing-10">
    <label class="label" for="search" data-role="minisearch-label">
      <span>Search</span>
    </label>
    <div class="control">
      <a id="search-close" class="search-close-button state__close-button search-state-trigger show-for-large-up" aria-label="Close search" role="button" href="#">
                    <span class="icon icon-close"></span>
                </a>
      <input id="search" type="text" name="q" value="" placeholder="Search" class="input-text minisearch__input input--size-huge---l-up" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="list"
        aria-controls="klevu-quicksearch__products-list" autocomplete="off">
    </div>
  </div>
  <div class="actions">
    <button type="submit" title="Search" class="action search">
      <span>Search</span>
    </button>
  </div>
  <p class="typo--spacing-30 typo--spacing-40---l-up typo--caption color--gray"> You can search for anything. Try “dress” or “unikko” </p>
  <div id="search_suggestions" class="show-for-large-up"></div>
</form>

Text Content

The store will not work correctly in the case when cookies are disabled.

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

 

Log in or register to enjoy free shipping on orders over €100! | Free returns 30
days

Skip Navigation Skip to Footer
Customer service Stores €/ AT


0

 * Sign in / Join now Account
 * Clothing
   Clothing
    * New in
    * Best Sellers
    * All clothing
    * Dresses
    * Tops & tunics
    * Coats & jackets
    * Skirts
    * Trousers
    * Knits
    * Nightwear & loungewear
    * Kids' clothing
    * Unisex
    * Kioski
    * Co-created
    * Gift cards
    * Fall/Winter 2021
   
   
 * Bags
   Bags
    * New in
    * All bags
    * Leather bags
    * Canvas bags
    * Handbags
    * Shoulder bags
    * Backpacks
    * Purses & wallets
    * Gift cards
   
   
 * Accessories
   Accessories
    * New in
    * All accessories
    * Shoes
    * Hats
    * Scarves
    * Socks
    * Umbrellas
    * Gift cards
   
   
 * Home
   Home
    * New in
    * Best Sellers
    * All home items
    * Kitchen & dining
      Kitchen & dining
       * Bundle and save
       * All kitchen & dining
       * Cups & mugs
       * Plates
       * Bowls & serving dishes
       * Teapots
       * Glassware
       * Trays & chopping boards
       * Kitchen textiles & placemats
       * Napkins
   
    * Home decor
      Home decor
       * All home decor
       * Cushions & cushion covers
       * Blankets & throws
       * Vases & candle holders
       * Books & stationery
       * Other decor
   
    * Bedding
      Bedding
       * All bedding
       * Bed linen
       * Blankets & throws
   
    * Bath & towels
      Bath & towels
       * All bath & towels
       * Towels
       * Bathrobes & slippers
       * Cosmetic bags
   
    * Printed fabrics
      Printed fabrics
       * New in
       * All fabrics
       * Cotton
       * Coated fabrics
       * Sateen
       * Linen
   
    * Gift cards
    * Season's home decor
    * Home Classics
   
   
 * 
 * adidas x Marimekko
   adidas x Marimekko
    * Campaign
    * Collection
    * Stores
   
   
 * Our world
   Our world
    * Art of printmaking
    * Philosophy
    * 70th anniversary
    * Community
    * Journal
   
   
 * Sustainability
   Sustainability
    * Our goals and development
    * Timeless design
    * Products of tomorrow
      Products of tomorrow
       * Ioncell™
       * Marimekko x Spinnova
       * Natural Indigo
       * Leftover fabrics
   
    * Positive change
    * Care Guide
   
   
 * 
 * Customer service
 * Stores
 * € AT


0

YOUR SHOPPING BAG IS EMPTY





Choose your country

Country
AustraliaAustria (Österreich)Belgium (Belgique, België)Croatia (Hrvatska)Czech
Republic (Česká republika)Denmark (Danmark)Estonia (Eesti)Finland
(Suomi)FranceGermany (Deutschland)Greece (Ελλάδα)Hungary
(Magyarország)IrelandItaly (Italia)Latvia (Latvija)Lithuania (Lietuva)Luxembourg
(Luxemburg)MaltaNetherlands (Nederland)Norway (Norge, Noreg)Poland
(Polska)PortugalRomania (România)Slovakia (Slovensko)Slovenia (Slovenija)Spain
(Espanya, España, Espainia)Sweden (Sverige)Switzerland (Schweiz, Suisse,
Svizzera)United Kingdom (Y Deyrnas Unedig)United States (Estados Unidos)Other
Update

Already a member? Sign in


Your email

Your password

Sign in

Forgot Your Password?

--------------------------------------------------------------------------------

Not a member? Join now and get perks.

Join



SIGN UP – GET 10% OFF

Join our community and you’ll get a discount code to your email!


Email

Create your password
Password Strength: No Password
Repeat your password

Country*
Austria Belgium Croatia Czech Republic Estonia France Germany Greece Hungary
Ireland Italy Latvia Lithuania Luxembourg Malta Netherlands Poland Portugal
Romania Slovakia Slovenia Spain Switzerland
I accept the community terms & conditions
Yes please! You can send me offers and newsletters by email.

Save
Already a member? Sign in
Search

Search

You can search for anything. Try “dress” or “unikko”




Fall/Winter 2021


GETTING COZY IN STYLE

Explore

 * Online only
   
   
   Puronvarsi Laine
   knitted pullover
   250,00 €
 * New in
   
   
   Palokärki
   shirt
   275,00 €
 * New in
   
   
   Askelet Unikko
   knit cardigan
   250,00 €
 * New in
   Online only
   
   
   Peurankello Pieni Unikko 2
   knitted dress
   275,00 €

The perfect Winter coat formula – 3 tips from Caroline Bille Brahe



Get inspired


Fuel your creativity with timeless design

Home Fall/Winter 2021 collection

Explore


 * New in
   
   Suur Unikko
   duvet cover 150x210 cm
   109,00 €
 * Sustainable
   
   
   Suur Unikko
   blanket 130x170 cm
   169,00 €
 * New in
   
   Suur Unikko
   cushion cover 50x50 cm
   45,00 €
 * New in
   
   Fyr
   candle holder
   37,00 €

Back in stock: The Gratha bag

Shop now

Fall/Winter 2021


LET NATURE REINVENT YOUR WARDROBE

Explore

 * New in
   
   
   Juurien Seireeni
   dress
   250,00 €
 * Kajastus Pauhu
   dress
   335,00 €
 * New in
   
   
   Kallioinen Pilvi
   dress
   265,00 €
 * New in
   Online only
   
   
   Peurankello Pieni Unikko 2
   knitted dress
   275,00 €

Fall/Winter 2021 


ECO-CONSCIOUS COATS FOR EVERYDAY EXPEDITIONS

Shop now

Eco-conscious coats for everyday expeditions

Fall/Winter 2021

Explore


New in bags

Now’s the time to embrace new beginnings.

Explore




NEW ARRIVALS

 * Online only
   Sustainable
   
   
   Lapinkuusio Unikko
   coat
   395,00 €
 * Polkujen Unikko
   knitted pullover
   295,00 €
 * Sustainable
   
   
   Lapinkuusio
   coat
   395,00 €
 * Jokapoika
   shirt
   165,00 €
 * Jäkälä Marras Pala
   turtleneck shirt
   165,00 €
 * Loiva Ruutu-Unikko
   dress
   150,00 €


The Coexistence with Nature

Home Fall 2021 collection

Explore




MARIMEKKO OUTLET UP TO 50% OFF

Explore the collection

New adidas x Marimekko
The second chapter of adidas x Marimekko is now available.
Shop now

Our Kreative world: Pre-loved & Artek 2nd Cycle
Located in Copenhagen, Marimekko Kreative is an experiential space and a
physical platform where fashion, design and friendship come together.
Read more

Marimekko Pre-loved
In celebration of 70 years of empowering silhouettes in iconic prints and
colors, Marimekko now makes available a carefully curated collection of vintage
pieces from the 1960s to the 2000s.
Explore


@Marimekko


MARIMEKKO MOMENTS STYLED BY YOU – SHARE YOURS ON INSTAGRAM WITH #MARIMEKKO TO BE
FEATURED


Co-created

Kioski

70 years of the art of printmaking
Brighter days are ahead, and Marimekko is turning 70 years this year. What
better reason to celebrate life – like never before!   
Read more

Positive impacts on people and planet
If the last seventy years has taught us anything, it’s that positive change
doesn’t happen by chance but by inspiring others and leading by example.
Read more

⦶
join the marimekko community
⊙
get 10% off your next purchase
⊖
register now
⦶
join the marimekko community
⊙
get 10% off your next purchase
⊖
register now
Clothing

Home

Bags

Accessories

Popular shortcuts
 * Find a store
 * Gift cards
 * Care guide
 * Sustainability

Customer Service
 * Delivery terms
 * Shipping methods
 * Payment methods
 * Exchanges and returns
 * Contact customer service
 * Privacy statement
 * Cookies settings

About us
 * We as a company
 * Media bank
 * Press
 * Careers
 * Contacts

Join our community
 * Get a 10% discount code to your email with your registration
 * Enjoy easier shopping online
 * Receive special offers throughout the year
 * Be the first to know about the latest arrivals and store events

Join now
Payment methods
 * 
 * 
 * 
 * 
 * 

Shipping partner
 * 

 * 
 * 
 * 
 * 
 * 



Marimekko's own operations are carbon neutral, including this site. Read more

© Marimekko 2021

 


PRIVACY PREFERENCE CENTER




YOUR PRIVACY


YOUR PRIVACY

When you visit any website, it may store or retrieve information on your
browser, mostly in the form of cookies. This information might be about you,
your preferences or your device and is mostly used to make the site work as you
expect it to. The information does not usually directly identify you, but it can
give you a more personalized web experience. Because we respect your right to
privacy, you can choose not to allow some types of cookies. Click on the
different category headings to find out more and change our default settings.
However, blocking some types of cookies may impact your experience of the site
and the services we are able to offer.
Cookie policy


 * STRICTLY NECESSARY
   
   
   STRICTLY NECESSARY
   
   Always Active
   Strictly Necessary
   
   These cookies are necessary for the website to function and cannot be
   switched off in our systems. They are usually only set in response to actions
   made by you which amount to a request for services, such as setting your
   privacy preferences, logging in or filling in forms. You can set your browser
   to block or alert you about these cookies, but some parts of the site will
   not then work. These cookies do not store any personally identifiable
   information.


 * PERFORMANCE
   
   
   PERFORMANCE
   
   Performance
   
   These cookies allow us to count visits and traffic sources so we can measure
   and improve the performance of our site. They help us to know which pages are
   the most and least popular and see how visitors move around the site. All
   information these cookies collect is aggregated and therefore anonymous. If
   you do not allow these cookies we will not know when you have visited our
   site, and will not be able to monitor its performance.


 * FUNCTIONAL
   
   
   FUNCTIONAL
   
   Functional
   
   These cookies enable the website to provide enhanced functionality and
   personalisation. They may be set by us or by third party providers whose
   services we have added to our pages. If you do not allow these cookies then
   some or all of these services may not function properly.


 * MARKETING
   
   
   MARKETING
   
   Marketing
   
   These cookies may be set through our site by our advertising partners. They
   may be used by those companies to build a profile of your interests and show
   you relevant adverts on other sites. They do not store directly personal
   information, but are based on uniquely identifying your browser and internet
   device. If you do not allow these cookies, you will experience less targeted
   advertising.

Back Button


ADVERTISING COOKIES

Filter Button
Consent Leg.Interest
Select All Vendors
Select All Vendors
Select All Hosts

Select All



Clear Filters

Information storage and access
Apply
Confirm My Choices Allow All


By clicking “Accept All”, you agree to the storing of cookies on your device to
enhance site navigation, analyze site usage, and assist in our marketing
efforts.



Cookies settings Accept strictly necessary cookies only Accept all cookies