brandsloft.ch Open in urlscan Pro
23.227.38.65  Public Scan

Submitted URL: https://profashional.ch/
Effective URL: https://brandsloft.ch/
Submission: On October 11 via api from CH — Scanned from CH

Form analysis 4 forms found in the DOM

POST /cart?locale=en

<form id="CartDrawerForm" action="/cart?locale=en" method="post" novalidate="" class="drawer__contents">
  <div class="drawer__fixed-header">
    <div class="drawer__header appear-animation appear-delay-1">
      <div class="h2 drawer__title">Shopping cart</div>
      <div class="drawer__close">
        <button type="button" class="drawer__close-button js-drawer-close">
          <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 64 64">
            <path d="M19 17.61l27.12 27.13m0-27.12L19 44.74"></path>
          </svg>
          <span class="icon__fallback-text">Close shopping cart</span>
        </button>
      </div>
    </div>
  </div>
  <div class="drawer__inner">
    <div class="drawer__scrollable">
      <div data-products="" class="appear-animation appear-delay-2">
        <div class="cart__items" data-count="0" data-cart-subtotal="0">
        </div>
      </div>
    </div>
    <style>
      #c4c_cart_widget {
        all: revert;
        clear: both;
        font-family: 'Montserrat', sans-serif;
        box-sizing: border-box;
        display: none;
        padding: 10px;
        margin: 20px 0px;
        font-size: 1rem;
        background-color: white;
      }

      @media(max-width:576px) {
        #c4c_cart_widget {
          margin: 20px 8px;
        }
      }

      #c4c_cart_widget .ec_svg_logo {
        width: inherit;
      }

      #c4c_cart_widget svg {
        width: 100%;
        height: unset;
      }

      #c4c_cart_widget strong {
        font-family: 'Montserrat', sans-serif;
      }

      #c4c_cart_widget.enabled {
        display: block;
      }

      #c4c_cart_widget .theme-standard {
        border: 1px solid #097f4b;
        padding: 2px;
      }

      #c4c_cart_widget .theme-light {
        border: 1px solid gray;
        padding: 2px;
      }

      #c4c_cart_widget .theme-light .content .purchase .button-group .btn {
        color: black;
      }

      #c4c_cart_widget .theme-light .content .purchase .button-group .btn:nth-child(1) {
        background: gray;
        /* The Fallback */
        background: rgba(128, 128, 128, 0.5);
      }

      #c4c_cart_widget .theme-light .content .purchase .button-group .btn:nth-child(2) {
        background: gray;
        /* The Fallback */
        background: rgba(128, 128, 128, 0.75);
      }

      #c4c_cart_widget .theme-light .content .purchase .button-group .btn:nth-child(3) {
        background: gray;
        /* The Fallback */
        background: gray;
      }

      #c4c_cart_widget .theme-light .content .description .more-info {
        color: black;
      }

      #c4c_cart_widget .theme-light .content .description .more-info .toggle {
        border: solid black;
        border-width: 0 3px 3px 0;
      }

      #c4c_cart_widget .theme-light .info-block h4 {
        font-weight: 600;
      }

      #c4c_cart_widget .theme-light .info-block .stats {
        border-radius: 5px;
        background-color: lightgrey;
      }

      #c4c_cart_widget .theme-light .info-block .stats p,
      #c4c_cart_widget .theme-light .info-block .stats h5,
      #c4c_cart_widget .theme-light .info-block .stats h6,
      #c4c_cart_widget .theme-light .info-block .stats h4 {
        color: #000000;
      }

      #c4c_cart_widget .theme-light .info-block .stats .c4c-st0 {
        fill: #000000;
      }

      #c4c_cart_widget .theme-light .info-block .stats .c4c-st1 {
        fill: #000000;
      }

      #c4c_cart_widget .theme-light .info-block .stats .c4c-st2 {
        fill: #000000;
      }

      #c4c_cart_widget .theme-dark {
        border: 1px solid white;
        padding: 2px;
      }

      #c4c_cart_widget .theme-dark .c4c-desc-title {
        color: white;
      }

      #c4c_cart_widget .theme-dark .c4c-desc-body {
        font-weight: 400;
        font-size: 1em;
        color: white;
      }

      #c4c_cart_widget .theme-dark .content .description {
        color: white;
      }

      #c4c_cart_widget .theme-dark .content .description .more-info {
        color: white;
      }

      #c4c_cart_widget .theme-dark .content .description .more-info .toggle {
        font-weight: 400;
        border: solid white;
        border-width: 0 3px 3px 0;
      }

      #c4c_cart_widget .theme-dark .content .purchase .button-group .btn {
        color: black;
      }

      #c4c_cart_widget .theme-dark .content .purchase .button-group .btn:nth-child(1) {
        background: white;
        /* The Fallback */
        background: rgba(255, 255, 255, 0.5);
      }

      #c4c_cart_widget .theme-dark .content .purchase .button-group .btn:nth-child(2) {
        background: white;
        /* The Fallback */
        background: rgba(255, 255, 255, 0.75);
      }

      #c4c_cart_widget .theme-dark .content .purchase .button-group .btn:nth-child(3) {
        background: white;
        /* The Fallback */
        background: white;
      }

      #c4c_cart_widget .theme-dark .info-block .projects {
        background-color: lightgrey;
        border-radius: 5px;
      }

      #c4c_cart_widget .theme-dark .info-block h4 {
        color: white;
        font-weight: 600;
      }

      #c4c_cart_widget .theme-dark .info-block .stats {
        background-color: unset;
      }

      #c4c_cart_widget .theme-dark .info-block .stats p,
      #c4c_cart_widget .theme-dark .info-block .stats h5,
      #c4c_cart_widget .theme-dark .info-block .stats h6,
      #c4c_cart_widget .theme-dark .info-block .stats h4 {
        color: white;
      }

      #c4c_cart_widget .theme-dark .info-block .stats .c4c-st0 {
        fill: #FFFFFF;
      }

      #c4c_cart_widget .theme-dark .info-block .stats .c4c-st1 {
        fill: #FFFFFF;
      }

      #c4c_cart_widget .theme-dark .info-block .stats .c4c-st2 {
        fill: #FFFFFF;
      }

      #c4c_cart_widget .info-block .projects {
        padding-top: 10px;
        flex-direction: column;
      }

      @media(min-width:768px) {
        #c4c_cart_widget .info-block .projects {
          flex-direction: row;
        }
      }

      #c4c_cart_widget .info-block .projects .col {
        max-height: 240px;
        position: relative;
        padding: unset;
      }

      #c4c_cart_widget .info-block .projects .col img {
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        display: block;
        bottom: 0;
      }

      @media(min-width:768px) {
        #c4c_cart_widget .info-block .projects .col img {
          max-width: 200px;
          width: 100%;
        }
      }

      #c4c_cart_widget .info-block p,
      #c4c_cart_widget .info-block h5,
      #c4c_cart_widget .info-block h6,
      #c4c_cart_widget .info-block h4 {
        font-family: 'Montserrat', sans-serif;
      }

      #c4c_cart_widget .info-block h4 {
        font-weight: 600;
      }

      #c4c_cart_widget .info-block .stats {
        line-height: normal;
        justify-content: center;
        display: flex;
        flex-direction: column;
        background-color: #ebf6f2;
      }

      #c4c_cart_widget .info-block .stats .hasShopStats {
        justify-content: flex-end;
      }

      #c4c_cart_widget .info-block .stats .c4c-st0 {
        fill: #FFFFFF;
      }

      #c4c_cart_widget .info-block .stats .c4c-st1 {
        fill: #097F4B;
      }

      #c4c_cart_widget .info-block .stats p,
      #c4c_cart_widget .info-block .stats h5,
      #c4c_cart_widget .info-block .stats h6,
      #c4c_cart_widget .info-block .stats h4 {
        color: #097F4B;
        font-weight: 600;
      }

      #c4c_cart_widget .info-block .stats h6 {
        font-size: 1em;
      }

      #c4c_cart_widget .info-block .stats .trees_planted {
        width: 60px;
        padding-top: 5px;
        margin: auto;
        margin-bottom: 5px;
        max-height: 63px;
      }

      #c4c_cart_widget .info-block .stats .co2_saved {
        width: 60px;
        min-height: 63px;
        padding-top: 5px;
        margin-bottom: 5px;
        margin: auto;
      }

      #c4c_cart_widget .info-block .stats .title {
        font-size: 1em;
        width: 100%;
        margin-bottom: 0px;
      }

      #c4c_cart_widget .info-block .stats .shop-stats {
        margin-bottom: 20px;
      }

      @media(max-width:992px) {
        #c4c_cart_widget .info-block .info-container {
          flex-direction: column;
        }

        #c4c_cart_widget .info-block .info-container .col {
          padding: unset;
        }

        #c4c_cart_widget .info-block .info-container .stats.col-4 {
          max-width: 100%;
        }

        #c4c_cart_widget .info-block .info-container .stats.col-4 .trees_planted {
          height: unset;
        }

        #c4c_cart_widget .info-block .info-container .stats.col-4 .co2_saved {
          height: unset;
        }
      }

      #c4c_cart_widget .content {
        display: flex;
        flex-direction: column;
        margin-left: -15px;
        margin-right: -15px;
      }

      @media(min-width:576px) {
        #c4c_cart_widget .content {
          flex-direction: row;
          margin: unset;
          padding: unset;
        }
      }

      #c4c_cart_widget .content .description {
        flex-direction: column;
      }

      @media(min-width:768px) {
        #c4c_cart_widget .content .description .infos {
          padding-left: 0px;
          align-self: flex-end;
          text-align: right;
        }
      }

      #c4c_cart_widget .content .description .c4c-description-text {
        flex-direction: column;
      }

      #c4c_cart_widget .content .description .more-info {
        color: #097f4b;
        text-decoration: none;
        font-size: .85em;
      }

      #c4c_cart_widget .content .description .more-info.open .toggle {
        transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
      }

      #c4c_cart_widget .content .description .more-info .toggle {
        border: solid #097f4b;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 4px;
        margin-left: 5px;
        margin-bottom: 8px;
        vertical-align: middle;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
      }

      #c4c_cart_widget .content .purchase {
        padding-left: 5px;
        margin-bottom: 10px;
        display: flex;
        flex-grow: 1;
        justify-content: center;
      }

      #c4c_cart_widget .content .purchase .button-group {
        flex-wrap: nowrap;
        align-items: center;
        flex-direction: column;
      }

      @media(min-width:576px) {
        #c4c_cart_widget .content .purchase .button-group {
          flex-direction: column;
        }
      }

      @media(min-width:768px) {
        #c4c_cart_widget .content .purchase .button-group {
          flex-direction: row;
        }
      }

      #c4c_cart_widget .content .purchase .button-group .btn {
        cursor: pointer;
        font-family: 'Montserrat', sans-serif;
        margin-right: 5px;
        color: white;
        font-weight: 600;
        min-width: 85px;
        margin-top: 5px;
        width: 200px;
      }

      @media(min-width:576px) {
        #c4c_cart_widget .content .purchase .button-group .btn {
          width: 100%;
        }
      }

      #c4c_cart_widget .content .purchase .button-group .btn:nth-child(1) {
        background: #097f4b;
        /* The Fallback */
        background: rgba(9, 127, 75, 0.5);
      }

      #c4c_cart_widget .content .purchase .button-group .btn:nth-child(2) {
        background: #097f4b;
        /* The Fallback */
        background: rgba(9, 127, 75, 0.75);
      }

      #c4c_cart_widget .content .purchase .button-group .btn:nth-child(3) {
        background: #097f4b;
        /* The Fallback */
        background: #097f4b;
      }

      #c4c_cart_widget .content .purchase .button-group .btn:focus {
        outline-color: #318460;
      }

      @media(min-width:992px) {
        #c4c_cart_widget .content .purchase {
          min-width: 280px;
          width: 280px;
          justify-content: flex-end;
        }

        #c4c_cart_widget .content .purchase .button-group {
          margin-right: 5px;
        }

        #c4c_cart_widget .content .purchase .button-group .btn {
          margin-top: 5px;
        }
      }

      #c4c_cart_widget .align-self-center {
        align-self: center !important;
      }

      #c4c_cart_widget .d-flex {
        display: flex !important;
      }

      #c4c_cart_widget .btn {
        display: inline-block;
        white-space: nowrap;
        font-weight: 400;
        color: #212529;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
      }

      #c4c_cart_widget .col {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
      }

      #c4c_cart_widget .col-3 {
        flex: 0 0 25%;
        max-width: 25%;
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
      }

      @media(min-width:768px) {
        #c4c_cart_widget .col-md-3 {
          flex: 0 0 25%;
        }
      }

      #c4c_cart_widget .col-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }

      #c4c_cart_widget .align-self-end {
        align-self: flex-end !important;
      }

      #c4c_cart_widget .flex-nowrap {
        flex-wrap: nowrap !important;
      }

      #c4c_cart_widget p {
        margin-top: 0;
      }

      #c4c_cart_widget img {
        vertical-align: middle;
        border-style: none;
      }

      #c4c_cart_widget .row {
        display: flex;
        flex-wrap: wrap;
        margin: 0px;
        width: 100%;
      }

      #c4c_cart_widget .img-fluid {
        max-width: 200px;
        height: auto;
      }

      #c4c_cart_widget .text-center {
        text-align: center !important;
      }

      #c4c_cart_widget .no-padding {
        padding: 0;
      }

      #c4c_cart_widget .hidden {
        display: none;
      }

      #c4c_cart_widget h4,
      #c4c_cart_widget h5,
      #c4c_cart_widget h6,
      #c4c_cart_widget p {
        padding: unset;
        border: unset;
        margin: unset;
        text-transform: none;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #000000;
      }

      #c4c_cart_widget .c4c-desc-title {
        color: black;
      }

      #c4c_cart_widget .c4c-desc-body {
        font-weight: 400;
        font-size: 1em;
        color: black;
      }

      #c4c_cart_widget.compressed {
        font-size: 13px;
        margin-left: auto;
        margin-right: auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
      }

      #c4c_cart_widget.compressed .content {
        flex-direction: column;
      }

      #c4c_cart_widget.compressed .content .description {
        flex-direction: row;
        margin-left: 10px;
        margin-right: 10px;
      }

      #c4c_cart_widget.compressed .content .description .col {
        padding: 0px;
      }

      #c4c_cart_widget.compressed .content .description .infos {
        visibility: hidden;
      }

      #c4c_cart_widget.compressed .content .purchase {
        justify-content: center;
        width: 100%;
        padding: 0px;
        min-width: unset;
      }

      #c4c_cart_widget.compressed .content .purchase .button-group {
        flex-direction: row;
      }

      #c4c_cart_widget.compressed .content .purchase .button-group .btn {
        width: 110px;
        min-width: 110px;
        font-size: 1em;
      }

      #c4c_cart_widget.compressed .info-block .projects {
        flex-direction: column;
        border-radius: 5px;
      }

      #c4c_cart_widget.compressed .info-block .projects .col img {
        width: 50%;
      }

      #c4c_cart_widget.compressed .info-block .info-container {
        flex-direction: column;
      }

      #c4c_cart_widget.compressed .info-block .info-container .col {
        padding: unset;
      }

      #c4c_cart_widget.compressed .info-block .info-container .stats.col-4 {
        max-width: 100%;
      }

      #c4c_cart_widget.compressed .info-block .info-container .stats.col-4 .trees_planted {
        height: unset;
      }

      #c4c_cart_widget.compressed .info-block .info-container .stats.col-4 .co2_saved {
        height: unset;
      }

      #c4c_cart_widget strong {
        color: black;
      }

      #c4c_cart_widget .c4c-project-image {
        background: white;
      }

      #c4c_cart_widget .logo {
        width: 50px;
        min-width: 50px;
      }
    </style>
    <div id="c4c_cart_widget" class="c4c_cart_widget enabled  compressed">
      <div class="theme-standard">
        <div class="content">
          <div class="logo align-self-center" style="width:50px">
            <div class="ec_svg_logo">
              <svg id="tree-logo-primary" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 241.69 233.79" style="enable-background:new 0 0 241.69 233.79;" xml:space="preserve">
                <style type="text/css">
                  .c4c-st0 {
                    fill: #FFFFFF;
                  }

                  .c4c-st1 {
                    fill: #097F4B;
                  }

                  .c4c-st2 {
                    fill: #53B747;
                  }
                </style>
                <g id="Ebene_2">
                  <g>
                    <path class="c4c-st1" d="M134.74,66.71c-4.22,0-7.78,1.59-10.68,4.78c-2.9,3.19-4.35,7.04-4.35,11.55c0,4.51,1.45,8.35,4.35,11.51
			c2.9,3.16,6.46,4.74,10.68,4.74c4.22,0,7.78-1.58,10.68-4.74c2.9-3.16,4.34-7,4.34-11.51c0-4.51-1.45-8.36-4.34-11.55
			C142.52,68.3,138.96,66.71,134.74,66.71z"></path>
                    <path class="c4c-st1" d="M204.44,67.57c1.28-3.9,1.97-8,1.97-12.24c0-25.11-23.91-45.47-53.41-45.47c-18.77,0-35.26,8.25-44.79,20.71
			c-7.34-4.81-16.59-7.69-26.66-7.69c-23.79,0-43.08,16.02-43.08,35.78c0,2.95,0.44,5.82,1.25,8.57
			C21.22,69.69,7.07,83.01,7.07,99.08c0,17.82,17.39,32.26,38.85,32.26c0.68,0,30.68,0.11,30.68,0.11
			c2.71,7.99,5.06,15.92,8.64,23.67c4.29,9.31,8.76,18.52,12.47,28.08c4.8,12.36,8.72,25.22,7.9,38.57c0.03,1.3-0.07,5.85,1.22,5.99
			c3.4,0.18,7.33,0.05,10.73,0.09c5.98,0.24,11.97,0.35,17.96,0.33c0.81-0.02,2.08-0.02,2.59-0.63c0.4,0.23,0.99-0.06,1.06-0.46
			c2.9-5.58,7.49-10.11,11.28-15.12c2.79-4.59,5.94-9.12,7.97-14.1c3.26-8.49,4.81-17.41,6.29-26.33
			c0.98-5.91,2.69-11.68,3.54-17.58c0.86-7.45,1.74-14.96,2.05-22.5c0,0,30.89-0.3,32.51-0.6c18.26-2.64,32.15-15.85,32.15-31.78
			C234.95,83.64,221.89,70.74,204.44,67.57z M82.89,109.21c-7.8,0-14.22-2.46-19.26-7.39c-5.04-4.92-7.57-11.14-7.57-18.65
			c0-7.51,2.57-13.77,7.71-18.79c5.14-5.02,11.43-7.53,18.86-7.53c8.3,0,15.25,3.16,20.85,9.49l-7.02,7.97
			c-3.57-4.44-8.01-6.66-13.32-6.66c-4.25,0-7.88,1.39-10.9,4.16c-3.02,2.78-4.53,6.52-4.53,11.22c0,4.71,1.42,8.48,4.27,11.33
			c2.85,2.85,6.3,4.27,10.35,4.27c5.55,0,10.09-2.2,13.61-6.59l7.24,7.46C97.46,105.98,90.68,109.21,82.89,109.21z M107.22,171.96
			c-1.88-5.96-4.5-11.74-6.85-17.54c-2.44-6.02-5.86-11.6-8.21-17.69c-0.72-1.87-1.28-3.6-1.86-5.27h17.65
			C109.1,144.93,108.07,158.56,107.22,171.96z M155.46,132.88c-0.5,3.32-1.1,6.78-1.85,10.12l0.06-0.14
			c-1.8,6.96-1.62,13.99-2.78,21.11c-0.75,6.68-2.28,13.34-4.04,19.82c-2.28,9.67-9.61,16.17-14.23,24.67
			c-1.19,2.23-2.42,4.85-4.85,5.52c-6.78-9.37-6.62-21.12-6.42-32.16c-0.08-7.22-0.88-14.54-0.5-21.8
			c0.19-5.72,1.73-11.6,3.19-17.08c1.1-5.97,5.3-9.23,10.29-11.48h21.29c-0.07,0.49-0.14,0.99-0.21,1.49
			C155.44,132.92,155.46,132.9,155.46,132.88z M153.6,101.65c-5.12,5-11.42,7.49-18.9,7.49c-7.48,0-13.78-2.5-18.9-7.49
			c-5.12-5-7.68-11.21-7.68-18.65c0-7.43,2.56-13.65,7.68-18.65c5.12-5,11.42-7.49,18.9-7.49c7.48,0,13.78,2.5,18.9,7.49
			c5.12,5,7.68,11.21,7.68,18.65C161.27,90.44,158.72,96.65,153.6,101.65z M195.55,115.7h-29.91v-7.04l12.44-12.74
			c2.51-2.55,4.3-4.58,5.37-6.1c1.07-1.52,1.61-2.98,1.61-4.4c0-1.42-0.47-2.6-1.4-3.55c-0.93-0.95-2.12-1.43-3.58-1.43
			c-2.67,0-5.2,1.9-7.58,5.7l-7.58-4.49c1.98-3.07,4.16-5.4,6.52-6.98c2.37-1.58,5.38-2.37,9.04-2.37c3.66,0,6.88,1.16,9.65,3.49
			c2.77,2.33,4.16,5.49,4.16,9.49c0,2.18-0.56,4.28-1.67,6.28c-1.11,2-3.17,4.56-6.16,7.67l-7.64,7.95h16.74V115.7z"></path>
                  </g>
                </g>
              </svg>
            </div>
          </div>
          <div class="description d-flex">
            <div class="col">
              <div class="row c4c-description-text">
                <div class="col">
                  <strong class="c4c-desc-title">One click for our climate - Every click plants trees</strong>
                  <p class="c4c-desc-body">Protect our climate and thus reduce the carbon footprint of your online purchase</p>
                </div>
              </div>
            </div>
          </div>
          <div class="purchase">
            <div class="d-flex button-group">
              <button type="button" class="btn btn-light c4c-product-add" data-variantid="42397387096321"> + CHF 1</button>
              <button type="button" class="btn btn-light c4c-product-add" data-variantid="42397387063553"> + CHF 3</button>
              <button type="button" class="btn btn-light c4c-product-add" data-variantid="42397387030785"> + CHF 5</button>
            </div>
          </div>
        </div>
      </div>
    </div>
    <script type="application/javascript">
      var urlParams = new URLSearchParams(window.location.search);
      var showc4ccart = function() {
        var elements = document.getElementsByClassName('c4c_cart_widget');
        for (var i = 0; i < elements.length; i++) {
          elements[i].classList.add("enabled");
        }
      }
      if (urlParams.get('c4c-preview')) {
        showc4ccart();
      }

      function addToCart(data) {
        fetch("/cart/add.js", {
          method: "post",
          body: JSON.stringify(data),
          headers: {
            "Content-Type": "application/json"
          }
        }).then(function() {
          window.location.reload()
        })
      }
      var addProduct = function() {
        var variantID = this.getAttribute("data-variantid");
        var data = {
          'items': [{
            'id': variantID,
            'quantity': 1
          }]
        }
        addToCart(data);
      }
      var elements = document.getElementsByClassName("c4c-product-add");
      for (var i = 0; i < elements.length; i++) {
        elements[i].addEventListener('click', addProduct, false);
      }
    </script>
    <div class="drawer__footer appear-animation appear-delay-4">
      <div data-discounts="">
        <div class="cart__discounts cart__item-sub cart__item-row hide">
          <div>Discounts</div>
          <div>
          </div>
        </div>
      </div>
      <div class="cart__item-sub cart__item-row">
        <div class="ajaxcart__subtotal">Subtotal</div>
        <div data-subtotal="">CHF 0.00</div>
      </div>
      <div class="cart__item-row text-center">
        <small> Discount codes, shipping costs and taxes are calculated at the time of payment.<br>
        </small>
      </div>
      <div class="cart__checkout-wrapper">
        <button type="submit" name="checkout" data-terms-required="false" class="btn cart__checkout"> To the checkout </button>
      </div>
    </div>
  </div>
  <div class="drawer__cart-empty appear-animation appear-delay-2">
    <div class="drawer__scrollable"> Your shopping cart is empty at the moment. </div>
  </div>
</form>

GET /search

<form action="/search" method="get" role="search" id="HeaderSearchForm" class="site-header__search-form" autocomplete="off">
  <input type="hidden" name="type" value="product,article,page,collection">
  <button type="submit" class="text-link site-header__search-btn site-header__search-btn--submit">
    <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 64 64">
      <path d="M47.16 28.58A18.58 18.58 0 1 1 28.58 10a18.58 18.58 0 0 1 18.58 18.58zM54 54L41.94 42"></path>
    </svg>
    <span class="icon__fallback-text">Search</span>
  </button>
  <input type="search" name="q" value="" placeholder="Browse our Shop" class="site-header__search-input" aria-label="Durchsuchen Sie unseren Shop">
</form>

POST /contact#newsletter-footer

<form method="post" action="/contact#newsletter-footer" id="newsletter-footer" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓"><label
    for="Email-0220fab4-a87f-4232-96ea-d5d569370240" class="hidden-label">Sign up for our mailing list</label>
  <input type="hidden" name="contact[tags]" value="prospect,newsletter">
  <input type="hidden" name="contact[context]" value="footer">
  <div class="footer__newsletter">
    <input type="email" value="" placeholder="Sign up for our mailing list" name="contact[email]" id="Email-0220fab4-a87f-4232-96ea-d5d569370240" class="footer__newsletter-input" autocorrect="off" autocapitalize="off">
    <button type="submit" class="footer__newsletter-btn" name="commit" aria-label="Abonnieren">
      <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-email" viewBox="0 0 64 64">
        <path d="M63 52H1V12h62zM1 12l25.68 24h9.72L63 12M21.82 31.68L1.56 51.16m60.78.78L41.27 31.68"></path>
      </svg>
      <span class="footer__newsletter-btn-label"> Subscribe </span>
    </button>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="localization_formfooter" accept-charset="UTF-8" class="multi-selectors" enctype="multipart/form-data" data-disclosure-form=""><input type="hidden" name="form_type" value="localization"><input
    type="hidden" name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <div class="multi-selectors__item">
    <h2 class="visually-hidden" id="CurrencyHeading-footer"> Currency </h2>
    <div class="disclosure" data-disclosure-currency="">
      <button type="button" class="faux-select disclosure__toggle" aria-expanded="false" aria-controls="CurrencyList-footer" aria-describedby="CurrencyHeading-footer" data-disclosure-toggle=""><span class="currency-flag" data-flag="CHF"
          aria-hidden="true"></span><span class="disclosure-list__label"> CHF CHF</span>
        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon--wide icon-chevron-down" viewBox="0 0 28 16">
          <path d="M1.57 1.59l12.76 12.77L27.1 1.59" stroke-width="2" stroke="#000" fill="none" fill-rule="evenodd"></path>
        </svg>
      </button>
      <ul id="CurrencyList-footer" class="disclosure-list" data-disclosure-list="">
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="AED" data-disclosure-option=""><span class="currency-flag" data-flag="AED" aria-hidden="true"></span><span class="disclosure-list__label">
                  AED د.إ</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="AFN" data-disclosure-option=""><span class="currency-flag" data-flag="AFN" aria-hidden="true"></span><span class="disclosure-list__label">
                  AFN ؋</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="ALL" data-disclosure-option=""><span class="currency-flag" data-flag="ALL" aria-hidden="true"></span><span class="disclosure-list__label">
                  ALL L</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="AMD" data-disclosure-option=""><span class="currency-flag" data-flag="AMD" aria-hidden="true"></span><span class="disclosure-list__label">
                  AMD դր.</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="ANG" data-disclosure-option=""><span class="currency-flag" data-flag="ANG" aria-hidden="true"></span><span class="disclosure-list__label">
                  ANG ƒ</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="AUD" data-disclosure-option=""><span class="currency-flag" data-flag="AUD" aria-hidden="true"></span><span class="disclosure-list__label">
                  AUD $</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="AWG" data-disclosure-option=""><span class="currency-flag" data-flag="AWG" aria-hidden="true"></span><span class="disclosure-list__label">
                  AWG ƒ</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="AZN" data-disclosure-option=""><span class="currency-flag" data-flag="AZN" aria-hidden="true"></span><span class="disclosure-list__label">
                  AZN ₼</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="BAM" data-disclosure-option=""><span class="currency-flag" data-flag="BAM" aria-hidden="true"></span><span class="disclosure-list__label">
                  BAM КМ</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="BBD" data-disclosure-option=""><span class="currency-flag" data-flag="BBD" aria-hidden="true"></span><span class="disclosure-list__label">
                  BBD $</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="BDT" data-disclosure-option=""><span class="currency-flag" data-flag="BDT" aria-hidden="true"></span><span class="disclosure-list__label">
                  BDT ৳</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="BGN" data-disclosure-option=""><span class="currency-flag" data-flag="BGN" aria-hidden="true"></span><span class="disclosure-list__label">
                  BGN лв.</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="BIF" data-disclosure-option=""><span class="currency-flag" data-flag="BIF" aria-hidden="true"></span><span class="disclosure-list__label">
                  BIF Fr</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="BND" data-disclosure-option=""><span class="currency-flag" data-flag="BND" aria-hidden="true"></span><span class="disclosure-list__label">
                  BND $</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="BOB" data-disclosure-option=""><span class="currency-flag" data-flag="BOB" aria-hidden="true"></span><span class="disclosure-list__label">
                  BOB Bs.</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="BSD" data-disclosure-option=""><span class="currency-flag" data-flag="BSD" aria-hidden="true"></span><span class="disclosure-list__label">
                  BSD $</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="BWP" data-disclosure-option=""><span class="currency-flag" data-flag="BWP" aria-hidden="true"></span><span class="disclosure-list__label">
                  BWP P</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="BZD" data-disclosure-option=""><span class="currency-flag" data-flag="BZD" aria-hidden="true"></span><span class="disclosure-list__label">
                  BZD $</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="CAD" data-disclosure-option=""><span class="currency-flag" data-flag="CAD" aria-hidden="true"></span><span class="disclosure-list__label">
                  CAD $</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="CDF" data-disclosure-option=""><span class="currency-flag" data-flag="CDF" aria-hidden="true"></span><span class="disclosure-list__label">
                  CDF Fr</span>
              </a>
        </li>
        <li class="disclosure-list__item disclosure-list__item--current">
          <a class="disclosure-list__option" href="#" aria-current="true" data-value="CHF" data-disclosure-option=""><span class="currency-flag" data-flag="CHF" aria-hidden="true"></span><span class="disclosure-list__label">
                  CHF CHF</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="CNY" data-disclosure-option=""><span class="currency-flag" data-flag="CNY" aria-hidden="true"></span><span class="disclosure-list__label">
                  CNY ¥</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="CRC" data-disclosure-option=""><span class="currency-flag" data-flag="CRC" aria-hidden="true"></span><span class="disclosure-list__label">
                  CRC ₡</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="CVE" data-disclosure-option=""><span class="currency-flag" data-flag="CVE" aria-hidden="true"></span><span class="disclosure-list__label">
                  CVE $</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="CZK" data-disclosure-option=""><span class="currency-flag" data-flag="CZK" aria-hidden="true"></span><span class="disclosure-list__label">
                  CZK Kč</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="DJF" data-disclosure-option=""><span class="currency-flag" data-flag="DJF" aria-hidden="true"></span><span class="disclosure-list__label">
                  DJF Fdj</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="DKK" data-disclosure-option=""><span class="currency-flag" data-flag="DKK" aria-hidden="true"></span><span class="disclosure-list__label">
                  DKK kr.</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="DOP" data-disclosure-option=""><span class="currency-flag" data-flag="DOP" aria-hidden="true"></span><span class="disclosure-list__label">
                  DOP $</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="DZD" data-disclosure-option=""><span class="currency-flag" data-flag="DZD" aria-hidden="true"></span><span class="disclosure-list__label">
                  DZD د.ج</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="EGP" data-disclosure-option=""><span class="currency-flag" data-flag="EGP" aria-hidden="true"></span><span class="disclosure-list__label">
                  EGP ج.م</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="ETB" data-disclosure-option=""><span class="currency-flag" data-flag="ETB" aria-hidden="true"></span><span class="disclosure-list__label">
                  ETB Br</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="EUR" data-disclosure-option=""><span class="currency-flag" data-flag="EUR" aria-hidden="true"></span><span class="disclosure-list__label">
                  EUR €</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="FJD" data-disclosure-option=""><span class="currency-flag" data-flag="FJD" aria-hidden="true"></span><span class="disclosure-list__label">
                  FJD $</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="FKP" data-disclosure-option=""><span class="currency-flag" data-flag="FKP" aria-hidden="true"></span><span class="disclosure-list__label">
                  FKP £</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="GBP" data-disclosure-option=""><span class="currency-flag" data-flag="GBP" aria-hidden="true"></span><span class="disclosure-list__label">
                  GBP £</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="GMD" data-disclosure-option=""><span class="currency-flag" data-flag="GMD" aria-hidden="true"></span><span class="disclosure-list__label">
                  GMD D</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="GNF" data-disclosure-option=""><span class="currency-flag" data-flag="GNF" aria-hidden="true"></span><span class="disclosure-list__label">
                  GNF Fr</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="GTQ" data-disclosure-option=""><span class="currency-flag" data-flag="GTQ" aria-hidden="true"></span><span class="disclosure-list__label">
                  GTQ Q</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="GYD" data-disclosure-option=""><span class="currency-flag" data-flag="GYD" aria-hidden="true"></span><span class="disclosure-list__label">
                  GYD $</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="HKD" data-disclosure-option=""><span class="currency-flag" data-flag="HKD" aria-hidden="true"></span><span class="disclosure-list__label">
                  HKD $</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="HNL" data-disclosure-option=""><span class="currency-flag" data-flag="HNL" aria-hidden="true"></span><span class="disclosure-list__label">
                  HNL L</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="HUF" data-disclosure-option=""><span class="currency-flag" data-flag="HUF" aria-hidden="true"></span><span class="disclosure-list__label">
                  HUF Ft</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="IDR" data-disclosure-option=""><span class="currency-flag" data-flag="IDR" aria-hidden="true"></span><span class="disclosure-list__label">
                  IDR Rp</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="ILS" data-disclosure-option=""><span class="currency-flag" data-flag="ILS" aria-hidden="true"></span><span class="disclosure-list__label">
                  ILS ₪</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="INR" data-disclosure-option=""><span class="currency-flag" data-flag="INR" aria-hidden="true"></span><span class="disclosure-list__label">
                  INR ₹</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="ISK" data-disclosure-option=""><span class="currency-flag" data-flag="ISK" aria-hidden="true"></span><span class="disclosure-list__label">
                  ISK kr</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="JMD" data-disclosure-option=""><span class="currency-flag" data-flag="JMD" aria-hidden="true"></span><span class="disclosure-list__label">
                  JMD $</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="JPY" data-disclosure-option=""><span class="currency-flag" data-flag="JPY" aria-hidden="true"></span><span class="disclosure-list__label">
                  JPY ¥</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="KES" data-disclosure-option=""><span class="currency-flag" data-flag="KES" aria-hidden="true"></span><span class="disclosure-list__label">
                  KES KSh</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="KGS" data-disclosure-option=""><span class="currency-flag" data-flag="KGS" aria-hidden="true"></span><span class="disclosure-list__label">
                  KGS som</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="KHR" data-disclosure-option=""><span class="currency-flag" data-flag="KHR" aria-hidden="true"></span><span class="disclosure-list__label">
                  CHR ៛</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="KMF" data-disclosure-option=""><span class="currency-flag" data-flag="KMF" aria-hidden="true"></span><span class="disclosure-list__label">
                  KMF Fr</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="KRW" data-disclosure-option=""><span class="currency-flag" data-flag="KRW" aria-hidden="true"></span><span class="disclosure-list__label">
                  KRW ₩</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="KYD" data-disclosure-option=""><span class="currency-flag" data-flag="KYD" aria-hidden="true"></span><span class="disclosure-list__label">
                  KYD $</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="KZT" data-disclosure-option=""><span class="currency-flag" data-flag="KZT" aria-hidden="true"></span><span class="disclosure-list__label">
                  CCT 〒</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="LAK" data-disclosure-option=""><span class="currency-flag" data-flag="LAK" aria-hidden="true"></span><span class="disclosure-list__label">
                  LAC ₭</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="LBP" data-disclosure-option=""><span class="currency-flag" data-flag="LBP" aria-hidden="true"></span><span class="disclosure-list__label">
                  LBP ل.ل</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="LKR" data-disclosure-option=""><span class="currency-flag" data-flag="LKR" aria-hidden="true"></span><span class="disclosure-list__label">
                  LKR ₨</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="MAD" data-disclosure-option=""><span class="currency-flag" data-flag="MAD" aria-hidden="true"></span><span class="disclosure-list__label">
                  MAD د.م.</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="MDL" data-disclosure-option=""><span class="currency-flag" data-flag="MDL" aria-hidden="true"></span><span class="disclosure-list__label">
                  MDL L</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="MKD" data-disclosure-option=""><span class="currency-flag" data-flag="MKD" aria-hidden="true"></span><span class="disclosure-list__label">
                  MKD ден</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="MMK" data-disclosure-option=""><span class="currency-flag" data-flag="MMK" aria-hidden="true"></span><span class="disclosure-list__label">
                  MMK K</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="MNT" data-disclosure-option=""><span class="currency-flag" data-flag="MNT" aria-hidden="true"></span><span class="disclosure-list__label">
                  MNT ₮</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="MOP" data-disclosure-option=""><span class="currency-flag" data-flag="MOP" aria-hidden="true"></span><span class="disclosure-list__label">
                  MOP P</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="MUR" data-disclosure-option=""><span class="currency-flag" data-flag="MUR" aria-hidden="true"></span><span class="disclosure-list__label">
                  MUR ₨</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="MVR" data-disclosure-option=""><span class="currency-flag" data-flag="MVR" aria-hidden="true"></span><span class="disclosure-list__label">
                  MVR MVR</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="MWK" data-disclosure-option=""><span class="currency-flag" data-flag="MWK" aria-hidden="true"></span><span class="disclosure-list__label">
                  MWK MK</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="MYR" data-disclosure-option=""><span class="currency-flag" data-flag="MYR" aria-hidden="true"></span><span class="disclosure-list__label">
                  MYR RM</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="NGN" data-disclosure-option=""><span class="currency-flag" data-flag="NGN" aria-hidden="true"></span><span class="disclosure-list__label">
                  NGN ₦</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="NIO" data-disclosure-option=""><span class="currency-flag" data-flag="NIO" aria-hidden="true"></span><span class="disclosure-list__label">
                  NIO C$</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="NPR" data-disclosure-option=""><span class="currency-flag" data-flag="NPR" aria-hidden="true"></span><span class="disclosure-list__label">
                  NPR ₨</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="NZD" data-disclosure-option=""><span class="currency-flag" data-flag="NZD" aria-hidden="true"></span><span class="disclosure-list__label">
                  NZD $</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="PEN" data-disclosure-option=""><span class="currency-flag" data-flag="PEN" aria-hidden="true"></span><span class="disclosure-list__label">
                  PEN S/.</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="PGK" data-disclosure-option=""><span class="currency-flag" data-flag="PGK" aria-hidden="true"></span><span class="disclosure-list__label">
                  PGK K</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="PHP" data-disclosure-option=""><span class="currency-flag" data-flag="PHP" aria-hidden="true"></span><span class="disclosure-list__label">
                  PHP ₱</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="PKR" data-disclosure-option=""><span class="currency-flag" data-flag="PKR" aria-hidden="true"></span><span class="disclosure-list__label">
                  PKR ₨</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="PLN" data-disclosure-option=""><span class="currency-flag" data-flag="PLN" aria-hidden="true"></span><span class="disclosure-list__label">
                  PLN zł</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="PYG" data-disclosure-option=""><span class="currency-flag" data-flag="PYG" aria-hidden="true"></span><span class="disclosure-list__label">
                  PYG ₲</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="QAR" data-disclosure-option=""><span class="currency-flag" data-flag="QAR" aria-hidden="true"></span><span class="disclosure-list__label">
                  QAR ر.ق</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="RON" data-disclosure-option=""><span class="currency-flag" data-flag="RON" aria-hidden="true"></span><span class="disclosure-list__label">
                  RON Lei</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="RSD" data-disclosure-option=""><span class="currency-flag" data-flag="RSD" aria-hidden="true"></span><span class="disclosure-list__label">
                  RSD РСД</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="RWF" data-disclosure-option=""><span class="currency-flag" data-flag="RWF" aria-hidden="true"></span><span class="disclosure-list__label">
                  RWF FRw</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="SAR" data-disclosure-option=""><span class="currency-flag" data-flag="SAR" aria-hidden="true"></span><span class="disclosure-list__label">
                  SAR ر.س</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="SBD" data-disclosure-option=""><span class="currency-flag" data-flag="SBD" aria-hidden="true"></span><span class="disclosure-list__label">
                  SBD $</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="SEK" data-disclosure-option=""><span class="currency-flag" data-flag="SEK" aria-hidden="true"></span><span class="disclosure-list__label">
                  SEK kr</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="SGD" data-disclosure-option=""><span class="currency-flag" data-flag="SGD" aria-hidden="true"></span><span class="disclosure-list__label">
                  SGD $</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="SHP" data-disclosure-option=""><span class="currency-flag" data-flag="SHP" aria-hidden="true"></span><span class="disclosure-list__label">
                  SHP £</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="SLL" data-disclosure-option=""><span class="currency-flag" data-flag="SLL" aria-hidden="true"></span><span class="disclosure-list__label">
                  SLL Le</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="STD" data-disclosure-option=""><span class="currency-flag" data-flag="STD" aria-hidden="true"></span><span class="disclosure-list__label">
                  STD Db</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="THB" data-disclosure-option=""><span class="currency-flag" data-flag="THB" aria-hidden="true"></span><span class="disclosure-list__label">
                  THB ฿</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="TJS" data-disclosure-option=""><span class="currency-flag" data-flag="TJS" aria-hidden="true"></span><span class="disclosure-list__label">
                  TJS ЅМ</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="TOP" data-disclosure-option=""><span class="currency-flag" data-flag="TOP" aria-hidden="true"></span><span class="disclosure-list__label">
                  TOP T$</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="TTD" data-disclosure-option=""><span class="currency-flag" data-flag="TTD" aria-hidden="true"></span><span class="disclosure-list__label">
                  TTD $</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="TWD" data-disclosure-option=""><span class="currency-flag" data-flag="TWD" aria-hidden="true"></span><span class="disclosure-list__label">
                  TWD $</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="TZS" data-disclosure-option=""><span class="currency-flag" data-flag="TZS" aria-hidden="true"></span><span class="disclosure-list__label">
                  TZS Sh</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="UAH" data-disclosure-option=""><span class="currency-flag" data-flag="UAH" aria-hidden="true"></span><span class="disclosure-list__label">
                  UAH ₴</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="UGX" data-disclosure-option=""><span class="currency-flag" data-flag="UGX" aria-hidden="true"></span><span class="disclosure-list__label">
                  UGX USh</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="USD" data-disclosure-option=""><span class="currency-flag" data-flag="USD" aria-hidden="true"></span><span class="disclosure-list__label">
                  USD $</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="UYU" data-disclosure-option=""><span class="currency-flag" data-flag="UYU" aria-hidden="true"></span><span class="disclosure-list__label">
                  UYU $</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="UZS" data-disclosure-option=""><span class="currency-flag" data-flag="UZS" aria-hidden="true"></span><span class="disclosure-list__label">
                  UZS </span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="VND" data-disclosure-option=""><span class="currency-flag" data-flag="VND" aria-hidden="true"></span><span class="disclosure-list__label">
                  VND ₫</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="VUV" data-disclosure-option=""><span class="currency-flag" data-flag="VUV" aria-hidden="true"></span><span class="disclosure-list__label">
                  VUV Vt</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="WST" data-disclosure-option=""><span class="currency-flag" data-flag="WST" aria-hidden="true"></span><span class="disclosure-list__label">
                  WST T</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="XAF" data-disclosure-option=""><span class="currency-flag" data-flag="XAF" aria-hidden="true"></span><span class="disclosure-list__label">
                  XAF Fr</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="XCD" data-disclosure-option=""><span class="currency-flag" data-flag="XCD" aria-hidden="true"></span><span class="disclosure-list__label">
                  XCD $</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="XOF" data-disclosure-option=""><span class="currency-flag" data-flag="XOF" aria-hidden="true"></span><span class="disclosure-list__label">
                  XOF Fr</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="XPF" data-disclosure-option=""><span class="currency-flag" data-flag="XPF" aria-hidden="true"></span><span class="disclosure-list__label">
                  XPF Fr</span>
              </a>
        </li>
        <li class="disclosure-list__item">
          <a class="disclosure-list__option" href="#" data-value="YER" data-disclosure-option=""><span class="currency-flag" data-flag="YER" aria-hidden="true"></span><span class="disclosure-list__label">
                  YER ﷼</span>
              </a>
        </li>
      </ul>
      <input type="hidden" name="currency_code" value="CHF" data-disclosure-input="">
    </div>
  </div>
</form>

Text Content

Directly to the content
Close menu
 * Women
   
    * Clothing
       * New
       * Jeans
       * Pants
       * T-shirts
       * Blouses and shirts
       * Sweatshirts & Sweat Jackets
       * Sweaters & Knits
       * Jackets
       * Shorts
       * Skirts, dresses and dungarees
       * Underwear
       * Swimwear
       * Socks
   
    * Shoes
       * Shoes
   
    * Accessories
       * Belt
       * Bags & Backpacks
       * Caps, Hats & Caps
   
    * Brands
       * Bombers Original
       * Boxeur des Rues
       * Fila
       * Lee
       * Mavi
       * O'Neill
       * Salsa Jeans
       * Tamaris
       * Wrangler
   
    * Sale
       * Sale

 * Men
   
    * Clothing
       * New
       * Jeans
       * Chinos & Pants
       * T-shirts
       * Shirts
       * Sweatshirts & Sweat Jackets
       * Sweaters & Knits
       * Jackets
       * Shorts
       * Underwear
       * Swimwear
       * Socks
   
    * Shoes
       * Shoes
   
    * Accessories
       * Belt
       * Bags & Backpacks
       * Caps & Hats
   
    * Brands
       * Bombers Original
       * Boxeur des Rues
       * Colours & Sons
       * Fila
       * Lee
       * Mavi
       * O'Neill
       * Salsa Jeans
       * Pantofola d'Oro
       * Wrangler
   
    * Sale
       * Sale

 * Brands
   
    * Bombers Original
    * Boxeur Des Rues
    * Colours & Sons
    * Fila
    * Lee
    * Mavi
    * O'Neill
    * Pantofola d'Oro
    * Salsa Jeans
    * Tamaris
    * Wrangler

 * News
 * Log in

 * Instagram
 * Facebook
 * Pinterest
 * LinkedIn

Shopping cart
Close shopping cart
One click for our climate - Every click plants trees

Protect our climate and thus reduce the carbon footprint of your online purchase

+ CHF 1 + CHF 3 + CHF 5
Discounts

Subtotal
CHF 0.00
Discount codes, shipping costs and taxes are calculated at the time of payment.

To the checkout
Your shopping cart is empty at the moment.
Pause slideshow Play slideshow
Help & Contact
FREE SHIPPING AND RETURNS
30 days return policy



BRANDSLOFT

 * Women
   Clothing
   New
   Jeans
   Pants
   T-shirts
   Blouses and shirts
   Sweatshirts & Sweat Jackets
   Sweaters & Knits
   Jackets
   Shorts
   Skirts, dresses and dungarees
   Underwear
   Swimwear
   Socks
   Shoes
   Shoes
   Accessories
   Belt
   Bags & Backpacks
   Caps, Hats & Caps
   Brands
   Bombers Original
   Boxeur des Rues
   Fila
   Lee
   Mavi
   O'Neill
   Salsa Jeans
   Tamaris
   Wrangler
   Sale
   Sale
 * Men
   Clothing
   New
   Jeans
   Chinos & Pants
   T-shirts
   Shirts
   Sweatshirts & Sweat Jackets
   Sweaters & Knits
   Jackets
   Shorts
   Underwear
   Swimwear
   Socks
   Shoes
   Shoes
   Accessories
   Belt
   Bags & Backpacks
   Caps & Hats
   Brands
   Bombers Original
   Boxeur des Rues
   Colours & Sons
   Fila
   Lee
   Mavi
   O'Neill
   Salsa Jeans
   Pantofola d'Oro
   Wrangler
   Sale
   Sale
 * Brands
   * Bombers Original
   * Boxeur Des Rues
   * Colours & Sons
   * Fila
   * Lee
   * Mavi
   * O'Neill
   * Pantofola d'Oro
   * Salsa Jeans
   * Tamaris
   * Wrangler
 * News

EN
 * DE
 * FR
 * IT

Log in Search Page navigation Shopping cart
Search
"Close (Esc)"
See more
Limited Edition
WRANGLER® x BARBIE™
Pink for all
NEW IN

Autumn is here! Discover now the new styles from our brands

SHOP FOR HIM SHOP FOR YOU

We are pro-fashionals! Fashion is our passion: For over 30 years we offer trendy
styles of high quality brands. Wonderful clothes for Women and Men are waiting
to be discovered by you. Click through our assortment and put together your new
favorite outfit.


OUR BEST SELLER CATEGORIES


Sweatshirts Men

Sweatshirts Women

Men Jeans

Women Jeans
Fashion jeans for any occasion

Huge selection for Women and Men

Women Jeans Men Jeans
Salsa Jeans
Store now



DISCOVER COOL BRANDS AND BRAND NEW TRENDS


Bombers Original

Lee

Wrangler

Salsa Jeans

Boxeur des Rues

COLOURS & SONS

MAVI

Tamaris

FILA

O'Neill

Pantofola d'Oro



TRENDY STREET STYLES FOR EVERY DAY

At Brandsloft we love fashion and work tirelessly to bring world-renowned brands
to Switzerland. You love to set accents with selected items and emphasize your
individuality? Then our online shop Shop is the right place for you! We make
sure that you are always up to date with new trends. It is important to us that
clothing not only looks good, but is also comfortable and of high quality. We
consciously avoid fast fashion and only carry labels that stand for durability
and quality. Dive into our fashion world!


THE IDEAL SPORTS OUTFIT FOR YOUR WORKOUT

Do you like to be on the go, always active and always enthusiastic about sports
activities? Then you need a style that can keep up with your lifestyle. Discover
the trendy athleisure look, which combines sporty fashion and streetwear. The
clothes give you the freedom of movement you need. We also have the right
products for the gym and running. With high-quality sportswear and accessories
from cult brands like FILA and Boxeur des Rues , you'll be supported in your top
performances by innovative design and breathable fabrics. Sweat in style:
discover our wonderful selection for every taste.




FREQUENTLY ASKED QUESTIONS

What kind of clothes do you sell in your online store?

In our online store you will find selected menswear, womenswear and kidswear.
With timeless and cool brands like Wrangler, Lee and Tamaris you can put
together trendy outfits that emphasize your individual taste. At the same time,
we also have sportswear and sports shoes for Women, Men and Kids in our range.

What sizes do you have for your Men- and women's fashion?

We carry a wide range of clothing sizes for men and women. Depending on the
product and model, you can find clothes in sizes XS to 5XL.

Which fashion labels do you have in your assortment?

We carry trendy fashion of diverse labels. We are constantly working to expand
our range and add new manufacturers. We currently carry the largest variety of
products from FILA, Wrangler and Lee, our newest labels are Salsa Jeans and
Mavi. In our online store you can find more well-known fashion manufacturers.

How quickly will the goods arrive at home?

We deliver from our warehouse in Switzerland with Swiss Post. If the order is
received by 3pm on a business day, the package is usually delivered the next
business day.


WOMEN BLOUSES

All
Quick view


Denim Shirt Lightdenim in Light Wash
Salsa Jeans
Keine Bewertungen
CHF 89.90
Reduces
Quick view


Arnhem Denim Shirt in Light Blue Denim
Tamaris
Keine Bewertungen
Normal price CHF 79.90 Special priceCHF39.90 Save 50%
Reduces
Quick view


Birthday Cake Blouse in Soft Pink
Lee
Keine Bewertungen
Normal price CHF 99.90 Special priceCHF49.90 Save 50%
Quick view


Denim Shirt Lightdenim in Rinse Wash
Salsa Jeans
Keine Bewertungen
CHF 89.90
show all
59 products

"Close (Esc)"

"Close (Esc)"

"Close (Esc)"

"Close (Esc)"


MEN JEANS

All
Quick view


Straight Fit XM in Maddox
Lee
Keine Bewertungen
CHF 99.90
Quick view


Straight Fit MVP in Brady
Lee
Keine Bewertungen
CHF 99.90
Quick view


Slim Fit MVP in Aristocrat
Lee
Keine Bewertungen
CHF 99.90
Quick view


Straight Fit XM in Trip
Lee
Keine Bewertungen
CHF 99.90
show all
294 products

"Close (Esc)"

"Close (Esc)"

"Close (Esc)"

"Close (Esc)"


REVIEWS FROM OUR CUSTOMERS

> ★★★★★
> 
> Order for years at Framework. Really good advice and fast delivery. I am very
> satisfied!
> 
> Anna B.

> ★★★★★
> 
> Great and uncomplicated service! Unfortunately, the ordered jeans did not fit
> me. However, the exchange went smoothly and quickly.
> 
> Max S.

> ★★★★★
> 
> In my opinion, there is no better online Shop for pants in Switzerland! The
> selection of jeans is just great and the brands have a super quality. You can
> also find good deals and bargains.
> 
> Vivi L.


BLOG POSTS

Show all
May 25, 2023
MAVI's new jeans models: a look at James, Yves, Marcus, Adriana, Bella Mid Rise,
Sophie, Kendra and Daisy
April 26, 2023
New! Salsa Jeans now available on framework.ch
April 19, 2023
Colours & Sons - Spring / Summer 2023



Framework

Framework
 * About Us
 * Contact
 * Strategy & Values
 * Distribution
 * B2B Webshop
 * Stores

Our brands

Our brands
 * Bombers Original
 * Boxeur des Rues
 * Colours & Sons
 * Fila
 * Lee
 * Mavi
 * O'Neill
 * Pantofola d'Oro
 * Salsa Jeans
 * Tamaris
 * Wrangler

Information

Information
 * Shipping costs
 * Returns
 * Payment options
 * FAQ
 * Partner Program

Legal

Legal
 * Imprint
 * Privacy
 * AGB
 * Cookies
 * General terms and conditions
 * Right of withdrawal

Newsletter

Newsletter
Sign up for our mailing list
Subscribe
 * Instagram
 * Facebook
 * Pinterest
 * LinkedIn


CURRENCY

CHF CHF
 * AED د.إ
 * AFN ؋
 * ALL L
 * AMD դր.
 * ANG ƒ
 * AUD $
 * AWG ƒ
 * AZN ₼
 * BAM КМ
 * BBD $
 * BDT ৳
 * BGN лв.
 * BIF Fr
 * BND $
 * BOB Bs.
 * BSD $
 * BWP P
 * BZD $
 * CAD $
 * CDF Fr
 * CHF CHF
 * CNY ¥
 * CRC ₡
 * CVE $
 * CZK Kč
 * DJF Fdj
 * DKK kr.
 * DOP $
 * DZD د.ج
 * EGP ج.م
 * ETB Br
 * EUR €
 * FJD $
 * FKP £
 * GBP £
 * GMD D
 * GNF Fr
 * GTQ Q
 * GYD $
 * HKD $
 * HNL L
 * HUF Ft
 * IDR Rp
 * ILS ₪
 * INR ₹
 * ISK kr
 * JMD $
 * JPY ¥
 * KES KSh
 * KGS som
 * CHR ៛
 * KMF Fr
 * KRW ₩
 * KYD $
 * CCT 〒
 * LAC ₭
 * LBP ل.ل
 * LKR ₨
 * MAD د.م.
 * MDL L
 * MKD ден
 * MMK K
 * MNT ₮
 * MOP P
 * MUR ₨
 * MVR MVR
 * MWK MK
 * MYR RM
 * NGN ₦
 * NIO C$
 * NPR ₨
 * NZD $
 * PEN S/.
 * PGK K
 * PHP ₱
 * PKR ₨
 * PLN zł
 * PYG ₲
 * QAR ر.ق
 * RON Lei
 * RSD РСД
 * RWF FRw
 * SAR ر.س
 * SBD $
 * SEK kr
 * SGD $
 * SHP £
 * SLL Le
 * STD Db
 * THB ฿
 * TJS ЅМ
 * TOP T$
 * TTD $
 * TWD $
 * TZS Sh
 * UAH ₴
 * UGX USh
 * USD $
 * UYU $
 * UZS
 * VND ₫
 * VUV Vt
 * WST T
 * XAF Fr
 * XCD $
 * XOF Fr
 * XPF Fr
 * YER ﷼

 * American Express
 * Apple Pay
 * ISR Paymentslip
 * Google Pay
 * Maestro
 * Mastercard
 * PostFinance Card
 * PostFinance e-finance
 * Shop Pay
 * Twint
 * Union Pay
 * Visa

© 2023 BrandsLoft

Powered by Shopify



"Close (Esc)"

Cookies

Cookies

We use Cookies. Many are necessary to operate the site and its functions, others
are for statistical or marketing purposes. By choosing to "Accept only essential
Cookies " we will respect your privacy and not set Cookies that are not
necessary for the operation of the site.


FIRST, THE COOKIES.

We use Cookies. Many are necessary to operate the site and its functions, others
are for statistical or marketing purposes. By clicking here you accept only
essential Cookies, which are necessary for the operation of the site. For the
best user experience, click on "Accept all".





Essential

Statistics & Marketing

Accept all

Accept only Essential Cookies

Settings

Save & close

Essential

Essential Cookies enables basic functions and is required for the proper
functioning of the website.

Show information


Statistics & Marketing

MarketingCookies are used by third parties or publishers to display personalized
advertisements. They do this by tracking visitors across websites.





Show information

GDPR legal Cookie
Privacy notice Contact Imprint

×


INVITE FRIENDS AND GET 10% ON THEIR ORDERS

Send your friends a 10% discount on their purchase. Once they make a purchase,
you will also receive 10% for each order (amount paid in vouchers)!
Get invite link



refer & earn×
Judge.me