/* PA Batch 4 / T5 (2026-05-20): cutoff-countdown styling for product/cart/checkout.
   Server-renders fallback string; JS replaces text on tick. Min-height prevents CLS. */
.pa-cutoff{display:block;margin:.75rem 0;padding:.625rem .875rem;font-size:.875rem;line-height:1.4;color:#14181D;background:#FFF8EC;border:1px solid #E8D3A4;border-radius:3px;min-height:2.5em;text-align:left}
@media (max-width:575.98px){.pa-cutoff{font-size:.8125rem;padding:.5rem .75rem;margin:.625rem 0}}
.cart-summary .pa-cutoff,.cart-detailed-totals .pa-cutoff,.cart-grid-right .pa-cutoff{margin:.5rem 0 .75rem}
