/* PETALS & ORE — Product trust strip styles */
.po-price-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:6px 0 14px}
.po-tax-note{font-family:'Jost',var(--font-body-family),sans-serif;font-size:12px;font-weight:300;color:#666;letter-spacing:.03em}
.po-save-badge{display:inline-block;background:#c9a96e;color:#fff;font-family:'Jost',var(--font-body-family),sans-serif;font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:3px 10px;border-radius:2px}
.po-stock-line{display:flex;align-items:center;gap:7px;margin:0 0 16px;font-family:'Jost',var(--font-body-family),sans-serif;font-size:12px;font-weight:400;color:#3B6D11;letter-spacing:.02em}
.po-stock-dot{width:8px;height:8px;border-radius:50%;background:#3B6D11;flex-shrink:0}
.po-stock-line.low{color:#BA7517}.po-stock-line.low .po-stock-dot{background:#BA7517}
.po-trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:20px 0 0;padding:16px 12px;background:#faf8f5;border-radius:2px}
.po-trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px}
.po-trust-icon{width:22px;height:22px;color:#c9a96e;flex-shrink:0}
.po-trust-label{font-family:'Jost',var(--font-body-family),sans-serif;font-size:10.5px;font-weight:500;color:#333;letter-spacing:.04em;line-height:1.3}
.po-trust-sub{font-family:'Jost',var(--font-body-family),sans-serif;font-size:10px;font-weight:300;color:#888;line-height:1.3}
.po-social-proof{margin:14px 0 0;display:flex;align-items:center;gap:10px;font-size:12px;color:#555;padding:10px 14px;background:#fff;border:1px solid #e8e0d4;border-radius:2px}
.po-sp-avatars{display:flex}
.po-sp-av{width:24px;height:24px;border-radius:50%;border:2px solid #fff;margin-right:-7px;font-size:9px;font-weight:500;display:flex;align-items:center;justify-content:center;color:#fff}
.po-sp-av:nth-child(1){background:#c9a96e}.po-sp-av:nth-child(2){background:#9b7a4e}.po-sp-av:nth-child(3){background:#7a5c35}
.po-sp-text{padding-left:7px;line-height:1.4}.po-sp-text strong{color:#222;font-weight:500}
@media screen and (max-width:480px){.po-trust-strip{gap:8px;padding:12px 8px}.po-trust-label{font-size:10px}}
