.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;
}

.b-product__preview--model_3d {
  width: 100%;
}

.b-product__preview-thumb-wrapper--3d {
  background-color: #f2f2f2;
}

.b-product__preview-thumb-wrapper--3d__icon {
  width: 3.125rem;
  height: 2.232rem;
}

.b-modal-model_3d {
  width: min(96vw, 1400px);
  height: 84vh;
  max-width: 70% !important;
}

.b-product__labels-3d {
  display: none;
  background-color: #f2f2f2;
}

@media (max-width: 767px) {
  .b-product__preview {
    position: relative;
  }

  .b-product__labels-3d {
    display: flex;
    position: absolute;
    right: .5rem;
    bottom: 2.7rem;
    z-index: 3;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
  }

  .b-product__preview-thumb-wrapper--3d__icon {
    width: 1.66rem;
    height: 1.2rem;
  }

  #modal-product-3d {
    max-height: 50%;
    max-width: 100% !important;
  }

  #modal-product-3d.b-modal {
    width: unset;
    margin: 40px 0 0 0;
  }

  .b-model_3d-product {
    height: 100%;
  }
}