/* /wine-lockers node */

.page-node-type-wine-lockers .field--name-body {
  margin: 0 auto;
  max-width: 1150px;
}

.page-node-type-wine-lockers div.title {
  font-size: 7vw;
  color: #000000;
  font-family: "bely-display", sans-serif;
}

.page-node-type-wine-lockers .description li {
  font-family: "Hero Regular", sans-serif;
  color: #000;
  font-size: 2.2vw;
  list-style: none;
  padding-top: 15px;
}

.paragraph--type--wine-locker .wine-locker-text .title {
  margin-bottom: 2rem;
}

.paragraph--type--wine-locker .row {
  flex-wrap: nowrap;
  max-height: calc(10px + 100vh);
  height: initial;
}
.page-node-type-wine-lockers ul.description {
  padding: 0;
  margin-top: 50px;
}

.page-node-type-wine-lockers .description li:after {
  content: "";
  display: block;
  height: 6px;
  background-image: url("../images/hr-dark.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

.page-node-type-wine-lockers .legal-text {
  font-family: "Hero Regular", sans-serif;
  color: #000;
  font-size: 22px;
  text-align: center;
}

.page-node-type-wine-lockers .head {
  font-size: 40px;
  letter-spacing: 0.24em;
  padding: 0;
  display: inline-block;
  border-bottom: 30px solid transparent;
  border-image: url("../images/head-short.svg") 50 round;
}

.wine-locker-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 75px;
  margin-left: 0;
}

.wine-locker-text .btn {
  max-width: 250px;
}

.wine-locker-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 180px 75px 0;
}

.wine-locker-heading {
  margin: auto;
  width: 100%;
  max-width: 650px;
}

.wine-locker-icon {
  height: 100px;
  width: 160px;
}

.paragraph--type--wine-locker .hero-background {
  position: relative;
  background-color: #000;
}

.winelocker-img img {
  width: 33.5vw;
  max-width: 625px;
}

.winelocker-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

article.node--type-wine-lockers {
  background-repeat: no-repeat;
  background-position: center;
}

.wine-locker-text {
  padding-bottom: 90px;
}

.wine-locker-text .title {
  font-size: 6.75vw;
  line-height: 7vw;
  color: #e4e2d9;
}

.paragraph--type--wine-locker {
  margin: 75px;
  background-color: #f5f4f0;
  overflow: hidden;
}

.paragraph--type--wine-locker .hero-background {
  background-repeat: no-repeat;
  background-position: center;
}

.wine-locker-text .body {
  font-family: "Hero Regular";
  font-size: 2vw;
  line-height: 2.5vw;
  color: #e4e2d9;
  padding-bottom: 2rem;
}

@media (max-width: 810px) {
  .wine-locker-content {
    padding-top: 75px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .paragraph--type--wine-locker {
    margin: 0;
    padding: 25px 0 0 0 !important;
  }

  .winelocker-img {
    display: none;
  }

  .wine-locker-text {
    width: 100%;
    padding: 0 15%;
  }

  .wine-locker-text .title {
    font-size: 15vw;
    line-height: 75px;
  }

  .wine-locker-text .body {
    font-size: 24px;
    line-height: 24px;
  }
}

@media (max-width: 700px) {
  .page-node-type-wine-lockers .legal-text {
    font-size: 3vw;
  }

  .page-node-type-wine-lockers .head {
    font-size: 6.7vw;
    border-bottom: 23px solid transparent;
    border-image: url(../images/head-short.svg) 30 round;
    line-height: 8vw;
  }

  .wine-locker-icon {
    width: 80px;
  }
  .page-node-type-wine-lockers div.title {
    font-size: 11vw;
  }
  .page-node-type-wine-lockers .description li {
    font-size: 4.2vw;
  }
}
