a.btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
}

.bg-gradient {
  background: linear-gradient(to bottom, #ffffff 2%, #eda3b1 100%);
}

.pne-reveal {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}
.pne-reveal--up {
  transform: translateY(3rem);
}
.pne-reveal--bottom {
  transform: translateY(3rem);
}
.pne-reveal--left {
  transform: translateX(-3rem);
}
.pne-reveal--right {
  transform: translateX(3rem);
}
.pne-reveal.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

@media (prefers-reduced-motion: reduce) {
  .pne-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.pne-hero {
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 900px;
  display: flex;
  align-items: center;
}
.pne-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.pne-hero__inner {
  position: relative;
  z-index: 1;
}
.pne-hero__text-wrap {
  max-width: 600px;
}
@media (max-width: 1024px) {
  .pne-hero {
    align-items: flex-start;
    min-height: 600px;
    background-position: bottom center;
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .pne-hero {
    min-height: 500px;
  }
}

.pne-products {
  position: relative;
  background: transparent;
}
.pne-products::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 19%;
  background-color: #fff;
  z-index: 0;
}
.pne-products__header {
  text-align: left;
  padding-bottom: 0;
}
.pne-products__text-wrap {
  max-width: 365px;
}
.pne-products__text-wrap p {
  font-size: 1rem;
  margin-bottom: 2rem;
}
.pne-products__header,
.pne-products .home-products-container {
  position: relative;
  z-index: 1;
}
.pne-products__header .slick-dots,
.pne-products .home-products-container .slick-dots {
  bottom: 80px;
}
.pne-products .home-products-container .slick-prev,
.pne-products .home-products-container .slick-next {
  bottom: 0;
  top: auto;
  transform: none;
  z-index: 11;
  width: 50px;
  height: 50px;
  border: solid 1px #615f68;
  border-radius: 0;
  background: transparent;
}
.pne-products .home-products-container .slick-prev::before,
.pne-products .home-products-container .slick-next::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  opacity: 1;
  background-image: url("../images/icon-arrow-right.svg");
  background-size: 22px;
  background-position: center center;
  background-repeat: no-repeat;
}
.pne-products .home-products-container .slick-prev {
  left: 18%;
  right: auto;
}
.pne-products .home-products-container .slick-prev::before {
  transform: scaleX(-1);
}
.pne-products .home-products-container .slick-next {
  right: 18%;
  left: auto;
}
@media (max-width: 1024px) {
  .pne-products .home-products-container .slick-prev {
    left: 12%;
  }
  .pne-products .home-products-container .slick-next {
    right: 12%;
  }
}
@media (max-width: 767px) {
  .pne-products .home-products-container .slick-prev {
    left: 6%;
  }
  .pne-products .home-products-container .slick-next {
    right: 6%;
  }
}
.pne-products .home-products-container .height-100-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.pne-products .home-products-container .height-100-slider .slick-slide {
  height: auto;
}
.pne-products .home-products-container .height-100-slider .slick-slide > div {
  height: 100%;
}
.pne-products .home-products-item-wrapper {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start !important;
}
.pne-products .home-products-item {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.pne-products .home-products-item-wrapper > a.btn {
  flex-shrink: 0;
}
.pne-products .bottle img {
  max-height: 80vh;
  height: auto;
  width: auto;
}
.pne-products .the-everyday-range-0 img {
  width: 67%;
}
.pne-products .the-everyday-range-1 img {
  width: 77%;
}
.pne-products .the-everyday-range-2 img {
  width: 90%;
}
.pne-products .the-everyday-range-3 img {
  width: 95%;
}
.pne-products .the-everyday-range-4 img {
  width: 95%;
}
.pne-products .glass-bottle-range-0 img {
  width: 95%;
}
.pne-products .glass-bottle-range-1 img {
  width: 95%;
}
@media (max-width: 1024px) {
  .pne-products::before {
    bottom: 24%;
  }
  .pne-products a.bottle {
    max-width: 20%;
  }
  .pne-products a.bottle p {
    display: none;
  }
}
@media (max-width: 767px) {
  .pne-products::before {
    bottom: 30%;
  }
}

.pne-split-image {
  display: flex;
}
@media (max-width: 1024px) {
  .pne-split-image {
    flex-direction: column;
  }
}
.pne-split-image__image {
  flex: 0 0 52%;
  background-size: cover;
  background-position: center;
  min-height: 400px;
}
@media (max-width: 1024px) {
  .pne-split-image__image {
    flex: 1;
    min-height: 250px;
  }
}
.pne-split-image__image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pne-split-image__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.pne-split-image__content {
  flex: 0 0 48%;
  padding: 6rem;
}
@media (max-width: 1024px) {
  .pne-split-image__content {
    flex: 1;
    padding: 2rem;
  }
}
.pne-split-image__content a.btn {
  margin-top: 1.5rem;
}
.pne-split-image__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1300px) {
  .pne-split-image__content {
    padding: 3rem;
  }
}
@media (max-width: 1024px) {
  .pne-split-image__content {
    padding: 2rem;
  }
}
.pne-split-image__content h2 {
  font-size: clamp(2.5rem, 4vw, 3.75rem);
  font-weight: bold !important;
  line-height: 1.1;
  color: #007CC3 !important;
  margin: 0;
}
.pne-split-image__content h3 {
  font-size: clamp(1.25rem, 2vw, 2rem);
  font-weight: 300 !important;
  line-height: 1.3;
  color: #007CC3 !important;
  margin: 0 0 1rem;
}
.pne-split-image__content p {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  line-height: 1.5;
  color: #007CC3 !important;
  margin: 0 0 1rem;
  max-width: 500px;
}
@media (max-width: 1024px) {
  .pne-split-image__content p {
    max-width: none;
  }
}
.pne-split-image__content p:last-child {
  margin-bottom: 0;
}
.pne-split-image__content p:last-of-type:not(:only-of-type) {
  margin-top: 0.5rem;
}

.pne-story {
  display: flex;
  gap: 2rem 4rem;
  margin-top: 7rem;
}
@media (max-width: 1024px) {
  .pne-story {
    flex-direction: column;
  }
}
.pne-story__card {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.pne-story__image img {
  width: 100%;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 1024px) {
  .pne-story__image img {
    height: 150px;
  }
}
.pne-story__content {
  flex: 0 0 48%;
  padding: 6rem;
}
@media (max-width: 1024px) {
  .pne-story__content {
    flex: 1;
    padding: 2rem;
  }
}
.pne-story__content a.btn {
  margin-top: 1.5rem;
}
.pne-story__content {
  flex: 1;
}

.pne-engagements {
  display: flex;
}
@media (max-width: 1024px) {
  .pne-engagements {
    flex-direction: column;
  }
}
.pne-engagements__image {
  flex: 0 0 52%;
  background-size: cover;
  background-position: center;
  min-height: 400px;
}
@media (max-width: 1024px) {
  .pne-engagements__image {
    flex: 1;
    min-height: 250px;
  }
}
.pne-engagements__content {
  flex: 0 0 48%;
  padding: 6rem;
}
@media (max-width: 1024px) {
  .pne-engagements__content {
    flex: 1;
    padding: 2rem;
  }
}
.pne-engagements__content a.btn {
  margin-top: 1.5rem;
}

.pne-mountain {
  display: flex;
}
@media (max-width: 1024px) {
  .pne-mountain {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .pne-mountain {
    flex-direction: column-reverse;
  }
}
.pne-mountain__content {
  flex: 0 0 48%;
  padding: 6rem;
}
@media (max-width: 1024px) {
  .pne-mountain__content {
    flex: 1;
    padding: 2rem;
  }
}
.pne-mountain__content a.btn {
  margin-top: 1.5rem;
}
.pne-mountain__image {
  flex: 0 0 52%;
  background-size: cover;
  background-position: center;
  min-height: 400px;
}
@media (max-width: 1024px) {
  .pne-mountain__image {
    flex: 1;
    min-height: 250px;
  }
}
.pne-mountain__image {
  background-position: top center;
}

.pne-find {
  display: flex;
}
@media (max-width: 1024px) {
  .pne-find {
    flex-direction: column;
  }
}
.pne-find__image {
  flex: 0 0 52%;
  background-size: cover;
  background-position: center;
  min-height: 400px;
}
@media (max-width: 1024px) {
  .pne-find__image {
    flex: 1;
    min-height: 250px;
  }
}
.pne-find__content {
  flex: 0 0 48%;
  padding: 6rem;
}
@media (max-width: 1024px) {
  .pne-find__content {
    flex: 1;
    padding: 2rem;
  }
}
.pne-find__content a.btn {
  margin-top: 1.5rem;
}
.pne-find__content p {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.pne-find__content a.btn {
  margin-left: auto;
  margin-right: auto;
}