/*Global*/
#hero a:hover {
  text-decoration: none;
}

.content-block-img {
  width: 100%;
}

.content-block-text {
  text-align: center;
  width: 100%;
  line-height: 1;
}

.hero-main {
  color: #fff;
}


.hero-feature {
  background-color: #6e7874;
  display: flex;
  flex-flow: column;
  color: #fff;
  justify-content: center;
}

.hero-main-headline,
.hero-feature-headline {
  font-family: 'Barlow-Condensed-Medium';
  text-transform: uppercase;
  font-weight: 600;
}

.hero-secondary-title,
.hero-tiles-title,
.hero-main-promo-code {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: .75rem;
}

.btn-index {
  color: #000;
  background: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  border-radius: 5px;
  text-transform: uppercase;
  min-width: max-content;
}

.hero-secondary .btn-index {
  background-color: #000;
  color: #fff;
}

.hero-main-paragraph,
.hero-secondary-paragraph,
.hero-feature-paragraph,
.hero-tiles-paragraph {
  line-height: 1.5;
}

/*Email Section*/
.hero-email-input {
  background-color: #000;
  padding: 2rem 5rem;
}

.hero-email-text {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
}

/*Desktop*/
@media (min-width:768px) {
  .hero-main {
    position: absolute;
    top: 38%;
    display: flex;
    flex-flow: column;
    width: 37%;
    padding: 0 3vw;
    color: #fff;
    left: 10%;
    text-align: left;
  }

  .hero-main-headline {
    font-size: 2.8vw;
    line-height: 1;
    letter-spacing: .4vw;
  }

  .hero-main-paragraph {
    font-size: .8vw;
    padding: .6vw 0 1.2vw 0;
    letter-spacing: .1vw;
  }

  .hero-main-paragraph.criteo {
    font-size: 1vw;
    text-transform: uppercase;
  }

  .hero-secondary {
    position: relative;
    display: flex;
    flex-flow: column;
    padding: 2.5vw 5vw;
    color: #000;
  }

  .hero-secondary-title {
    font-size: 1.15vw;
  }

  .hero-secondary-paragraph {
    font-size: 1.15vw;
    letter-spacing: .1vw;
    width: 23.5vw;
    margin: 0 auto;
    padding-bottom: 1vw;
    line-height: 1.3;
  }

  .hero-feature {
    padding: 2vw 8vw;
  }

  .hero-feature-headline {
    font-size: 2.6vw;
    margin-bottom: .75vw;
    letter-spacing: 0.35vw;
  }

  .hero-feature-paragraph {
    font-size: .8vw;
    margin-bottom: 1.5vw;
    margin: 0 auto;
    width: 19vw;
    letter-spacing: .02vw;
    padding: 0vw 0vw 1.2vw 0vw;
  }

  .hero-tiles {
    position: relative;
    display: flex;
    flex-flow: column;
    padding: 2.2vw 10vw;
    color: #000;
    text-align: left;
  }

  .hero-tiles-title {
    font-size: 1.15vw;
  }

  .hero-tiles-paragraph {
    font-size: 1vw;
    letter-spacing: .04vw;
  }

  .btn-index {
    margin-top: .8vw;
    padding: .5vw 1vw;
    font-size: 1vw;
    width: 12vw;
  }

  #index1 .btn-index {
    margin-top: 0;
  }

  .hero-email-text {
    font-size: 1.3vw;
  }

  .hero-main-promo-code {
    font-size: 1.15vw;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 1vw 0 0 0;
  }
}

/*Tablet and Mobile*/
@media (max-width:767px) {


  .hero-main-headline,
  .hero-feature-headline {
    letter-spacing: 2px;
    margin-bottom: 2vw;
  }

  .hero-main {
    position: relative;
    display: flex;
    flex-flow: column;
    width: 100%;
    padding: 8vw 10vw;
    background-color: #6e7874;
  }

  .hero-main-headline {
    font-size: 7vw;
    letter-spacing: 1vw;
    line-height: 1;
  }

  .hero-main-paragraph {
    font-size: 3vw;
    letter-spacing: .2vw;
    width: 82vw;
    padding-bottom: 2vw;
  }

  .hero-secondary {
    position: relative;
    display: flex;
    flex-flow: column;
    padding: 2rem 3rem 2.8rem 3rem;
    color: #000;
    width: 100%;
  }

  .hero-secondary-title {
    font-size: 3.7vw;
    letter-spacing: .3vw;
  }

  .hero-secondary-paragraph {
    font-size: 3.2vw;
    width: 56vw;
    margin: 0 auto;
    padding: 1.5vw 0vw;
    line-height: 1.3;
  }

  .hero-feature {
    padding: 8vw 10vw;
  }

  .hero-feature-headline {
    font-size: 7.5vw;
    margin-bottom: 2vw;
    letter-spacing: 1vw;
  }

  .hero-feature-paragraph {
    font-size: 3vw;
    margin-bottom: 5vw;
    letter-spacing: .15vw;
  }

  .hero-tiles {
    position: relative;
    display: flex;
    flex-flow: column;
    padding: 3vw 10vw;
    color: #000;
    text-align: left;
  }

  .hero-tiles-paragraph {
    font-size: 3vw;
    margin-bottom: 1rem;
  }

  .btn-index {
    font-size: 3.5vw;
    margin-top: 2.5vw;
  }

  #index1 .btn-index {
    width: 33vw;
    padding: 1.5vw 0vw;
  }

  .hero-email-text {
    font-size: 4vw;
  }

  .btn-email {
    max-width: 35vw;
  }

  .hero-email-input {
    background-color: #000;
    padding: 2rem 2rem;
  }

  .hero-main-promo-code {
    font-size: 3.25vw;
    margin-top: 2vw;
    letter-spacing: 2px;
  }

  .hero-tiles-title {
    font-size: 3.5vw;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 2vw 0;
  }
}

/*For HP Sells*/
#hp-sells .hp-sells-header,
#bloomreach-recs-cold .hp-sells-header,
.hp-sells-header{
  font-size: 2rem;
  text-transform: uppercase;
  font-family: 'Barlow-Condensed-Medium';
  letter-spacing: 2px;
  text-align: center;
  font-weight: 700;
}

#hp-sells .detailInfo,
#hp-sells .detailInfo a,
.hpsell-card a {
  color: #000;
  letter-spacing: 1px;
  padding-bottom: 2px;
}

#hp-sells .detailInfo a:hover,
.hpsell-card a:hover {
  color: #000;
  text-decoration: none;
}

#hp-sells .detailInfo .name,
.detailInfo .name {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-family: 'Barlow-Condensed-Medium';
  letter-spacing: 1px;
  font-weight: 700;
  overflow-wrap: break-word;
}

#hp-sells .detailInfo .name-long,
.detailInfo .name-long {
  font-size: .85rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  overflow-wrap: break-word;
}

#hp-sells .hp-sells-border {
  border-top: 2px solid #D3D3D3;
  width: 80%;
}

#hp-sells .upSell-product {
  padding-left: 5px;
  padding-right: 5px;
}

@media (max-width:767px) {
  #hp-sells {
    padding: 0rem 2rem;
  }

  #hp-sells .detailInfo .name-long,
  .detailInfo .name-long {
    font-size: .85rem;
  }
}

/*2 Day Anniversary Styling*/

#anniversarySale .hero-sup-headline,
#anniversarySale .hero-main-code,
#anniversarySale .hero-detail-text {
  text-transform: uppercase;
  font-weight: bold;
}

@media (min-width:768px) {
  #anniversarySale .hero-sup-headline {
    font-size: 1.1vw;
    letter-spacing: .1vw;
    margin-bottom: .5rem;
  }

  #anniversarySale .hero-main-headline {
    letter-spacing: .25vw !important;
    margin-bottom: .5rem;
  }

  #anniversarySale .hero-main-code,
  #anniversarySale .hero-detail-text {
    letter-spacing: .1vw;
    margin-bottom: 1rem;
  }

  #anniversarySale .hero-main-code {
    font-size: 1vw;
    margin-bottom: .5rem;
  }

  #anniversarySale .hero-detail-text {
    font-size: .75vw;
  }
}

/*2 Day Anniversary Styling*/

#anniversarySale .hero-sup-headline,
#anniversarySale .hero-main-code,
#anniversarySale .hero-detail-text {
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width:768px) {
  #anniversarySale .hero-sup-headline {
    font-size: 3vw;
    letter-spacing: .2vw;
    margin-bottom: .5rem;
  }

  #anniversarySale .hero-main-headline {
    letter-spacing: .5vw !important;
    margin-bottom: 1rem;
    font-size: 8vw;
  }

  #anniversarySale .hero-main-code,
  #anniversarySale .hero-detail-text {
    letter-spacing: .2vw;
    margin-bottom: 1rem;
  }

  #anniversarySale .hero-main-code {
    font-size: 2.8vw;
    margin-bottom: .5rem;
  }

  #anniversarySale .hero-detail-text {
    font-size: 2.5vw;
  }
}

/*Sweeps*/
#sweeps {
  .hero-main-headline {
    font-family: "barlow-condensed", sans-serif;
    font-weight: 600;
  }

  .hero-sub-headline {
    color: #D8AD89;
    font-weight: bold;
    text-transform: uppercase;
  }

  .hero-sub-headline2 {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
  }
}

@media (min-width:768px) {
  #sweeps {
    .hero-main {
      top: auto;
      left: auto;
      right: auto;
      max-width: 100%;
      width: 100%;
    }

    .hero-main-headline {
      font-size: 4vw;
      letter-spacing: .25vw;
    }

    .hero-sub-headline {
      font-size: 1.5vw;
      letter-spacing: .25vw;
      margin: 1vw;
    }

    .hero-sub-headline2 {
      font-size: 2.65vw;
      letter-spacing: .25vw;
      margin-bottom: 1vw;
    }
  }


}

@media (max-width:768px) {
  #sweeps {
    .hero-main {
      position: absolute;
      top: auto;
      left: auto;
      right: auto;
      max-width: 100%;
      width: 100%;
      background-color: transparent;
    }

    .hero-main-headline {
      font-size: 6vw;
      letter-spacing: .5vw;
    }

    .hero-sub-headline {
      font-size: 3vw;
      letter-spacing: .5vw;
      margin: 1vw 0 3vw;
    }

    .hero-sub-headline2 {
      font-size: 6vw;
      letter-spacing: .5vw;
      margin-bottom: 2vw;
      padding: 0 5vw;
    }
  }


}
