.hero {
  position: relative;
  z-index: 3;
  overflow: hidden;
  height: 100vh;
  background-image: none;
  background-position: 50% 0%;
  background-size: cover;
  opacity: 1;
}

.textandbuttons {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 6;
  display: flex;
  width: 430px;
  height: 86px;
  margin-right: auto;
  margin-bottom: 5%;
  margin-left: auto;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
}

.textandbuttons.promocard {
  z-index: 2;
  margin-bottom: 0%;
}

.textandbuttons.promocard.left {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 400px;
  box-shadow: 0 8px 20px 0 rgba(29, 29, 27, 0.04);
}

.textandbuttons.v2 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 440px;
  height: 101px;
  margin-bottom: 40px;
  flex-direction: column;
  background-color: transparent;
}

.textandbuttons.v2.hero-home {
  left: -2px;
  bottom: 40px;
  width: 480px;
  height: 101px;
  margin-bottom: 0%;
}

.ctaheadline {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 36px;
  border-bottom: 1px solid #000;
  box-shadow: 0 8px 20px 0 rgba(29, 29, 27, 0.04);
}

.ctaheadline._50px {
  display: flex;
  height: 50px;
  padding-right: 12px;
  padding-left: 12px;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  background-color: #fff;
  box-shadow: none;
  color: #fff;
}

.f1-h1 {
  position: absolute;
  left: 0%;
  top: 17%;
  right: 0%;
  bottom: auto;
  display: block;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  font-family: 'Neue Haas', sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.f1-h1.white {
  position: static;
  -ms-grid-row-align: center;
      align-self: center;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.ctaleft {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  width: 50%;
  height: 50px;
  border-right: 1px solid #000;
}

.ctaleft.whitebg {
  overflow: hidden;
  width: 100%;
  border: 0px none #000;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #fff;
}

.f1-button {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border: 1px none #000;
  font-family: 'Neue Haas', sans-serif;
  color: #1d1d1b;
  font-weight: 500;
  text-decoration: none;
}

.f1-button.dark {
  border-width: 0px 1px 0px 0px;
  border-right-style: none;
  border-right-color: #000;
  transition: color 600ms ease, background-color 600ms ease;
  color: #000;
}

.f1-button.dark:hover {
  background-color: #000;
  color: #fff;
}

.text-block-2 {
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.text-block-2._14px {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.ctaright {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 50%;
  height: 50px;
}

.link-block-7 {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.text-block-3 {
  font-family: 'Neue Haas', sans-serif;
  color: #1d1d1b;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.heroimage {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: auto;
  height: auto;
  background-image: none;
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heroimage.desktop {
  background-image: url('../images/hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.looks-card {
  position: relative;
  width: 25%;
  height: 100%;
  margin-right: 1px;
}

.looks-card-image {
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.image-2 {
  -o-object-fit: fill;
     object-fit: fill;
}

.body {
  background-color: #fff;
  font-family: 'Neue Haas', sans-serif;
  width: 100%;
  overflow-x: hidden;
}

.plp-product-card {
  width: 100%;
  padding-right: 1px;
  opacity: 1;
}

.plp-product-card.story-card {
  width: 33.333%;
}

.plp-product-card.story-card.wide {
  position: relative;
  z-index: 2;
  width: 50%;
}

.plp-product-card.story-card.wide.left {
  margin-top: 80px;
  border-radius: 20px;
  opacity: 1;
}

.london-intro-text {
  position: relative;
  display: flex;
  margin-top: 0px;
  padding: 80px 24%;
  flex-direction: column;
  align-items: center;
}

.london-intro-text.less-top-margin {
  padding-top: 0px;
}

.london-intro-text.is-last {
  padding-top: 0vw;
}

.london-p {
  margin-bottom: 0px;
  color: #000;
  line-height: 28px;
  text-align: left;
  text-decoration: none;
}

.london-theme-images-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  align-items: flex-start;
}

.london-theme-image-1 {
  position: relative;
  display: flex;
  width: 50%;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.looks-image-padding {
  width: 100%;
  height: auto;
  padding: 2vw 4vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.looks-image-padding._2nd {
  position: relative;
  z-index: 0;
  height: 100%;
  margin-left: 0vw;
  padding: 8% 8% 0%;
}

.london-2-images-parallax {
  display: flex;
  width: 100%;
  padding-right: 0%;
  padding-left: 0%;
  flex-direction: column;
  align-items: flex-start;
}

.london-theme-image-right {
  position: relative;
  display: flex;
  width: 50%;
  flex-direction: column;
}

.f1-1-image-parallax {
  position: static;
  display: flex;
  width: 100vw;
  height: auto;
  margin-bottom: 10vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.london-h1-intro {
  margin-bottom: 25px;
  color: #000;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
}

.london-landscape-revealer {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.london-opener-image-wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 90%;
  height: auto;
  justify-content: center;
  align-items: flex-start;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-19 {
  width: 100vw;
  height: auto;
  max-width: 2560px;
  -o-object-fit: cover;
     object-fit: cover;
}

.ata-reveal-video-wrapper {
  padding-right: 16%;
  padding-left: 16%;
}

.ata-reveal-video-embed {
  overflow: hidden;
  border-radius: 32px;
}

.ata-buttons-wrapper {
  display: flex;
  width: 100%;
  height: 50px;
  margin-top: 40px;
  justify-content: space-between;
}

.ata-button-black {
  display: flex;
  width: 49%;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.caption-look-1 {
  display: flex;
  width: 90vw;
  height: auto;
  margin-top: 20px;
  justify-content: center;
  align-items: flex-start;
}

.caption-look-1.caption-4-items {
  width: 90%;
}

.lookbook-two-captions-wrapper {
  display: flex;
  flex-direction: row;
}

.caption-product {
  display: flex;
  height: 100%;
  margin-right: 24px;
  margin-left: 24px;
  flex-direction: column;
  align-items: flex-start;
}

.caption-headline {
  margin-bottom: 12px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.caption-product-name-2 {
  margin-right: 4px;
  margin-bottom: 12px;
  padding-top: 1px;
  padding-bottom: 4px;
  border-bottom: 1px none #000;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.caption-product-link {
  border-bottom: 1px solid #000;
  font-weight: 700;
}

.caption-look-1-2 {
  display: flex;
  width: 90vw;
  height: auto;
  margin-top: 20px;
  justify-content: center;
  align-items: flex-start;
}

.caption-look-1-2.half-width {
  width: 100%;
}

.shop-the-look-linkblock {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
}

.shop-the-look-linkblock._1 {
  z-index: 1;
}

.shop-the-look-linkblock._4 {
  left: 59%;
  top: 45%;
}

.shop-the-look-linkblock._2 {
  left: 28%;
  top: 46%;
}

.shop-the-look-linkblock._3 {
  left: 27%;
  top: 66%;
}

.shop-the-look-linkblock._6 {
  top: 70%;
}

.shop-the-look-linkblock._8 {
  top: 71%;
}

.shop-the-look-linkblock._9 {
  left: 43%;
  top: 66%;
}

.shop-the-look-linkblock._11 {
  left: 25%;
  top: 72%;
}

.stl-circle {
  display: flex;
  width: 18px;
  height: 18px;
  margin-left: -3px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fbb801;
}

.koov-feature-circle-inner {
  width: 8px;
  height: 8px;
  border-radius: 20px;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .hero {
    width: 100vw;
    height: 125vw;
  }

  .textandbuttons.v2 {
    bottom: 24px;
    width: 440px;
    margin-bottom: 0%;
  }

  .textandbuttons.v2.hero-home {
    bottom: 10vh;
    width: 480px;
  }

  .heroimage {
    background-image: none;
  }

  .plp-product-card {
    width: 100%;
    margin-bottom: 60px;
  }

  .london-intro-text {
    padding: 12vw 10vw;
    align-items: flex-start;
  }

  .london-intro-text.less-top-margin {
    padding-top: 4vw;
  }

  .london-intro-text.is-last {
    align-items: center;
  }

  .london-p {
    margin-bottom: 0px;
  }

  .f1-1-image-parallax {
    height: auto;
  }

  .london-h1-intro {
    text-align: center;
  }

  .london-landscape-revealer {
    height: auto;
  }

  .london-opener-image-wrapper {
    height: auto;
  }

  .ata-reveal-video-wrapper {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .caption-look-1 {
    flex-direction: row;
    align-items: flex-start;
  }

  .caption-product {
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
  }

  .caption-headline {
    color: #000;
    font-size: 10px;
  }

  .caption-product-name-2 {
    padding-bottom: 2px;
    font-size: 10px;
    font-weight: 400;
  }

  .caption-look-1-2 {
    flex-direction: row;
    align-items: flex-start;
  }

  .shop-the-look-linkblock._2 {
    top: 43%;
  }

  .shop-the-look-linkblock._3 {
    top: 63%;
  }

  .shop-the-look-linkblock._5 {
    top: 45%;
  }

  .shop-the-look-linkblock._6 {
    top: 65%;
  }

  .shop-the-look-linkblock._10 {
    top: 38%;
  }

  .shop-the-look-linkblock._11 {
    top: 67%;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 360px;
  }

  .textandbuttons.v2.hero-home {
    bottom: 32px;
    width: 80%;
    height: 101px;
  }

  .ctaheadline._50px {
    height: 50px;
  }

  .f1-h1.white {
    font-size: 14px;
    line-height: 18px;
  }

  .london-p {
    margin-bottom: 24px;
  }

  .ata-reveal-video-wrapper {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .shop-the-look-linkblock._4 {
    top: 32%;
  }

  .shop-the-look-linkblock._2 {
    top: 36%;
  }

  .shop-the-look-linkblock._3 {
    top: 51%;
  }

  .shop-the-look-linkblock._5 {
    top: 42%;
  }

  .shop-the-look-linkblock._6 {
    top: 60%;
  }

  .shop-the-look-linkblock._10 {
    top: 40%;
  }

  .shop-the-look-linkblock._11 {
    top: 65%;
  }
}

@media screen and (max-width: 479px) {
  .ata-reveal-video-embed {
    border-radius: 0px;
  }

  .hero {
    display: flex;
    height: auto;
    padding-bottom: 1px;
    flex-direction: column;
    align-items: stretch;
    background-color: #e6e6e6;
    background-image: none;
  }

  .textandbuttons.v2 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100px;
    margin-top: 0px;
    margin-bottom: 0%;
    background-color: #e6e6e6;
  }

  .textandbuttons.v2.hero-home {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 5vw;
    width: 90%;
    height: 100px;
    margin: 1px auto 0px;
    padding-right: 0px;
    padding-left: 0px;
    align-items: center;
    background-color: transparent;
  }

  .ctaheadline._50px {
    height: 50px;
    margin-bottom: 1px;
    border: 0px none #000;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .f1-h1.white {
    font-size: 14px;
    line-height: 18px;
  }

  .ctaleft.whitebg {
    left: 0%;
    top: 51px;
    right: 0px;
    bottom: 0%;
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
    border-right-width: 1px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }

  .f1-button.dark {
    height: 50px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-style: none none solid;
    border-width: 1px 0px 1px 1px;
    border-color: #000 #000 #e6e6e6;
  }

  .heroimage {
    position: relative;
    width: 100vw;
    height: 125vw;
    background-image: none;
  }

  .heroimage.desktop {
    display: block;
    height: 150vw;
  }

  .london-intro-text {
    padding: 16vw 5vw 12vw;
  }

  .london-intro-text.less-top-margin {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }

  .london-intro-text.is-last {
    padding-top: 8vw;
  }

  .london-theme-images-wrapper {
    margin-top: 0vw;
    margin-bottom: 0vw;
    flex-direction: column;
  }

  .london-theme-image-1 {
    position: relative;
    width: 100%;
    margin-bottom: 0px;
  }

  .looks-image-padding._2nd {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .london-2-images-parallax {
    margin-bottom: 0px;
  }

  .london-theme-image-right {
    width: 100%;
    margin-bottom: 0px;
  }

  .f1-1-image-parallax {
    margin-bottom: 35px;
  }

  .london-h1-intro {
    margin-top: 0px;
    text-align: left;
  }

  .london-landscape-revealer {
    margin-bottom: 0px;
  }

  .london-opener-image-wrapper {
    width: 100vw;
  }

  .ata-reveal-video-wrapper {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .ata-buttons-wrapper {
    height: 109px;
    flex-direction: column;
  }

  .ata-button-black {
    width: 100%;
    height: 50px;
  }

  .caption-look-1 {
    width: 100vw;
    flex-direction: row;
    align-items: flex-start;
  }

  .caption-look-1.caption-4-items {
    flex-direction: column;
    align-items: center;
  }

  .lookbook-two-captions-wrapper {
    display: flex;
    flex-direction: row;
  }

  .caption-product {
    margin-right: 4vw;
    margin-bottom: 20px;
    margin-left: 4vw;
  }

  .caption-headline {
    color: #000;
    font-size: 10px;
  }

  .caption-product-name-2 {
    font-size: 10px;
  }

  .caption-look-1-2 {
    width: 100vw;
    flex-direction: column;
    align-items: center;
  }

  .shop-the-look-linkblock._4 {
    top: 28%;
  }

  .shop-the-look-linkblock._2 {
    top: 31%;
  }

  .shop-the-look-linkblock._3 {
    top: 45%;
  }

  .shop-the-look-linkblock._7 {
    top: 35%;
  }

  .shop-the-look-linkblock._8 {
    top: 50%;
  }
}

@font-face {
  font-family: 'Neue Haas';
  src: url('../fonts/neue_haas_bold.woff2') format('woff2'), url('../fonts/neue_haas_bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas';
  src: url('../fonts/neue_haas_regular.woff2') format('woff2'), url('../fonts/neue_haas_regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}