.bulk-pricing-chart{--bulk-pricing-border: rgba(var(--color-foreground), .12);--bulk-pricing-muted: rgba(var(--color-foreground), .72);--bulk-pricing-accent: rgb(var(--color-green));--bulk-pricing-accent-soft: rgba(var(--color-green), .1);margin-top:1rem;padding:1.2rem;border-radius:1.2rem}.bulk-pricing-chart__header{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.4rem 1rem;margin-bottom:.9rem}.bulk-pricing-chart__title{display:inline-flex;align-items:center;gap:.6rem;color:var(--bulk-pricing-accent);font-size:1.3rem;font-weight:700;line-height:1.2}.bulk-pricing-chart__title .icon{width:1.4rem;height:1.4rem;flex-shrink:0}.bulk-pricing-chart__note{font-size:1.1rem;line-height:1.3;color:var(--bulk-pricing-muted)}.bulk-pricing-chart__tiers{display:grid;gap:.6rem}.bulk-pricing-chart__tier{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.8rem 1rem;padding:.95rem 1rem;border:.1rem solid var(--bulk-pricing-border);border-radius:.9rem;background:rgb(var(--color-background))}.bulk-pricing-chart__tier--best{border-color:rgba(var(--color-green),.28);box-shadow:inset 0 0 0 .1rem rgba(var(--color-green),.08)}.bulk-pricing-chart__qty{display:inline-flex;align-items:center;justify-content:center;min-width:4.2rem;padding:.4rem .8rem;border-radius:999px;background:var(--bulk-pricing-accent-soft);color:var(--bulk-pricing-accent);font-size:1.3rem;font-weight:700;line-height:1;white-space:nowrap}.bulk-pricing-chart__price-group{display:flex;align-items:baseline;gap:.35rem;min-width:0}.bulk-pricing-chart__price{font-family:var(--NotoSerifSemiBold, inherit);font-size:1.9rem;font-weight:700;line-height:1.1;color:rgb(var(--color-foreground));white-space:nowrap}.bulk-pricing-chart__unit{font-size:1.2rem;color:var(--bulk-pricing-muted);white-space:nowrap}.bulk-pricing-chart__summary{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;text-align:right}.bulk-pricing-chart__savings{font-size:1.2rem;font-weight:700;line-height:1.2;color:var(--bulk-pricing-accent);white-space:nowrap}.bulk-pricing-chart__savings-amount{color:var(--bulk-pricing-muted);font-weight:600}.bulk-pricing-chart__best-value{display:inline-flex;align-items:center;padding:.2rem .65rem;border-radius:999px;background:var(--bulk-pricing-accent);color:rgb(var(--color-white));font-size:1rem;font-weight:700;letter-spacing:.04em;line-height:1.2;text-transform:uppercase}@media screen and (max-width: 749px){.bulk-pricing-chart{padding:1rem}.bulk-pricing-chart__tier{grid-template-columns:auto 1fr}.bulk-pricing-chart__summary{grid-column:1 / -1;flex-direction:row;justify-content:space-between;align-items:center;text-align:left;padding-left:5.2rem}}@media screen and (min-width: 750px){.bulk-pricing-chart{padding:1.4rem}}@media (prefers-contrast: more){.bulk-pricing-chart,.bulk-pricing-chart__tier{border-color:rgb(var(--color-foreground))}.bulk-pricing-chart__qty,.bulk-pricing-chart__best-value{box-shadow:inset 0 0 0 .1rem rgb(var(--color-foreground))}}@media (forced-colors: active){.bulk-pricing-chart,.bulk-pricing-chart__tier{border-color:CanvasText}.bulk-pricing-chart__qty,.bulk-pricing-chart__best-value{background:ButtonFace;color:ButtonText;border:.1rem solid ButtonText}}
