.productmodelcards .productcards__section-title {
  margin: 0;
}
.productmodelcards .productcards_specs dl {
  width: 100%;
  font-size: 14px;
  line-height: 21px;
}
.productmodelcards .productcards_specs .productcard_spec-wrap {
  display: flex;
  margin: 0 0 10px 0;
}
.productmodelcards .productcards_specs dt {
  min-width: 50%;
  flex: 1 1 50%;
}
.productmodelcards .productcards_specs dd {
  font-weight: bold;
  flex: 1 1 50%;
}
.productmodelcards .productcards_specs .productcards_goToPageLink {
  margin: 30px 0 25px 0;
  width: 100%;
}
.productmodelcards .image-feedback {
  margin: 10px 0 0 0;
}
.productmodelcards .productcards_addToCartBtn,
.productmodelcards .productcard_text_wrap {
  width: 100%;
}
.productmodelcards .fb-button-p5a.addToCart_btn {
  display: block !important;
  width: 100%;
}
.productmodelcards .fb-button-p5a.addToCart_btn span {
  padding: 6px 13px;
}
.productmodelcards .price-wrap {
  margin: 0 0 30px 0;
  width: 100%;
}
.productmodelcards .price-wrap .hybris-price {
  width: 100%;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
}
.productmodelcards_CTA-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: end;
  flex: 1 1 auto;
}
