.node--type-product.node--view-mode-teaser {
  padding: 0;
  margin: 0;
}

.node--type-product.node--view-mode-teaser .node__details {
  background: #f2f2f2;
  padding: 15px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
}

/* tablet mode */
@media (max-width: 991px) {
  .node--type-product.node--view-mode-teaser .node__details {
    height: auto;
  }
}

.node--type-product.node--view-mode-teaser .media--type-image {
  display: flex;
  justify-content: center;
  border: 1px solid #edebeb;
  height: 250px;
  align-items: center;
  overflow: hidden;
}

.node--type-product.node--view-mode-teaser .media--type-image .field--type-image {
  margin: 60px;
}

.node--type-product.node--view-mode-teaser .node__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: #000000;
}

.node--type-product.node--view-mode-teaser .field--name-field-product-manfact-company {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #525458;
  border-bottom: 1px solid #00000024;
  padding: 0 0 12px;
  margin: 5px 0 10px;
  font-family: Montserrat, sans-serif;
}

.node--type-product.node--view-mode-teaser .field--name-field-product-description-teaser {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #2a2a2a;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  flex: 3;
  min-height: 110px;
}

.node--type-product.node--view-mode-teaser .node__links,
.node--type-product.node--view-mode-teaser .node__links .links {
  margin: 0;
  padding: 0;
}
.node--type-product.node--view-mode-teaser .node__links .node-readmore a {
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  padding: 0;
  margin: 10px 0 0;
  text-transform: none;
}
.node--type-product.node--view-mode-teaser .node__links .node-readmore a:after {
  display: none;
}
