* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.mobile-hidden {
  display: block; }

.hidden {
  visibility: hidden;
  position: absolute;
  z-index: -1; }

.loading {
  cursor: wait; }

/* VARIABLES */
/* TYPOGRAPHY */
@font-face {
  font-family: "StyreneA-Light";
  src: url("../fonts/StyreneA-Light-Web.eot") format("eot"), url("../fonts/StyreneA-Light-Web.woff") format("woff"), url("../fonts/StyreneA-Light-Web.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

html {
  font-size: 100%;
  font-variant-numeric: oldstyle-nums; }

body {
  font-family: "StyreneA-Light"; }

.menu a {
  color: #000;
  text-decoration: none; }

strong {
  text-transform: uppercase;
  font-weight: normal; }

.text-small {
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: -0.05rem; }
  .text-small p, .text-small h1, .text-small h2, .text-small h3, .text-small h4, .text-small h5, .text-small h6 {
    margin-bottom: 1.25rem; }
  .text-small h1, .text-small h2, .text-small h3, .text-small h4, .text-small h5, .text-small h6 {
    margin-top: 1.25rem; }
  .text-small ul:not(.menu) {
    margin-left: 20px; }

.text-medium {
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: -0.025rem; }
  .text-medium p, .text-medium h1, .text-medium h2, .text-medium h3, .text-medium h4, .text-medium h5, .text-medium h6 {
    margin-bottom: 1.5rem; }
  .text-medium h1, .text-medium h2, .text-medium h3, .text-medium h4, .text-medium h5, .text-medium h6 {
    margin-top: 1.5rem; }
  .text-medium ul:not(.menu) {
    margin-left: 1.5rem;
    margin-bottom: 1.5rem; }
  .text-medium p + ul {
    margin-top: -1.5rem; }
  .text-medium h2 {
    text-transform: inherit;
    line-height: 1.5rem !important; }

.text-big, .text-medium h2 {
  line-height: 2.25rem;
  font-size: 2rem; }
  .text-big p, .text-medium h2 p, .text-big h1, .text-medium h2 h1, .text-big h2, .text-medium h2 h2, .text-big h3, .text-medium h2 h3, .text-big h4, .text-medium h2 h4, .text-big h5, .text-medium h2 h5, .text-big h6, .text-medium h2 h6 {
    margin-bottom: 2.25rem; }
  .text-big h1, .text-medium h2 h1, .text-big h2, .text-medium h2 h2, .text-big h3, .text-medium h2 h3, .text-big h4, .text-medium h2 h4, .text-big h5, .text-medium h2 h5, .text-big h6, .text-medium h2 h6 {
    margin-top: 1.5rem; }

.text-huge {
  font-size: 7.5vw;
  letter-spacing: -0.1vw; }

.center {
  text-align: center; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-transform: uppercase;
  margin-top: 0; }

button {
  font-family: "StyreneA-Light"; }

/* COLORS */
.black-on-white {
  background: #fff;
  color: #000; }

.white-on-darkgrey {
  background: #c2c4c6;
  color: #fff;
  -webkit-font-smoothing: antialiased; }

.white-on-blue {
  background: #0414a7;
  color: #fff;
  -webkit-font-smoothing: antialiased; }

.white-on-black {
  background: #000;
  color: #fff;
  -webkit-font-smoothing: antialiased; }

.black-on-lightgrey {
  background: #eff0f0;
  color: #000; }

.blue-on-white {
  background: #fff;
  color: #0414a7; }

.container a {
  color: inherit;
  text-decoration: none;
  border-bottom: solid 1px #000;
  padding-bottom: 0px;
  transition: border-bottom .2s; }

.container a:hover {
  text-decoration: none;
  border-bottom: solid 1px #fff; }

/* LAYOUT */
html, body, .main, #barba-wrapper, .barba-container {
  height: 100%; }

.main {
  padding-top: 60px; }

.container {
  width: 100%;
  max-width: 1200px;
  margin: auto; }

.col {
  float: left; }

.col-4 {
  width: 100%;
  float: none; }

.col-2 {
  width: 50%; }

.col-1 {
  width: 25%; }

.collection-item {
  height: 100%;
  background-size: cover;
  background-position: center; }

.collection-item-fixed {
  background-attachment: fixed;
  background-position: top; }

.collection-item a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #000; }

.collection-item-text {
  height: 100%;
  position: relative;
  line-height: 100%;
  opacity: 0;
  transition: opacity .4s; }
  .collection-item-text p {
    height: auto;
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff; }

.collection-item-text--home {
  opacity: 1 !important; }

.padding {
  padding: 20px; }

.padding-right {
  padding-right: 20px; }

.collection-item a:hover .collection-item-text {
  opacity: 1; }

.product {
  height: 35vw; }

.product-slide {
  height: 100%;
  background-size: cover;
  background-position: center;
  padding: 20px;
  width: 100%;
  position: relative; }

.product-slide-info-bottom {
  position: absolute;
  bottom: 20px; }

.product-slide-info-center {
  position: absolute;
  top: 30%;
  left: 50%;
  margin: auto;
  transform: translate(-50%);
  width: 100%;
  padding-left: 20px;
  padding-right: 20px; }

.cycle-slideshow {
  z-index: 200; }

.cycle-next, .cycle-prev {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  z-index: 300;
  opacity: 0;
  border: none;
  outline: solid 1px red; }

.cycle-next {
  right: 0;
  height: 100%;
  cursor: url("../images/arrow-next.png") 10 16, auto !important; }

.cycle-prev {
  left: 0;
  height: calc(100% - 60px);
  cursor: url("../images/arrow-prev.png") 10 16, auto !important; }

.non-selectable {
  pointer-events: none;
  user-select: none; }

.cycle-next--white {
  cursor: url("../images/arrow-next-white.png"), auto !important; }

.cycle-prev--white {
  cursor: url("../images/arrow-prev-white.png"), auto !important; }

.textblock {
  padding: 20vh 20px 28vh 20px; }

.textblock-content {
  width: 70%;
  margin: auto; }

.textblock-content p:last-of-type {
  margin-bottom: 0; }

.cf {
  clear: both; }

.slideshow {
  height: 100%; }

.slideshow-item {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center; }

/* HEADER */
.logo {
  height: 1.063rem; }

nav.navigation {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  position: fixed;
  width: 100%;
  z-index: 500; }

ul.menu {
  list-style-type: none;
  text-transform: lowercase; }

ul.menu li {
  display: inline-block; }

.nav-main {
  width: 35vw; }

.nav-main li:first-of-type {
  width: 47.6%;
  margin-right: 0;
  float: left; }

ul.menu li a {
  display: inline-block; }

.nav-lang li:first-of-type {
  margin-right: 15px; }

li.menu-item a span.indicator {
  display: block;
  width: 0;
  height: 0;
  float: left;
  vertical-align: middle;
  margin-top: 24px;
  border-radius: 10px;
  margin-top: 30px;
  margin-right: 0px;
  transition: all .2s; }

li.is-active a span.indicator {
  width: 6px;
  height: 6px;
  margin-top: 27px;
  margin-right: 5px;
  background: #000; }

.nav-main {
  display: inline-block; }

.nav-lang {
  float: right;
  display: inline-block; }

.btn-menu {
  border: none;
  background: transparent;
  cursor: pointer;
  height: 100%;
  display: block;
  line-height: 60px;
  background: #fff; }

.btn-menu:focus {
  outline: none; }

.master-close {
  background: transparent;
  opacity: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 400; }

/* BREAKPOINTS */
@media (max-width: 768px) {
  html {
    font-size: 90%; }
  .col:not(.col-menu) {
    float: none;
    width: 100%; }
  .product {
    height: 90vw; }
  .mobile-hidden {
    display: none; }
  .textblock-content {
    width: 100%; }
  .menu-mobile-expanded {
    background-color: #fff;
    position: fixed;
    top: 60px;
    width: 100%;
    left: 0; }
  .menu-transition {
    transition: opacity 4s; }
  .menu-mobile-expanded .nav-main, .menu-mobile-expanded .nav-lang {
    float: none !important;
    clear: both;
    width: 100%; }
  .menu-mobile-expanded li {
    display: block;
    width: 100%; }
  .menu-mobile-expanded li a {
    padding-left: 20px;
    padding-right: 20px; }
  .collection-item-fixed {
    background-attachment: scroll; }
  .home-opener-link .collection-item-text {
    opacity: 1; }
  .text-big, .text-medium h2 {
    line-height: 2rem;
    font-size: 1.75rem; }
    .text-big p, .text-medium h2 p, .text-big h1, .text-medium h2 h1, .text-big h2, .text-medium h2 h2, .text-big h3, .text-medium h2 h3, .text-big h4, .text-medium h2 h4, .text-big h5, .text-medium h2 h5, .text-big h6, .text-medium h2 h6 {
      margin-bottom: 1.75rem; }
    .text-big h1, .text-medium h2 h1, .text-big h2, .text-medium h2 h2, .text-big h3, .text-medium h2 h3, .text-big h4, .text-medium h2 h4, .text-big h5, .text-medium h2 h5, .text-big h6, .text-medium h2 h6 {
      margin-top: 1.75rem; } }

@media (min-width: 769px) {
  .mobile-visible {
    display: none; }
  .menu-mobile-expanded {
    display: block !important; }
  .master-close {
    display: none !important; } }

@media (any-pointer: coarse) {
  .collection-item-fixed {
    background-attachment: scroll; }
  .collection-item-text {
    opacity: 1; } }

::selection {
  color: blue; }
