@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* //////////////////// */
/* SETTINGS / VARIABLES */
/* //////////////////// */
/**
  @font-face Includes
  ...
 */
/**
  Explicit Color-Variables

  $color_red: red;
  $color_red-dark: darkred;
  ...
 */
/**
  Readable Color-Variables
 */
/**
  Global Variables
 */
/*
  If any value is `false` it will be ignored
 */
/**
  Mixins
 */
/**
  Use Describing Font-Weight Mixin
  Bsp: "@include fontweight(light)"
  @arg {*} $fontweight = light, regular, medium, bold
 */
/**
 Applies font-smoothing
 */
/**
 Removes any unit (px, rem, % etc.) from given argument
 */
/**
  Map deep get
  @arg {Map} $map = Map
  @arg {Arglist} $keys = Key chain
  @return {*} - Desired value
 */
/**
  Calculated a Rem value for a given Pixel Input
  @arg {Int} $px = Pixel-Value without "px"-Unit
  @return {String} = Calculated Rem-value
 */
/**
  Calculates the rem value for the base fontsize with px fallback
  @arg {Int} $sizeValue = Desired Font-Size without 'px'
  @arg {Bool|Int} = Set line-height property as well. true for automatic calculation from $sizeValue
  @args {Bool|Int} = Set the letter-spacing property as well.
*/
/**
  Gets font-size from array for a needed font-key
  @arg {*} $fontKey = h1, h2, h3, h4, h5, subline, copy, meta
  @arg {d|lg|md|sm|xs} $viewport = Viewport Font-Size-Stack the value should be fetched from
  @arg {Bool} $responsive = Should the mixin return all media queries/sizes for that fontKey?
  @arg {Bool} $letterspacing = Should the mixin also print the letterspacing-property?
 */
/**
  Generate Cascading Transition delays for child elements
  @arg {Int} $delay_step = Increase of delay for every child
  @arg {Int} $init_delay = Initial delay for the first child
  @arg {Int} $count = Number of children to cascade for
 */
/**
  Lets a div breakout of his parent without destroying the flow
  @arg {String} $realWidth = Width of the div inside its parent
  @arg {Type}   $dir = Direction on which side the div breaks out of the parent
  @arg {Bool}   $padding = If the extra space is filled with padding or with its content
  @arg {String} $maxWidth = How far the div should breakout (default: full viewport)
 */
/**
  Generates a fake-border around text
  @arg {Ing}    $width = Border width
  @arg {Color}  $color = Border color
  @arg {Int}    $blur  = Blur amount
 */
/**
 Sets the global placeholder color
 @arg {Color} $color_placeholder = Color to set placeholder to
 @arg {Bool} $child = Use mixin as global placeholder style (false) or within an element (true)
 */
/**
 Browser Targeting
 */
/**
 Only target Internet Explorers (not Edge)
 */
/**
 Only target Edge (not Internet Explorers)
 */
/**
 Only target Safari (mobile and desktop)
 */
/**
 * Combines targeting of Internet Explorer and Edge
 */
/**
 Only target Firefox
 */
/**
  Responsive Breakpoints
 */
/* ///// */
/* GRID */
/* ///// */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 670px) {
    .row:not(.keep-row) {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
      .row:not(.keep-row):not(.keep-row) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .row.gutters,
  .row.gutters > .row {
    margin-left: -20px; }
    @media (max-width: 670px) {
      .row.gutters:not(.keep-row),
      .row.gutters > .row:not(.keep-row) {
        margin-left: 0; } }
    .row.gutters > .col,
    .row.gutters > .row > .col {
      margin-left: 20px; }
    @media (max-width: 670px) {
      .row.gutters:not(.keep-row) > .col,
      .row.gutters > .row:not(.keep-row) > .col {
        margin-left: 0; } }
  .row.around {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .row.between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .row.auto .col {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }

.col-1 {
  width: 8.33333%; }

.offset-1 {
  margin-left: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.offset-2 {
  margin-left: 16.66667%; }

.col-3 {
  width: 25%; }

.offset-3 {
  margin-left: 25%; }

.col-4 {
  width: 33.33333%; }

.offset-4 {
  margin-left: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.offset-5 {
  margin-left: 41.66667%; }

.col-6 {
  width: 50%; }

.offset-6 {
  margin-left: 50%; }

.col-7 {
  width: 58.33333%; }

.offset-7 {
  margin-left: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.offset-8 {
  margin-left: 66.66667%; }

.col-9 {
  width: 75%; }

.offset-9 {
  margin-left: 75%; }

.col-10 {
  width: 83.33333%; }

.offset-10 {
  margin-left: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.offset-11 {
  margin-left: 91.66667%; }

.col-12 {
  width: 100%; }

.offset-12 {
  margin-left: 100%; }

@media (max-width: 1260px) {
  .col-lg-0 {
    width: 0%; }
  .offset-lg-0 {
    margin-left: 0%; } }

@media (max-width: 1260px) {
  .col-lg-1 {
    width: 8.33333%; }
  .offset-lg-1 {
    margin-left: 8.33333%; } }

@media (max-width: 1260px) {
  .col-lg-2 {
    width: 16.66667%; }
  .offset-lg-2 {
    margin-left: 16.66667%; } }

@media (max-width: 1260px) {
  .col-lg-3 {
    width: 25%; }
  .offset-lg-3 {
    margin-left: 25%; } }

@media (max-width: 1260px) {
  .col-lg-4 {
    width: 33.33333%; }
  .offset-lg-4 {
    margin-left: 33.33333%; } }

@media (max-width: 1260px) {
  .col-lg-5 {
    width: 41.66667%; }
  .offset-lg-5 {
    margin-left: 41.66667%; } }

@media (max-width: 1260px) {
  .col-lg-6 {
    width: 50%; }
  .offset-lg-6 {
    margin-left: 50%; } }

@media (max-width: 1260px) {
  .col-lg-7 {
    width: 58.33333%; }
  .offset-lg-7 {
    margin-left: 58.33333%; } }

@media (max-width: 1260px) {
  .col-lg-8 {
    width: 66.66667%; }
  .offset-lg-8 {
    margin-left: 66.66667%; } }

@media (max-width: 1260px) {
  .col-lg-9 {
    width: 75%; }
  .offset-lg-9 {
    margin-left: 75%; } }

@media (max-width: 1260px) {
  .col-lg-10 {
    width: 83.33333%; }
  .offset-lg-10 {
    margin-left: 83.33333%; } }

@media (max-width: 1260px) {
  .col-lg-11 {
    width: 91.66667%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (max-width: 1260px) {
  .col-lg-12 {
    width: 100%; }
  .offset-lg-12 {
    margin-left: 100%; } }

@media (max-width: 1023px) {
  .col-md-0 {
    width: 0%; }
  .offset-md-0 {
    margin-left: 0%; } }

@media (max-width: 1023px) {
  .col-md-1 {
    width: 8.33333%; }
  .offset-md-1 {
    margin-left: 8.33333%; } }

@media (max-width: 1023px) {
  .col-md-2 {
    width: 16.66667%; }
  .offset-md-2 {
    margin-left: 16.66667%; } }

@media (max-width: 1023px) {
  .col-md-3 {
    width: 25%; }
  .offset-md-3 {
    margin-left: 25%; } }

@media (max-width: 1023px) {
  .col-md-4 {
    width: 33.33333%; }
  .offset-md-4 {
    margin-left: 33.33333%; } }

@media (max-width: 1023px) {
  .col-md-5 {
    width: 41.66667%; }
  .offset-md-5 {
    margin-left: 41.66667%; } }

@media (max-width: 1023px) {
  .col-md-6 {
    width: 50%; }
  .offset-md-6 {
    margin-left: 50%; } }

@media (max-width: 1023px) {
  .col-md-7 {
    width: 58.33333%; }
  .offset-md-7 {
    margin-left: 58.33333%; } }

@media (max-width: 1023px) {
  .col-md-8 {
    width: 66.66667%; }
  .offset-md-8 {
    margin-left: 66.66667%; } }

@media (max-width: 1023px) {
  .col-md-9 {
    width: 75%; }
  .offset-md-9 {
    margin-left: 75%; } }

@media (max-width: 1023px) {
  .col-md-10 {
    width: 83.33333%; }
  .offset-md-10 {
    margin-left: 83.33333%; } }

@media (max-width: 1023px) {
  .col-md-11 {
    width: 91.66667%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (max-width: 1023px) {
  .col-md-12 {
    width: 100%; }
  .offset-md-12 {
    margin-left: 100%; } }

@media (max-width: 670px) {
  .col-sm-0 {
    width: 0%; }
  .offset-sm-0 {
    margin-left: 0%; } }

@media (max-width: 670px) {
  .col-sm-1 {
    width: 8.33333%; }
  .offset-sm-1 {
    margin-left: 8.33333%; } }

@media (max-width: 670px) {
  .col-sm-2 {
    width: 16.66667%; }
  .offset-sm-2 {
    margin-left: 16.66667%; } }

@media (max-width: 670px) {
  .col-sm-3 {
    width: 25%; }
  .offset-sm-3 {
    margin-left: 25%; } }

@media (max-width: 670px) {
  .col-sm-4 {
    width: 33.33333%; }
  .offset-sm-4 {
    margin-left: 33.33333%; } }

@media (max-width: 670px) {
  .col-sm-5 {
    width: 41.66667%; }
  .offset-sm-5 {
    margin-left: 41.66667%; } }

@media (max-width: 670px) {
  .col-sm-6 {
    width: 50%; }
  .offset-sm-6 {
    margin-left: 50%; } }

@media (max-width: 670px) {
  .col-sm-7 {
    width: 58.33333%; }
  .offset-sm-7 {
    margin-left: 58.33333%; } }

@media (max-width: 670px) {
  .col-sm-8 {
    width: 66.66667%; }
  .offset-sm-8 {
    margin-left: 66.66667%; } }

@media (max-width: 670px) {
  .col-sm-9 {
    width: 75%; }
  .offset-sm-9 {
    margin-left: 75%; } }

@media (max-width: 670px) {
  .col-sm-10 {
    width: 83.33333%; }
  .offset-sm-10 {
    margin-left: 83.33333%; } }

@media (max-width: 670px) {
  .col-sm-11 {
    width: 91.66667%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (max-width: 670px) {
  .col-sm-12 {
    width: 100%; }
  .offset-sm-12 {
    margin-left: 100%; } }

@media (max-width: 480px) {
  .col-xs-0 {
    width: 0%; }
  .offset-xs-0 {
    margin-left: 0%; } }

@media (max-width: 480px) {
  .col-xs-1 {
    width: 8.33333%; }
  .offset-xs-1 {
    margin-left: 8.33333%; } }

@media (max-width: 480px) {
  .col-xs-2 {
    width: 16.66667%; }
  .offset-xs-2 {
    margin-left: 16.66667%; } }

@media (max-width: 480px) {
  .col-xs-3 {
    width: 25%; }
  .offset-xs-3 {
    margin-left: 25%; } }

@media (max-width: 480px) {
  .col-xs-4 {
    width: 33.33333%; }
  .offset-xs-4 {
    margin-left: 33.33333%; } }

@media (max-width: 480px) {
  .col-xs-5 {
    width: 41.66667%; }
  .offset-xs-5 {
    margin-left: 41.66667%; } }

@media (max-width: 480px) {
  .col-xs-6 {
    width: 50%; }
  .offset-xs-6 {
    margin-left: 50%; } }

@media (max-width: 480px) {
  .col-xs-7 {
    width: 58.33333%; }
  .offset-xs-7 {
    margin-left: 58.33333%; } }

@media (max-width: 480px) {
  .col-xs-8 {
    width: 66.66667%; }
  .offset-xs-8 {
    margin-left: 66.66667%; } }

@media (max-width: 480px) {
  .col-xs-9 {
    width: 75%; }
  .offset-xs-9 {
    margin-left: 75%; } }

@media (max-width: 480px) {
  .col-xs-10 {
    width: 83.33333%; }
  .offset-xs-10 {
    margin-left: 83.33333%; } }

@media (max-width: 480px) {
  .col-xs-11 {
    width: 91.66667%; }
  .offset-xs-11 {
    margin-left: 91.66667%; } }

@media (max-width: 480px) {
  .col-xs-12 {
    width: 100%; }
  .offset-xs-12 {
    margin-left: 100%; } }

.gutters > .col-0 {
  width: calc(0% - 20px); }

.gutters > .offset-0 {
  margin-left: calc(0% + 20px) !important; }

.gutters > .col-1 {
  width: calc(8.33333% - 20px); }

.gutters > .offset-1 {
  margin-left: calc(8.33333% + 20px) !important; }

.gutters > .col-2 {
  width: calc(16.66667% - 20px); }

.gutters > .offset-2 {
  margin-left: calc(16.66667% + 20px) !important; }

.gutters > .col-3 {
  width: calc(25% - 20px); }

.gutters > .offset-3 {
  margin-left: calc(25% + 20px) !important; }

.gutters > .col-4 {
  width: calc(33.33333% - 20px); }

.gutters > .offset-4 {
  margin-left: calc(33.33333% + 20px) !important; }

.gutters > .col-5 {
  width: calc(41.66667% - 20px); }

.gutters > .offset-5 {
  margin-left: calc(41.66667% + 20px) !important; }

.gutters > .col-6 {
  width: calc(50% - 20px); }

.gutters > .offset-6 {
  margin-left: calc(50% + 20px) !important; }

.gutters > .col-7 {
  width: calc(58.33333% - 20px); }

.gutters > .offset-7 {
  margin-left: calc(58.33333% + 20px) !important; }

.gutters > .col-8 {
  width: calc(66.66667% - 20px); }

.gutters > .offset-8 {
  margin-left: calc(66.66667% + 20px) !important; }

.gutters > .col-9 {
  width: calc(75% - 20px); }

.gutters > .offset-9 {
  margin-left: calc(75% + 20px) !important; }

.gutters > .col-10 {
  width: calc(83.33333% - 20px); }

.gutters > .offset-10 {
  margin-left: calc(83.33333% + 20px) !important; }

.gutters > .col-11 {
  width: calc(91.66667% - 20px); }

.gutters > .offset-11 {
  margin-left: calc(91.66667% + 20px) !important; }

.gutters > .col-12 {
  width: calc(100% - 20px); }

.gutters > .offset-12 {
  margin-left: calc(100% + 20px) !important; }

@media (max-width: 1260px) {
  .gutters > .col-lg-0 {
    width: calc(0% - 20px); }
  .gutters > .offset-lg-0 {
    margin-left: calc(0% + 20px) !important; } }

@media (max-width: 1260px) {
  .gutters > .col-lg-1 {
    width: calc(8.33333% - 20px); }
  .gutters > .offset-lg-1 {
    margin-left: calc(8.33333% + 20px) !important; } }

@media (max-width: 1260px) {
  .gutters > .col-lg-2 {
    width: calc(16.66667% - 20px); }
  .gutters > .offset-lg-2 {
    margin-left: calc(16.66667% + 20px) !important; } }

@media (max-width: 1260px) {
  .gutters > .col-lg-3 {
    width: calc(25% - 20px); }
  .gutters > .offset-lg-3 {
    margin-left: calc(25% + 20px) !important; } }

@media (max-width: 1260px) {
  .gutters > .col-lg-4 {
    width: calc(33.33333% - 20px); }
  .gutters > .offset-lg-4 {
    margin-left: calc(33.33333% + 20px) !important; } }

@media (max-width: 1260px) {
  .gutters > .col-lg-5 {
    width: calc(41.66667% - 20px); }
  .gutters > .offset-lg-5 {
    margin-left: calc(41.66667% + 20px) !important; } }

@media (max-width: 1260px) {
  .gutters > .col-lg-6 {
    width: calc(50% - 20px); }
  .gutters > .offset-lg-6 {
    margin-left: calc(50% + 20px) !important; } }

@media (max-width: 1260px) {
  .gutters > .col-lg-7 {
    width: calc(58.33333% - 20px); }
  .gutters > .offset-lg-7 {
    margin-left: calc(58.33333% + 20px) !important; } }

@media (max-width: 1260px) {
  .gutters > .col-lg-8 {
    width: calc(66.66667% - 20px); }
  .gutters > .offset-lg-8 {
    margin-left: calc(66.66667% + 20px) !important; } }

@media (max-width: 1260px) {
  .gutters > .col-lg-9 {
    width: calc(75% - 20px); }
  .gutters > .offset-lg-9 {
    margin-left: calc(75% + 20px) !important; } }

@media (max-width: 1260px) {
  .gutters > .col-lg-10 {
    width: calc(83.33333% - 20px); }
  .gutters > .offset-lg-10 {
    margin-left: calc(83.33333% + 20px) !important; } }

@media (max-width: 1260px) {
  .gutters > .col-lg-11 {
    width: calc(91.66667% - 20px); }
  .gutters > .offset-lg-11 {
    margin-left: calc(91.66667% + 20px) !important; } }

@media (max-width: 1260px) {
  .gutters > .col-lg-12 {
    width: calc(100% - 20px); }
  .gutters > .offset-lg-12 {
    margin-left: calc(100% + 20px) !important; } }

@media (max-width: 1023px) {
  .gutters > .col-md-0 {
    width: calc(0% - 20px); }
  .gutters > .offset-md-0 {
    margin-left: calc(0% + 20px) !important; } }

@media (max-width: 1023px) {
  .gutters > .col-md-1 {
    width: calc(8.33333% - 20px); }
  .gutters > .offset-md-1 {
    margin-left: calc(8.33333% + 20px) !important; } }

@media (max-width: 1023px) {
  .gutters > .col-md-2 {
    width: calc(16.66667% - 20px); }
  .gutters > .offset-md-2 {
    margin-left: calc(16.66667% + 20px) !important; } }

@media (max-width: 1023px) {
  .gutters > .col-md-3 {
    width: calc(25% - 20px); }
  .gutters > .offset-md-3 {
    margin-left: calc(25% + 20px) !important; } }

@media (max-width: 1023px) {
  .gutters > .col-md-4 {
    width: calc(33.33333% - 20px); }
  .gutters > .offset-md-4 {
    margin-left: calc(33.33333% + 20px) !important; } }

@media (max-width: 1023px) {
  .gutters > .col-md-5 {
    width: calc(41.66667% - 20px); }
  .gutters > .offset-md-5 {
    margin-left: calc(41.66667% + 20px) !important; } }

@media (max-width: 1023px) {
  .gutters > .col-md-6 {
    width: calc(50% - 20px); }
  .gutters > .offset-md-6 {
    margin-left: calc(50% + 20px) !important; } }

@media (max-width: 1023px) {
  .gutters > .col-md-7 {
    width: calc(58.33333% - 20px); }
  .gutters > .offset-md-7 {
    margin-left: calc(58.33333% + 20px) !important; } }

@media (max-width: 1023px) {
  .gutters > .col-md-8 {
    width: calc(66.66667% - 20px); }
  .gutters > .offset-md-8 {
    margin-left: calc(66.66667% + 20px) !important; } }

@media (max-width: 1023px) {
  .gutters > .col-md-9 {
    width: calc(75% - 20px); }
  .gutters > .offset-md-9 {
    margin-left: calc(75% + 20px) !important; } }

@media (max-width: 1023px) {
  .gutters > .col-md-10 {
    width: calc(83.33333% - 20px); }
  .gutters > .offset-md-10 {
    margin-left: calc(83.33333% + 20px) !important; } }

@media (max-width: 1023px) {
  .gutters > .col-md-11 {
    width: calc(91.66667% - 20px); }
  .gutters > .offset-md-11 {
    margin-left: calc(91.66667% + 20px) !important; } }

@media (max-width: 1023px) {
  .gutters > .col-md-12 {
    width: calc(100% - 20px); }
  .gutters > .offset-md-12 {
    margin-left: calc(100% + 20px) !important; } }

@media (max-width: 670px) {
  .gutters > .col-sm-0 {
    width: calc(0% - 20px); }
  .gutters > .offset-sm-0 {
    margin-left: calc(0% + 20px) !important; } }

@media (max-width: 670px) {
  .gutters > .col-sm-1 {
    width: calc(8.33333% - 20px); }
  .gutters > .offset-sm-1 {
    margin-left: calc(8.33333% + 20px) !important; } }

@media (max-width: 670px) {
  .gutters > .col-sm-2 {
    width: calc(16.66667% - 20px); }
  .gutters > .offset-sm-2 {
    margin-left: calc(16.66667% + 20px) !important; } }

@media (max-width: 670px) {
  .gutters > .col-sm-3 {
    width: calc(25% - 20px); }
  .gutters > .offset-sm-3 {
    margin-left: calc(25% + 20px) !important; } }

@media (max-width: 670px) {
  .gutters > .col-sm-4 {
    width: calc(33.33333% - 20px); }
  .gutters > .offset-sm-4 {
    margin-left: calc(33.33333% + 20px) !important; } }

@media (max-width: 670px) {
  .gutters > .col-sm-5 {
    width: calc(41.66667% - 20px); }
  .gutters > .offset-sm-5 {
    margin-left: calc(41.66667% + 20px) !important; } }

@media (max-width: 670px) {
  .gutters > .col-sm-6 {
    width: calc(50% - 20px); }
  .gutters > .offset-sm-6 {
    margin-left: calc(50% + 20px) !important; } }

@media (max-width: 670px) {
  .gutters > .col-sm-7 {
    width: calc(58.33333% - 20px); }
  .gutters > .offset-sm-7 {
    margin-left: calc(58.33333% + 20px) !important; } }

@media (max-width: 670px) {
  .gutters > .col-sm-8 {
    width: calc(66.66667% - 20px); }
  .gutters > .offset-sm-8 {
    margin-left: calc(66.66667% + 20px) !important; } }

@media (max-width: 670px) {
  .gutters > .col-sm-9 {
    width: calc(75% - 20px); }
  .gutters > .offset-sm-9 {
    margin-left: calc(75% + 20px) !important; } }

@media (max-width: 670px) {
  .gutters > .col-sm-10 {
    width: calc(83.33333% - 20px); }
  .gutters > .offset-sm-10 {
    margin-left: calc(83.33333% + 20px) !important; } }

@media (max-width: 670px) {
  .gutters > .col-sm-11 {
    width: calc(91.66667% - 20px); }
  .gutters > .offset-sm-11 {
    margin-left: calc(91.66667% + 20px) !important; } }

@media (max-width: 670px) {
  .gutters > .col-sm-12 {
    width: calc(100% - 20px); }
  .gutters > .offset-sm-12 {
    margin-left: calc(100% + 20px) !important; } }

@media (max-width: 480px) {
  .gutters > .col-xs-0 {
    width: calc(0% - 20px); }
  .gutters > .offset-xs-0 {
    margin-left: calc(0% + 20px) !important; } }

@media (max-width: 480px) {
  .gutters > .col-xs-1 {
    width: calc(8.33333% - 20px); }
  .gutters > .offset-xs-1 {
    margin-left: calc(8.33333% + 20px) !important; } }

@media (max-width: 480px) {
  .gutters > .col-xs-2 {
    width: calc(16.66667% - 20px); }
  .gutters > .offset-xs-2 {
    margin-left: calc(16.66667% + 20px) !important; } }

@media (max-width: 480px) {
  .gutters > .col-xs-3 {
    width: calc(25% - 20px); }
  .gutters > .offset-xs-3 {
    margin-left: calc(25% + 20px) !important; } }

@media (max-width: 480px) {
  .gutters > .col-xs-4 {
    width: calc(33.33333% - 20px); }
  .gutters > .offset-xs-4 {
    margin-left: calc(33.33333% + 20px) !important; } }

@media (max-width: 480px) {
  .gutters > .col-xs-5 {
    width: calc(41.66667% - 20px); }
  .gutters > .offset-xs-5 {
    margin-left: calc(41.66667% + 20px) !important; } }

@media (max-width: 480px) {
  .gutters > .col-xs-6 {
    width: calc(50% - 20px); }
  .gutters > .offset-xs-6 {
    margin-left: calc(50% + 20px) !important; } }

@media (max-width: 480px) {
  .gutters > .col-xs-7 {
    width: calc(58.33333% - 20px); }
  .gutters > .offset-xs-7 {
    margin-left: calc(58.33333% + 20px) !important; } }

@media (max-width: 480px) {
  .gutters > .col-xs-8 {
    width: calc(66.66667% - 20px); }
  .gutters > .offset-xs-8 {
    margin-left: calc(66.66667% + 20px) !important; } }

@media (max-width: 480px) {
  .gutters > .col-xs-9 {
    width: calc(75% - 20px); }
  .gutters > .offset-xs-9 {
    margin-left: calc(75% + 20px) !important; } }

@media (max-width: 480px) {
  .gutters > .col-xs-10 {
    width: calc(83.33333% - 20px); }
  .gutters > .offset-xs-10 {
    margin-left: calc(83.33333% + 20px) !important; } }

@media (max-width: 480px) {
  .gutters > .col-xs-11 {
    width: calc(91.66667% - 20px); }
  .gutters > .offset-xs-11 {
    margin-left: calc(91.66667% + 20px) !important; } }

@media (max-width: 480px) {
  .gutters > .col-xs-12 {
    width: calc(100% - 20px); }
  .gutters > .offset-xs-12 {
    margin-left: calc(100% + 20px) !important; } }

@media (max-width: 670px) {
  .row:not(.keep-row) [class^='offset-'],
  .row:not(.keep-row) [class*=' offset-'] {
    margin-left: 0; } }

.first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.last {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

@media (max-width: 670px) {
  .row:not(.keep-row) > .col {
    margin-left: 0;
    width: 100%; }
  .row:not(.keep-row).gutters > .col {
    margin-bottom: 20px; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

.gutters .column.push-left,
.push-left {
  margin-right: auto; }

.gutters .column.push-right,
.push-right {
  margin-left: auto; }

.gutters .column.push-center,
.push-center {
  margin-left: auto;
  margin-right: auto; }

.gutters .column.push-middle,
.push-middle {
  margin-top: auto;
  margin-bottom: auto; }

.push-bottom {
  margin-top: auto; }

@media (max-width: 670px) {
  .gutters .column.push-left-sm,
  .push-left-sm {
    margin-left: 0; }
  .gutters .column.push-center-sm,
  .push-center-sm {
    margin-left: auto;
    margin-right: auto; }
  .push-top-sm {
    margin-top: 0; } }

.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

@media (max-width: 670px) {
  .align-left-sm {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%; }

/* ///////////// */
/* GLOBAL STYLES */
/* ///////////// */
/**
  Generates all available font-sizes as element and class
 */
.h0 {
  font-size: 72px;
  font-size: 4rem;
  line-height: 82px;
  line-height: 4.55556rem; }

.h1 {
  font-size: 34px;
  font-size: 1.88889rem;
  line-height: 34px;
  line-height: 1.88889rem;
  letter-spacing: 0.94px; }

.h2 {
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 31px;
  line-height: 1.72222rem;
  letter-spacing: 0.7px; }

.h3 {
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 21px;
  line-height: 1.16667rem;
  letter-spacing: 1.67px; }

.h4 {
  font-size: 18px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.33333rem;
  letter-spacing: 1.2px; }

.h5 {
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 23px;
  line-height: 1.27778rem; }

.h6 {
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 23px;
  line-height: 1.27778rem; }

.copy, .hero-slider__desc {
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 21px;
  line-height: 1.16667rem;
  letter-spacing: 1px; }

.meta {
  font-size: 12px;
  font-size: 0.66667rem;
  line-height: 21px;
  line-height: 1.16667rem;
  letter-spacing: 1px; }

/**
  Sets the Font-Family for all headings inside a selector
 */
/**
  Sets the Font-Family for all buttons inside a selector
 */
a {
  color: #1A1919; }
  a:hover {
    color: #4e4b4b; }

.strong, .b,
strong, b {
  font-weight: 700; }

.medium {
  font-weight: 500; }

i, em {
  font-style: italic; }

.p, .copy, .hero-slider__desc {
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 21px;
  line-height: 1.16667rem;
  letter-spacing: 1px; }
  @media (max-width: 1260px) {
    .p, .copy, .hero-slider__desc {
      font-size: 14px;
      font-size: 0.77778rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1.17px; } }
  @media (max-width: 1023px) {
    .p, .copy, .hero-slider__desc {
      font-size: 14px;
      font-size: 0.77778rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1.17px; } }
  @media (max-width: 670px) {
    .p, .copy, .hero-slider__desc {
      font-size: 14px;
      font-size: 0.77778rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1.17px; } }
  @media (max-width: 480px) {
    .p, .copy, .hero-slider__desc {
      font-size: 14px;
      font-size: 0.77778rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1.17px; } }

.copy, .hero-slider__desc {
  color: #575757; }

.nostyle {
  font-size: inherit;
  font-weight: inherit;
  color: inherit; }

a.clear-links,
.clear-links a {
  text-decoration: none;
  color: inherit; }
  a.clear-links:hover,
  .clear-links a:hover {
    color: inherit;
    text-decoration: none; }

.button, input[type="submit"] {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 0.88889rem;
  line-height: 19px;
  line-height: 1.05556rem;
  letter-spacing: 0.89px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 35px 15px 35px;
  background: #1A1919;
  cursor: pointer; }
  .button:hover, input:hover[type="submit"] {
    color: #fff;
    background: #272626; }
  .button.disabled, input.disabled[type="submit"], .button:disabled, input:disabled[type="submit"] {
    background: #ABABAB;
    cursor: not-allowed; }
  .button.button--ghost, input.button--ghost[type="submit"] {
    background: transparent;
    border: 1px solid #1A1919;
    color: #1A1919;
    padding: 15px 34px 14px 34px; }
    .button.button--ghost:hover, input.button--ghost:hover[type="submit"] {
      color: #fff;
      background: #1A1919; }
    .button.button--ghost.button--small, input.button--ghost.button--small[type="submit"] {
      padding: 9px 29px 9px 29px; }
  .button.button--small, input.button--small[type="submit"] {
    font-size: 13px;
    font-size: 0.72222rem;
    line-height: 16px;
    line-height: 0.88889rem;
    letter-spacing: 0.81px;
    padding: 10px 30px 10px 30px; }
  .button .icon, input[type="submit"] .icon {
    position: relative;
    margin-top: -4px;
    width: 24px;
    height: 24px; }
    .button .icon + span, input[type="submit"] .icon + span {
      margin-left: 15px; }
  .button span + .icon, input[type="submit"] span + .icon {
    margin-left: 15px; }

/**
  HELPER CLASSES
 */
.margin__bottom--none {
  margin-bottom: 0 !important; }

.margin__bottom--xsmall {
  margin-bottom: 0.55556rem !important; }

.margin__bottom--small,
.site-menu__title,
.gender-switch__title,
.product-col__image,
.cart-item__product-item-meta {
  margin-bottom: 1.11111rem !important; }

.margin__bottom--semi,
.site-menu__header,
.hero-slider__desc,
.product-slider__image,
.product-slider__price,
.cart-item {
  margin-bottom: 1.66667rem !important; }

.margin__bottom--medium,
.product-list__col {
  margin-bottom: 2.22222rem !important; }

.margin__bottom--bold,
.product-single-specs,
.product-info-section {
  margin-bottom: 2.77778rem !important; }

.margin__bottom--large {
  margin-bottom: 4.44444rem !important; }
  @media (max-width: 1023px) {
    .margin__bottom--large {
      margin-bottom: 3.33333rem !important; } }

.margin__bottom--xlarge {
  margin-bottom: 6.66667rem !important; }
  @media (max-width: 1023px) {
    .margin__bottom--xlarge {
      margin-bottom: 5rem !important; } }

.text--right {
  text-align: right; }

.text--centered {
  text-align: center; }

.text--left {
  text-align: left; }

.text--justify {
  text-align: justify; }

.text--twocol {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2; }
  @media (max-width: 480px) {
    .text--twocol {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; } }

.color--white {
  color: #fff; }

.color--black {
  color: #1A1919; }

.color--grey {
  color: #ABABAB; }
  .color--grey-dark-1 {
    color: #575757; }
  .color--grey-dark-2 {
    color: #242424; }

.font--headline {
  font-family: "Montserrat", sans-serif !important; }

.font--text {
  font-family: "Roboto", sans-serif !important; }

.uppercase {
  text-transform: uppercase; }

.underline {
  text-decoration: underline; }

.left {
  float: left; }

.right {
  float: right; }

.half {
  width: 50%; }

.third {
  width: calc(100% / 3); }

.two-third {
  width: calc(100% / 3 * 2); }

.w--10 {
  width: 10%; }

.w--20 {
  width: 20%; }

.w--25 {
  width: 25%; }

.w--30 {
  width: 30%; }

.w--40 {
  width: 40%; }

.w--45 {
  width: 45%; }

.w--50 {
  width: 50%; }

.w--55 {
  width: 55%; }

.w--60 {
  width: 60%; }

.w--70 {
  width: 70%; }

.w--75 {
  width: 75%; }

.w--80 {
  width: 80%; }

.w--90 {
  width: 90%; }

.w--100 {
  width: 100%; }

@media (max-width: 480px) {
  .hide--phone {
    display: none !important; } }

@media (max-width: 1023px) {
  .hide--tablet {
    display: none !important; } }

@media (max-width: 1260px) {
  .hide--lg {
    display: none !important; } }

@media (min-width: 1023px) and (max-width: 1260px) {
  .hide--lg-only {
    display: none !important; } }

@media (max-width: 1023px) {
  .hide--md {
    display: none !important; } }

@media (min-width: 670px) and (max-width: 1023px) {
  .hide--md-only {
    display: none !important; } }

@media (max-width: 670px) {
  .hide--sm {
    display: none !important; } }

@media (min-width: 480px) and (max-width: 670px) {
  .hide--sm-only {
    display: none !important; } }

@media (max-width: 480px) {
  .hide--xs {
    display: none !important; } }

@media (max-width: 330px) {
  .hide--xxs {
    display: none !important; } }

/* 
  Elemente auf denen die Schrift geglättet werden muss,
  können mit `@extend .fs;` in ihrer Klasse erweitert werden.
*/
.fs {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
  *:after, *:before {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }

::-moz-focus-inner {
  bottom: 0;
  padding: 0; }

html, body {
  position: relative;
  height: 100%; }

html {
  font-size: 18px;
  overflow-x: hidden; }

body {
  font-family: "Roboto", sans-serif; }

*:focus {
  outline: 0; }

section,
.section {
  position: relative; }

img, svg,
video, audio,
object {
  max-width: 100%; }

img, video {
  height: auto; }

svg {
  max-height: 100%; }

iframe {
  border: none; }

.wrapper {
  width: 100%;
  overflow: hidden; }

.inner, .outer {
  margin: 0 auto; }

:root {
  --inner-width: 1000px; }
  @media (min-width: 1400px) {
    :root {
      --inner-width: 1200px; } }
  @media (max-width: 1260px) {
    :root {
      --inner-width: 900px; } }
  @media (max-width: 1023px) {
    :root {
      --inner-width: 738px; } }
  @media (max-width: 670px) {
    :root {
      --inner-width: calc(100vw - 40px); } }

.inner {
  max-width: 1000px; }
  @media (min-width: 1400px) {
    .inner {
      max-width: 1200px; } }
  @media (max-width: 1260px) {
    .inner {
      max-width: 960px; } }
  @media (max-width: 1023px) {
    .inner {
      max-width: 738px; } }
  @media (max-width: 670px) {
    .inner {
      max-width: calc(100vw - 40px); } }

.outer {
  max-width: 1800px; }

.header-padding {
  padding-top: 78px; }
  @media (max-width: 670px) {
    .header-padding {
      padding-top: 65px; } }
  .header-padding.topbar-padding {
    padding-top: calc(78px + 31px); }
    @media (max-width: 670px) {
      .header-padding.topbar-padding {
        padding-top: calc(65px + 31px); } }

hr {
  border-color: #ABABAB;
  border-style: solid;
  border-width: 0 0 1px 0; }

.page-fade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(26, 25, 25, 0.9);
  z-index: 101;
  cursor: pointer;
  pointer-events: none;
  opacity: 0; }

.page-wrapper {
  will-change: transform;
  -webkit-transition: .43s ease-out transform;
  transition: .43s ease-out transform; }

.menu-open .page-fade {
  opacity: 1;
  pointer-events: auto; }

.menu-open .page-wrapper {
  -webkit-transform: translateX(60px);
          transform: translateX(60px); }

.cart--open .page-fade {
  opacity: 1;
  pointer-events: auto; }

.cart--open .page-wrapper {
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px); }

/**
  Klasse .clear für manuelle DOM-Clearfixes
  und .clearfix als ergänzende Klasse mit :after-Clearfix
*/
.clear {
  clear: both; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

.wow {
  visibility: hidden; }

/*

  // Define Icon by .icon--NAME class
  .icon {
    &__close {
      @include icon( 'close' );

      &-red {
        @include icon( 'close' , 'red' );
      }
    }
  }

  // Define Icon-Size via .i--XX class
  .i {
    &--16 {
      width: 16px;
      height: 16px;
    }
    &--24 {
      width: 24px;
      height: 24px;
    }
    &--32 {
      width: 32px;
      height: 32px;
    }
  }

*/
.page__title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  font-size: 34px;
  font-size: 1.88889rem;
  line-height: 34px;
  line-height: 1.88889rem;
  letter-spacing: 0.94px;
  font-weight: 600; }
  @media (max-width: 1260px) {
    .page__title {
      font-size: 34px;
      font-size: 1.88889rem;
      line-height: 34px;
      line-height: 1.88889rem;
      letter-spacing: 0.94px; } }
  @media (max-width: 1023px) {
    .page__title {
      font-size: 34px;
      font-size: 1.88889rem;
      line-height: 34px;
      line-height: 1.88889rem;
      letter-spacing: 0.94px; } }
  @media (max-width: 670px) {
    .page__title {
      font-size: 29px;
      font-size: 1.61111rem;
      line-height: 30px;
      line-height: 1.66667rem;
      letter-spacing: 0.81px; } }
  @media (max-width: 480px) {
    .page__title {
      font-size: 29px;
      font-size: 1.61111rem;
      line-height: 30px;
      line-height: 1.66667rem;
      letter-spacing: 0.81px; } }

.section__title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  font-size: 18px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.33333rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500; }
  @media (max-width: 1260px) {
    .section__title {
      font-size: 18px;
      font-size: 1rem;
      line-height: 24px;
      line-height: 1.33333rem; } }
  @media (max-width: 1023px) {
    .section__title {
      font-size: 18px;
      font-size: 1rem;
      line-height: 24px;
      line-height: 1.33333rem; } }
  @media (max-width: 670px) {
    .section__title {
      font-size: 18px;
      font-size: 1rem;
      line-height: 24px;
      line-height: 1.33333rem; } }
  @media (max-width: 480px) {
    .section__title {
      font-size: 18px;
      font-size: 1rem;
      line-height: 24px;
      line-height: 1.33333rem; } }

.product-title, .product-col__title {
  font-size: 12px;
  font-size: 0.66667rem;
  line-height: 21px;
  line-height: 1.16667rem;
  letter-spacing: 1px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #575757; }
  @media (max-width: 1260px) {
    .product-title, .product-col__title {
      font-size: 12px;
      font-size: 0.66667rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1px; } }
  @media (max-width: 1023px) {
    .product-title, .product-col__title {
      font-size: 12px;
      font-size: 0.66667rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1px; } }
  @media (max-width: 670px) {
    .product-title, .product-col__title {
      font-size: 12px;
      font-size: 0.66667rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1px; } }
  @media (max-width: 480px) {
    .product-title, .product-col__title {
      font-size: 12px;
      font-size: 0.66667rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1px; } }

.meta-title,
label.meta-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  font-size: 12px;
  font-size: 0.66667rem;
  line-height: 21px;
  line-height: 1.16667rem;
  letter-spacing: 1px;
  margin-bottom: 5px; }
  @media (max-width: 1260px) {
    .meta-title,
    label.meta-title {
      font-size: 12px;
      font-size: 0.66667rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1px; } }
  @media (max-width: 1023px) {
    .meta-title,
    label.meta-title {
      font-size: 12px;
      font-size: 0.66667rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1px; } }
  @media (max-width: 670px) {
    .meta-title,
    label.meta-title {
      font-size: 12px;
      font-size: 0.66667rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1px; } }
  @media (max-width: 480px) {
    .meta-title,
    label.meta-title {
      font-size: 12px;
      font-size: 0.66667rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1px; } }

/* //////////////////// */
/* HEADER / MOBILE MENU */
/* //////////////////// */
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
  will-change: transform;
  -webkit-transition: 0.22s cubic-bezier(0.23, 1, 0.32, 1) -webkit-transform;
  transition: 0.22s cubic-bezier(0.23, 1, 0.32, 1) -webkit-transform;
  transition: 0.22s cubic-bezier(0.23, 1, 0.32, 1) transform;
  transition: 0.22s cubic-bezier(0.23, 1, 0.32, 1) transform, 0.22s cubic-bezier(0.23, 1, 0.32, 1) -webkit-transform; }
  .site-header.site-header--scrolled {
    -webkit-transform: translateY(-31px);
            transform: translateY(-31px); }
  .site-header__inner {
    padding: 12px 30px 15px 30px;
    border-bottom: 1px solid #ABABAB;
    will-change: padding;
    -webkit-transition: .22s ease padding;
    transition: .22s ease padding; }
    @media (max-width: 670px) {
      .site-header__inner {
        padding-bottom: 12px;
        padding-left: 15px;
        padding-right: 15px; } }
    .site-header--down .site-header__inner {
      padding: 8px 30px 11px 30px; }
      @media (max-width: 670px) {
        .site-header--down .site-header__inner {
          padding: 5px 15px 7px 15px; } }
  .site-header__row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .site-header__left-col {
    width: 16.66667%; }
  .site-header__main-col {
    width: 66.66667%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .site-header__right-col {
    width: 16.66667%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .site-header__logo {
    display: block;
    width: 55px;
    will-change: width;
    -webkit-transition: .22s ease width;
    transition: .22s ease width; }
    @media (max-width: 670px) {
      .site-header__logo {
        width: 45px; } }
    .site-header__logo .svg-logo__icon {
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      will-change: transform;
      -webkit-transition: .22s ease transform;
      transition: .22s ease transform; }
    .site-header__logo .svg-logo__text {
      will-change: transform, opacity;
      -webkit-transition: .22s ease all;
      transition: .22s ease all; }
    .site-header--down .site-header__logo {
      width: 45px; }
      .site-header--down .site-header__logo .svg-logo__icon {
        -webkit-transform: scale(1.4) translateY(12px);
                transform: scale(1.4) translateY(12px); }
      .site-header--down .site-header__logo .svg-logo__text {
        opacity: 0;
        -webkit-transform: translateY(5px);
                transform: translateY(5px); }
  .site-header__cart-badge {
    text-decoration: none; }

.hamburger {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 30px; }
  .hamburger .line {
    display: block;
    width: 100%;
    height: 2px;
    background: #575757;
    will-change: transform;
    -webkit-transition: 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955) -webkit-transform;
    transition: 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955) -webkit-transform;
    transition: 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955) transform;
    transition: 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955) transform, 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955) -webkit-transform; }
    .hamburger .line + .line {
      margin-top: 6px; }
  .hamburger:hover .line:nth-child(1) {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); }
  .hamburger:hover .line:nth-child(2) {
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }

.cart-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }
  .cart-badge__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: block;
    width: 22px;
    height: 26px;
    margin-right: 10px; }
  .cart-badge__count {
    position: relative;
    top: 1px;
    font-size: 18px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.22222rem;
    letter-spacing: 2.18px; }

.site-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100vh;
  background: #fff;
  padding: 0 15px;
  z-index: 102;
  -webkit-transition: .36s ease-in-out all;
  transition: .36s ease-in-out all;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  pointer-events: none; }
  .menu-open .site-menu {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: .42s ease-out all;
    transition: .42s ease-out all; }
  @media (min-width: 1400px) {
    .site-menu {
      width: 360px; } }
  @media (max-width: 480px) {
    .site-menu {
      width: calc(100vw - 95px); } }
  .site-menu__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 17px 0;
    border-bottom: 1px solid #ABABAB; }
  .site-menu__content {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-left: 15px;
    overflow-y: auto;
    overflow-x: hidden; }
  .site-menu__logo {
    width: 40px; }
  .site-menu__actions {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    margin-left: -25px; }
    .site-menu__actions li {
      margin-left: 25px; }
  .site-menu__title {
    display: block;
    font-size: 20px;
    font-size: 1.11111rem;
    line-height: 31px;
    line-height: 1.72222rem;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    padding: 0 5px; }
    @media (max-width: 1260px) {
      .site-menu__title {
        font-size: 20px;
        font-size: 1.11111rem;
        line-height: 31px;
        line-height: 1.72222rem;
        letter-spacing: 1px; } }
    @media (max-width: 1023px) {
      .site-menu__title {
        font-size: 20px;
        font-size: 1.11111rem;
        line-height: 31px;
        line-height: 1.72222rem;
        letter-spacing: 1px; } }
    @media (max-width: 670px) {
      .site-menu__title {
        font-size: 20px;
        font-size: 1.11111rem;
        line-height: 31px;
        line-height: 1.72222rem;
        letter-spacing: 1px; } }
    @media (max-width: 480px) {
      .site-menu__title {
        font-size: 20px;
        font-size: 1.11111rem;
        line-height: 31px;
        line-height: 1.72222rem;
        letter-spacing: 1px; } }
  .site-menu__nav {
    font-size: 14px;
    font-size: 0.77778rem;
    line-height: 21px;
    line-height: 1.16667rem;
    letter-spacing: 1px;
    text-transform: uppercase; }
    @media (max-width: 1260px) {
      .site-menu__nav {
        font-size: 14px;
        font-size: 0.77778rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.17px; } }
    @media (max-width: 1023px) {
      .site-menu__nav {
        font-size: 14px;
        font-size: 0.77778rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.17px; } }
    @media (max-width: 670px) {
      .site-menu__nav {
        font-size: 14px;
        font-size: 0.77778rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.17px; } }
    @media (max-width: 480px) {
      .site-menu__nav {
        font-size: 14px;
        font-size: 0.77778rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.17px; } }
    .site-menu__nav a {
      display: block;
      padding: 15px 20px;
      width: calc(100% + 30px);
      margin-left: -15px; }
      .site-menu__nav a:hover {
        background: rgba(242, 242, 242, 0.5); }
    .site-menu__nav li {
      border-bottom: 1px solid #F2F2F2; }

.site-menu-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .site-menu-action--search {
    color: #ABABAB; }
  .site-menu-action--close {
    color: #ABABAB;
    position: absolute;
    top: 0;
    right: -45px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
    .site-menu-action--close:hover {
      color: #fff; }
  .site-menu-action__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 22px;
    height: 22px;
    margin-bottom: 7px; }
    .site-menu-action__icon svg {
      width: 100%; }
  .site-menu-action__label {
    font-size: 8px;
    font-size: 0.44444rem;
    line-height: 10px;
    line-height: 0.55556rem;
    letter-spacing: 1.33px;
    text-transform: uppercase; }

/* /////// */
/* FOOTER */
/* /////// */
.footer-copyright {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  padding: 8px 0;
  color: #fff;
  background: #1A1919; }

.footer-contact {
  text-align: center;
  padding: 50px 0 60px 0; }
  .footer-contact__title {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    font-size: 1.33333rem;
    line-height: 30px;
    line-height: 1.66667rem;
    letter-spacing: 1px; }
  .footer-contact__desc {
    font-size: 16px;
    font-size: 0.88889rem;
    line-height: 26px;
    line-height: 1.44444rem;
    letter-spacing: 0.89px;
    color: #575757; }

.footer-social-media__title {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.33333rem;
  letter-spacing: 1.2px;
  font-weight: 500;
  text-transform: uppercase; }
  @media (max-width: 1260px) {
    .footer-social-media__title {
      font-size: 18px;
      font-size: 1rem;
      line-height: 24px;
      line-height: 1.33333rem; } }
  @media (max-width: 1023px) {
    .footer-social-media__title {
      font-size: 18px;
      font-size: 1rem;
      line-height: 24px;
      line-height: 1.33333rem; } }
  @media (max-width: 670px) {
    .footer-social-media__title {
      font-size: 18px;
      font-size: 1rem;
      line-height: 24px;
      line-height: 1.33333rem; } }
  @media (max-width: 480px) {
    .footer-social-media__title {
      font-size: 18px;
      font-size: 1rem;
      line-height: 24px;
      line-height: 1.33333rem; } }

.footer-social-media__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -10px; }
  .footer-social-media__links li {
    margin-left: 10px;
    width: 50px;
    height: 50px; }
    .footer-social-media__links li svg {
      width: 100%; }

.footer-menu-section {
  padding: 30px 0 25px 0;
  text-align: center;
  background: #F2F2F2;
  color: #575757; }
  .footer-menu-section a:hover {
    text-decoration: underline; }

.footer-meta {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  padding: 15px 0;
  color: #ABABAB;
  background: #242424; }
  .footer-meta a:hover {
    color: #fff; }
  .footer-meta-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -20px;
    font-size: 14px;
    font-size: 0.77778rem;
    line-height: 21px;
    line-height: 1.16667rem;
    letter-spacing: 1px; }
    @media (max-width: 1260px) {
      .footer-meta-menu {
        font-size: 14px;
        font-size: 0.77778rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.17px; } }
    @media (max-width: 1023px) {
      .footer-meta-menu {
        font-size: 14px;
        font-size: 0.77778rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.17px; } }
    @media (max-width: 670px) {
      .footer-meta-menu {
        font-size: 14px;
        font-size: 0.77778rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.17px; } }
    @media (max-width: 480px) {
      .footer-meta-menu {
        font-size: 14px;
        font-size: 0.77778rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.17px; } }
    @media (max-width: 670px) {
      .footer-meta-menu {
        font-size: 12px;
        font-size: 0.66667rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1px; } }
  @media (max-width: 670px) and (max-width: 1260px) {
    .footer-meta-menu {
      font-size: 12px;
      font-size: 0.66667rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1px; } }
  @media (max-width: 670px) and (max-width: 1023px) {
    .footer-meta-menu {
      font-size: 12px;
      font-size: 0.66667rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1px; } }
  @media (max-width: 670px) and (max-width: 670px) {
    .footer-meta-menu {
      font-size: 12px;
      font-size: 0.66667rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1px; } }
  @media (max-width: 670px) and (max-width: 480px) {
    .footer-meta-menu {
      font-size: 12px;
      font-size: 0.66667rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1px; } }
    .footer-meta-menu li {
      margin-left: 20px; }

/* //////////////////////// */
/* MODULE / MODULAR CONTENT */
/* //////////////////////// */
/**
    Reset Inputs
 */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="phone"],
input[type="submit"],
input[type="checkbox"],
input[type="radio"],
textarea,
select {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  color: #1A1919;
  padding: .5rem; }

label {
  display: block;
  font-family: "Roboto", sans-serif;
  -webkit-appearance: none; }

/**
    Style Inputs
 */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="phone"],
textarea,
select {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  background: #fff;
  border: 1px solid #ABABAB;
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 21px;
  line-height: 1.16667rem;
  letter-spacing: 1px;
  padding: 10px 11px; }
  @media (max-width: 1260px) {
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="number"],
    input[type="phone"],
    textarea,
    select {
      font-size: 14px;
      font-size: 0.77778rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1.17px; } }
  @media (max-width: 1023px) {
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="number"],
    input[type="phone"],
    textarea,
    select {
      font-size: 14px;
      font-size: 0.77778rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1.17px; } }
  @media (max-width: 670px) {
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="number"],
    input[type="phone"],
    textarea,
    select {
      font-size: 14px;
      font-size: 0.77778rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1.17px; } }
  @media (max-width: 480px) {
    input[type="text"],
    input[type="password"],
    input[type="email"],
    input[type="number"],
    input[type="phone"],
    textarea,
    select {
      font-size: 14px;
      font-size: 0.77778rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1.17px; } }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="phone"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ABABAB; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="phone"]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    /* Firefox 19+ */
    color: #ABABAB; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="phone"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder {
    /* IE 10+ */
    color: #ABABAB; }
  input[type="text"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="phone"]:-moz-placeholder,
  textarea:-moz-placeholder,
  select:-moz-placeholder {
    /* Firefox 18- */
    color: #ABABAB; }

.input-group .input {
  width: 100%; }

.select {
  position: relative;
  width: 100%;
  background: url("../img/icons/caret-down-ccolor.svg") no-repeat calc(100% - 15px) calc(100% - 14px);
  background-size: 18px 9px; }

.checkbox {
  position: absolute;
  top: 0;
  left: -9999px;
  visibility: hidden; }
  .checkbox + label {
    position: relative;
    padding-left: calc(20px + 10px);
    font-size: 14px;
    font-size: 0.77778rem;
    line-height: 21px;
    line-height: 1.16667rem;
    letter-spacing: 1px;
    cursor: pointer; }
    @media (max-width: 1260px) {
      .checkbox + label {
        font-size: 14px;
        font-size: 0.77778rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.17px; } }
    @media (max-width: 1023px) {
      .checkbox + label {
        font-size: 14px;
        font-size: 0.77778rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.17px; } }
    @media (max-width: 670px) {
      .checkbox + label {
        font-size: 14px;
        font-size: 0.77778rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.17px; } }
    @media (max-width: 480px) {
      .checkbox + label {
        font-size: 14px;
        font-size: 0.77778rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.17px; } }
    .checkbox + label:before {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      top: 0;
      left: 0;
      background: #fff;
      border: 1px solid #ABABAB; }
  .checkbox:checked + label:before {
    background: #fff url("../img/icons/tick-grey-dark-1.svg") no-repeat center center;
    background-size: 13px 11px; }

.radio {
  position: absolute;
  top: 0;
  left: -9999px;
  visibility: hidden; }
  .radio + label {
    position: relative;
    padding-left: calc(20px + 10px);
    font-size: 14px;
    font-size: 0.77778rem;
    line-height: 21px;
    line-height: 1.16667rem;
    letter-spacing: 1px;
    cursor: pointer; }
    @media (max-width: 1260px) {
      .radio + label {
        font-size: 14px;
        font-size: 0.77778rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.17px; } }
    @media (max-width: 1023px) {
      .radio + label {
        font-size: 14px;
        font-size: 0.77778rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.17px; } }
    @media (max-width: 670px) {
      .radio + label {
        font-size: 14px;
        font-size: 0.77778rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.17px; } }
    @media (max-width: 480px) {
      .radio + label {
        font-size: 14px;
        font-size: 0.77778rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.17px; } }
    .radio + label:before {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      position: absolute;
      top: 0;
      left: 0;
      background: #fff;
      border: 1px solid #ABABAB;
      border-radius: 100%; }
  .radio:checked + label:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 6px;
    left: 6px;
    background: #242424;
    border-radius: 100%; }

.form .input-group {
  margin-bottom: 10px; }

/**
  Rendert einen Div mit gleichbleibendem Seitenverhältnis
 */
.ar--16-9 {
  position: relative;
  width: 100%; }
  .ar--16-9:after {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    padding-top: 56.25%;
    pointer-events: none; }

.ar--4-3 {
  position: relative;
  width: 100%; }
  .ar--4-3:after {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    padding-top: 75%;
    pointer-events: none; }

.ar--21-9 {
  position: relative;
  width: 100%; }
  .ar--21-9:after {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    padding-top: 42.8571%;
    pointer-events: none; }

.ar__content {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; }
  .ar__content iframe, .ar__content video {
    display: block;
    width: 100%;
    height: 100%; }

[class^="spacer"] {
  display: block;
  width: 100%; }

.spacer--xsmall {
  height: 0.55556rem !important; }

.spacer--small {
  height: 1.11111rem !important; }

.spacer--medium {
  height: 2.22222rem !important; }

.spacer--large {
  height: 5rem !important; }
  @media (max-width: 1023px) {
    .spacer--large {
      height: 3.33333rem !important; } }

.spacer--xlarge {
  height: 6.66667rem !important; }
  @media (max-width: 1023px) {
    .spacer--xlarge {
      height: 5rem !important; } }

.topbar {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  width: 100%;
  padding: 5px 0;
  font-size: 12px;
  font-size: 0.66667rem;
  line-height: 21px;
  line-height: 1.16667rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background: #1A1919; }
  @media (max-width: 1260px) {
    .topbar {
      font-size: 12px;
      font-size: 0.66667rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1px; } }
  @media (max-width: 1023px) {
    .topbar {
      font-size: 12px;
      font-size: 0.66667rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1px; } }
  @media (max-width: 670px) {
    .topbar {
      font-size: 12px;
      font-size: 0.66667rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1px; } }
  @media (max-width: 480px) {
    .topbar {
      font-size: 12px;
      font-size: 0.66667rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1px; } }

.slick-dots li {
  width: 8px;
  height: 8px;
  background: #fff;
  border: 1px solid #9e9e9e;
  border-radius: 100%;
  margin: 0 3px; }
  .slick-dots li.slick-active {
    background: #ABABAB; }
  .slick-dots li button {
    display: none; }

.hero-slider__slide {
  overflow: hidden; }

.hero-slider__image {
  display: block;
  max-height: calc(100vh - 78px - 40px);
  overflow: hidden; }
  @media (max-width: 670px) {
    .hero-slider__image {
      height: 260px; } }
  .hero-slider__image img {
    -webkit-animation: 15s ease hero-slider-zoom infinite;
            animation: 15s ease hero-slider-zoom infinite; }
  .topbar-padding .hero-slider__image {
    max-height: calc(100vh - 78px - 31px - 40px); }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .hero-slider__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; } }

@-webkit-keyframes hero-slider-zoom {
  0% {
    -webkit-transform: scale(1) translateY(0) rotateY(0deg) rotateX(0deg);
            transform: scale(1) translateY(0) rotateY(0deg) rotateX(0deg); }
  50% {
    -webkit-transform: scale(1.05) translateY(1%) rotateY(4deg) rotateX(3deg);
            transform: scale(1.05) translateY(1%) rotateY(4deg) rotateX(3deg); }
  100% {
    -webkit-transform: scale(1) translateY(0) rotateY(0deg) rotateX(0deg);
            transform: scale(1) translateY(0) rotateY(0deg) rotateX(0deg); } }

@keyframes hero-slider-zoom {
  0% {
    -webkit-transform: scale(1) translateY(0) rotateY(0deg) rotateX(0deg);
            transform: scale(1) translateY(0) rotateY(0deg) rotateX(0deg); }
  50% {
    -webkit-transform: scale(1.05) translateY(1%) rotateY(4deg) rotateX(3deg);
            transform: scale(1.05) translateY(1%) rotateY(4deg) rotateX(3deg); }
  100% {
    -webkit-transform: scale(1) translateY(0) rotateY(0deg) rotateX(0deg);
            transform: scale(1) translateY(0) rotateY(0deg) rotateX(0deg); } }

.hero-slider__content {
  position: relative;
  padding: 60px 30px 20px 30px;
  text-align: center; }
  .hero-slider__content:before {
    content: '';
    display: block;
    position: absolute;
    top: 15px;
    left: 50%;
    width: 19px;
    height: 9px;
    background: url("../img/icons/caret-down-ccolor.svg") no-repeat center center;
    background-size: cover;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-animation: 2s cubic-bezier(0.77, 0, 0.175, 1) hover-hero-caret infinite;
            animation: 2s cubic-bezier(0.77, 0, 0.175, 1) hover-hero-caret infinite;
    opacity: .5; }
    @media (max-width: 670px) {
      .hero-slider__content:before {
        top: 25px; } }

@-webkit-keyframes hover-hero-caret {
  0% {
    -webkit-transform: translate(-50%, -5px);
            transform: translate(-50%, -5px); }
  50% {
    -webkit-transform: translate(-50%, 5px);
            transform: translate(-50%, 5px); }
  100% {
    -webkit-transform: translate(-50%, -5px);
            transform: translate(-50%, -5px); } }

@keyframes hover-hero-caret {
  0% {
    -webkit-transform: translate(-50%, -5px);
            transform: translate(-50%, -5px); }
  50% {
    -webkit-transform: translate(-50%, 5px);
            transform: translate(-50%, 5px); }
  100% {
    -webkit-transform: translate(-50%, -5px);
            transform: translate(-50%, -5px); } }
  .hero-slider__content > * {
    opacity: 0;
    will-change: opacity, transform;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: .33s ease-out all;
    transition: .33s ease-out all; }
    .hero-slider__content > *:nth-child(0) {
      -webkit-transition-delay: 0.15s;
              transition-delay: 0.15s; }
    .hero-slider__content > *:nth-child(1) {
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s; }
    .hero-slider__content > *:nth-child(2) {
      -webkit-transition-delay: 0.25s;
              transition-delay: 0.25s; }
    .hero-slider__content > *:nth-child(3) {
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s; }
    .hero-slider__content > *:nth-child(4) {
      -webkit-transition-delay: 0.35s;
              transition-delay: 0.35s; }
    .hero-slider__content > *:nth-child(5) {
      -webkit-transition-delay: 0.4s;
              transition-delay: 0.4s; }
    .slick-active .hero-slider__content > * {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }

.hero-slider__title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  font-size: 20px;
  font-size: 1.11111rem;
  line-height: 31px;
  line-height: 1.72222rem;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-bottom: 10px; }
  @media (max-width: 1260px) {
    .hero-slider__title {
      font-size: 20px;
      font-size: 1.11111rem;
      line-height: 31px;
      line-height: 1.72222rem;
      letter-spacing: 1px; } }
  @media (max-width: 1023px) {
    .hero-slider__title {
      font-size: 20px;
      font-size: 1.11111rem;
      line-height: 31px;
      line-height: 1.72222rem;
      letter-spacing: 1px; } }
  @media (max-width: 670px) {
    .hero-slider__title {
      font-size: 20px;
      font-size: 1.11111rem;
      line-height: 31px;
      line-height: 1.72222rem;
      letter-spacing: 1px; } }
  @media (max-width: 480px) {
    .hero-slider__title {
      font-size: 20px;
      font-size: 1.11111rem;
      line-height: 31px;
      line-height: 1.72222rem;
      letter-spacing: 1px; } }

.gender-switch {
  overflow: hidden; }
  @media (min-width: 1400px) {
    .gender-switch {
      height: 400px; } }
  .gender-switch .outer, .gender-switch .row, .gender-switch .gender-switch__col {
    height: 100%; }
  .gender-switch__col {
    position: relative;
    width: 50%; }
    @media (max-width: 670px) {
      .gender-switch__col {
        width: 100%; } }
  .gender-switch__bg {
    position: relative;
    z-index: 0;
    height: 100%; }
    .gender-switch__bg img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 0 0;
         object-position: 0 0; }
  .gender-switch__content {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    width: 100%;
    height: 100%;
    padding: 40px 35px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .gender-switch__title {
    font-family: "Montserrat", sans-serif;
    font-size: 34px;
    font-size: 1.88889rem;
    line-height: 34px;
    line-height: 1.88889rem;
    letter-spacing: 0.94px;
    text-transform: uppercase;
    letter-spacing: 2.83px;
    font-weight: 600; }
    @media (max-width: 1260px) {
      .gender-switch__title {
        font-size: 34px;
        font-size: 1.88889rem;
        line-height: 34px;
        line-height: 1.88889rem;
        letter-spacing: 0.94px; } }
    @media (max-width: 1023px) {
      .gender-switch__title {
        font-size: 34px;
        font-size: 1.88889rem;
        line-height: 34px;
        line-height: 1.88889rem;
        letter-spacing: 0.94px; } }
    @media (max-width: 670px) {
      .gender-switch__title {
        font-size: 29px;
        font-size: 1.61111rem;
        line-height: 30px;
        line-height: 1.66667rem;
        letter-spacing: 0.81px; } }
    @media (max-width: 480px) {
      .gender-switch__title {
        font-size: 29px;
        font-size: 1.61111rem;
        line-height: 30px;
        line-height: 1.66667rem;
        letter-spacing: 0.81px; } }

.gender-switch__left .gender-switch__content {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right; }

.gender-switch__right .gender-switch__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  .section-header__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
    color: #ABABAB; }
    .section-header__icon svg {
      width: 100%;
      height: 100%; }
  .section-header__title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 20px;
    font-size: 1.11111rem;
    line-height: 21px;
    line-height: 1.16667rem;
    letter-spacing: 1.67px;
    text-transform: uppercase;
    text-align: center; }
    @media (max-width: 1260px) {
      .section-header__title {
        font-size: 20px;
        font-size: 1.11111rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.67px; } }
    @media (max-width: 1023px) {
      .section-header__title {
        font-size: 20px;
        font-size: 1.11111rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.67px; } }
    @media (max-width: 670px) {
      .section-header__title {
        font-size: 20px;
        font-size: 1.11111rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.67px; } }
    @media (max-width: 480px) {
      .section-header__title {
        font-size: 20px;
        font-size: 1.11111rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.67px; } }

.product-col {
  text-align: center; }
  .product-col__image {
    display: block;
    position: relative; }
  .product-col__title {
    margin-bottom: 5px; }
  .product-col__variant {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    font-size: 12px;
    font-size: 0.66667rem;
    line-height: 21px;
    line-height: 1.16667rem;
    letter-spacing: 1px;
    color: #ABABAB;
    margin-bottom: 5px; }
    @media (max-width: 1260px) {
      .product-col__variant {
        font-size: 12px;
        font-size: 0.66667rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1px; } }
    @media (max-width: 1023px) {
      .product-col__variant {
        font-size: 12px;
        font-size: 0.66667rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1px; } }
    @media (max-width: 670px) {
      .product-col__variant {
        font-size: 12px;
        font-size: 0.66667rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1px; } }
    @media (max-width: 480px) {
      .product-col__variant {
        font-size: 12px;
        font-size: 0.66667rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1px; } }
  .product-col__price {
    font-size: 14px;
    font-size: 0.77778rem;
    line-height: 21px;
    line-height: 1.16667rem;
    letter-spacing: 1px;
    color: #575757; }
    @media (max-width: 1260px) {
      .product-col__price {
        font-size: 14px;
        font-size: 0.77778rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.17px; } }
    @media (max-width: 1023px) {
      .product-col__price {
        font-size: 14px;
        font-size: 0.77778rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.17px; } }
    @media (max-width: 670px) {
      .product-col__price {
        font-size: 14px;
        font-size: 0.77778rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.17px; } }
    @media (max-width: 480px) {
      .product-col__price {
        font-size: 14px;
        font-size: 0.77778rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.17px; } }
  .product-col__size-switcher {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.product-col-image__hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; }
  .product-col-image__hover-image.product-col-image__hover-image {
    display: none; }

.hover-zones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3; }

.hover-zone {
  display: block;
  width: 100%;
  height: calc(100% + 5px);
  border-bottom: 1px solid #E7E7E7; }
  .hover-zone:hover {
    border-bottom-color: #575757; }

.product-slider {
  width: 400px; }
  @media (max-width: 670px) {
    .product-slider {
      width: 83.33333%; } }
  .product-slider .slick-arrow {
    display: block;
    width: 30px;
    height: 60px; }
    .product-slider .slick-arrow:before {
      content: ''; }
  .product-slider .slick-next {
    right: -10px;
    background: url("../img/icons/arrow-large-right-grey.svg") no-repeat center center; }
  .product-slider .slick-prev {
    left: -10px;
    z-index: 2;
    background: url("../img/icons/arrow-large-left-grey.svg") no-repeat center center; }
  .product-slider__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .product-slider .slick-list {
    overflow: visible; }
  .product-slider .slick-slide {
    opacity: .5;
    will-change: opacity;
    -webkit-transition: .23s ease opacity;
    transition: .23s ease opacity; }
    .product-slider .slick-slide .product-col__image {
      pointer-events: none;
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
      will-change: transform;
      -webkit-transition: 0.23s cubic-bezier(0.77, 0, 0.175, 1) -webkit-transform;
      transition: 0.23s cubic-bezier(0.77, 0, 0.175, 1) -webkit-transform;
      transition: 0.23s cubic-bezier(0.77, 0, 0.175, 1) transform;
      transition: 0.23s cubic-bezier(0.77, 0, 0.175, 1) transform, 0.23s cubic-bezier(0.77, 0, 0.175, 1) -webkit-transform; }
    .product-slider .slick-slide .product-col__content > * {
      opacity: 0;
      will-change: opacity, transform;
      -webkit-transform: translateY(10px);
              transform: translateY(10px);
      -webkit-transition: .33s ease-out all;
      transition: .33s ease-out all; }
      .product-slider .slick-slide .product-col__content > *:nth-child(0) {
        -webkit-transition-delay: 0.15s;
                transition-delay: 0.15s; }
      .product-slider .slick-slide .product-col__content > *:nth-child(1) {
        -webkit-transition-delay: 0.2s;
                transition-delay: 0.2s; }
      .product-slider .slick-slide .product-col__content > *:nth-child(2) {
        -webkit-transition-delay: 0.25s;
                transition-delay: 0.25s; }
      .product-slider .slick-slide .product-col__content > *:nth-child(3) {
        -webkit-transition-delay: 0.3s;
                transition-delay: 0.3s; }
      .product-slider .slick-slide .product-col__content > *:nth-child(4) {
        -webkit-transition-delay: 0.35s;
                transition-delay: 0.35s; }
      .product-slider .slick-slide .product-col__content > *:nth-child(5) {
        -webkit-transition-delay: 0.4s;
                transition-delay: 0.4s; }
    .product-slider .slick-slide.slick-active .product-col__content > * {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
  .product-slider .slick-active {
    opacity: 1; }
    .product-slider .slick-active .product-col__image {
      pointer-events: auto;
      -webkit-transform: scale(1);
              transform: scale(1); }
  .product-slider__title {
    font-size: 20px;
    font-size: 1.11111rem;
    line-height: 21px;
    line-height: 1.16667rem;
    letter-spacing: 1.67px;
    letter-spacing: 1px;
    margin-bottom: 10px; }
    @media (max-width: 1260px) {
      .product-slider__title {
        font-size: 20px;
        font-size: 1.11111rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.67px; } }
    @media (max-width: 1023px) {
      .product-slider__title {
        font-size: 20px;
        font-size: 1.11111rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.67px; } }
    @media (max-width: 670px) {
      .product-slider__title {
        font-size: 20px;
        font-size: 1.11111rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.67px; } }
    @media (max-width: 480px) {
      .product-slider__title {
        font-size: 20px;
        font-size: 1.11111rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.67px; } }
    @media (max-width: 670px) {
      .product-slider__title {
        font-size: 16px;
        font-size: 0.88889rem;
        line-height: 23px;
        line-height: 1.27778rem;
        margin-bottom: 10px; } }
  @media (max-width: 670px) and (max-width: 1260px) {
    .product-slider__title {
      font-size: 16px;
      font-size: 0.88889rem;
      line-height: 23px;
      line-height: 1.27778rem; } }
  @media (max-width: 670px) and (max-width: 1023px) {
    .product-slider__title {
      font-size: 16px;
      font-size: 0.88889rem;
      line-height: 23px;
      line-height: 1.27778rem; } }
  @media (max-width: 670px) and (max-width: 670px) {
    .product-slider__title {
      font-size: 16px;
      font-size: 0.88889rem;
      line-height: 21px;
      line-height: 1.16667rem; } }
  @media (max-width: 670px) and (max-width: 480px) {
    .product-slider__title {
      font-size: 16px;
      font-size: 0.88889rem;
      line-height: 21px;
      line-height: 1.16667rem; } }
  .product-slider__variant {
    margin-bottom: 10px; }
  .product-slider__price {
    font-size: 20px;
    font-size: 1.11111rem;
    line-height: 21px;
    line-height: 1.16667rem;
    letter-spacing: 1.67px; }
    @media (max-width: 1260px) {
      .product-slider__price {
        font-size: 20px;
        font-size: 1.11111rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.67px; } }
    @media (max-width: 1023px) {
      .product-slider__price {
        font-size: 20px;
        font-size: 1.11111rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.67px; } }
    @media (max-width: 670px) {
      .product-slider__price {
        font-size: 20px;
        font-size: 1.11111rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.67px; } }
    @media (max-width: 480px) {
      .product-slider__price {
        font-size: 20px;
        font-size: 1.11111rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.67px; } }
    @media (max-width: 670px) {
      .product-slider__price {
        font-size: 18px;
        font-size: 1rem;
        line-height: 24px;
        line-height: 1.33333rem;
        letter-spacing: 1.2px; } }
  @media (max-width: 670px) and (max-width: 1260px) {
    .product-slider__price {
      font-size: 18px;
      font-size: 1rem;
      line-height: 24px;
      line-height: 1.33333rem; } }
  @media (max-width: 670px) and (max-width: 1023px) {
    .product-slider__price {
      font-size: 18px;
      font-size: 1rem;
      line-height: 24px;
      line-height: 1.33333rem; } }
  @media (max-width: 670px) and (max-width: 670px) {
    .product-slider__price {
      font-size: 18px;
      font-size: 1rem;
      line-height: 24px;
      line-height: 1.33333rem; } }
  @media (max-width: 670px) and (max-width: 480px) {
    .product-slider__price {
      font-size: 18px;
      font-size: 1rem;
      line-height: 24px;
      line-height: 1.33333rem; } }

.size-switcher {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -10px;
  margin-bottom: -10px; }
  .size-switcher__size {
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    margin-left: 10px;
    margin-bottom: 10px; }
    .size-switcher__size label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 46px;
      height: 46px;
      border: 1px solid #ABABAB;
      color: #ABABAB;
      font-family: "Montserrat", sans-serif;
      font-size: 20px;
      font-size: 1.11111rem;
      line-height: 27px;
      line-height: 1.5rem;
      letter-spacing: 1px;
      font-weight: 500;
      text-transform: uppercase;
      cursor: pointer;
      text-align: center; }
      .size-switcher__size label:hover {
        background: #575757;
        color: #fff;
        border-color: #575757; }
    .size-switcher__size.disabled {
      opacity: .3;
      pointer-events: none; }
      .size-switcher__size.disabled:before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #ABABAB;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: rotate(-20deg);
                transform: rotate(-20deg); }
  .size-switcher__input {
    position: absolute;
    top: 0;
    left: -99999px;
    visibility: hidden; }
    .size-switcher__input:checked + label {
      background: #242424;
      color: #fff;
      border-color: #242424; }

.color-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: -10px;
  margin-bottom: -10px; }
  .color-switcher__option {
    position: relative;
    margin-left: 10px;
    margin-bottom: 10px; }
  .color-switcher__input {
    position: absolute;
    top: 0;
    left: -99999px;
    visibility: hidden; }
    .color-switcher__input + label {
      position: relative;
      display: block;
      width: 46px;
      height: 46px;
      color: inherit;
      background: currentColor;
      cursor: pointer; }
    .color-switcher__input:checked + label {
      -webkit-box-shadow: inset 0 0 0 1px #fff;
              box-shadow: inset 0 0 0 1px #fff; }
      .color-switcher__input:checked + label:before {
        content: '';
        display: block;
        position: absolute;
        top: -2px;
        left: -2px;
        width: calc(100% + 4px);
        height: calc(100% + 4px);
        color: inherit;
        background: currentColor;
        opacity: .45;
        z-index: -1; }

.amount-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .amount-box__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 46px;
    height: 46px;
    color: #ABABAB;
    background: #F2F2F2;
    cursor: pointer; }
    .amount-box__action:hover {
      color: #fff;
      background: #1A1919; }
  .amount-box__value.amount-box__value {
    padding: 0;
    font-size: 20px;
    font-size: 1.11111rem;
    line-height: 26px;
    line-height: 1.44444rem;
    letter-spacing: 0.83px; }
  .amount-box__value {
    width: 46px;
    height: 46px;
    text-align: center;
    background: #fff;
    margin: 0 10px; }
    .amount-box__value.amount-box__value {
      border: 1px solid #ABABAB; }

.minus span,
.plus span {
  display: block;
  width: 16px;
  height: 2px;
  background: currentColor; }

.plus span:nth-child(2) {
  position: relative;
  top: -2px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

@media (max-width: 670px) {
  .image-grid {
    margin-left: -20px !important; } }

.image-grid .col {
  margin-bottom: 20px; }
  @media (max-width: 670px) {
    .image-grid .col {
      margin-left: 20px !important; } }

.divider {
  position: relative;
  margin: 40px 0; }
  .divider__label {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 0 7px;
    font-size: 14px;
    font-size: 0.77778rem;
    line-height: 21px;
    line-height: 1.16667rem;
    letter-spacing: 1px;
    color: #ABABAB;
    background: #fff; }
    @media (max-width: 1260px) {
      .divider__label {
        font-size: 14px;
        font-size: 0.77778rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.17px; } }
    @media (max-width: 1023px) {
      .divider__label {
        font-size: 14px;
        font-size: 0.77778rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.17px; } }
    @media (max-width: 670px) {
      .divider__label {
        font-size: 14px;
        font-size: 0.77778rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.17px; } }
    @media (max-width: 480px) {
      .divider__label {
        font-size: 14px;
        font-size: 0.77778rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.17px; } }

.list--links li + li {
  margin-top: 9px; }

.product-list__col {
  width: calc(25% - 20px); }
  @media (max-width: 1023px) {
    .product-list__col {
      width: calc(33.33333% - 20px); } }
  @media (max-width: 480px) {
    .product-list__col {
      width: calc(50% - 20px);
      margin-bottom: 30px !important; } }

.address-box--border {
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  padding: 10px 0; }
  .address-box--border + .address-box--border {
    border-top: none; }

.address-box--breakout {
  width: 100vw;
  margin-left: calc(-1 * ((100vw - 100%) / 2 ));
  padding-left: calc((100vw - 100%) / 2) !important;
  padding-right: calc((100vw - 100%) / 2) !important; }

.address-box__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.address-box__address-col {
  -webkit-box-flex: 999;
      -ms-flex-positive: 999;
          flex-grow: 999; }

.address-box__title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 21px;
  line-height: 1.16667rem;
  letter-spacing: 1px;
  color: #575757;
  font-weight: 500; }
  @media (max-width: 1260px) {
    .address-box__title {
      font-size: 14px;
      font-size: 0.77778rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1.17px; } }
  @media (max-width: 1023px) {
    .address-box__title {
      font-size: 14px;
      font-size: 0.77778rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1.17px; } }
  @media (max-width: 670px) {
    .address-box__title {
      font-size: 14px;
      font-size: 0.77778rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1.17px; } }
  @media (max-width: 480px) {
    .address-box__title {
      font-size: 14px;
      font-size: 0.77778rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1.17px; } }

.address-box__text {
  font-size: 12px;
  font-size: 0.66667rem;
  line-height: 21px;
  line-height: 1.16667rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #575757; }
  @media (max-width: 1260px) {
    .address-box__text {
      font-size: 12px;
      font-size: 0.66667rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1px; } }
  @media (max-width: 1023px) {
    .address-box__text {
      font-size: 12px;
      font-size: 0.66667rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1px; } }
  @media (max-width: 670px) {
    .address-box__text {
      font-size: 12px;
      font-size: 0.66667rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1px; } }
  @media (max-width: 480px) {
    .address-box__text {
      font-size: 12px;
      font-size: 0.66667rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1px; } }

.address-box__action-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 5px 0 5px 20px;
  border-left: 1px solid #F2F2F2; }

.address-box__action {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 43px;
  height: 43px;
  background: #E7E7E7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px; }
  .address-box__action:hover {
    background: #1A1919; }
    .address-box__action:hover img, .address-box__action:hover svg {
      -webkit-filter: invert(100);
              filter: invert(100); }

.checkout-roadmap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }
  .checkout-roadmap__line {
    -webkit-box-flex: 999;
        -ms-flex-positive: 999;
            flex-grow: 999;
    width: 20px;
    height: 4px;
    background: #95C400; }
    .checkout-roadmap__line.line--first {
      position: absolute;
      top: calc(50% - 2px);
      left: 0;
      margin-left: calc( -1 * (100vw - 100%) / 2);
      padding-left: calc( (100vw - 100%) / 2); }
    .checkout-roadmap__line.line--last {
      position: absolute;
      top: calc(50% - 2px);
      right: 0;
      margin-right: calc( -1 * (100vw - 100%) / 2);
      padding-right: calc( (100vw - 100%) / 2); }
  .checkout-roadmap__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 43px;
    height: 43px;
    background: #95C400; }
    .checkout-roadmap__step.step--current {
      background: #ABABAB; }
      .checkout-roadmap__step.step--current .icon {
        -webkit-filter: none;
                filter: none; }
      .checkout-roadmap__step.step--current ~ .checkout-roadmap__step {
        background: #F2F2F2; }
        .checkout-roadmap__step.step--current ~ .checkout-roadmap__step .icon {
          -webkit-filter: none;
                  filter: none; }
      .checkout-roadmap__step.step--current ~ .checkout-roadmap__line {
        background: #F2F2F2; }
    .checkout-roadmap__step .icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 21px;
      height: 21px;
      -webkit-filter: invert(100);
              filter: invert(100); }
      .checkout-roadmap__step .icon img {
        display: block; }
      .checkout-roadmap__step .icon svg {
        width: 100%; }

@media (min-width: 1400px) {
  .cart-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

.cart-item__image {
  width: calc(16.66667% - 20px); }
  .cart-container--compact .cart-item__image {
    width: 60px; }
  .cart-item__image img {
    display: block; }

.cart-item__content {
  width: calc(83.33333% - 20px); }
  @media (min-width: 1400px) {
    .cart-item__content {
      position: relative;
      top: -10px; }
      .cart-container--compact .cart-item__content {
        top: -6px; } }
  .cart-item__content-top-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }

.cart-item__top-col {
  width: 83.33333%; }
  .cart-container--compact .cart-item__top-col {
    width: 100%; }

.cart-item__action-col {
  width: 16.66667%;
  text-align: right; }

.cart-item__product-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 21px;
  line-height: 1.16667rem;
  letter-spacing: 1px;
  font-weight: 500;
  margin-bottom: 5px; }
  @media (max-width: 1260px) {
    .cart-item__product-title {
      font-size: 14px;
      font-size: 0.77778rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1.17px; } }
  @media (max-width: 1023px) {
    .cart-item__product-title {
      font-size: 14px;
      font-size: 0.77778rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1.17px; } }
  @media (max-width: 670px) {
    .cart-item__product-title {
      font-size: 14px;
      font-size: 0.77778rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1.17px; } }
  @media (max-width: 480px) {
    .cart-item__product-title {
      font-size: 14px;
      font-size: 0.77778rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1.17px; } }
  .cart-container--compact .cart-item__product-title {
    font-size: 12px;
    font-size: 0.66667rem;
    line-height: 21px;
    line-height: 1.16667rem;
    letter-spacing: 1px;
    color: #575757;
    margin-bottom: 0; }
    @media (max-width: 1260px) {
      .cart-container--compact .cart-item__product-title {
        font-size: 12px;
        font-size: 0.66667rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1px; } }
    @media (max-width: 1023px) {
      .cart-container--compact .cart-item__product-title {
        font-size: 12px;
        font-size: 0.66667rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1px; } }
    @media (max-width: 670px) {
      .cart-container--compact .cart-item__product-title {
        font-size: 12px;
        font-size: 0.66667rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1px; } }
    @media (max-width: 480px) {
      .cart-container--compact .cart-item__product-title {
        font-size: 12px;
        font-size: 0.66667rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1px; } }

.cart-item__product-item-meta {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.66667rem;
  line-height: 21px;
  line-height: 1.16667rem;
  letter-spacing: 1px; }
  @media (max-width: 1260px) {
    .cart-item__product-item-meta {
      font-size: 12px;
      font-size: 0.66667rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1px; } }
  @media (max-width: 1023px) {
    .cart-item__product-item-meta {
      font-size: 12px;
      font-size: 0.66667rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1px; } }
  @media (max-width: 670px) {
    .cart-item__product-item-meta {
      font-size: 12px;
      font-size: 0.66667rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1px; } }
  @media (max-width: 480px) {
    .cart-item__product-item-meta {
      font-size: 12px;
      font-size: 0.66667rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1px; } }
  .cart-container--compact .cart-item__product-item-meta {
    margin-bottom: 5px !important; }

.cart-item__amount-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.cart-item__amount-price {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  text-align: right;
  font-size: 18px;
  font-size: 1rem;
  line-height: 21px;
  line-height: 1.16667rem;
  letter-spacing: 1.5px;
  font-weight: 500;
  color: #575757; }
  .cart-container--compact .cart-item__amount-price {
    color: #242424;
    font-size: 12px;
    font-size: 0.66667rem;
    line-height: 21px;
    line-height: 1.16667rem;
    letter-spacing: 1px; }
    @media (max-width: 1260px) {
      .cart-container--compact .cart-item__amount-price {
        font-size: 12px;
        font-size: 0.66667rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1px; } }
    @media (max-width: 1023px) {
      .cart-container--compact .cart-item__amount-price {
        font-size: 12px;
        font-size: 0.66667rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1px; } }
    @media (max-width: 670px) {
      .cart-container--compact .cart-item__amount-price {
        font-size: 12px;
        font-size: 0.66667rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1px; } }
    @media (max-width: 480px) {
      .cart-container--compact .cart-item__amount-price {
        font-size: 12px;
        font-size: 0.66667rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1px; } }
  .cart-item__amount-price span:first-child {
    position: relative;
    top: -2px;
    font-size: 12px;
    font-size: 0.66667rem;
    line-height: 21px;
    line-height: 1.16667rem;
    letter-spacing: 1px; }
    @media (max-width: 1260px) {
      .cart-item__amount-price span:first-child {
        font-size: 12px;
        font-size: 0.66667rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1px; } }
    @media (max-width: 1023px) {
      .cart-item__amount-price span:first-child {
        font-size: 12px;
        font-size: 0.66667rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1px; } }
    @media (max-width: 670px) {
      .cart-item__amount-price span:first-child {
        font-size: 12px;
        font-size: 0.66667rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1px; } }
    @media (max-width: 480px) {
      .cart-item__amount-price span:first-child {
        font-size: 12px;
        font-size: 0.66667rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1px; } }
    .cart-container--compact .cart-item__amount-price span:first-child {
      color: #ABABAB;
      top: 0; }

.checkout-coupon-section {
  padding-top: 30px; }

.checkout-coupon__input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }

.checkout-coupon__input {
  width: 100%; }

.checkout-coupon__button.checkout-coupon__button {
  position: relative;
  color: #242424;
  padding: 0;
  margin-left: 10px;
  width: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.checkout-coupon__button .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 21px;
  height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .checkout-coupon__button .icon svg {
    position: relative;
    top: 3px;
    width: 100%; }

.coupons-entry {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }
  .coupons-entry__remove {
    display: block;
    width: 15px;
    height: 15px;
    color: #ABABAB;
    margin-right: 10px; }
  .coupons-entry__code {
    font-size: 16px;
    font-size: 0.88889rem;
    line-height: 21px;
    line-height: 1.16667rem;
    letter-spacing: 1.33px;
    font-weight: 500;
    margin-right: 10px; }
  .coupons-entry__desc {
    position: relative;
    top: 1px;
    font-size: 12px;
    font-size: 0.66667rem;
    line-height: 21px;
    line-height: 1.16667rem;
    letter-spacing: 1px;
    color: #ABABAB;
    text-transform: uppercase; }
    @media (max-width: 1260px) {
      .coupons-entry__desc {
        font-size: 12px;
        font-size: 0.66667rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1px; } }
    @media (max-width: 1023px) {
      .coupons-entry__desc {
        font-size: 12px;
        font-size: 0.66667rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1px; } }
    @media (max-width: 670px) {
      .coupons-entry__desc {
        font-size: 12px;
        font-size: 0.66667rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1px; } }
    @media (max-width: 480px) {
      .coupons-entry__desc {
        font-size: 12px;
        font-size: 0.66667rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1px; } }

.shipping-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100vw;
  margin-left: calc(-1 * ((100vw - 100%) / 2 ));
  padding: 10px 0;
  padding-left: calc((100vw - 100%) / 2) !important;
  padding-right: calc((100vw - 100%) / 2) !important; }
  .shipping-option:nth-child(odd) {
    background: #E7E7E7; }
  .shipping-option__label {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale; }
  .shipping-option__price {
    color: #575757;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.77778rem;
    line-height: 21px;
    line-height: 1.16667rem;
    letter-spacing: 1px;
    letter-spacing: .6px; }
    @media (max-width: 1260px) {
      .shipping-option__price {
        font-size: 14px;
        font-size: 0.77778rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.17px; } }
    @media (max-width: 1023px) {
      .shipping-option__price {
        font-size: 14px;
        font-size: 0.77778rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.17px; } }
    @media (max-width: 670px) {
      .shipping-option__price {
        font-size: 14px;
        font-size: 0.77778rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.17px; } }
    @media (max-width: 480px) {
      .shipping-option__price {
        font-size: 14px;
        font-size: 0.77778rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1.17px; } }

.shipping-info,
.checkout-info {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  color: #575757;
  width: 100vw;
  margin-left: calc(-1 * ((100vw - 100%) / 2 ));
  padding: 15px 0;
  padding-left: calc((100vw - 100%) / 2) !important;
  padding-right: calc((100vw - 100%) / 2) !important;
  background: #FFF6D4; }
  .shipping-info a,
  .checkout-info a {
    color: inherit; }

.price-overview__positions {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 21px;
  line-height: 1.16667rem;
  letter-spacing: 1px;
  color: #ABABAB;
  padding: 16px 0;
  background: #fff; }
  @media (max-width: 1260px) {
    .price-overview__positions {
      font-size: 14px;
      font-size: 0.77778rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1.17px; } }
  @media (max-width: 1023px) {
    .price-overview__positions {
      font-size: 14px;
      font-size: 0.77778rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1.17px; } }
  @media (max-width: 670px) {
    .price-overview__positions {
      font-size: 14px;
      font-size: 0.77778rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1.17px; } }
  @media (max-width: 480px) {
    .price-overview__positions {
      font-size: 14px;
      font-size: 0.77778rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1.17px; } }

.price-positions {
  margin-bottom: -10px; }

.price-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px; }
  .price-position--summ .price-position__value {
    font-size: 16px;
    font-size: 0.88889rem;
    line-height: 22px;
    line-height: 1.22222rem;
    letter-spacing: 1.12px;
    font-weight: 500; }
  .price-position--total .price-position__value {
    font-size: 24px;
    font-size: 1.33333rem;
    line-height: 22px;
    line-height: 1.22222rem;
    letter-spacing: 1px;
    color: #242424;
    font-weight: 700; }
  .price-position__value {
    color: #575757; }

.price-overview__tax {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  padding: 16px 0;
  background: #F2F2F2;
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 21px;
  line-height: 1.16667rem;
  letter-spacing: 1px; }
  @media (max-width: 1260px) {
    .price-overview__tax {
      font-size: 14px;
      font-size: 0.77778rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1.17px; } }
  @media (max-width: 1023px) {
    .price-overview__tax {
      font-size: 14px;
      font-size: 0.77778rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1.17px; } }
  @media (max-width: 670px) {
    .price-overview__tax {
      font-size: 14px;
      font-size: 0.77778rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1.17px; } }
  @media (max-width: 480px) {
    .price-overview__tax {
      font-size: 14px;
      font-size: 0.77778rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1.17px; } }

.price-overview__total {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 21px;
  line-height: 1.16667rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 18px 0;
  background: #E7E7E7; }
  @media (max-width: 1260px) {
    .price-overview__total {
      font-size: 14px;
      font-size: 0.77778rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1.17px; } }
  @media (max-width: 1023px) {
    .price-overview__total {
      font-size: 14px;
      font-size: 0.77778rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1.17px; } }
  @media (max-width: 670px) {
    .price-overview__total {
      font-size: 14px;
      font-size: 0.77778rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1.17px; } }
  @media (max-width: 480px) {
    .price-overview__total {
      font-size: 14px;
      font-size: 0.77778rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1.17px; } }

.oc-cart {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: calc((100vw - var(--inner-width)) / 2 + 100px);
  min-width: 500px;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  z-index: 102;
  pointer-events: none;
  will-change: opacity, transform;
  -webkit-transition: .36s ease-in-out all;
  transition: .36s ease-in-out all; }
  .cart--open .oc-cart {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    pointer-events: auto;
    -webkit-transition: .42s ease-out all;
    transition: .42s ease-out all; }
  .oc-cart__header {
    padding: 30px 0; }
  .oc-cart__title {
    margin-bottom: 0 !important;
    font-weight: 600; }
  .oc-cart__inner {
    padding: 0 30px; }
    @media (min-width: 1400px) {
      .oc-cart__inner {
        padding: 0 60px; } }

/* ////////////////// */
/* PAGES / TEMPLATES */
/* ////////////////// */
.product-single__price {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  font-size: 24px;
  font-size: 1.33333rem;
  line-height: 22px;
  line-height: 1.22222rem;
  letter-spacing: 1.68px;
  font-weight: 500;
  margin-bottom: 15px; }
  .product-single__price-info {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    font-size: 12px;
    font-size: 0.66667rem;
    line-height: 21px;
    line-height: 1.16667rem;
    letter-spacing: 1px;
    color: #ABABAB; }
    @media (max-width: 1260px) {
      .product-single__price-info {
        font-size: 12px;
        font-size: 0.66667rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1px; } }
    @media (max-width: 1023px) {
      .product-single__price-info {
        font-size: 12px;
        font-size: 0.66667rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1px; } }
    @media (max-width: 670px) {
      .product-single__price-info {
        font-size: 12px;
        font-size: 0.66667rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1px; } }
    @media (max-width: 480px) {
      .product-single__price-info {
        font-size: 12px;
        font-size: 0.66667rem;
        line-height: 21px;
        line-height: 1.16667rem;
        letter-spacing: 1px; } }

.product-single-specs {
  text-align: center; }
  @media (max-width: 670px) {
    .product-single-specs {
      margin-bottom: 30px !important; } }

.product-single__size-switcher {
  margin-bottom: 5px; }

.product-single__size-switcher, .product-single__color-switcher {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

@media (max-width: 480px) {
  .product-single__add-to-cart {
    width: 100%; } }

@media (max-width: 480px) {
  .product-thumbnail-section {
    margin-bottom: 35px !important; } }

.product-thumbnail-section .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.product-thumbnail-slider .slick-arrow {
  display: block;
  width: 30px;
  height: 60px; }
  .product-thumbnail-slider .slick-arrow:before {
    content: ''; }

.product-thumbnail-slider .slick-next {
  right: -10px;
  background: url("../img/icons/arrow-large-right-grey.svg") no-repeat center center; }

.product-thumbnail-slider .slick-prev {
  left: -10px;
  z-index: 2;
  background: url("../img/icons/arrow-large-left-grey.svg") no-repeat center center; }

.product-thumbnail-slider .slick-slide {
  opacity: .5;
  will-change: opacity;
  -webkit-transition: .23s ease opacity;
  transition: .23s ease opacity; }
  .product-thumbnail-slider .slick-slide .product-thumbnail {
    pointer-events: none;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    will-change: transform;
    -webkit-transition: 0.23s cubic-bezier(0.77, 0, 0.175, 1) -webkit-transform;
    transition: 0.23s cubic-bezier(0.77, 0, 0.175, 1) -webkit-transform;
    transition: 0.23s cubic-bezier(0.77, 0, 0.175, 1) transform;
    transition: 0.23s cubic-bezier(0.77, 0, 0.175, 1) transform, 0.23s cubic-bezier(0.77, 0, 0.175, 1) -webkit-transform; }

.product-thumbnail-slider .slick-active {
  opacity: 1; }
  .product-thumbnail-slider .slick-active .product-thumbnail {
    pointer-events: auto;
    -webkit-transform: scale(1);
            transform: scale(1); }

.product-thumbnail-slider-section {
  width: 50%;
  margin-bottom: 10px; }
  @media (min-width: 1400px) {
    .product-thumbnail-slider-section {
      width: 33.33333%; } }
  @media (max-width: 480px) {
    .product-thumbnail-slider-section {
      width: 83.33333%; } }
  .product-thumbnail-slider-section .slick-list {
    overflow: visible; }

.product-thumbnail-nav {
  width: 100%; }
  .product-thumbnail-nav .slide {
    position: relative;
    width: calc(100% / 6 - 10px);
    margin: 0 4px;
    border: 2px solid #fff;
    cursor: pointer; }
    .product-thumbnail-nav .slide:hover:after {
      display: block; }
    .product-thumbnail-nav .slide.slick-current {
      border: 2px solid #ABABAB; }
      .product-thumbnail-nav .slide.slick-current:after {
        display: block; }
    .product-thumbnail-nav .slide:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: none;
      width: 100%;
      height: 100%;
      pointer-events: none;
      border: 1px solid #fff; }
  .product-thumbnail-nav .slick-arrow {
    width: calc( 14px + 9px + 14px);
    height: 100%; }
    .product-thumbnail-nav .slick-arrow:before {
      content: ''; }
  .product-thumbnail-nav .slick-prev {
    left: 0;
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
    background: url("../img/icons/caret-left-grey-light.svg") no-repeat center center;
    background-size: 9px 17px; }
  .product-thumbnail-nav .slick-next {
    right: 0;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    background: url("../img/icons/caret-right-grey-light.svg") no-repeat center center;
    background-size: 9px 17px; }
  .product-thumbnail-nav-section {
    width: 50%; }
    @media (min-width: 1400px) {
      .product-thumbnail-nav-section {
        width: 33.33333%; } }
    @media (max-width: 480px) {
      .product-thumbnail-nav-section {
        width: 83.33333%; } }
    .product-thumbnail-nav-section .row {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }

.product-info__title-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 480px) {
    .product-info__title-row {
      margin-bottom: 30px !important; } }

.product-specs__variant {
  width: calc(33.33333% - 20px); }

.product-specs__size {
  width: calc(33.33333% - 20px); }

.product-specs__amount {
  width: calc(33.33333% - 20px); }

.product-desc-section {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
  padding: 35px 0;
  background: #F2F2F2; }

.product-desc__full-desc {
  display: none; }

.product-desc__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 0.77778rem;
  line-height: 21px;
  line-height: 1.16667rem;
  letter-spacing: 1px;
  font-weight: 500; }
  @media (max-width: 1260px) {
    .product-desc__more {
      font-size: 14px;
      font-size: 0.77778rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1.17px; } }
  @media (max-width: 1023px) {
    .product-desc__more {
      font-size: 14px;
      font-size: 0.77778rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1.17px; } }
  @media (max-width: 670px) {
    .product-desc__more {
      font-size: 14px;
      font-size: 0.77778rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1.17px; } }
  @media (max-width: 480px) {
    .product-desc__more {
      font-size: 14px;
      font-size: 0.77778rem;
      line-height: 21px;
      line-height: 1.16667rem;
      letter-spacing: 1.17px; } }
  .product-desc__more .icon {
    width: 17px;
    height: 9px;
    color: #575757; }

.sizeguide__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .sizeguide__link .text {
    text-decoration: underline;
    line-height: 1; }

.sizeguide__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 17px;
  height: 12px;
  margin-right: 10px;
  position: relative;
  top: -2px; }

/* ///////////////// */
/* PLUGIN OVERWRITES */
/* ///////////////// */

/*# sourceMappingURL=style.css.map */
