<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>Maintenance | TOMS</title>
    <style>
      * {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
      }
      @font-face{
        font-family:'proxima';
        src:url('/static/www/new/css/fonts/proximanova-regular-toms.eot');
        src:url('/static/www/new/css/fonts/proximanova-regular-toms.eot?#iefix') format('embedded-opentype'),
            url('/static/www/new/css/fonts/proximanova-regular-toms.woff') format('woff'),
            url('/static/www/new/css/fonts/proximanova-regular-toms.ttf') format('truetype'),
            url('/static/www/new/css/fonts/proximanova-regular-toms.svg#proxima_nova_rgregular') format('svg');
        font-weight:normal;
        font-style:normal
      }
      @font-face {
          font-family: 'proximabold';
          src: url('/static/www/new/css/fonts/proximanova-bold-webfont.eot');
          src: url('/static/www/new/css/fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
               url('/static/www/new/css/fonts/proximanova-bold-webfont.woff') format('woff'),
               url('/static/www/new/css/fonts/proximanova-bold-webfont.ttf') format('truetype'),
               url('/static/www/new/css/fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
          font-weight: normal;
          font-style: normal;
      }
      body {
        font-family:proxima,"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
        font-size: 16px;
        color: #38312E;
        background: rgb(159,227,249); /* Old browsers */
        background: -webkit-gradient(linear,  left top, left bottom,  color-stop(10%, rgba(159,227,249,1)),color-stop(10%, rgba(159,227,249,1)),to(rgba(255,255,255,1)));
        background: -o-linear-gradient(top,  rgba(159,227,249,1) 10%,rgba(159,227,249,1) 10%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom,  rgba(159,227,249,1) 10%,rgba(159,227,249,1) 10%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fe3f9', endColorstr='#ffffff',GradientType=0 );
        margin: 0;
        min-height: 100vh;
        width: 100%;
      }
      #wrap {
        height: 100vh;
        min-height: 100vh;
        width: 100%;
      }
      .content {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
      }
      .social {
        text-align: center;
        padding: 0;
        margin: 0;
      }
      .social li {
        display: inline-block;
      }
      .social a {
        display: inline-block;
        margin: 5px;
        padding: 5px;
      }
      svg {
        display: block;
        margin: auto;
        height: 28px;
        pointer-events: none;
      }
      .logo svg {
        width:54px;
        height:36px;
      }
      h1 {
        font-family: proximabold;
        font-size: 24px;
        line-height: 26px;
        letter-spacing: 0.4px;
        font-weight: 100;
        padding: 15px 15px 0;
        margin: 15px auto;
      }
      h2 {
        font-family: proximabold;
        font-size: 15px;
        font-weight: 100;
        margin: 0;
        padding: 0 20px;
      }
      .text {
        max-width: 400px;
        text-align: center;
        position: relative;
        margin: 0 auto;
        padding: 15px 20px;
      }
      p {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0.4px;
      }
      p.details {
        font-size: 12px;
        line-height: 12px;
        max-width: 500px;
        margin: 0 auto;
        margin-top: 36px;
        padding: 15px;
      }
      .elips1 {
       -webkit-animation: elips1 3s linear infinite;
               animation: elips1 3s linear infinite;
      }
      .elips2 {
       -webkit-animation: elips2 3s linear infinite;
               animation: elips2 3s linear infinite;
      }
      .elips3 {
       -webkit-animation: elips3 3s linear infinite;
               animation: elips3 3s linear infinite;
      }
      .off-screen {
        height: 1px;
        left: -9999rem;
        overflow: hidden;
        position: absolute !important;
        top: auto;
        width: 1px;
      }
      @-webkit-keyframes elips1 {
       0% {
       opacity: 1;
       }
       65% {
       opacity: 1;
       }
       66% {
       opacity: 0;
       }
       100% {
       opacity: 0;
       }
      }
      @keyframes elips1 {
       0% {
       opacity: 1;
       }
       65% {
       opacity: 1;
       }
       66% {
       opacity: 0;
       }
       100% {
       opacity: 0;
       }
      }
      @-webkit-keyframes elips2 {
       0% {
        opacity: 0;
       }
       21% {
        opacity: 0;
       }
       22% {
        opacity: 1;
       }
       65% {
        opacity: 1;
       }
       66% {
        opacity: 0;
       }
       100% {
        opacity: 0;
       }
      }
      @keyframes elips2 {
       0% {
        opacity: 0;
       }
       21% {
        opacity: 0;
       }
       22% {
        opacity: 1;
       }
       65% {
        opacity: 1;
       }
       66% {
        opacity: 0;
       }
       100% {
        opacity: 0;
       }
      }
      @-webkit-keyframes elips3 {
       0% {
        opacity: 0;
       }
       43% {
        opacity: 0;
       }
       44% {
        opacity: 1;
       }
       65% {
        opacity: 1;
       }
       66% {
        opacity: 0;
       }
       100% {
        opacity: 0;
       }
      }
      @keyframes elips3 {
       0% {
        opacity: 0;
       }
       43% {
        opacity: 0;
       }
       44% {
        opacity: 1;
       }
       65% {
        opacity: 1;
       }
       66% {
        opacity: 0;
       }
       100% {
        opacity: 0;
       }
      }
      @media screen and (min-width: 40em){
        .show-on-small-only {
          display: none;
        }
        .logo svg {
          width:76px;
          height:50px;
        }
        .text {
          max-width: 500px;
          padding-top: 25px;
        }
        h1 {
          font-size: 48px;
          line-height: 50px;
        }
        h2 {
          font-size: 20px;
          line-height: 28px;
        }
        p {
          font-size: 20px;
          line-height: 28px;
        }
        svg {
          height: 34px;
        }
        .social a {
          padding-left: 7px;
          padding-right: 7px;
        }
      }
    </style>
  </head>
  <body>
    <a href="#main-content" class="off-screen">Skip to main content</a>
    <div id="wrap">
      <div class="content" role="main">
        <div class="logo">
          <svg version="1.1" viewBox="0 0 53 34" xmlns="http://www.w3.org/2000/svg" focusable="false">
            <title>TOMS Logo</title>
            <g fill="none" fill-rule="evenodd">
            <g transform="translate(-347 -498)" fill="#322B29">
            <g transform="translate(347 496)">
            <g transform="translate(.046382 2.1818)">
            <path d="m33.118 11.602-2.0713 7.0699-2.2486-7.0699h-0.67992l-1.8166 9.9902h1.3546l1.0821-6.1857 2.1073 6.2051h0.40712l2.0443-6.2031 1.1129 6.1837h1.3551l-1.9669-9.9902h-0.68011zm8.7272 5.7108c-0.26563-0.44443-0.72369-0.82154-1.3693-1.1358l-0.7667-0.37517c-0.49239-0.24365-0.81839-0.43511-0.97026-0.5645-0.15375-0.13036-0.27299-0.29156-0.3592-0.48613-0.086216-0.19341-0.12942-0.40893-0.12942-0.64734 3.773e-4 -0.3872 0.11942-0.69564 0.35826-0.93987 0.23827-0.2419 0.56408-0.3647 0.98931-0.36508 0.29185 0 0.61011 0.057614 0.95611 0.1742 0.34675 0.11678 0.60313 0.23783 0.76576 0.35868l0.059615 0.044229 0.4141-1.2514-0.028676-0.024442c-0.42372-0.36023-1.1548-0.53133-2.1965-0.53191-0.78632-5.819e-4 -1.4374 0.24113-1.9424 0.72512-0.50484 0.48283-0.75991 1.0976-0.75953 1.8297 0 0.6002 0.12904 1.1179 0.38844 1.5486 0.26091 0.43414 0.71633 0.8033 1.3608 1.1129l0.75274 0.36159c0.67313 0.32629 1.0887 0.63065 1.2444 0.89021 0.16281 0.27042 0.24393 0.56062 0.24393 0.87488-3.773e-4 0.42115-0.14451 0.75946-0.43636 1.0307-0.29072 0.27042-0.67539 0.4064-1.1648 0.40679-0.27336 0-0.58653-0.058584-0.938-0.1773-0.35241-0.11833-0.64426-0.26596-0.87706-0.44055l-0.05754-0.042677-0.50767 1.3168 0.036411 0.025024c0.59804 0.4097 1.3198 0.61358 2.1597 0.61358 0.95498 0 1.7262-0.25548 2.3026-0.77013 0.57484-0.51213 0.86688-1.1449 0.8665-1.8838 0-0.67352-0.13074-1.2334-0.39524-1.6768zm-34.101-4.5564h2.9345v8.8313h1.3681v-8.8315l2.9483 1.94e-4v-1.2008h-7.251v1.2008zm16.007 5.8008c-0.31996 0.58177-0.76104 1.0357-1.3321 1.3721-0.57144 0.33521-1.188 0.50223-1.8615 0.50243-1.0089-0.0017459-1.8537-0.36082-2.5701-1.092-0.71331-0.73327-1.0646-1.6134-1.0661-2.6788 7.546e-4 -0.72028 0.16111-1.3653 0.48202-1.9463 0.32204-0.58196 0.76538-1.0407 1.3398-1.3858 0.57484-0.34413 1.1761-0.51407 1.8143-0.51465v3.88e-4c0.65105 1.94e-4 1.2627 0.17071 1.8456 0.51484 0.58257 0.3453 1.0291 0.79962 1.3489 1.3703 0.31845 0.57052 0.47768 1.2054 0.47843 1.9172-7.546e-4 0.71581-0.15998 1.3589-0.47938 1.9403zm-3.2338-6.9781c-0.86952-3.879e-4 -1.6839 0.22406-2.4316 0.66964-0.74821 0.44578-1.343 1.0662-1.7756 1.8522-0.43297 0.78584-0.64992 1.6438-0.64954 2.5632-0.0015092 1.3779 0.47938 2.5701 1.4285 3.5401 0.94781 0.97285 2.1271 1.4648 3.5028 1.4631h0.0062256c1.3563 0 2.524-0.49467 3.4681-1.4695 0.94724-0.9744 1.4266-2.1798 1.4251-3.5777 0.0015092-1.4107-0.479-2.6186-1.4293-3.5847-0.948-0.96897-2.1422-1.458-3.5447-1.4563z"/>
            <path d="m0 10.903h49.984v-10.903h-49.984v10.903zm0 22.321h49.984v-10.725l-49.984-1.902e-4v10.725z"/>
            </g>
            <text font-family="ProximaNova-Extrabld, Proxima Nova" font-size="4.1524" font-weight="600" letter-spacing=".47521"><tspan x="50.9294126" y="4.81068681">®</tspan></text>
            </g>
            </g>
            </g>
          </svg>
        </div>
        <div id="main-content" class="text" tabindex="-1">
          <h1 class="elips">Be right back<span class="elips1">.</span><span class="elips2">.</span><span class="elips3">.</span></h1>
          <p>You've caught us while we're doing a little housekeeping to bring you a better shopping experience. Please check back in a few hours.</p>
          <h2>In the meantime, <br class="show-on-small-only"/>stay connected with us</h2>
        </div>
        <ul class="social" role='navigation'>
          <li>
            <a href="https://www.instagram.com/TOMSEurope/" title="TOMS on Instagram">
              <svg version="1.1" viewBox="0 0 28 30" xmlns="http://www.w3.org/2000/svg" focusable="false">
                <title>Instagram Logo</title>
                <g fill="none" fill-rule="evenodd">
                <g transform="translate(-282 -740)">
                <g transform="translate(282 740.78)">
                <path d="m20.072 9.1356c-0.75454 0-1.365 0.5635-1.365 1.26 0 0.69562 0.61046 1.26 1.365 1.26 0.75359 0 1.365-0.56438 1.365-1.26 0-0.6965-0.61141-1.26-1.365-1.26zm-6.0724 10.364c-2.0939 0-3.7917-1.5662-3.7917-3.5 0-1.9329 1.6977-3.5 3.7917-3.5s3.7917 1.5671 3.7917 3.5c0 1.9338-1.6977 3.5-3.7917 3.5zm0-8.8918c-3.2258 0-5.8411 2.4141-5.8411 5.3918s2.6153 5.3918 5.8411 5.3918 5.8411-2.4141 5.8411-5.3918-2.6153-5.3918-5.8411-5.3918zm0-5.1082c-3.0893 0-3.476 0.01225-4.6893 0.063-4.132 0.175-6.4278 2.2908-6.6174 6.1084-0.054979 1.12-0.06825 1.477-0.06825 4.3286 0 2.8525 0.013271 3.2095 0.06825 4.3295 0.18958 3.8141 2.4816 5.9325 6.6174 6.1075 1.2133 0.05075 1.6001 0.063 4.6893 0.063s3.477-0.01225 4.6903-0.063c4.1272-0.17412 6.4288-2.2908 6.6165-6.1075 0.054979-1.12 0.06825-1.477 0.06825-4.3295 0-2.8516-0.013271-3.2086-0.06825-4.3286-0.18674-3.8098-2.4816-5.9334-6.6165-6.1084-1.2133-0.05075-1.601-0.063-4.6903-0.063zm0 1.8926c3.0371 0 3.3973 0.0105 4.5974 0.060375 3.0826 0.1295 4.5216 1.4796 4.6628 4.3041 0.054031 1.1069 0.065406 1.4394 0.065406 4.2429 0 2.8044-0.011375 3.136-0.065406 4.2429-0.14124 2.8219-1.5783 4.1746-4.6628 4.305-1.2001 0.049875-1.5593 0.060375-4.5974 0.060375-3.0371 0-3.3973-0.0105-4.5964-0.060375-3.0902-0.13125-4.5225-1.4866-4.6628-4.305-0.054031-1.1069-0.066354-1.4385-0.066354-4.2429 0-2.8035 0.012323-3.136 0.066354-4.2429 0.14124-2.8236 1.5773-4.1746 4.6628-4.3041 1.2001-0.049875 1.5593-0.060375 4.5964-0.060375z" fill="#322B29"/>
                <rect y=".21906" width="28" height="28"/>
                </g>
                </g>
                </g>
              </svg>
            </a>
          </li>
          <li>
            <a href="https://www.facebook.com/toms" title="TOMS on Facebook">
              <svg version="1.1" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg" focusable="false">
                <title>Facebook Logo</title>
                <g fill="none" fill-rule="evenodd">
                <g transform="translate(-331 -741)">
                <g transform="translate(331 741)">
                <path d="m11.375 11.375h-2.625v3.125h2.625v9.375h4.375v-9.375h3.1868l0.31325-3.125h-3.5v-1.3023c0-0.74609 0.168-1.0414 0.97562-1.0414h2.5244v-3.9062h-3.332c-3.1465 0-4.543 1.2367-4.543 3.6055v2.6445" fill="#322B29"/>
                <rect width="28" height="28"/>
                </g>
                </g>
                </g>
              </svg>
            </a>
          </li>
          <li>
            <a href="https://twitter.com/TOMSEurope" title="TOMS on Twitter">
              <svg version="1.1" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg" focusable="false">
                <title>Twitter Logo</title>
                <g fill="none" fill-rule="evenodd">
                <g transform="translate(-383 -741)">
                <g transform="translate(383 741)">
                <path d="m25 8.6565c-0.82781 0.32748-1.7175 0.54944-2.6512 0.64911 0.9525-0.51007 1.6856-1.3183 2.0297-2.2815-0.89156 0.47238-1.8797 0.81578-2.9316 1.0009-0.84094-0.80154-2.0419-1.3024-3.3694-1.3024-2.9794 0-5.1694 2.4842-4.4972 5.063-3.8353-0.1717-7.2366-1.8133-9.5138-4.3084-1.2094 1.8535-0.62719 4.2782 1.4278 5.5061-0.75562-0.021776-1.4681-0.20688-2.0897-0.51593-0.050625 1.9105 1.4822 3.697 3.7022 4.0957-0.64969 0.15746-1.3612 0.19348-2.085 0.070355 0.58688 1.6383 2.2922 2.8309 4.3125 2.8644-1.9406 1.3585-4.3856 1.9657-6.8344 1.7078 2.0428 1.1692 4.47 1.8527 7.0762 1.8527 8.5697 0 13.412-6.4668 13.12-12.268 0.90188-0.58126 1.6847-1.3074 2.3034-2.1341" fill="#322B29"/>
                <rect width="28" height="28"/>
                </g>
                </g>
                </g>
              </svg>
            </a>
          </li>
          <li>
            <a href="https://www.youtube.com/toms" title="TOMS on YouTube">
              <svg version="1.1" viewBox="0 0 28 28" xmlns="http://www.w3.org/2000/svg" focusable="false">
                <title>YouTube Logo</title>
                <g fill="none" fill-rule="evenodd">
                <g transform="translate(-441 -741)">
                <g transform="translate(441 741)">
                <rect width="28" height="28"/>
                <path d="m11.25 17.625v-7.8125l8.75 3.8994-8.75 3.9131zm10.954-12.324c-3.9419-0.23491-12.721-0.23395-16.658 0-4.2623 0.254-4.7644 2.5018-4.7961 8.4184 0.031719 5.9061 0.52938 8.1634 4.7961 8.4175 3.9364 0.23395 12.716 0.23491 16.658 0 4.2623-0.25305 4.7644-2.5018 4.7961-8.4175-0.031719-5.9061-0.52938-8.1634-4.7961-8.4184z" fill="#322B29"/>
                </g>
                </g>
                </g>
              </svg>
            </a>
          </li>
        </ul>
      </div>
    </div>
  </body>
</html>