/* Lowest Price for You — cart / checkout unlock price display */
.cart-item__price{display:inline-flex;flex-direction:column;align-items:flex-end;gap:2px;line-height:1.2}
.cart-item__price.is-unlocked .cart-item__price-now{color:#047857}
.cart-item__price-old{font-size:12px;font-weight:600;color:var(--color-text-muted,#64748b);text-decoration:line-through}
.cart-item__unlock{margin:4px 0 0;font-size:11px;font-weight:700;color:#047857}
.cart-item__unlock-save{margin:2px 0 0;font-size:11px;font-weight:600;color:#047857}
.checkout-cart-price.is-unlocked{color:#047857;font-weight:700}
.checkout-product .cart-item__unlock,.checkout-product .cart-item__unlock-save{margin:4px 0 0;text-align:right}
.cart-page-item__unit-price.is-unlocked,.cart-page-item__line-total.is-unlocked{color:#047857;font-weight:700}
