.intro.fullHeight {
  overflow: visible;
  height: var(--fullHeight);
  padding-top: 0;
  padding-bottom: 0;
}
.collectionDetail {
  font-weight: 300;
}
.whitebirch .intro .kv {
  background: var(--grayGradient);
}
.whitebirchgold .intro .kv {
  background: var(--goldGradient);
}
.desktop .blockText.collectionText {
  font-size: var(--px24);
}
@media (min-width: 992px) {
  .intro .blockTitle {
    padding-top: 4rem;
  }

  .collectionDetail .kv {
    width: 100vw;
    height: 85%;
  }

  .kv .bottle {
    max-height: 100%;
    position: absolute;
    top: 0%;
    min-height: 37.5rem;
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (max-width: 991.98px) {
  .intro.fullHeight {
    margin-top: 2rem;
  }
  .mobile .w-75 {
    width: 100% !important;
  }
  .collectionDetail .kv {
    padding-bottom: var(--px40);
  }

  .kv .bottle {
    height: 23.125rem;
    margin: -2rem auto 0 auto;
  }
}

.lead {
  font-size: var(--px26) !important;
  color: var(--brand);
}
@media (max-width: 991.98px) {
  .lead,
  .blockTitle {
    text-align: center;
  }
  .whitebirchgold .collectionText p:last-child {
    margin-bottom: 0;
  }
}
.collectionText {
  color: var(--blue);
}

@media (min-width: 992px) {
  .leave img {
    width: 100%;
    max-width: calc(7.628rem);
    height: auto;
    position: relative;
    margin-left: auto;
    display: flex;
  }
}
@media (max-width: 991.98px) {
  .leave img {
    max-width: 6.25rem;
    height: auto;
    display: flex;
    margin: var(--px40) auto;
  }
}

.leave {
  align-items: end;
}

#textBar .row {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.imageWrap img {
  width: auto !important;
  display: flex;
  height: 100% !important;
  object-fit: unset !important;
}
@media (min-width: 992px) {
  .imageWrap img {
    margin-left: auto;
  }
}

.volume {
  font-size: var(--px24);
  text-align: center;
  color: var(--brand);
  font-weight: 400;
  max-height: 10%;
  white-space: nowrap;
}

.wrap {
  height: max(calc(var(--fullHeight) / 2), calc(25.375rem));
}
.item {
  align-items: end;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--px32);
}
.item .image {
  max-height: calc(100% - var(--px32) * 2);
}
.item img {
  height: 100%;
  width: auto;
}
@media (max-width: 991.98px) {
  .volume {
    font-size: var(--px22);
  }
  .item .image {
    max-height: calc(100% - var(--px24) * 2);
  }
  .item {
    gap: var(--px24);
  }
}

#productList .fullHeight {
  height: calc(var(--fullHeight) - var(--footerHeight));
}

#tasting-notes b {
  color: var(--brand);
}

#real-gold-leaf-flakes-are-used-in-thebottle-decoration {
  background: var(--goldGradient);
}
#real-gold-leaf-flakes-are-used-in-thebottle-decoration .blockTitle {
  text-align: left !important;
}
#real-gold-leaf-flakes-are-used-in-thebottle-decoration .fullHeight {
  padding: 0;
}
.goldSide {
  height: 100%;
  width: auto;
}

@media (max-width: 991.98px) {
  .goldSide {
    max-height: var(--minHeight);
    width: auto;
  }
}
@media (max-width: 991.98px) {
  .goldSide {
    translate: -40%;
  }
}
@media (max-width: 767.98px) {
  .goldSide {
    translate: -60%;
  }
}
.goldLeaf {
  max-height: calc(20rem);
  width: auto;
}

#real-gold-leaf-flakes-are-used-in-thebottle-decoration .forText {
  padding-top: calc(2rem + (var(--fullHeight) / 3) / 1.5);
}

@media (max-width: 991.98px) {
  #real-gold-leaf-flakes-are-used-in-thebottle-decoration .forText {
    padding-top: calc((var(--fullHeight) / 3) / 3);
  }
}
