.fmr-launch-price {
  display: block;
  white-space: normal;
  text-transform: none;
  letter-spacing: normal;
}

.fmr-launch-price__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 22px;
}

.fmr-launch-price__current {
  color: var(--fmr-gold-2, #f1d06a);
  font-size: clamp(2rem, 3.2vw, 2.45rem);
  font-weight: 900;
  line-height: 1.15;
  white-space: nowrap;
}

.fmr-launch-price__comparison {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: var(--fmr-muted, #b5b5b5);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}

.fmr-launch-price .fmr-launch-price__comparison del {
  display: block;
  color: inherit;
  font-size: 20px;
  font-weight: 700;
  opacity: 1;
  white-space: nowrap;
  text-decoration: line-through;
}

.fmr-launch-price__lowest {
  display: block;
  margin-top: 12px;
  color: var(--fmr-text, #f4f1ea);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.fmr-launch-price__lowest strong {
  font-weight: 700;
  white-space: nowrap;
}

.dual-product-buy:has(.fmr-launch-price) {
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 18px;
}

.dual-product-price:has(.fmr-launch-price) {
  flex: 1 0 100%;
  min-width: 0;
  white-space: normal;
}

.fmr-purchase-action:has(.fmr-launch-price) {
  grid-template-columns: minmax(0, 1fr);
  row-gap: 18px;
}

.fmr-purchase-price:has(.fmr-launch-price) {
  white-space: normal;
}

.woocommerce div.product .fmr-purchase-action:has(.fmr-launch-price) form.cart {
  grid-column: 1;
  grid-row: 2;
  justify-self: start;
}
