

.campaign__hero {
    position: relative;
    background: #151218;
}

.video__wrap {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      z-index: 4;
opacity: 1;
visibility: visible;
    transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
  }

.campaign__hero.active .video__wrap {
    opacity: 0;
    visibility: hidden;
}

  .video__wrap::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.3);
      z-index: -1;
  }

  h3.video_text {
      display: inline-block;
      color: #fff;
      line-height: 1;
      margin-bottom: 0;
      font-size: 42px;
      font-weight: 300;
  }

  h3.video_text>span {
      font-weight: 700;
  }

  h3.video_text>span.kern {
      position: relative;
      letter-spacing: 3px;
      left: -3px;
  }

  .video__actions {
      position: absolute;
      left: 0;
	right: 0;
      text-align: center;
      padding: 0 40px;
      bottom: 30px;
  }

  .video__toggle {
      display: inline-block;
cursor: pointer;
  }

  .video__toggle>span {
      position: relative;
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
      color: #fff;
      margin-left: 15px;
  }

  .video__toggle>span::after {
      content: '';
      position: absolute;
      height: 1px;
      bottom: -4px;
      left: 0;
      right: 2px;
      background: #fff;
  }

  .video__popup {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
		padding-top: 75px;
      visibility: hidden;
      z-index: 99;
    transition: visibility .8s ease-in-out;
  }

  .video__popup.active {
      visibility: visible;
	transition: visibility 0s ease-in-out;
  }

  .popup__bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      opacity: 0;
      background: rgba(255,255,255,0.8);
      transition: opacity .4s ease-in-out;
  }

  .video__popup.active .popup__bg {
	opacity: 1;
  }

  .video__popup.active #campaignVid {
      opacity: 1;
      transform: translateY(0);
      transition-delay: 0;
  }

  #campaignVid .plyr__control--overlaid {
	display: none;
      background: rgba(41, 41, 41, 0.85);
      border-radius: 0;
      padding: 25px;
  }

  #campaignVid.plyr--full-ui input[type=range] {
      color: rgb(228, 228, 228);
  }

 .plyr--video .plyr__control.plyr__tab-focus {
	background: #2d2d2d;
	}

  .plyr--video .plyr__control:hover {
      background: #2d2d2d;
box-shadow: 0 0 0 5px rgba(193, 193, 193, 0.5);
  }

  .section__heading h2 {
      text-transform: uppercase;
      font-size: 14px;
      line-height: 1em;
      font-weight: 600;
      letter-spacing: 0.15em;
      margin-bottom: 10px;
  }

  .section__heading {
      margin-bottom: 60px;
  }

.video__wrap__content {
    position: relative;
}

  #accentTop {
      position: absolute;
      top: -30px;
      left: -30px;
  }

  #accentBottom {
      position: absolute;
      bottom: -30px;
      right: -30px;
  }

  #aniFuture {
      stroke-dasharray: 152px;
      stroke-dashoffset: 0;
	fill: #fff;
transition: fill .3s 1s ease-in-out, stroke-dashoffset .8s 1.5s ease-in-out;
  }

  #aniSneakerCare {
      stroke-dasharray: 166px;
      stroke-dashoffset: 0;
      fill: #fff;
transition: fill .3s 1s ease-in-out, stroke-dashoffset .8s 1.5s ease-in-out;
  }

  #aniThe {
    opacity: 1;
    transform: translateY(0);
    transition: transform .4s ease-in-out, opacity .4s ease-in-out;
  }

  #aniOf {
    opacity: 1;
    transform: translate(311px, 0px)
    transition: transform .4s .3s ease-in-out, opacity .4s .3s ease-in-out;
  }


.video__container.active #aniFuture {
  stroke-dashoffset: 152px;
  fill: transparent;
}

.video__container.active #aniSneakerCare {
  stroke-dashoffset: 166px;
  fill: transparent;
}

.video__container.active #aniThe {
  opacity: 0;
transform: translateY(-15px);
}

.video__container.active #aniOf {
  opacity: 0;
transform: translate(311px, -15px);
}

#shopify-section-campaign-hero .video__wrap {
    z-index: 4;
    transition: opacity .4s ease-in-out, visibility .4s ease-in-out !important;
}

#shopify-section-campaign-hero .video__actions {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

section.campaign__hero .wrapper {
    margin-bottom: 0px;
}




.camp_prod_row {
position: relative;
    display: flex;
    flex-wrap: wrap;
margin-bottom: 220px;
}

.sect_anchor {
    position: absolute;
    top: -75px;
    left: 0;
}

.camp_prod_info {
    flex: 0 0 40%;
    width: 40%;
    padding: 0 70px 0 130px;
}

.camp_prod_imagery {
    position: relative;
    flex: 0 0 60%;
    width: 60%;
    z-index: 1;
}

h3.camp_heading {
    font-size: 70px;
    color: #000000;
    letter-spacing: 2px;
    line-height: 65px;
    margin-bottom: 45px;
}

h3.camp_sub {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 1.48px;
    line-height: 35px;
    margin-bottom: 25px;
}

.camp_prod_row p {
    font-size: 14px;
    color: #000000;
    letter-spacing: 2px;
    line-height: 24px;
    margin-bottom: 55px;
}

.camp_prod_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}

.camp_prod_items_abs {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

button.feat_link {
    position: absolute;
    bottom: -50px;
    left: -25px;
    display: inline-block;
    height: 100px;
    background: #000;
    padding: 0 40px;
	width: 40%;
}

button.feat_link>a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
	padding-right: 90px;
}

.camp_prod_img {
    position: absolute;
    bottom: -210px;
    right: 0;
	width: 60%;
	text-align: center;
}

.info-container>img {
    margin-bottom: 25px;
}

button.wire-btn {
    border: 1px solid;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

button.wire-btn>a {
    display: inline-block;
    padding: 14px 30px;
}

.info-container {
    padding-top: 90px;
}

.left_camp_row .camp_prod_info {
    padding: 0 130px 0 70px;
}

.left_camp_row .camp_prod_img {
    left: 0;
	right: auto;
	width: 60%;
	text-align: center;
}

.left_camp_row button.feat_link {
    right: -25px;
    left: auto;
}

button.feat_link>img {
    position: absolute;
    top: calc(50% - 5px);
    right: 25px;
}

#shopify-section-campaign-hero {
    margin-bottom: 80px;
}




.prod__slider__parent {
    position: relative;
    z-index: 1;
}

.prod__slider__parent::after {
    content: '';
    position: absolute;
    top: calc(50% - 175px);
    height: 350px;
    width: 100%;
    background: #FBFBFB;
    z-index: -1;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.prod_slide_img {
    flex: 0 0 60%;
    width: 60%;
    text-align: center;
}

.prod_slide_content {
    flex: 0 0 40%;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prod_slide_box {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 40px;
    align-items: center;
    justify-content: center;
    min-height: 350px;
}

h3.prod_slide_title {
    font-family: 'Gotham';
    font-size: 14px;
font-weight: 600;
    color: #000000;
    letter-spacing: 1.56px;
    text-align: center;
    line-height: 22px;
}

.prod_slide_box p {
    text-align: center;
    font-weight: 500;
    color: #757575;
}

button.block_cta_blk {
    padding: 0;
    background: #000;
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 1;
    border: 0;
}

button.block_cta_blk>a {
    display: inline-block;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    padding: 14px 50px;
}

.logomark_load {
    display: inline-block;
    margin-bottom: 40px;
}

.section__heading.big_padding {
    margin-top: 90px;
    margin-bottom: 150px;
}

.info-box {
    max-width: 775px;
    width: 100%;
    text-align: center;
    background: #F9F9F9;
    margin: 120px auto 160px;
    padding: 40px 30px;
}

.info-box>h3 {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 2.15px;
    text-align: center;
}

html.sr .prod_slide_img {
    visibility: hidden;
}

html.sr .prod_slide_img .prod_slide_box {
    visibility: hidden;
}

html.sr .logomark_load {
    visibility: hidden;
}

html.sr .info-box {
    visibility: hidden;
}

.prod__slide>.wrapper {
    margin-bottom: 0;
}

.slider_nav {
    margin: 25px 0 20px;
    display: flex;
}

.camp_slider_arrow {
    padding: 0 10px;
	cursor: pointer;
}





  #shopify-section-intro-video {
      margin-bottom: 120px;
  }

  .banner__efb {
      margin-bottom: 65px;
      text-align: center;
      min-width: 100vw;
  }

  .video__container {
      position: relative;
  }

  .video__wrap {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      z-index: 3;
opacity: 1;
visibility: visible;
    transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
  }

.video__container.active .video__wrap {
    opacity: 0;
    visibility: hidden;
}

  .video__wrap::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.3);
      z-index: -1;
  }

  h3.video_text {
      display: inline-block;
      color: #fff;
      line-height: 1;
      margin-bottom: 0;
      font-size: 42px;
      font-weight: 300;
  }

  h3.video_text>span {
      font-weight: 700;
  }

  h3.video_text>span.kern {
      position: relative;
      letter-spacing: 3px;
      left: -3px;
  }

  .video__actions {
      position: absolute;
      left: 0;
      text-align: left;
      padding: 0 40px;
      bottom: 30px;
  }

  .video__toggle {
      display: inline-block;
cursor: pointer;
  }

  .video__toggle>span {
      position: relative;
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
      color: #fff;
      margin-left: 15px;
  }

  .video__toggle>span::after {
      content: '';
      position: absolute;
      height: 1px;
      bottom: -4px;
      left: 0;
      right: 2px;
      background: #fff;
  }

  .video__popup {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
		padding-top: 75px;
      visibility: hidden;
      z-index: 99;
    transition: visibility .8s ease-in-out;
  }

  .video__popup.active {
      visibility: visible;
	transition: visibility 0s ease-in-out;
  }

  .popup__bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      opacity: 0;
      background: rgba(255,255,255,0.8);
      transition: opacity .4s ease-in-out;
  }

  .video__popup.active .popup__bg {
	opacity: 1;
  }

  #homeVid {

  }

  .video__popup.active #homeVid {
      opacity: 1;
      transform: translateY(0);
      transition-delay: 0;
  }

  #homeVid .plyr__control--overlaid {
      background: rgba(62, 174, 43, 0.85);
      border-radius: 0;
      padding: 25px;
  }

  #homeVid.plyr--full-ui input[type=range] {
      color: #77e06f;
  }

  .plyr--video .plyr__control:hover {
      background: #50ae40;
  }

  .section__heading h2 {
      text-transform: uppercase;
      font-size: 14px;
      line-height: 1em;
      font-weight: 600;
      letter-spacing: 0.15em;
      margin-bottom: 10px;
  }

  .section__heading {
      margin-bottom: 60px;
  }

.video__wrap__content {
    position: relative;
}

  #accentTop {
      position: absolute;
      top: -30px;
      left: -30px;
  }

  #accentBottom {
      position: absolute;
      bottom: -30px;
      right: -30px;
  }

