@import url(custom-grid.css);
@import url("https://use.typekit.net/yak3bre.css");
/*padding*/
/*screensie*/
body {
  font-size: 16px; }

.stroke, .noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                   supported by Chrome, Opera and Firefox */ }

.size_1, section.featured-products .discover, section.fullwidth-image .content-wrapper .big {
  font-family: titling-gothic-fb-compressed, sans-serif; }

.size_2, section.featured-products .product .brand-name {
  font-family: titling-gothic-fb, sans-serif; }

section.featured-products .product .price-row span {
  font-family: titling-gothic-fb-extended, sans-serif; }

.btn, .content-wrapper .content, section.custom-banner .free-delivery, section.featured-products .product .product-name {
  font-family: aktiv-grotesk, sans-serif; }

.stroke {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.2);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFFFFF;
  font-weight: bold; }

.size_1 {
  font-size: calc(50px + (2.2vw * 1.8)) !important;
  font-weight: 500;
  line-height: calc(40px + (2.2vw * 1.7)) !important;
  text-transform: uppercase; }
  @media screen and (min-width: 1200px) and (max-width: 1300px) and (min-height: 550px) and (max-height: 620px) {
    .size_1 {
      font-size: calc(35px + 2.2vw) !important;
      line-height: calc(30px + 2.2vw) !important; } }

.size_2 {
  font-size: 1.25em;
  line-height: 30px; }

.container-fluid {
  width: 100%; }

.container-wide {
  max-width: calc(100% - 80px);
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.container {
  max-width: 1200px !important; }

@media screen and (min-width: 1281px) {
  .container-fluid, .container-wide {
    padding-left: 0;
    padding-right: 0; } }
.clearfix {
  clear: both;
  display: block; }

.btn {
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 1.2px;
  padding: 15px 50px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn:hover, .btn:focus {
    outline-style: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .btn.big {
    height: 50px;
    padding: 17px 35px 15px;
    min-width: 100px; }
  .btn.small {
    height: auto;
    padding: 12px 15px 8px;
    font-size: 14px; }
  @media screen and (max-width: 576px) {
    .btn {
      display: flex; } }

.btn-white {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #000000; }
  .btn-white:hover {
    background-color: #000000;
    color: #FFFFFF; }
  .btn-white.btn-bg-white {
    border: 1px solid #000000; }

.btn-black {
  background-color: #000000;
  border: 1px solid #000000;
  color: #FFFFFF; }
  .btn-black:hover {
    background-color: #FFFFFF;
    color: #000000; }

.btn-transparent {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF; }
  .btn-transparent:hover {
    background-color: #000000;
    color: #FFFFFF; }

section {
  position: relative;
  padding: 9.375em 0; }
  section .noise {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url(../images/landing/noise.PNG) center center; }
  section .image-placeholder.gradient:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); }
  @media screen and (min-width: 576px) and (max-width: 1281px) {
    section {
      padding: calc(6.25em + 1.1vw) 0; } }
  @media screen and (max-width: 576px) {
    section {
      padding: 6.25em 0; } }

.content-wrapper {
  position: relative;
  z-index: 1; }
  .content-wrapper .content {
    color: #A9A9A9;
    margin: 2.5em 0;
    font-size: 14px;
    line-height: 21px; }
  @media screen and (max-width: 576px) {
    .content-wrapper {
      padding-top: 0;
      padding-bottom: 0; } }

/*fix default*/
.footer-nav > .inner > ul li ul li:before {
  position: absolute;
  top: 3px; }

.image-placeholder {
  background-color: #ddd; }

.custom-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

@media screen and (max-width: 768px) {
  .container-wide {
    max-width: calc(100% - 0px); } }
section.custom-banner {
  min-height: calc(100vh - 147px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  section.custom-banner .col-lg-7, section.custom-banner .col-xs-6, section.custom-banner .col-md-10 {
    position: relative;
    z-index: 1; }
  section.custom-banner .btn {
    margin-top: 40px; }
  section.custom-banner .image-placeholder {
    position: absolute;
    width: 62.5%;
    height: 100%;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    section.custom-banner .image-placeholder img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  section.custom-banner .down-arrow {
    width: 119px;
    height: 169px;
    position: absolute;
    z-index: 1;
    right: 60px;
    cursor: pointer; }
    section.custom-banner .down-arrow img {
      object-fit: contain;
      transform: rotate(135deg); }
  section.custom-banner .free-delivery {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    position: absolute;
    bottom: 40px;
    color: #fff;
    left: 40px;
    text-transform: uppercase; }
    section.custom-banner .free-delivery span {
      font-size: 16px; }
  @media screen and (min-height: 600px) {
    section.custom-banner {
      padding: 0; } }
  @media screen and (min-width: 991px) and (max-height: 720px) {
    section.custom-banner {
      min-height: 750px; } }
  @media screen and (min-width: 1400px) and (max-height: 800px) {
    section.custom-banner {
      min-height: 800px; } }
  @media screen and (min-width: 768px) and (max-width: 1300px) and (min-height: 550px) and (max-height: 650px) {
    section.custom-banner {
      min-height: 550px; } }
  @media screen and (max-width: 768px) {
    section.custom-banner {
      min-height: calc(100vh - 60px); }
      section.custom-banner .free-delivery {
        bottom: 15px;
        left: 15px; }
      section.custom-banner .down-arrow {
        bottom: 15px;
        right: 15px; } }
  @media screen and (max-width: 576px) {
    section.custom-banner .stroke {
      -ms-word-break: break-word;
      word-break: break-word; }
    section.custom-banner .free-delivery {
      bottom: 15px;
      left: 15px; }
    section.custom-banner .down-arrow {
      width: 40px;
      height: 50px; } }

section.featured-products .discover {
  font-size: 200px;
  color: #000000;
  opacity: 0.05;
  line-height: 170px;
  text-align: center;
  font-weight: 500;
  margin-bottom: -80px;
  text-transform: uppercase; }
section.featured-products .product {
  text-align: center;
  min-height: calc(302px + 1.5vw);
  width: 100%;
  display: block;
  max-width: calc(340px + 3vw);
  margin: 0 auto;
  position: relative;
  padding-bottom: 10px; }
  section.featured-products .product.first {
    margin-left: 0; }
  section.featured-products .product.last {
    margin-right: 0; }
  section.featured-products .product .product-img {
    mix-blend-mode: multiply; }
    section.featured-products .product .product-img img {
      object-fit: cover; }
  section.featured-products .product .brand-name {
    margin-top: 15px;
    font-size: 16px;
    font-weight: normal; }
  section.featured-products .product .product-name {
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #A9A9A9; }
  section.featured-products .product .price-row span {
    font-size: 10px;
    line-height: 20px;
    font-weight: normal;
    display: inline-block; }
    section.featured-products .product .price-row span.old {
      color: #EA1C1C;
      text-decoration: line-through;
      margin-left: 10px; }
  section.featured-products .product .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    max-height: 0;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    section.featured-products .product .overlay .top {
      display: none;
      justify-content: center;
      align-items: center;
      height: calc(100% - 60px - 20px); }
      section.featured-products .product .overlay .top img {
        width: 126px;
        height: 126px;
        max-width: 80%;
        max-height: 80%; }
    section.featured-products .product .overlay .bottom-container {
      display: none;
      justify-content: center; }
      section.featured-products .product .overlay .bottom-container .btn {
        padding: 15px;
        width: calc(50% - 30px); }
        section.featured-products .product .overlay .bottom-container .btn:last-child {
          margin-left: 10px; }
  section.featured-products .product:hover .overlay {
    z-index: 1;
    max-height: 100%; }
    section.featured-products .product:hover .overlay .top, section.featured-products .product:hover .overlay .bottom-container {
      display: flex; }
@media screen and (max-width: 768px) {
  section.featured-products .discover {
    font-size: 27vw;
    margin-bottom: -85px; }
  section.featured-products .product {
    margin-bottom: 2.5em; }
    section.featured-products .product.first {
      margin-left: auto; }
    section.featured-products .product.last {
      margin-right: auto;
      margin-bottom: 0; }
    section.featured-products .product .old {
      margin-left: 0; } }
@media screen and (min-width: 576px) and (max-width: 991px) {
  section.featured-products .product .price-row span {
    margin-bottom: 0;
    margin-left: 0; }
  section.featured-products .product:hover .overlay .top {
    height: calc(100% - 125px) !important; }
  section.featured-products .product:hover .overlay .bottom-container {
    display: inline-block !important;
    width: calc(100% - 30px); }
    section.featured-products .product:hover .overlay .bottom-container .btn {
      width: 100% !important; }
      section.featured-products .product:hover .overlay .bottom-container .btn:last-child {
        margin-left: 0px !important;
        margin-top: 10px; } }

/*==three-image-block*/
section.three-image-block .container-wide {
  position: relative;
  margin-bottom: 7.5vw; }
section.three-image-block .content-wrapper {
  width: 135%; }
  section.three-image-block .content-wrapper .size_1 {
    color: #FFFFFF; }
  section.three-image-block .content-wrapper .content {
    max-width: 55%; }
section.three-image-block .image-placeholder-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-color: #ddd; }
  section.three-image-block .image-placeholder-wrapper .image-placeholder {
    position: relative;
    background-color: #A9A9A9; }
    section.three-image-block .image-placeholder-wrapper .image-placeholder img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
    section.three-image-block .image-placeholder-wrapper .image-placeholder.first {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute; }
    section.three-image-block .image-placeholder-wrapper .image-placeholder.second {
      position: absolute;
      width: 17vw;
      height: 17vw;
      bottom: -7.5vw;
      left: -7.5vw; }
    section.three-image-block .image-placeholder-wrapper .image-placeholder.third {
      position: absolute;
      width: 12vw;
      height: 12vw;
      right: 60px;
      bottom: -60px; }
@media screen and (max-width: 991px) {
  section.three-image-block .container-wide {
    margin-bottom: 17vw; }
  section.three-image-block .content-wrapper {
    width: 100%; }
  section.three-image-block .image-placeholder-wrapper {
    margin-top: 65px; }
    section.three-image-block .image-placeholder-wrapper .image-placeholder.second {
      left: 15px;
      max-width: 45%;
      width: 34vw;
      height: 34vw;
      bottom: -17vw; }
    section.three-image-block .image-placeholder-wrapper .image-placeholder.third {
      right: 15px;
      bottom: -30px;
      max-width: 35%;
      width: 24vw;
      height: 24vw; } }
@media screen and (max-width: 768px) {
  section.three-image-block .content {
    max-width: 100% !important; } }

/*==two block*/
section.two-image-block .content-wrapper {
  padding-left: 60px; }
section.two-image-block .image-placeholder-wrapper {
  width: 100%;
  padding-top: 65%;
  position: relative;
  margin-bottom: 60px; }
  section.two-image-block .image-placeholder-wrapper .image-placeholder {
    display: block;
    width: 100%;
    height: 100%; }
    section.two-image-block .image-placeholder-wrapper .image-placeholder img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    section.two-image-block .image-placeholder-wrapper .image-placeholder.first {
      position: absolute;
      top: 0;
      left: 0; }
    section.two-image-block .image-placeholder-wrapper .image-placeholder.second {
      position: absolute;
      width: 16vw;
      height: 16vw;
      bottom: -60px;
      right: 120px; }
@media screen and (max-width: 991px) {
  section.two-image-block .content-wrapper {
    padding-left: 0;
    padding-bottom: 0;
    margin-top: 60px; }
  section.two-image-block .image-placeholder-wrapper .image-placeholder.second {
    right: 30px;
    width: 32vw;
    height: 32vw; } }

section.fullwidth-image {
  padding-top: 14.375em;
  padding-bottom: 14.375em;
  display: flex;
  justify-content: center;
  align-items: center; }
  section.fullwidth-image .content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    max-width: 1090px; }
    section.fullwidth-image .content-wrapper .big {
      text-transform: uppercase;
      font-size: calc(100px + (2.2vw * 2)) !important;
      font-weight: 500;
      line-height: calc(80px + (2.2vw * 2)) !important;
      margin-bottom: 50px;
      font-weight: 500; }
  @media screen and (min-width: 768px) and (max-width: 1281px) {
    section.fullwidth-image {
      padding: calc(9.375em + 1.1vw) 0; } }
  @media screen and (max-width: 768px) {
    section.fullwidth-image {
      padding-top: 9.375em;
      padding-bottom: 9.375em; }
      section.fullwidth-image .content-wrapper .big {
        font-size: calc(36px + (4vw * 2)) !important;
        line-height: calc(35px + (4vw * 2)) !important; } }

/*==media*/
@media screen and (min-width: 768px) {
  .d-sm-grid {
    display: inline-grid; } }

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