/* Urgency strip — product page */
.tz-urg{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:13px 15px;border-radius:10px;border:1px solid #FBD9A5;background:linear-gradient(135deg,#FFF6E8,#FFEFD9)}
.tz-urg__ic{flex:0 0 auto;font-size:17px;line-height:1}
.tz-urg__msg{flex:1 1 auto;min-width:0;font-size:13.5px;font-weight:700;color:#8A4B08;line-height:1.45}
.tz-urg__msg b{font-variant-numeric:tabular-nums;font-weight:800;color:#B3241E;white-space:nowrap}
.tz-urg__bar{flex:0 0 100%;height:6px;border-radius:99px;background:#F6E3C4;overflow:hidden}
.tz-urg__bar>span{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,#F2711C,#E4322B);transition:width .4s ease}
.tz-urg[data-mode='savings']{border-color:#BBE7CD;background:linear-gradient(135deg,#EAF9F0,#DDF4E7)}
.tz-urg[data-mode='savings'] .tz-urg__msg{color:#146C3A}
.tz-urg[data-mode='savings'] .tz-urg__msg b{color:#146C3A}
@media(prefers-reduced-motion:reduce){.tz-urg__bar>span{transition:none}}