.zcrp-price-stack {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}

.zcrp-regular-price {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.25rem;
  color: #6b7280;
  font-size: 0.95em;
  font-weight: 500;
}

.zcrp-regular-price-prefix {
  text-decoration: none;
}

.zcrp-regular-price-value {
  text-decoration: none;
}

.zcrp-regular-price--strikethrough .zcrp-regular-price-value {
  text-decoration: line-through;
}

.zcrp-current-price {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.3rem;
  color: inherit;
  font-weight: inherit;
}

.zcrp-current-price-prefix {
  color: inherit;
  font-size: 0.9em;
  font-weight: 500;
}

.zcrp-current-price-old {
  color: #6b7280;
  font-size: 0.95em;
  font-weight: 500;
  text-decoration: line-through;
}

.zcrp-current-price-amount {
  color: inherit;
  font-weight: inherit;
}

.product-discount .zcrp-regular-price-hook,
.product__discount-price .zcrp-regular-price-hook,
.product-miniature__discount-price .zcrp-regular-price-hook,
#old_price .zcrp-regular-price-hook {
  display: block;
  margin-bottom: 0.2rem;
}

.zcrp-regular-price-hook--hidden {
  display: none !important;
  margin-bottom: 0 !important;
}

.product-discount .zcrp-regular-price-hook + .regular-price,
.product__discount-price .zcrp-regular-price-hook + .product__regular-price,
.product-miniature__discount-price .zcrp-regular-price-hook + .product-miniature__regular-price {
  display: none;
}
