.single-blog img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.single-blog ol li:not(:last-child) {
  padding-bottom: 1em;
}

.objects__text p:not(:last-child) {
  padding-bottom: 1em;
}

.product-image__main img[data-index="1"] {
  object-fit: contain;
}

.glightbox-clean .gslide-media {
  background-color: #fff;
}

.page-hero h1 {
  padding-bottom: 1rem;
}

.catalog__tags {
  padding-bottom: 1em;
}

.modal__content {
  max-height: max-content;
}

.content-block table {
  border-collapse: collapse;
}

.content-block td,
.content-block th {
  border: 1px solid;
  padding: 0.5rem;
}

.table-responsive {
  overflow-x: auto;
}

.variation .product-properties__list dd {
  width: 30%;
  margin: 0;
  text-align: center;
}

.variation .product-properties__list dt {
  width: 70%;
}

.product-card__text {
  min-height: 3lh;
}

.blog__title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.blog__text {
  min-height: 3lh;
}

.catalog__tags-link {
  text-transform: uppercase;
  text-align: center;
}

.spec-section__header {
  background-color: #1f669e;
  color: #fff;
}

.spec-section__title {
  text-align: center;
}

.spec-section {
  padding-bottom: 1rem;
}

.spec-table .spec-table__group-row th {
  text-align: left;
}

.spec-table__image-cell img {
  max-width: 80px;
  height: auto;
}

.spec-table td.first {
  padding-left: 0;
  text-align: start;
}
.hero-block__label {display:none}