.meta-description {
  display: none;
}

.tagBlock {
  margin-top: 5%;
}

.tagCloud {
  display: flex;
  gap: 10px;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  font-family: "OpenSansSemi";
}

.tagCloud span {
  font-weight: 700;
}

.tagCloud a {
  color: #6b6969;
  font-weight: bold;
  text-decoration: none;
  background: #f2f2f2;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 16px;
  transition: 0.25s;
}

.tagCloud a:hover {
  background: #e3e3e3;
  color: #003baa;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
  color: black !important;
  font-size: 14px;
}

.b-product__description-text {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
}

.b-product__description-text.truncated {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.b-product__description-text.expanded {
  display: block;
  -webkit-line-clamp: unset;
  max-height: none;
}

.b-product__description-more {
  display: none;
}

.b-footer {
  margin-top: unset !important;
}

#char:before,
#delivery:before {
  display: block;
  content: " ";
  margin-top: -75px;
  height: 75px;
  visibility: hidden;
}

#tab-1:before,
#tab-2:before {
  display: block;
  content: " ";
  margin-top: -175px;
  height: 175px;
  visibility: hidden;
}

.tagCloud .product__show-more-anchors {
  cursor: pointer;
  border: 2px solid #003baa;
  color: #003baa;
  display: none;
}

.product__anchor {
  opacity: 0;
}

.b-product__info-delivery-text a {
  color: #262626;
  text-decoration: none;
}