.shopify-live-price {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .35em;
}
.product-price-row strong .shopify-live-price,
.product-price-row strong .shopify-current-price {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  margin: 0;
}
.product-price-row strong .shopify-live-price {
  display: inline-flex;
}
.product-price-row strong .shopify-current-price {
  display: inline;
}
.shopify-compare-price {
  color: #796c68;
  font-size: .75em;
  font-weight: 400;
}
.product-copy .shopify-live-price {
  justify-content: flex-end;
  text-align: right;
}
@media (max-width: 640px) {
  .product-copy .shopify-live-price {
    justify-content: flex-start;
    text-align: left;
  }
}
.shopify-current-price {
  overflow-wrap: anywhere;
}
.button[data-shopify-checkout]:disabled {
  cursor: default;
  opacity: .6;
  transform: none;
}
