.domhiddenprices {
  display: block;
}

.domhiddenprices-product {
  width: 100%;
}

.domhiddenprices-cta {
  align-items: center;
  background: #b4232f;
  border: 1px solid #b4232f;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  line-height: 20px;
  min-height: 44px;
  padding: 10px 16px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  width: 100%;
}

.domhiddenprices-cta:hover,
.domhiddenprices-cta:focus {
  background: #8e1c25;
  border-color: #8e1c25;
  color: #fff;
  text-decoration: none;
}

.domhiddenprices-cta-disabled,
.domhiddenprices-cta-disabled:hover,
.domhiddenprices-cta-disabled:focus {
  background: #f8e8ea;
  border-color: #e6b8be;
  color: #7a1d26;
  cursor: not-allowed;
}

.domhiddenprices-list {
  color: #7a1d26;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

body.has-domhiddenprices-cta .publicPrice,
body.has-domhiddenprices-cta .contentRight-loyalty {
  display: none;
}

body.has-domhiddenprices-cta .product-content .contentRight-price .product-price {
  width: 100%;
}

body.has-domhiddenprices-cta .product-content .contentRight-price .current-price {
  min-height: 50px;
}
