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,
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, 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;
}

button {
  outline: none;
}

.animate .blockBig__gradient:before, .animate .blockBig__imgWrapper:before, .animate .blockPort__imgWrapper:before, .animate .blockLand__imgWrapper:before, .animate .blockVideo__imgWrapper:before, .animate .blockVideo__gradient:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 2;
  transform: translateX(0);
  transition: transform 0.9s cubic-bezier(0.84, -0.01, 0.48, 0.995);
}
.animate.animation-in .blockBig__gradient:before, .animate.animation-in .blockBig__imgWrapper:before, .animate.animation-in .blockPort__imgWrapper:before, .animate.animation-in .blockLand__imgWrapper:before, .animate.animation-in .blockVideo__imgWrapper:before, .animate.animation-in .blockVideo__gradient:before {
  transform: translateX(100%);
}
.animate.animation-in .blockBig--rx .blockBig__gradient:before, .animate.animation-in .blockBig--rx .blockBig__imgWrapper:before, .animate.animation-in .blockBig--rx .blockPort__imgWrapper:before, .animate.animation-in .blockBig--rx .blockLand__imgWrapper:before, .animate.animation-in .blockBig--rx .blockVideo__imgWrapper:before, .animate.animation-in .blockBig--rx .blockVideo__gradient:before {
  transform: translateX(100%);
}
.animate.animation-in .blockBig--sx .blockBig__gradient:before, .animate.animation-in .blockBig--sx .blockBig__imgWrapper:before, .animate.animation-in .blockBig--sx .blockPort__imgWrapper:before, .animate.animation-in .blockBig--sx .blockLand__imgWrapper:before, .animate.animation-in .blockBig--sx .blockVideo__imgWrapper:before, .animate.animation-in .blockBig--sx .blockVideo__gradient:before {
  transform: translateX(-100%);
}

.title--firstLine, .widget__img {
  transition: all 0.6s cubic-bezier(0.84, -0.01, 0.48, 0.995);
}
.animate .title--firstLine, .animate .widget__img {
  transform: translateX(-100%);
  opacity: 0;
}
.animate.animation-in .title--firstLine, .animate.animation-in .widget__img {
  transform: translateX(0%);
  opacity: 1;
}

.title--secondLine, .colorDetail__paragraph, .widget__info, .widget__next {
  transition: all 0.6s cubic-bezier(0.84, -0.01, 0.48, 0.995);
}
.animate .title--secondLine, .animate .colorDetail__paragraph, .animate .widget__info, .animate .widget__next {
  transform: translateX(100%);
  opacity: 0;
}
.animate.animation-in .title--secondLine, .animate.animation-in .colorDetail__paragraph, .animate.animation-in .widget__info, .animate.animation-in .widget__next {
  transform: translateX(0%);
  opacity: 1;
}

*, *:after, *:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.bitwrapper {
  max-width: 1440px;
  min-width: 1000px;
}

.productStrip__btn, .video__close, .overlay__close {
  font-family: "brandon_thin", sans-serif;
}

.blockBig__text, .blockPort__text, .blockLand__text, .product__name, .product__price, .product__polarizedText, .blockVideo__text, .widget__par, body {
  font-family: "brandon_regular", sans-serif;
}

.product__brand, .blockBig__btn, .product__btn, .widget__next {
  font-family: "brandon_medium", sans-serif;
}

.product__polarizedText, .canvas__title, .colorItem__name {
  font-family: "brandon_bold", sans-serif;
}

.blockBig__title, .blockLand__title, .blockVideo__title, .color__title span, .widget__title {
  font-family: "brandon_black", sans-serif;
}

@font-face {
  font-family: "brandon_regular";
  src: url("../fonts/brandon_reg-webfont.eot");
  src: url("../fonts/brandon_reg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_reg-webfont.woff") format("woff"), url("../fonts/brandon_reg-webfont.ttf") format("truetype"), url("../fonts/brandon_reg-webfont.svg#brandon_grotesque_regularRg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brandon_medium";
  src: url("../fonts/brandon_med-webfont.eot");
  src: url("../fonts/brandon_med-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_med-webfont.woff") format("woff"), url("../fonts/brandon_med-webfont.ttf") format("truetype"), url("../fonts/brandon_med-webfont.svg#brandon_grotesquemedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "brandon_bold";
  src: url("../fonts/brandon_bld-webfont.eot");
  src: url("../fonts/brandon_bld-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_bld-webfont.woff") format("woff"), url("../fonts/brandon_bld-webfont.ttf") format("truetype"), url("../fonts/brandon_bld-webfont.svg#brandon_grotesquebold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "brandon_black";
  src: url("../fonts/brandon_blk-webfont.eot");
  src: url("../fonts/brandon_blk-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_blk-webfont.woff") format("woff"), url("../fonts/brandon_blk-webfont.ttf") format("truetype"), url("../fonts/brandon_blk-webfont.svg#brandon_grotesquebold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "brandon_thin";
  src: url("../fonts/brandon_thin-webfont.eot");
  src: url("../fonts/brandon_thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_thin-webfont.woff") format("woff"), url("../fonts/brandon_thin-webfont.ttf") format("truetype"), url("../fonts/brandon_thin-webfont.svg#brandon_grotesquethin") format("svg");
  font-weight: normal;
  font-style: normal;
}
.blockBig__title, .blockLand__title, .blockVideo__title {
  color: #1a1a1a;
  font-size: 2.5rem;
  text-transform: uppercase;
  line-height: 1em;
  letter-spacing: 0.1em;
}
@media (min-width: 640px) {
  .blockBig__title, .blockLand__title, .blockVideo__title {
    font-size: 3.4375rem;
  }
}
@media (min-width: 1280px) {
  .blockBig__title, .blockLand__title, .blockVideo__title {
    font-size: 4.6875rem;
  }
}

.product__brand {
  color: #1a1a1a;
  font-size: 1.125rem;
}

.blockBig__text, .blockPort__text, .blockLand__text, .product__name, .product__price, .product__polarizedText, .blockVideo__text, .widget__par {
  font-size: 0.875rem;
  line-height: 1.6em;
  color: #1a1a1a;
  text-transform: uppercase;
}
@media (min-width: 640px) {
  .blockBig__text, .blockPort__text, .blockLand__text, .product__name, .product__price, .product__polarizedText, .blockVideo__text, .widget__par {
    font-size: 0.875rem;
    line-height: 1.8em;
  }
}

.blockBig__btn, .product__btn {
  border: 2px solid #1a1a1a;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 0.75rem;
}

a {
  text-decoration: none;
}

html {
  height: 100%;
}

body {
  background: #fff;
  color: #1a1a1a;
  line-height: 1.2em;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -webkit-overflow-scrolling: touch !important;
}
body * {
  -webkit-overflow-scrolling: touch !important;
}
@media (min-width: 640px) {
  body.overlayOpen {
    overflow: hidden;
    position: relative;
    height: 100%;
  }
}

@media (min-width: 640px) {
  html.overlayOpen {
    overflow: hidden;
    position: relative;
    height: 100%;
  }
}

.animation--item {
  opacity: 0;
  transform: translateY(30px);
}
.animation--item.animation-in {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s cubic-bezier(0.61, 0.47, 0.46, 0.63) 0.5s, transform 0.4s cubic-bezier(0.61, 0.47, 0.46, 0.63) 0.5s;
}

.animation--itemOpacity {
  opacity: 0;
}
.animation--itemOpacity.animation-in {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.61, 0.47, 0.46, 0.63) 0.5s;
}

.animation--list > * {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.4s cubic-bezier(0.61, 0.47, 0.46, 0.63), transform 0.4s cubic-bezier(0.61, 0.47, 0.46, 0.63);
}
.animation--list.animation-in > * {
  opacity: 1;
  transform: translateY(0);
}
.animation--list.animation-in > *:nth-child(0) {
  transition-delay: 0ms;
}
.animation--list.animation-in > *:nth-child(1) {
  transition-delay: 150ms;
}
.animation--list.animation-in > *:nth-child(2) {
  transition-delay: 300ms;
}
.animation--list.animation-in > *:nth-child(3) {
  transition-delay: 450ms;
}
.animation--list.animation-in > *:nth-child(4) {
  transition-delay: 600ms;
}
.animation--list.animation-in > *:nth-child(5) {
  transition-delay: 750ms;
}
.animation--list.animation-in > *:nth-child(6) {
  transition-delay: 900ms;
}
.animation--list.animation-in > *:nth-child(7) {
  transition-delay: 1050ms;
}
.animation--list.animation-in > *:nth-child(8) {
  transition-delay: 1200ms;
}
.animation--list.animation-in > *:nth-child(9) {
  transition-delay: 1350ms;
}
.animation--list.animation-in > *:nth-child(10) {
  transition-delay: 1500ms;
}
.animation--list.animation-in > *:nth-child(11) {
  transition-delay: 1650ms;
}
.animation--list.animation-in > *:nth-child(12) {
  transition-delay: 1800ms;
}
.animation--list.animation-in > *:nth-child(13) {
  transition-delay: 1950ms;
}
.animation--list.animation-in > *:nth-child(14) {
  transition-delay: 2100ms;
}
.animation--list.animation-in > *:nth-child(15) {
  transition-delay: 2250ms;
}
.animation--list.animation-in > *:nth-child(16) {
  transition-delay: 2400ms;
}
.animation--list.animation-in > *:nth-child(17) {
  transition-delay: 2550ms;
}
.animation--list.animation-in > *:nth-child(18) {
  transition-delay: 2700ms;
}
.animation--list.animation-in > *:nth-child(19) {
  transition-delay: 2850ms;
}
.animation--list.animation-in > *:nth-child(20) {
  transition-delay: 3000ms;
}

@keyframes scroll-left {
  0% {
    transform: translateX(40%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.row {
  *zoom: 1;
  position: relative;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.row--margin {
  margin-bottom: 60px;
}
@media (min-width: 640px) {
  .row {
    padding: 80px 0;
    overflow: hidden;
  }
  .row.row--margin {
    margin-bottom: 80px;
  }
}
.row.row__big {
  padding-top: 100px;
}
@media (min-width: 640px) {
  .row.row__big {
    padding-top: 160px;
  }
}
.row.row__2col {
  padding: 0;
}
@media (min-width: 640px) {
  .row.row__2col {
    padding: 0 8.33333%;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  .row.row__2col.row--video {
    padding: 0;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  .row.row__doubleLand {
    margin-top: 0;
  }
}

.row__col {
  width: 100%;
  float: left;
  position: relative;
}
@media (min-width: 640px) {
  .row__col {
    width: 50%;
    float: left;
  }
}

.row__col--1 {
  padding-bottom: 0;
}
@media (min-width: 640px) {
  .row__2col--inverted .row__col--1 {
    padding-bottom: 42%;
  }
}

@media (min-width: 640px) {
  .row__2col--alternate .row__col--2 {
    padding-bottom: 42%;
  }
}
.row__2col--inverted .row__col--2 {
  padding-bottom: 0;
}
@media (min-width: 0) and (max-width: 640px) {
  .row__doubleLand .row__col--2 {
    padding: 0 8.33333%;
  }
}

.row__product {
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 640px) {
  .row__product {
    padding: 0;
    padding: 0 4.16667%;
    margin-bottom: 80px;
  }
}
@media (min-width: 1000px) {
  .row__product {
    padding: 0 8.33333%;
  }
}

.blockBig--image.blockBig {
  background: url(../images/banner_mobile.jpg) no-repeat center 0;
  background-size: cover;
  padding: 0;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
.blockBig--image.blockBig:after {
  content: "";
  display: block;
  padding-bottom: 112%;
}
@media (min-width: 640px) {
  .blockBig--image.blockBig {
    background: url(../images/banner.jpg) no-repeat 0 50%;
    padding: 80px;
    height: 453px;
    margin-bottom: 80px;
  }
  .blockBig--image.blockBig:after {
    display: none;
  }
}

.blockBig--image__aux {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blockBig {
  margin-bottom: 60px;
}
@media (min-width: 640px) {
  .blockBig {
    margin-bottom: 0;
  }
}

.blockBig__gradient {
  position: absolute;
  width: 66.66667%;
  float: left;
  top: 0;
  bottom: 50%;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 640px) {
  .blockBig__gradient {
    width: 50%;
    float: left;
    bottom: 0;
    top: 0;
  }
}
.blockBig__gradient:before {
  transition-delay: 0.8s;
}
.blockBig--sx .blockBig__gradient:before {
  transition-delay: 0.6s;
}
.blockBig--sx .blockBig__gradient {
  width: 66.66667%;
  float: left;
  right: 0;
}
@media (min-width: 640px) {
  .blockBig--sx .blockBig__gradient {
    width: 50%;
    float: left;
  }
}
.blockBig__gradient > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.blockBig__textWrapper {
  position: relative;
  clear: left;
}
@media (min-width: 640px) {
  .blockBig__textWrapper {
    width: 25%;
    float: left;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    left: 8.33333%;
  }
}
@media (min-width: 640px) {
  .blockBig--sx .blockBig__textWrapper {
    right: 8.33333%;
    left: initial;
  }
}

.blockBig__text {
  position: relative;
  width: 100%;
  padding: 20px 8.33333% 0;
}
.blockBig--image .blockBig__text {
  padding: 20px 0 0;
}
@media (min-width: 640px) {
  .blockBig__text {
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    padding: 0 20px;
  }
  .blockBig--image .blockBig__text {
    position: static;
    transform: none;
    padding: 10px 0 20px;
    max-width: 350px;
    margin: 0 auto;
  }
}
@media (min-width: 0) and (max-width: 640px) {
  .blockBig--image .blockBig__text {
    margin: 0 auto 20px;
  }
}

.blockBig__header {
  position: relative;
  width: 91.66667%;
  float: left;
}
@media (min-width: 640px) {
  .blockBig__header {
    width: 58.33333%;
    float: left;
  }
}
.blockBig--rx .blockBig__header {
  margin-left: 8.33333%;
}
@media (min-width: 640px) {
  .blockBig--rx .blockBig__header {
    margin-left: 33.33333%;
  }
}
@media (min-width: 640px) {
  .blockBig--sx .blockBig__header {
    left: 8.33333%;
  }
}

.blockBig__title {
  position: absolute;
  margin-right: 8.33333%;
  top: -60px;
  right: 0;
  z-index: 3;
  text-align: right;
  overflow: hidden;
  display: inline-block;
}
@media (min-width: 640px) {
  .blockBig__title {
    font-size: 4.6875rem;
  }
}
@media (min-width: 1280px) {
  .blockBig__title {
    font-size: 4.6875rem;
  }
}
@media (min-width: 640px) {
  .blockBig__title {
    top: -110px;
  }
}
.blockBig__title span {
  display: inline-block;
}
.blockBig--image .blockBig__title {
  position: static;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .blockBig--image .blockBig__title {
    padding-left: 0;
  }
}

.blockBig__imgWrapper {
  width: 100%;
  position: relative;
  padding-bottom: 75%;
  z-index: 2;
  overflow: hidden;
}
.blockBig__imgWrapper img {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.7s;
  position: absolute;
  display: block;
  width: 100%;
}
.animate .blockBig--rx .blockBig__imgWrapper img {
  transform: translate(40px, 0);
  transition-delay: 0.1s;
}
.animate .blockBig--sx .blockBig__imgWrapper img {
  transform: translate(-40px, 0);
  transition-delay: 0.9s;
}
.animate.animation-in .blockBig__imgWrapper img {
  transform: translate(0, 0);
}
.blockBig__imgWrapper:before {
  transition-delay: 0.6s;
}
.blockBig--sx .blockBig__imgWrapper:before {
  transition-delay: 0.8s;
}

.blockBig__btn {
  color: #1a1a1a;
  min-width: 200px;
  display: inline-block;
  text-align: center;
  padding: 12px 17px;
  transition: box-shadow 0.3s;
  margin: 20px;
}
.blockBig--image .blockBig__btn {
  margin: 0px;
}
.blockBig__btn:hover {
  box-shadow: 3px 3px #1a1a1a;
}

.blockPort {
  width: 100%;
  padding: 0 8.33333%;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 640px) {
  .blockPort {
    margin-bottom: 0;
    width: 80%;
    float: left;
    padding: 0;
    margin-left: 20%;
  }
}
.row__2col--inverted .blockPort {
  margin-left: 0;
}

.blockPort__textWrapper {
  width: 100%;
  position: relative;
}
@media (min-width: 640px) {
  .blockPort__textWrapper {
    padding-bottom: 39%;
  }
}

.blockPort__text {
  padding: 20px 0 0 0;
}
@media (min-width: 640px) {
  .blockPort__text {
    position: absolute;
    padding-top: 20px;
    padding-left: 20px;
    margin-right: 80px;
  }
}

.blockPort__imgWrapper {
  width: 100%;
  position: relative;
  padding-bottom: 133.195%;
  z-index: 2;
  overflow: hidden;
}
.blockPort__imgWrapper img {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.7s;
  position: absolute;
  display: block;
  width: 100%;
}
.blockPort__imgWrapper:before {
  transition-delay: 0.6s;
}
.blockBig--sx .blockPort__imgWrapper:before {
  transition-delay: 0.8s;
}

div.blockLand {
  width: 100%;
  float: left;
  margin-bottom: 60px;
}
@media (min-width: 640px) {
  div.blockLand {
    margin-bottom: 0;
  }
}
.row__2col--alternate div.blockLand {
  position: relative;
  width: 100%;
}
@media (min-width: 640px) {
  .row__2col--alternate div.blockLand {
    position: absolute;
    bottom: 0;
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
}

.blockLand__textWrapper {
  width: 100%;
  position: relative;
}
@media (min-width: 640px) {
  .blockLand__textWrapper {
    padding-bottom: 40%;
  }
}

.blockLand__title {
  padding-left: 8.33333%;
  width: 100%;
  z-index: 3;
  text-align: left;
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  .blockLand__title {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    margin-bottom: 0;
  }
}
.blockLand__title.gradient-1 > span {
  display: inline-block;
}
body:not(.ie11) .blockLand__title.gradient-1 > span {
  background: linear-gradient(45deg, #fb4831 0%, #faf769 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blockLand__title.gradient-2 > span {
  display: inline-block;
}
body:not(.ie11) .blockLand__title.gradient-2 > span {
  background: linear-gradient(45deg, #00ffba 0%, #46f4f0 40%, #00d2ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blockLand__title--2 {
  padding-left: 30px;
}
@media (min-width: 640px) {
  .blockLand__title--2 {
    padding-left: 50px;
  }
}

.blockLand__text {
  padding: 8.33333% 0 0;
}
@media (min-width: 640px) {
  .blockLand__text {
    margin-right: 80px;
    padding-top: 20px;
    padding-left: 20px;
    position: absolute;
    width: 80%;
  }
}

.blockLand__imgWrapper {
  width: 100%;
  position: relative;
  padding-bottom: 75%;
  z-index: 2;
  overflow: hidden;
}
.blockLand__imgWrapper img {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.7s;
  position: absolute;
  display: block;
  width: 100%;
}
.animate .blockBig--rx .blockLand__imgWrapper img {
  transform: translate(40px, 0);
}
.animate .blockBig--sx .blockLand__imgWrapper img {
  transform: translate(-40px, 0);
  transition-delay: 0.9s;
}
.animate.animation-in .blockLand__imgWrapper img {
  transform: translate(0, 0);
}
.blockLand__imgWrapper:before {
  transition-delay: 0.6s;
}
.blockBig--sx .blockLand__imgWrapper:before {
  transition-delay: 0.8s;
}

.gradient--1 {
  background-image: linear-gradient(45deg, #fb4831 0%, #faf769 100%);
}

.gradient--2 {
  background-image: linear-gradient(45deg, #00ffba 0%, #46f4f0 40%, #00d2ff 100%);
}

.deco {
  height: 80px;
  padding: 0 8.33333%;
  display: none;
  position: relative;
  clear: both;
}
.deco > div {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
}
.deco > div:before {
  transform: translateY(0);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.84, -0.01, 0.48, 0.995) 1.2s;
}
.deco.animation-in > div:before {
  transform: translateY(-100%);
}
@media (min-width: 640px) {
  .deco {
    display: block;
  }
}

.deco--1:after {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  right: 0;
}
.deco--1:after {
  background-image: linear-gradient(45deg, #fb4831 0%, #faf769 100%);
}

.deco--2:after {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  right: 0;
}
.deco--2:after {
  background-image: linear-gradient(45deg, #00ffba 0%, #46f4f0 40%, #00d2ff 100%);
}

.deco--midSx {
  left: 50%;
  transform: translateX(-100%);
}

.deco--midRx {
  left: 50%;
}

.productStrip__container {
  position: relative;
}

.productStrip {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  width: 490px;
  transform: translateX(-490px);
  transition: 0.3s cubic-bezier(0.84, -0.01, 0.48, 0.995);
}
@media (min-width: 1280px) {
  .productStrip {
    bottom: 30px;
    top: 30px;
  }
}
.open .productStrip {
  transform: translateX(0px);
}
.productStrip.productStrip--big {
  transform: translateX(-466px);
  width: 465px;
}
.open .productStrip.productStrip--big {
  transform: translateX(0px);
}
.productStrip.productStrip--2 {
  transform: translateX(-300px);
  width: 300px;
}
.open .productStrip.productStrip--2 {
  transform: translateX(0px);
}

.productStrip__btn {
  position: absolute;
  background: #faf769;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  height: 80px;
  bottom: 30px;
  left: -1px;
  z-index: 3;
  width: 40px;
  color: #1a1a1a;
  transition: 0.3s cubic-bezier(0.84, -0.01, 0.48, 0.995);
  transform: translateX(0px);
  animation: pulse 1.4s infinite;
  z-index: 99;
}
.productStrip__btn--top .productStrip__btn {
  top: 65px;
  bottom: inherit;
}
@media (min-width: 640px) {
  .productStrip__btn {
    left: 0;
    bottom: 65px;
  }
}
.productStrip__btn:hover {
  animation: none;
}
.productStrip__btn:hover .productStrip__icon {
  transform: rotate(0deg) translateX(14px);
}
.open .productStrip__btn {
  animation: none;
  transform: translateX(465px);
}
.open .productStrip__btn.productStrip--2 {
  transform: translateX(300px);
  animation: none;
}

.productStrip__wrapper {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translatey(-50%);
  background-image: linear-gradient(45deg, #fb4831 0%, #faf769 100%);
}
@media (min-width: 640px) {
  .productStrip__wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    transform: translatey(0%);
  }
}

.productStrip__item {
  width: 120px;
  display: inline-block;
}
.productStrip--big .productStrip__item {
  width: 150px;
}
.productStrip__item:hover .productStrip__img {
  transform: translateY(-10px);
}

.productStrip__img {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
}
@media (min-width: 640px) {
  .productStrip__img {
    width: 80%;
  }
}

.productStrip__carousel {
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
}
@media (min-width: 640px) {
  .productStrip__carousel {
    min-height: auto;
  }
}
.loaded .productStrip__carousel {
  opacity: 1;
}

.productStrip__product.swiper-slide {
  text-align: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 20px;
}
@media (min-width: 640px) {
  .productStrip__product.swiper-slide {
    padding-bottom: 0;
    background: transparent;
  }
}

.productStrip__icon {
  font-size: 50px;
  line-height: 80px;
  margin-left: 4px;
  display: block;
  transition: 0.3s cubic-bezier(0.84, -0.01, 0.48, 0.995);
  transform: rotate(0deg);
  transform-origin: left center;
}
@media (min-width: 640px) {
  .productStrip__icon {
    margin-left: -13px;
  }
}
.open .productStrip__icon {
  line-height: 88px;
  margin-left: -14px;
  margin-top: 10px;
  transform: scale(1.3) rotate(45deg);
  transform-origin: center center;
  position: relative;
}

.open .productStrip__btn:hover .productStrip__icon {
  transform: scale(1.3) rotate(45deg);
}

.productStrip__aux {
  overflow: hidden;
  position: relative;
}

.product {
  color: #1a1a1a;
  position: relative;
  display: inline-block;
  width: 100%;
  float: left;
  float: none;
  backface-visibility: hidden;
  opacity: 0;
}
@media (min-width: 640px) {
  .product {
    width: 70%;
    float: left;
    float: none;
    margin: 20px;
  }
}
@media (min-width: 1200px) {
  .product {
    width: 60%;
    float: left;
    float: none;
  }
}
.product.productItem {
  width: 28%;
}
.productSlider .product {
  width: 80%;
  margin: 0 10%;
}
@media (min-width: 640px) {
  .productSlider .product {
    width: 85%;
    margin: 0 7.5%;
  }
}
.product:nth-child(0) .product__bg {
  animation-delay: 0ms;
}
.product:nth-child(1) .product__bg {
  animation-delay: 150ms;
}
.product:nth-child(2) .product__bg {
  animation-delay: 300ms;
}
.product:nth-child(3) .product__bg {
  animation-delay: 450ms;
}
.product:nth-child(4) .product__bg {
  animation-delay: 600ms;
}
.product:nth-child(5) .product__bg {
  animation-delay: 750ms;
}
.product:nth-child(6) .product__bg {
  animation-delay: 900ms;
}
.product:nth-child(7) .product__bg {
  animation-delay: 1050ms;
}
.product:nth-child(8) .product__bg {
  animation-delay: 1200ms;
}
.product:nth-child(9) .product__bg {
  animation-delay: 1350ms;
}
.product:nth-child(10) .product__bg {
  animation-delay: 1500ms;
}
.product:nth-child(11) .product__bg {
  animation-delay: 1650ms;
}
.product:nth-child(12) .product__bg {
  animation-delay: 1800ms;
}
.product:nth-child(13) .product__bg {
  animation-delay: 1950ms;
}
.product:nth-child(14) .product__bg {
  animation-delay: 2100ms;
}
.product:nth-child(15) .product__bg {
  animation-delay: 2250ms;
}
.product:nth-child(16) .product__bg {
  animation-delay: 2400ms;
}
.product:nth-child(17) .product__bg {
  animation-delay: 2550ms;
}
.product:nth-child(18) .product__bg {
  animation-delay: 2700ms;
}
.product:nth-child(19) .product__bg {
  animation-delay: 2850ms;
}
.product:nth-child(20) .product__bg {
  animation-delay: 3000ms;
}
.product:hover .product__btn {
  box-shadow: 3px 3px #1a1a1a;
  backface-visibility: hidden;
}

.product__brand {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
}
@media (min-width: 640px) {
  .product__brand {
    padding-bottom: 0;
  }
}
.productStrip .product__brand {
  line-height: 1.2;
  font-size: 1.25rem;
}
@media (min-width: 1024px) {
  .productStrip .product__brand {
    font-size: 1.5rem;
  }
}
.colorDetail__colSx .product__brand {
  padding-left: 0;
  padding-right: 0;
}

.product__name {
  line-height: 1.5em;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1024px) {
  .product__name {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.productStrip .product__name {
  padding-bottom: 5px;
}
.colorDetail__colSx .product__name {
  padding-left: 0;
}

.product__price {
  display: none;
  line-height: 1.2em;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .product__price {
    margin-bottom: 10px;
  }
}

.product__polarizedText {
  letter-spacing: 0.2em;
  line-height: 20px;
}

.product__polarizedImg,
.product__polarizedText {
  display: inline-block;
  vertical-align: top;
}

.product__polarizedImg {
  height: 20px !important;
  width: 20px !important;
  display: inline-block !important;
}

.product__polarized {
  display: none;
  padding: 10px 0 10px;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .product__polarized {
    padding: 10px 0 20px;
  }
}
.row__product .product__polarized {
  padding: 10px 0 15px;
}
.isPolarized .product__polarized {
  display: block;
}

.product__btn {
  display: inline-block;
  color: #1a1a1a;
  transition: box-shadow 0.3s;
  backface-visibility: hidden;
  will-change: box-shadow;
}
.product__btn + .product__btn {
  margin-left: 15px;
}
.productStrip .product__btn {
  line-height: 1;
}
.product__btn:hover {
  box-shadow: 3px 3px #1a1a1a;
}

.product__wrapper {
  z-index: 2;
  text-align: center;
  position: absolute;
  bottom: 13%;
  left: 0;
  right: 0;
  opacity: 0;
}
.isPolarized .product__wrapper {
  bottom: 8%;
}
.swiper-slide .product__wrapper {
  opacity: 1;
}
.animation-in .product__wrapper {
  opacity: 1;
}

.product__bg {
  border-radius: 50%;
  padding-bottom: 100%;
  width: 100%;
  z-index: 1;
  background-position: 50% 100%;
  background-image: linear-gradient(45deg, #fb4831 0%, #faf769 100%);
}
.product__bg:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  transform: rotate(45deg);
  transform-origin: 100% 50%;
  content: "";
  border-top-left-radius: 400px;
  border-bottom-left-radius: 400px;
  display: block;
  background-image: linear-gradient(45deg, #c1f5f4 0%, #6fdcf3 100%);
}
.animation-in .product__bg {
  animation: rotation 0.9s cubic-bezier(0.84, -0.01, 0.48, 0.995);
}

.product__img {
  width: 80%;
  padding: 0 6%;
}

div.block--product {
  text-align: center;
  width: 85%;
  margin: 0 auto 60px;
}
@media (min-width: 640px) {
  div.block--product {
    width: 100%;
    margin-bottom: 0;
    padding: 0px;
  }
}

.product__light {
  mix-blend-mode: overlay;
  background-image: radial-gradient(ellipse closest-side, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0));
  left: 0;
  top: 0;
  height: 70%;
  transform: translateZ(1px);
  opacity: 0.8;
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}

.canvas {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 640px) {
  .canvas {
    margin-bottom: 90px;
  }
}

.canvas__video {
  display: none;
}
.canvas__video::-webkit-media-controls-play-button, .canvas__video::-webkit-media-controls-start-playback-button {
  opacity: 0;
  pointer-events: none;
  width: 5px;
}
@media (min-width: 767px) {
  .canvas__video {
    display: block;
    width: 100%;
  }
}

.canvas__videoImg {
  width: 100%;
  display: block;
}

.canvas__header {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.canvas__title {
  animation: scroll-left linear 10s infinite;
  position: absolute;
  font-size: 100px;
  letter-spacing: 0.4em;
  top: 65%;
  white-space: nowrap;
  mix-blend-mode: overlay;
}

.video__play {
  z-index: 3;
  position: absolute;
  font-size: 30px;
  top: 50%;
  background: #faf769;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  height: 80px;
  margin-top: -40px;
  width: 40px;
  left: 0;
}
.video__play .video__playImg {
  display: block;
  width: 30px !important;
  height: 32px !important;
  top: 50%;
  margin-top: -17px;
  margin-left: 6px;
  transition-delay: 0;
  transition: 0.3s cubic-bezier(0.84, -0.01, 0.48, 0.995);
  transform-origin: left center;
}
.video__play:hover .video__playImg {
  transform: scale(1.2);
}

.video__close {
  position: absolute;
  top: 5%;
  padding: 10px;
  z-index: 99;
  right: 5%;
  font-size: 60px;
  color: #fff;
  opacity: 0;
  pointer-events: none;
}
.playing .video__close {
  opacity: 1;
  pointer-events: auto;
}

.autoply {
  position: relative;
}

.canvas__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.canvas__video iframe {
  width: 100%;
  height: 100%;
}

.video {
  position: fixed;
  overflow: hidden;
  opacity: 0;
  width: 0;
  transition: width 1s cubic-bezier(0.4, 0, 0.2, 1) 0.5s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.playing .video {
  width: 100%;
}
.video iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.playing .video {
  opacity: 1;
}

.blockVideo {
  width: 100%;
  padding: 0 8.33333% 0;
  overflow: hidden;
}
@media (min-width: 640px) {
  .blockVideo {
    width: 80%;
    float: left;
    padding: 0;
    margin-left: 20%;
  }
}
.row__2col--inverted .blockVideo {
  margin-left: 0;
}

.blockVideo__imgWrapper {
  width: 100%;
  position: relative;
  padding-bottom: 133.195%;
  z-index: 2;
}
@media (min-width: 640px) {
  .blockVideo__imgWrapper {
    padding-left: 10px;
  }
}
.blockVideo__imgWrapper img {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.7s;
  position: absolute;
  display: block;
  width: 100%;
}
.blockVideo__imgWrapper .video__placeholder {
  width: auto;
  height: 100%;
}
.animate .blockBig--rx .blockVideo__imgWrapper .video__placeholder {
  transform: translate(40px, 0);
}
.blockVideo__imgWrapper:before {
  transition-delay: 0.6s;
}

.video {
  cursor: url(../images/close.png), auto;
}

.blockVideo__header {
  width: 100%;
  position: relative;
  height: 140px;
  overflow: hidden;
}
@media (min-width: 640px) {
  .blockVideo__header {
    position: relative;
    padding-bottom: 70%;
    height: auto;
  }
}

.blockVideo__gradient {
  position: absolute;
  width: 66.66667%;
  float: left;
  top: 0;
  left: -8.33333%;
  height: 200px;
  transform: translateY(-50%);
}
.blockVideo__gradient:before {
  transition-delay: 0.8s;
}
@media (min-width: 640px) {
  .blockVideo__gradient {
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 0;
    left: initial;
    overflow: hidden;
    height: auto;
    transform: none;
  }
}
.blockVideo__gradient > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 120%;
  width: 100%;
}

.blockVideo__title {
  position: absolute;
  padding-left: 8.33333%;
  width: 100%;
  z-index: 3;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
.blockVideo__title span {
  display: inline-block;
  transition-delay: 0.6s;
}

.blockVideo__textWrapper {
  width: 100%;
  position: relative;
}
@media (min-width: 640px) {
  .blockVideo__textWrapper {
    padding-bottom: 39%;
  }
}

.blockVideo__text {
  padding: 8.33333% 8.33333% 0;
}
@media (min-width: 640px) {
  .blockVideo__text {
    position: absolute;
    margin-right: 80px;
    padding-top: 20px;
    padding-left: 20px;
  }
}

.row__color {
  background: url(../images/sfondo.jpg) no-repeat;
  padding: 0;
  background-size: cover;
}

.color__aux {
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  margin: 20px;
  position: relative;
  height: 520px;
}

.color__title {
  background: url(../images/colorBg.png) no-repeat center center;
  height: 160px;
  line-height: 160px;
}
.color__title span {
  text-transform: uppercase;
  font-size: 44px;
  letter-spacing: 0.2em;
  display: inline-block;
  line-height: 1em;
}

.color {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1000px;
  bottom: 80px;
  left: 50%;
  top: 120px;
  margin-left: -500px;
}
.color.animate ul li {
  position: relative;
}
.color.animate ul li:nth-child(0) {
  animation: floating0 3s infinite cubic-bezier(0.61, 0.47, 0.46, 0.63);
  animation-delay: 0ms;
}
@keyframes floating0 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateX(0px);
  }
}
.color.animate ul li:nth-child(1) {
  animation: floating1 3s infinite cubic-bezier(0.61, 0.47, 0.46, 0.63);
  animation-delay: 33ms;
}
@keyframes floating1 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateX(0px);
  }
}
.color.animate ul li:nth-child(2) {
  animation: floating2 3s infinite cubic-bezier(0.61, 0.47, 0.46, 0.63);
  animation-delay: 48ms;
}
@keyframes floating2 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateX(0px);
  }
}
.color.animate ul li:nth-child(3) {
  animation: floating3 3s infinite cubic-bezier(0.61, 0.47, 0.46, 0.63);
  animation-delay: 9ms;
}
@keyframes floating3 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateX(0px);
  }
}
.color.animate ul li:nth-child(4) {
  animation: floating4 3s infinite cubic-bezier(0.61, 0.47, 0.46, 0.63);
  animation-delay: 84ms;
}
@keyframes floating4 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateX(0px);
  }
}
.color.animate ul li:nth-child(5) {
  animation: floating5 3s infinite cubic-bezier(0.61, 0.47, 0.46, 0.63);
  animation-delay: 10ms;
}
@keyframes floating5 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateX(0px);
  }
}
.color.animate ul li:nth-child(6) {
  animation: floating6 3s infinite cubic-bezier(0.61, 0.47, 0.46, 0.63);
  animation-delay: 132ms;
}
@keyframes floating6 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateX(0px);
  }
}
.color.animate ul li:nth-child(7) {
  animation: floating7 3s infinite cubic-bezier(0.61, 0.47, 0.46, 0.63);
  animation-delay: 322ms;
}
@keyframes floating7 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateX(0px);
  }
}
.color.animate ul li:nth-child(8) {
  animation: floating8 3s infinite cubic-bezier(0.61, 0.47, 0.46, 0.63);
  animation-delay: 280ms;
}
@keyframes floating8 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateY(14px);
  }
  100% {
    transform: translateX(0px);
  }
}
.color.animate ul li:nth-child(9) {
  animation: floating9 3s infinite cubic-bezier(0.61, 0.47, 0.46, 0.63);
  animation-delay: 81ms;
}
@keyframes floating9 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateX(0px);
  }
}
.color.animate ul li:nth-child(10) {
  animation: floating10 3s infinite cubic-bezier(0.61, 0.47, 0.46, 0.63);
  animation-delay: 230ms;
}
@keyframes floating10 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateY(19px);
  }
  100% {
    transform: translateX(0px);
  }
}
.color.animate ul li:nth-child(11) {
  animation: floating11 3s infinite cubic-bezier(0.61, 0.47, 0.46, 0.63);
  animation-delay: 44ms;
}
@keyframes floating11 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateY(11px);
  }
  100% {
    transform: translateX(0px);
  }
}
.color.animate ul li:nth-child(12) {
  animation: floating12 3s infinite cubic-bezier(0.61, 0.47, 0.46, 0.63);
  animation-delay: 36ms;
}
@keyframes floating12 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateY(1px);
  }
  100% {
    transform: translateX(0px);
  }
}
.color.animate ul li:nth-child(13) {
  animation: floating13 3s infinite cubic-bezier(0.61, 0.47, 0.46, 0.63);
  animation-delay: 130ms;
}
@keyframes floating13 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateX(0px);
  }
}
.color.animate ul li:nth-child(14) {
  animation: floating14 3s infinite cubic-bezier(0.61, 0.47, 0.46, 0.63);
  animation-delay: 476ms;
}
@keyframes floating14 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateY(6px);
  }
  100% {
    transform: translateX(0px);
  }
}
.circle {
  transform: scale(1);
  border-radius: 50%;
  transition: transform 0.4s cubic-bezier(0.84, -0.01, 0.48, 0.995), opacity 0s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 100px;
  height: 100px;
  opacity: 0;
  position: fixed;
  z-index: 99;
  top: -1000px;
  left: -1000px;
}
.circle.clicked {
  transform: scale(20);
  opacity: 1;
  transition: transform 0.4s cubic-bezier(0.84, -0.01, 0.48, 0.995);
}

.colorItem {
  width: 130px;
  height: 130px;
  display: block;
  transform: scale(0.7);
  transition: 0.4s cubic-bezier(0.84, -0.01, 0.48, 0.995) 0.2s;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 0px 40px 0 rgba(0, 0, 0, 0.1);
}
.colorItem:hover, .colorItem.active {
  transform: scale(1);
  transition: 0.4s cubic-bezier(0.84, -0.01, 0.48, 0.995);
  z-index: 2;
}
.colorItem:hover .colorItem__name, .colorItem.active .colorItem__name {
  transition: 0.2s cubic-bezier(0.84, -0.01, 0.48, 0.995) 0.4s;
  opacity: 1;
}
.colorItem.active {
  transition-delay: 1s;
}
.colorItem.active .colorItem__name {
  transition-delay: 1.4s;
}
.colorItem[data-overlay="c1"] {
  background-image: linear-gradient(45deg, #bd96db 0%, #00c5d2 59%, #6ee6d5 100%);
  top: 75px;
  left: 20px;
}
.colorItem[data-overlay="c2"] {
  background-image: linear-gradient(45deg, #ffb213 0%, #f26646 70%);
  top: 150px;
  left: 118px;
}
.colorItem[data-overlay="c3"] {
  background-image: linear-gradient(45deg, #d0819e 0%, #5b71ae 100%);
  top: 20px;
  left: 174px;
}
.colorItem[data-overlay="c4"] {
  background-image: linear-gradient(45deg, #215a8f 0%, #79cfd5 100%);
  top: 140px;
  left: 246px;
}
.colorItem[data-overlay="c5"] {
  background-image: linear-gradient(45deg, #d48826 0%, #fbddb1 100%);
  top: 55px;
  left: 340px;
}
.colorItem[data-overlay="c6"] {
  background-image: linear-gradient(45deg, #ffb2ce 0%, #feffbd 100%);
  top: 204px;
  left: 365px;
}
.colorItem[data-overlay="c7"] {
  background-image: linear-gradient(45deg, #27abab 0%, #79c6c5 48%, #7a9bfa 100%);
  top: 98px;
  left: 450px;
}
.colorItem[data-overlay="c8"] {
  background-image: linear-gradient(45deg, #8ea768 0%, #dde0bd 100%);
  top: 202px;
  left: 515px;
}
.colorItem[data-overlay="c9"] {
  background-image: linear-gradient(45deg, #00986e 0%, #74c79c 43%, #9c95bd 100%);
  top: 45px;
  left: 555px;
}
.colorItem[data-overlay="c10"] {
  background-image: linear-gradient(45deg, #7c9099 0%, #f2fcff 90%);
  top: 150px;
  left: 630px;
}
.colorItem[data-overlay="c11"] {
  background-image: linear-gradient(45deg, #f08381 0%, #fee1d2 100%);
  top: 10px;
  left: 670px;
}
.colorItem[data-overlay="c12"] {
  background-image: linear-gradient(45deg, #9e62bf 20%, #65ebd0 100%);
  top: 180px;
  left: 750px;
}
.colorItem[data-overlay="c13"] {
  background-image: linear-gradient(45deg, #eb56ad 5%, #c7edeb 100%);
  top: 55px;
  left: 769px;
}
.colorItem[data-overlay="c14"] {
  background-image: linear-gradient(45deg, #faba39 0%, #e8e7db 100%);
  top: 128px;
  left: 858px;
}

.colorItem__name {
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  color: #1a1a1a;
  text-transform: uppercase;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  top: 50%;
  left: 50%;
}

.overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.overlay.open {
  display: block;
}

.overlay__close {
  position: absolute;
  text-align: center;
  top: 40px;
  right: 40px;
  z-index: 100;
  font-size: 3.75rem;
  color: #1a1a1a;
}

.colorDetail {
  position: relative;
}

.colorDetail__colDx {
  width: 58.33333%;
  float: left;
  float: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.colorDetail__colSx {
  width: 33.33333%;
  float: left;
  float: none;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.colorDetail__paragraph {
  text-transform: uppercase;
  left: 63%;
  position: absolute;
  top: 40px;
  line-height: 1.6;
  letter-spacing: 0.2em;
  max-width: 320px;
}
@media (min-width: 1200px) {
  .colorDetail__paragraph {
    top: 90px;
    max-width: none;
  }
}
.current .colorDetail__paragraph {
  transform: translateX(0%);
  transition-delay: 0.2s;
  opacity: 1;
}

.widget {
  opacity: 0;
  position: relative;
  max-width: 1440px;
  min-width: 1000px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.loaded .widget.current {
  z-index: 99;
  opacity: 1;
  transition: cubic-bezier(0.4, 0, 0.2, 1);
}

.widget__aux {
  transform: translateY(-50%);
  top: 50%;
  width: 100%;
  position: absolute;
}

.widget__title {
  font-size: 64px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  line-height: 1em;
  position: relative;
  z-index: 1;
  transform: translateX(100%) translateY(50%);
  transition: all 0.6s cubic-bezier(0.84, -0.01, 0.48, 0.995);
}
.animate .widget__title {
  transform: translateX(100%) translateY(50%);
  opacity: 0;
}
.animate.animation-in .widget__title {
  transform: translateX(0%) translateY(50%);
  opacity: 1;
}
.current .widget__title {
  transform: translateX(0%) translateY(50%);
  opacity: 1;
}

.widget__par {
  font-size: 1.125rem;
  position: absolute;
  text-transform: uppercase;
  left: 65%;
}

.widget__img {
  background: #fff;
  width: 100%;
}
.current .widget__img {
  transform: translateX(0%);
  opacity: 1;
}

.widget__info {
  position: absolute;
  line-height: 1.9;
  left: 63%;
  bottom: 0;
}
.current .widget__info {
  transform: translateX(0%);
  opacity: 1;
  transition-delay: 0.4s;
}
.widget__info .product__price,
.widget__info .product__name {
  line-height: 1.9;
  letter-spacing: 0.2em;
  max-width: 200px;
}

.color__paragraph {
  font-size: 0.875rem;
  color: #1a1a1a;
  text-transform: uppercase;
  line-height: 1.4em;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding-bottom: 20px;
}

.widget__next {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #1a1a1a;
  z-index: 99;
}
.animate .widget__next {
  transform: rotate(-90deg) translateX(100%);
}
.current .widget__next {
  transform: translateX(0%) rotate(-90deg);
  opacity: 1;
  transition-delay: 0.6s;
}

.productSlider {
  margin-bottom: 60px;
}

.swiper-container.productStrip__carousel:before {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
@media (min-width: 640px) {
  .swiper-container.productStrip__carousel:before {
    content: none;
  }
}
.swiper-container.hide {
  opacity: 0;
  transition: 0.2s ease-out;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  text-align: center;
  left: 15px;
  top: 0;
  bottom: 0;
  z-index: 9;
  text-align: left;
  padding: 0 10px;
  z-index: 99;
  width: 40px;
}
@media (min-width: 640px) {
  .swiper-button-prev,
  .swiper-button-next {
    left: 0;
  }
}
.row__color .swiper-button-prev, .row__color
.swiper-button-next {
  display: none;
}

.swiper-button-prev {
  transform: rotateY(180deg);
  left: 20px;
}
@media (min-width: 640px) {
  .swiper-button-prev {
    left: 10px;
  }
}
.product3Slider .swiper-button-prev {
  left: -10px;
}
.productSlider .swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 20px;
  left: auto;
  transform-origin: 50% 0%;
}
@media (min-width: 640px) {
  .swiper-button-next {
    right: 10px;
  }
}
.productSlider .swiper-button-next {
  right: 0;
}
.product3Slider .swiper-button-next {
  right: -10px;
}

.arrow__icon {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/arrow.svg) center center no-repeat;
  background-size: 130%;
  left: 0;
}

.productImages .carousel__container {
  overflow: hidden;
  position: relative;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
  width: 100%;
  height: auto;
}
@media (min-width: 640px) {
  .swiper-container {
    top: 50%;
    transform: translateY(-50%);
  }
  .productStrip .swiper-container {
    position: absolute;
  }
  .product3Slider .swiper-container {
    top: 0;
    transform: none;
    padding-bottom: 20px;
  }
}
.socialHp .swiper-container {
  overflow: hidden;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  display: flex;
  align-items: center;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 20px;
}

/* Auto Height */
.swiper-container-autoheight {
  height: auto;
}
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.bitloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 2px;
  background: linear-gradient(45deg, #fb4831 0%, #faf769 100%);
}
.productStrip--2 .bitloader {
  width: 210px;
}
.bitloader:before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(45deg, #00ffba 0%, #46f4f0 40%, #00d2ff 100%);
  transform: translateX(-100%);
  transform-origin: left center;
  will-change: transform;
  animation: spinner-1 1s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite alternate both, spinner-2 1s 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) infinite both;
}
.loaded .bitloader {
  display: none;
}

@keyframes spinner-1 {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
}
@keyframes spinner-2 {
  0% {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  49.9% {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
  }
  50% {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}
.overlay {
  top: 0;
  bottom: 0;
  width: 100%;
  position: fixed;
  z-index: 2001;
  background: #fff;
  display: none;
}
.overlay.open {
  display: block;
}

.overlay__close {
  position: absolute;
  text-align: center;
  top: 20px;
  right: 20px;
  z-index: 2002;
  font-size: 3.75rem;
  color: #1a1a1a;
}

.overlay__list {
  padding-top: 90px;
  display: flex;
  flex-wrap: wrap;
}

.overlay__item {
  flex-grow: 1;
  display: block;
  width: 50%;
}

.overlay__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  opacity: 0;
}
.overlay__content.current {
  opacity: 1;
  z-index: 99;
}

.page__menu{text-align: center; padding: 0 0 80px;}
.page__menu nav{max-width: 748px; margin: 0 auto; text-align: center;}
.page__menu ul{display: inline-block; position: relative;}
.page__menu li{display: inline-block; vertical-align: middle; margin: 0; margin-left: 10px; padding-left: 10px; border-left: 1px solid #999;}
.page__menu li:first-child{margin-left: 0; padding-left: 0; border-left: 0;}
.page__menu li a{display: block; text-transform: uppercase; color: #222; font-size: 18px; letter-spacing: 2px; text-decoration: none; transition: all ease .2s;}
.page__menu li a:hover{font-family: "brandon_bold";}
.page__menu li a.active{font-family: "brandon_bold";}

.influencer__visual{position: relative; font-size: 0; overflow: hidden;}
.influencer__visual img{width: 100%; height: auto; display: block;}
.influencer__visual h3{text-transform: uppercase; font-size: 70px; font-family: "brandon_bold"; padding-bottom: 20px;}
.influencer__visual h4{font-size: 22px; padding: 10px 0; text-transform: uppercase; font-family: "brandon_bold";}
.influencer__visual .cta a{display: inline-block; text-decoration: none; color:#222; border: 2px solid #000; text-transform: uppercase; letter-spacing: 1px; font-size: 16px; font-family: "brandon_bold"; padding: 14px 32px; margin-top: 80px;}
.influencer__visual .content{ position: absolute; top: 50%; transform: translateY(-50%); padding-left: 80px;}
