body.featured-collections .main_content {
  font-size: 100%;

}
body.featured-collections .wrapper {
  table-layout: fixed;
}
body.featured-collections .new-footer, body.featured-collections .new-header-menu {
  width: 100%;
  display: table;
}
body.featured-collections .promo-content {
  min-width: 1000px;
}
body.featured-collections .promo-content video {
  width: 100%;
  vertical-align: top;
}
body.featured-collections .promo-content .only-mobile {
  display: none !important;
}
body.featured-collections .promo-content img.bg {
  width: 100%;
  vertical-align: top;
}
body.featured-collections .promo-content h1 {
  font-family: "Century Gothic";
  font-weight: bold;
  font-size: 5vw;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 30px 0 !important;
}
body.featured-collections .promo-content h1.h1-play {
  font-size: 56px;
  line-height: 56px;
}
body.featured-collections .promo-content h1.h1-play .h {
  display: inline-block;
  margin-bottom: 1em;
}
body.featured-collections .promo-content h1.h1-play .logo {
  display: block;
  height: 100px;
  width: 90vw;
  background-repeat: no-repeat;
  background-position: 50%;
  max-width: 900px;
  margin: 0 auto;
}
body.featured-collections .promo-content h1.h1-play svg {
  position: relative;
  cursor: pointer;
  z-index: 5;
  height: 100px;
  width: 100px;
  margin-top: 1em;
}
body.featured-collections .promo-content h2 {
  font-family: "Century Gothic";
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}
body.featured-collections .promo-content .btn {
  display: inline-block;
  padding: 18px 25px;
  border: 2px solid #fff;
  font: 16px/20px "Century Gothic";
  text-align: center;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
body.featured-collections .promo-content .btn:after {
  display: block;
  content: '';
  border-bottom: solid 1px #fff;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  position: relative;
  top: 3px;
}
body.featured-collections .promo-content .btn:hover:after {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
}
body.featured-collections .promo-content .button-block {
  padding: 100px 0;
  text-align: center;
}
body.featured-collections .promo-content .button-block .btn {
  border: 2px solid #000;
  color: #000;
}
body.featured-collections .promo-content .button-block .btn:after {
  border-bottom: solid 1px #000;
}
body.featured-collections .promo-content .button-block .btn:hover:after {
  border-bottom: solid 1px #000;
}
body.featured-collections .promo-content .main-block {
  position: relative;
  color: #fff;
  width: 100%;
}
body.featured-collections .promo-content .main-block-header {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
body.featured-collections .promo-content .main-block-header:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 100%;
}
body.featured-collections .promo-content .main-block-header .inner {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
}
body.featured-collections .promo-content .video-block {
  position: relative;
}
body.featured-collections .promo-content .video-block > video {
  width: 100%;
  vertical-align: top;
  cursor: pointer;
}
body.featured-collections .promo-content .video-block > iframe {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
body.featured-collections .promo-content .video-block .play {
  position: absolute;
  cursor: pointer;
  z-index: 5;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
}
body.featured-collections .promo-content .video-block.playing .play {
  display: none !important;
}
body.featured-collections .promo-content .video-block.playing iframe {
  display: block !important;
}
body.featured-collections .promo-content .intro-block {
  width: 100%;
  text-align: center;
}
body.featured-collections .promo-content .intro-block.black {
  background: #000;
}
body.featured-collections .promo-content .intro-block.black .inner > .header, body.featured-collections .promo-content .intro-block.black .inner > .text {
  color: #fff;
}
body.featured-collections .promo-content .intro-block .inner {
  padding: 100px 26px;
  max-width: 780px;
  margin: 0 auto;
}
body.featured-collections .promo-content .intro-block .inner > .header {
  color: #4a4a4a;
  font-size: 36px;
  line-height: 62px;
  font-family: "Century Gothic";
  text-transform: uppercase;
}
body.featured-collections .promo-content .intro-block .inner > .text {
  font-size: 16px;
  line-height: 1.6em;
  margin-top: 1.8em;
}
body.featured-collections .promo-content .intro-block .inner.black {
  background: #000;
}
body.featured-collections .promo-content .intro-block .inner.black > .header, body.featured-collections .promo-content .intro-block .inner.black > .text {
  color: #fff;
}
body.featured-collections .promo-content .carousel-block {
  position: relative;
  margin: 0 auto;
}
body.featured-collections .promo-content .carousel-block .slide-next {
  cursor: pointer;
  position: absolute;
  border: 2px solid #fff;
  height: 60px;
  margin-left: -60px;
  margin-top: -30px;
  top: 50%;
  left: 75%;
  font: 18px/56px "Century Gothic";
  color: #fff;
  z-index: 10;
  text-align: center;
  padding: 0 15px;
}
body.featured-collections .promo-content .carousel-block .slide-next:hover {
  background: rgba(80, 113, 6, 0.8);
}
body.featured-collections .promo-content .carousel-block .slide-next > .arr {
  position: relative;
  display: inline-block;
  font: 32px/30px "Century Gothic";
  vertical-align: middle;
  top: -3px;
}
body.featured-collections .promo-content .carousel-block .slide-next > .num {
  display: inline-block;
  padding-left: 30px;
  vertical-align: middle;
  font: 24px/56px "Century Gothic";
  letter-spacing: 5px;
}
body.featured-collections .promo-content .carousel-items {
  position: relative;
}
body.featured-collections .promo-content .carousel-items-item {
  position: relative;
  width: 100%;
}
body.featured-collections .promo-content .carousel-items-item > .text {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: rgba(80, 113, 6, 0.8);
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
}
body.featured-collections .promo-content .carousel-items-item > .text.right {
  left: auto;
  right: 0;
}
body.featured-collections .promo-content .carousel-items-item > .text:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 100%;
}
body.featured-collections .promo-content .carousel-items-item > .text > .inner {
  display: inline-block;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 50%;
  color: #fff;
}
body.featured-collections .promo-content .carousel-items-item > .text .h1 {
  font-family: "Century Gothic";
  font-size: 2.5vw;
  line-height: 1.35em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
body.featured-collections .promo-content .carousel-items-item > .text p {
  font-size: 1.11vw;
  font-family: "Century Gothic";
  line-height: 1.6;
  margin-bottom: 40px;
}
body.featured-collections .promo-content .shoes-block {
  background: white;
}
body.featured-collections .promo-content .shoes-block .h {
  font-size: 36px;
  line-height: 40px;
  padding: 100px 0;
  text-transform: uppercase;
  text-align: center;
}
body.featured-collections .promo-content .shoes-block > .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
body.featured-collections .promo-content .shoes-block .shoes {
  font-size: 0;
  line-height: 0;
}
body.featured-collections .promo-content .shoes-block .shoes .shoes-item {
  width: 33.33%;
  display: inline-block;
  position: relative;
  padding: 0 10px;
  margin: 0 0 20px 0;
}
body.featured-collections .promo-content .shoes-block .shoes .shoes-item .bg {
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
body.featured-collections .promo-content .shoes-block .shoes .shoes-item a {
  position: relative;
  display: block;
  overflow: hidden;
}
body.featured-collections .promo-content .shoes-block .shoes .shoes-item a > span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .7em 0;
  font-family: "Century Gothic", sans-serif;
  text-align: center;
  color: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  text-transform: uppercase;
  height: 70px;
  font-size: 16px;
}
body.featured-collections .promo-content .shoes-block .shoes .shoes-item a > span + span {
  transition-property: opacity, transform;
  transition-timing-function: ease-out;
  transition-duration: .3s;
  opacity: 0;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  text-transform: uppercase;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}
body.featured-collections .promo-content .shoes-block .shoes .shoes-item a:hover > span {
  opacity: 0;
}
body.featured-collections .promo-content .shoes-block .shoes .shoes-item a:hover > span + span {
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
}
body.featured-collections .promo-content .shoes-block .shoes .shoes-item .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 77% auto;
}
body.featured-collections .promo-content .shoes-block .shoes .shoes-item .title {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000;
  padding: 15px 0;
  width: 100%;
  text-align: center;
}
body.featured-collections .promo-content .shoecare-block {
  background-color: #162c3f;
  color: #fff;
  padding: 85px 0 95px;
  text-align: center;
}
body.featured-collections .promo-content .shoecare-block h2 {
  font: 36px/42px "Century Gothic";
  text-transform: uppercase;
}
body.featured-collections .promo-content .shoecare-block p {
  margin-top: 1em;
  font: 16px/1.7em "Century Gothic";
}
body.featured-collections .promo-content .shoecare-block .shoecare-products {
  margin-top: 58px;
  margin-bottom: 24px;
}
body.featured-collections .promo-content .shoecare-block .shoecare-products a {
  color: #fff;
  text-decoration: none;
}
body.featured-collections .promo-content .shoecare-block .shoecare-products ul {
  font-size: 0;
  line-height: 0;
}
body.featured-collections .promo-content .shoecare-block .shoecare-products ul li {
  display: inline-block;
  max-width: 230px;
  margin: 0 10px;
  vertical-align: top;
}
body.featured-collections .promo-content .shoecare-block .shoecare-products ul li:after {
  display: block;
  content: '';
  border-bottom: solid 1px #fff;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  margin: 5px 0 0;
}
body.featured-collections .promo-content .shoecare-block .shoecare-products ul li:hover:after {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
}
body.featured-collections .promo-content .shoecare-block .shoecare-products ul li img {
  border-radius: 50%;
}
body.featured-collections .promo-content .shoecare-block .shoecare-products ul li p {
  text-transform: uppercase;
  font: 16px/1.25 "Century Gothic";
  color: #fff;
}
body.featured-collections .promo-content .shoecare-block .button-block {
  padding: 50px 0;
}
body.featured-collections .promo-content .shoecare-block .button-block .btn {
  color: #fff;
  border: 2px solid #fff;
}
body.featured-collections .promo-content .shoecare-block .button-block .btn:after {
  border-bottom: solid 1px #fff;
}
body.featured-collections .promo-content .limited-block {
  font-size: 0;
  line-height: 0;
}
body.featured-collections .promo-content .limited-block .inner {
  font-size: 0;
  line-height: 0;
}
body.featured-collections .promo-content .limited-block .inner .block {
  width: 33.3333%;
  display: inline-block;
  height: 41.6vw;
  vertical-align: top;
}
body.featured-collections .promo-content .limited-block .inner .block h2 {
  font: 36px/1.3 "Century Gothic";
  text-transform: uppercase;
  margin-bottom: 1em;
}
body.featured-collections .promo-content .limited-block .inner .block p {
  font: 16px/1.7 "Century Gothic";
  margin-bottom: 1em;
}
body.featured-collections .promo-content .limited-block .inner .block p:last-child {
  margin-bottom: 0;
}
body.featured-collections .promo-content .limited-block .inner .block .text {
  text-align: center;
  color: #fff;
}
body.featured-collections .promo-content .limited-block .inner .block .text:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 41.6vw;
}
body.featured-collections .promo-content .limited-block .inner .block .text .inner {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 90%;
}
body.featured-collections .promo-content .limited-block .inner .block .text .btn {
  margin-top: 2em;
}
body.featured-collections .promo-content .bg-block {
  position: relative;
  height: 54.8vw;
  max-height: 790px;
}
body.featured-collections .promo-content .bg-block > .text {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 20%;
  width: 60%;
}
body.featured-collections .promo-content .bg-block > .text:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 100%;
}
body.featured-collections .promo-content .bg-block > .text > .inner {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 90%;
  color: #fff;
  font: bold 36px/48px "Century Gothic";
  text-transform: uppercase;
}
body.featured-collections .promo-content .mosaic-block {
  background: #000;
  color: #fff;
}
body.featured-collections .promo-content .mosaic-block > .inner {
  margin: 0 auto;
  padding: 108px 130px 78px;
  text-align: center;
  max-width: 1440px;
}
body.featured-collections .promo-content .mosaic-block > .inner h2, body.featured-collections .promo-content .mosaic-block > .inner .text {
  max-width: 550px;
  margin: 0 auto;
}
body.featured-collections .promo-content .mosaic-block > .inner .intro h2 {
  font: 36px/1.5 "Century Gothic";
  text-transform: uppercase;
}
body.featured-collections .promo-content .mosaic-block > .inner .intro .text {
  margin-top: 1em;
  font: 16px/1.7 "Century Gothic";
}
body.featured-collections .promo-content .mosaic-block .mosaic {
  margin: 98px auto 70px;
  max-width: 1440px;
  color: #fff;
}
body.featured-collections .promo-content .mosaic-block .mosaic .mosaic-row {
  width: 100%;
  height: 295px;
  font: 0/0 "Century Gothic";
}
body.featured-collections .promo-content .mosaic-block .mosaic .mosaic-row.big {
  height: 590px;
}
body.featured-collections .promo-content .mosaic-block .mosaic .mosaic-row .mosaic-col {
  vertical-align: top;
  display: inline-block;
  width: 50%;
  height: 100%;
  background-color: #3e3d48;
}
body.featured-collections .promo-content .mosaic-block .mosaic .mosaic-row .mosaic-col.wide {
  width: 100%;
}
body.featured-collections .promo-content .mosaic-block .mosaic .mosaic-row .mosaic-col.black .text {
  color: #fff;
}
body.featured-collections .promo-content .mosaic-block .mosaic .text {
  font: 14px/1.3 "Century Gothic";
  color: #fff;
}
body.featured-collections .promo-content .mosaic-block .mosaic .text:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  height: 290px;
}
body.featured-collections .promo-content .mosaic-block .mosaic .text .inner {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 90%;
}
body.featured-collections .promo-content .mosaic-block.black .button-block .btn {
  border: 2px solid #fff;
  color: #fff;
}
body.featured-collections .promo-content .mosaic-block.black .button-block .btn:after {
  border-bottom: solid 1px #fff;
}
body.featured-collections .promo-content .callouts-block {
  position: relative;
  color: #fff;
  text-align: center;
}
body.featured-collections .promo-content .callouts-block .callouts-block-content {
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
body.featured-collections .promo-content .callouts-block .callouts > div {
  position: absolute;
  z-index: 10;
  transition: opacity .5s ease-in .3s;
}
body.featured-collections .promo-content .callouts-block .callouts > div > p {
  font-size: 16px;
  width: 350px;
  transform: translateY(calc(100% - 45px)) translateX(100px);
  -ms-transform: translateY(100%) translateY(-45px) translateX(100px);
}
body.featured-collections .promo-content .callouts-block .callouts > div > p strong {
  display: inline-block;
  font-family: "Century Gothic";
  font-weight: bold;
  margin-bottom: 5px;
}
body.featured-collections .promo-content .callouts-block .callouts > div.right > p {
  transform: translateY(calc(100% - 45px)) translateX(-390px);
  -ms-transform: translateY(100%) translateY(-45px) translateX(-390px);
}
body.featured-collections .promo-content .callouts-block .callouts > div.right:after {
  -ms-transform-origin: right;
  transform-origin: right;
  left: -50%;
}
body.featured-collections .promo-content .callouts-block .callouts > div:after {
  content: "";
  position: absolute;
  left: calc(100% - 1px);
  top: 50%;
  -ms-transform: translateY(-2px) scaleX(0);
  transform: translateY(-2px) scaleX(0);
  border-top: 2px solid #fff;
  width: 50%;
  transition: transform .4s;
  -ms-transform-origin: left;
  transform-origin: left;
}
body.featured-collections .promo-content .callouts-block .callouts > div:hover:after {
  -ms-transform: translateY(-2px) scaleX(1);
  transform: translateY(-2px) scaleX(1);
}
body.featured-collections .promo-content .callouts-block .callouts > div:hover svg {
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
body.featured-collections .promo-content .callouts-block .callouts > div svg {
  cursor: pointer;
  width: 60px;
  height: 60px;
  transition: transform .3s ease;
  display: inline-block;
  position: relative;
}
body.featured-collections .promo-content .callouts-block .callouts > div p {
  letter-spacing: .0125em;
  padding: 0;
  font-size: 16px;
  text-align: left;
  margin: 0;
  width: 370px;
  line-height: 1.3em;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-family: "Century Gothic",sans-serif;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease-out .15s;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}
body.featured-collections .promo-content .callouts-block .callouts > div:hover p {
  opacity: 1;
  visibility: visible;
}
body.featured-collections .promo-content .callouts-block img.bg {
  transition: opacity .6s ease;
}
body.featured-collections .promo-content .callouts-block.hover img.bg {
  opacity: 0.35;
}
body.featured-collections .promo-content .callouts-block.hover .callouts > div {
  opacity: 0;
}
body.featured-collections .promo-content .callouts-block.hover .callouts > div:hover {
  opacity: 1;
}
