.stock-traffic-light{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;font-size:13px;font-weight:700;line-height:1;color:#1f2937;background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:7px 11px;box-shadow:0 6px 18px rgba(15,23,42,.06)}
.stock-traffic-light.is-compact{font-size:12px;padding:5px 8px;box-shadow:none;background:#f8fafc}.stock-traffic-light__dot{width:10px;height:10px;border-radius:50%;display:inline-block;box-shadow:0 0 0 3px rgba(15,23,42,.05)}
.stock-traffic-light.is-green .stock-traffic-light__dot{background:#16a34a;box-shadow:0 0 0 3px rgba(22,163,74,.14)}.stock-traffic-light.is-yellow .stock-traffic-light__dot{background:#f59e0b;box-shadow:0 0 0 3px rgba(245,158,11,.18)}.stock-traffic-light.is-red .stock-traffic-light__dot{background:#dc2626;box-shadow:0 0 0 3px rgba(220,38,38,.15)}
.stock-traffic-light.is-green{color:#166534;border-color:#bbf7d0;background:#f0fdf4}.stock-traffic-light.is-yellow{color:#92400e;border-color:#fde68a;background:#fffbeb}.stock-traffic-light.is-red{color:#991b1b;border-color:#fecaca;background:#fef2f2}.stock-traffic-light.has-pulse .stock-traffic-light__dot{animation:stockTrafficPulse 1.45s ease-in-out infinite}@keyframes stockTrafficPulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.35);opacity:.62}}
.price-row .stock-traffic-light{margin-left:auto}.product-card .stock-traffic-light{justify-self:end}@media(max-width:640px){.stock-traffic-light{font-size:12px;padding:6px 9px}.price-row .stock-traffic-light{margin-left:0}}
