.custom-beers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  column-gap: 48px;
  row-gap: 40px;
}
.beer-item {
  text-align: center;
  transition: all ease 0.3s;
  position: relative;
  padding: 12px 4px 0 4px;
}
.beer-item::before {
  background: var(--before-bg);
  background-position: 100% 49%;
  content: "";
  width: 100%;
  height: 84%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all ease 0.8s;
}
.beer-item img {
  width: 224px;
  height: 406px !important;
  object-fit: contain;
  object-position: bottom;
  transition: all ease 0.8s;
  margin-top: 40px;
}
.beer-item:hover img {
  transform: translateY(-20px);
}
.beer-item:hover::before {
  background: var(--before-bg-hover);
}
.beer-title {
  font-family: "HWT Unit Gothic", Sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  color: #000000;
  margin: 0;
  text-transform: uppercase;
}
.beer-style {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 20px;
  font-family: "nexa-rust-sans-black-2", Sans-serif;
  color: #ed3124;
  margin: 0;
  transition: all ease 0.8s;
}
.beer-item:hover .beer-style {
  color: #ffffff;
}
.hidden-links a {
  font-size: 18px;
  font-weight: 900;
  font-family: "nexa-rust-sans-black-2", Sans-serif;
  line-height: 18px;
  text-transform: uppercase;
}
.hidden-links a i {
  position: relative;
  top: 2px;
}
@media only screen and (min-width: 1025px) {
  .hidden-links {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: flex;
    gap: 12px;
  }
  .beer-item:hover .hidden-links {
    opacity: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .hidden-links {
    opacity: 1;
    display: flex;
    gap: 12px;
  }
}
.more-link {
  background: transparent;
  padding: 12px 0;
  border: 2px solid #ee3124;
  color: #ee3124;
  width: 60%;
}
.more-link:hover,
.finder-link:hover {
  background: #ee3124;
  color: #ffffff;
}
.finder-link {
  background: #ee3124;
  padding: 12px 0;
  border: 2px solid #ee3124;
  color: #ffffff;
  width: 40%;
}
.watermark-container {
  position: absolute;
}
body.page-id-26348 .main-footer {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1110px) and (min-width: 1025px) {
  .beers-container .lqd-tabs-nav .h3 {
    font-size: 29px !important;
  }
}
@media only screen and (max-width: 1293px) {
  .hidden-links a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .beers-container .lqd-tabs-nav .h3 {
    font-size: 24px !important;
    line-height: 24px !important;
  }
  .custom-beers {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .ld-fh-element.text-vertical {
    writing-mode: vertical-rl !important;
    transform: rotate(180deg) !important;
  }

  .hidden-links {
    flex-direction: column;
    transform: translateY(10px);
  }

  .more-link,
  .finder-link {
    padding: 12px 24px;
  }

  .hidden-links a {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .ld-fh-element.text-vertical {
    writing-mode: unset !important;
    transform: none !important;
  }
}
@media only screen and (max-width: 620px) {
  .custom-beers {
    grid-template-columns: repeat(1, 1fr);
    max-width: 350px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
  .lqd-tabs-nav li {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
  .hidden-links {
    padding-top: 20px !important;
  }
}
