html:not(.touch) .product[data-product]:hover .innerContent .normalTitle:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
html:not(.touch) .product[data-product]:not(.removeText):hover .imageWrapper .innerImage {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05);
  -moz-transform: translate3d(0, 0, 0) scale(1.05);
  -o-transform: translate3d(0, 0, 0) scale(1.05);
  -ms-transform: translate3d(0, 0, 0) scale(1.05);
  transform: translate3d(0, 0, 0) scale(1.05);
  -webkit-transition: transform 0.6s 0s cubic-bezier(0.33, 1, 0.68, 1);
  -moz-transition: transform 0.6s 0s cubic-bezier(0.33, 1, 0.68, 1);
  -o-transition: transform 0.6s 0s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.6s 0s cubic-bezier(0.33, 1, 0.68, 1);
}
section .product[data-product] {
  -webkit-transform: translateY(6.25vw);
  -moz-transform: translateY(6.25vw);
  -o-transform: translateY(6.25vw);
  -ms-transform: translateY(6.25vw);
  transform: translateY(6.25vw);
}
section .product[data-product].inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.75s 0s cubic-bezier(0, 0.55, 0.45, 1), opacity 0.45s 0s ease-in-out;
  -moz-transition: transform 0.75s 0s cubic-bezier(0, 0.55, 0.45, 1), opacity 0.45s 0s ease-in-out;
  -ms-transition: transform 0.75s 0s cubic-bezier(0, 0.55, 0.45, 1), opacity 0.45s 0s ease-in-out;
  -o-transition: transform 0.75s 0s cubic-bezier(0, 0.55, 0.45, 1), opacity 0.45s 0s ease-in-out;
  transition: transform 0.75s 0s cubic-bezier(0, 0.55, 0.45, 1), opacity 0.45s 0s ease-in-out;
  margin: 0 0.625vw;
  margin-bottom: 5vw;
}
.product[data-product] {
  color: #FBF6E5;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  height: 42.5vw;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: calc(33.3333% - 1.25vw);
  opacity: 0;
}
.product[data-product].hide {
  visibility: hidden;
}
.product[data-product].bigger {
  width: calc(66.6666% - 1.25vw);
}
.product[data-product].removeText:hover .imageWrapper .innerImage {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.product[data-product].removeText:hover .innerContent .normalTitle:after {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.product[data-product].removeText .imageWrapper .innerImage {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.product[data-product].removeText .innerContent .normalTitle .word {
  -webkit-transform: translate(0%, 100%) skewX(0);
  -moz-transform: translate(0%, 100%) skewX(0);
  -o-transform: translate(0%, 100%) skewX(0);
  -ms-transform: translate(0%, 100%) skewX(0);
  transform: translate(0%, 100%) skewX(0);
  -webkit-transition: transform 0.6s 0s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s 0s ease-in-out, -webkit-filter 0.6s 0s ease-in-out;
  -moz-transition: transform 0.6s 0s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s 0s ease-in-out, -webkit-filter 0.6s 0s ease-in-out;
  -ms-transition: transform 0.6s 0s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s 0s ease-in-out, -webkit-filter 0.6s 0s ease-in-out;
  -o-transition: transform 0.6s 0s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s 0s ease-in-out, -webkit-filter 0.6s 0s ease-in-out;
  transition: transform 0.6s 0s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s 0s ease-in-out, -webkit-filter 0.6s 0s ease-in-out;
  opacity: 0;
  -webkit-filter: blur(1.25vw);
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(100) {
  transition-delay: 5s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(99) {
  transition-delay: 4.95s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(98) {
  transition-delay: 4.9s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(97) {
  transition-delay: 4.85s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(96) {
  transition-delay: 4.8s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(95) {
  transition-delay: 4.75s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(94) {
  transition-delay: 4.7s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(93) {
  transition-delay: 4.65s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(92) {
  transition-delay: 4.6s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(91) {
  transition-delay: 4.55s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(90) {
  transition-delay: 4.5s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(89) {
  transition-delay: 4.45s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(88) {
  transition-delay: 4.4s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(87) {
  transition-delay: 4.35s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(86) {
  transition-delay: 4.3s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(85) {
  transition-delay: 4.25s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(84) {
  transition-delay: 4.2s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(83) {
  transition-delay: 4.15s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(82) {
  transition-delay: 4.1s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(81) {
  transition-delay: 4.05s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(80) {
  transition-delay: 4s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(79) {
  transition-delay: 3.95s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(78) {
  transition-delay: 3.9s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(77) {
  transition-delay: 3.85s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(76) {
  transition-delay: 3.8s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(75) {
  transition-delay: 3.75s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(74) {
  transition-delay: 3.7s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(73) {
  transition-delay: 3.65s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(72) {
  transition-delay: 3.6s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(71) {
  transition-delay: 3.55s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(70) {
  transition-delay: 3.5s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(69) {
  transition-delay: 3.45s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(68) {
  transition-delay: 3.4s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(67) {
  transition-delay: 3.35s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(66) {
  transition-delay: 3.3s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(65) {
  transition-delay: 3.25s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(64) {
  transition-delay: 3.2s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(63) {
  transition-delay: 3.15s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(62) {
  transition-delay: 3.1s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(61) {
  transition-delay: 3.05s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(60) {
  transition-delay: 3s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(59) {
  transition-delay: 2.95s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(58) {
  transition-delay: 2.9s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(57) {
  transition-delay: 2.85s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(56) {
  transition-delay: 2.8s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(55) {
  transition-delay: 2.75s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(54) {
  transition-delay: 2.7s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(53) {
  transition-delay: 2.65s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(52) {
  transition-delay: 2.6s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(51) {
  transition-delay: 2.55s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(50) {
  transition-delay: 2.5s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(49) {
  transition-delay: 2.45s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(48) {
  transition-delay: 2.4s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(47) {
  transition-delay: 2.35s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(46) {
  transition-delay: 2.3s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(45) {
  transition-delay: 2.25s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(44) {
  transition-delay: 2.2s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(43) {
  transition-delay: 2.15s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(42) {
  transition-delay: 2.1s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(41) {
  transition-delay: 2.05s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(40) {
  transition-delay: 2s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(39) {
  transition-delay: 1.95s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(38) {
  transition-delay: 1.9s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(37) {
  transition-delay: 1.85s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(36) {
  transition-delay: 1.8s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(35) {
  transition-delay: 1.75s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(34) {
  transition-delay: 1.7s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(33) {
  transition-delay: 1.65s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(32) {
  transition-delay: 1.6s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(31) {
  transition-delay: 1.55s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(30) {
  transition-delay: 1.5s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(29) {
  transition-delay: 1.45s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(28) {
  transition-delay: 1.4s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(27) {
  transition-delay: 1.35s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(26) {
  transition-delay: 1.3s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(25) {
  transition-delay: 1.25s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(24) {
  transition-delay: 1.2s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(23) {
  transition-delay: 1.15s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(22) {
  transition-delay: 1.1s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(21) {
  transition-delay: 1.05s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(20) {
  transition-delay: 1s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(19) {
  transition-delay: 0.95s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(18) {
  transition-delay: 0.9s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(17) {
  transition-delay: 0.85s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(16) {
  transition-delay: 0.8s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(15) {
  transition-delay: 0.75s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(14) {
  transition-delay: 0.7s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(13) {
  transition-delay: 0.65s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(12) {
  transition-delay: 0.6s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(11) {
  transition-delay: 0.55s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(10) {
  transition-delay: 0.5s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(9) {
  transition-delay: 0.45s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(8) {
  transition-delay: 0.4s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(7) {
  transition-delay: 0.35s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(6) {
  transition-delay: 0.3s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(5) {
  transition-delay: 0.25s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(4) {
  transition-delay: 0.2s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(3) {
  transition-delay: 0.15s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(2) {
  transition-delay: 0.1s;
}
.product[data-product].removeText .innerContent .normalTitle .word:nth-child(1) {
  transition-delay: 0.05s;
}
.product[data-product].removeText .innerContent .normalTitle:after {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.product[data-product].removeText .innerContent .subTitle {
  opacity: 0;
  -webkit-transition: -webkit-filter 0.6s 0s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s 0s ease-in-out;
  -moz-transition: -webkit-filter 0.6s 0s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s 0s ease-in-out;
  -ms-transition: -webkit-filter 0.6s 0s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s 0s ease-in-out;
  -o-transition: -webkit-filter 0.6s 0s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s 0s ease-in-out;
  transition: -webkit-filter 0.6s 0s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.6s 0s ease-in-out;
}
.product[data-product] .imageWrapper {
  display: block;
  position: relative;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.product[data-product] .imageWrapper .innerImage {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.product[data-product] .imageWrapper .innerImage:after {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.4;
  background-color: #2A291F;
}
.product[data-product] .imageWrapper img,
.product[data-product] .imageWrapper video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
  object-position: center;
  will-change: transform;
  pointer-events: none;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  -ms-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.product[data-product] .innerContent {
  height: auto;
  left: 1.875vw;
  position: absolute;
  top: auto;
  width: auto;
  bottom: 3.125vw;
  max-width: calc(100% - 3.75vw);
}
.product[data-product] .innerContent .normalTitle {
  margin-bottom: 0.625vw;
  padding-bottom: 0.625vw;
  display: block;
  position: relative;
}
.product[data-product] .innerContent .normalTitle:after {
  background: #FBF6E5;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  right: 0;
  margin: auto;
  display: block;
  bottom: 0;
  transform-origin: left;
  -webkit-transition: transform 0.3s 0s ease-in-out;
  -moz-transition: transform 0.3s 0s ease-in-out;
  -o-transition: transform 0.3s 0s ease-in-out;
  transition: transform 0.3s 0s ease-in-out;
}
.product[data-product] .innerContent .subTitle {
  display: block;
}
@media all and (max-width: 1080px) {
  section .product[data-product] {
    -webkit-transform: translateY(9.259vw);
    -moz-transform: translateY(9.259vw);
    -o-transform: translateY(9.259vw);
    -ms-transform: translateY(9.259vw);
    transform: translateY(9.259vw);
  }
  section .product[data-product].inview {
    margin: 0 0.926vw;
    margin-bottom: 7.407vw;
  }
  .product[data-product] {
    height: 62.962vw;
    width: calc(33.3333% - 1.852vw);
  }
  .product[data-product].bigger {
    width: calc(66.6666% - 1.852vw);
  }
  .product[data-product] .innerContent {
    max-width: calc(100% - 5.556vw);
  }
  .product[data-product] .innerContent .normalTitle {
    margin-bottom: 0.926vw;
    padding-bottom: 0.926vw;
  }
}
@media all and (max-width: 580px) {
  section .product[data-product] {
    -webkit-transform: translateY(17.241vw);
    -moz-transform: translateY(17.241vw);
    -o-transform: translateY(17.241vw);
    -ms-transform: translateY(17.241vw);
    transform: translateY(17.241vw);
  }
  section .product[data-product].inview {
    margin: 0 1.724vw;
    margin-bottom: 13.793vw;
  }
  .product[data-product] {
    height: 117.239vw;
    width: calc(33.3333% - 3.448vw);
  }
  .product[data-product].bigger {
    width: calc(66.6666% - 3.448vw);
  }
  .product[data-product] .innerContent {
    max-width: calc(100% - 10.345vw);
  }
  .product[data-product] .innerContent .normalTitle {
    margin-bottom: 1.724vw;
    padding-bottom: 0;
  }
  .product[data-product] .innerContent .normalTitle.written {
    font-size: 6.7413vw;
  }
  .product[data-product] .imageWrapper .innerImage:after {
    opacity: 0.6;
  }
}
