@keyframes blinkIndicator{0%{opacity:1}25%{opacity:0}50%{opacity:1}}.product-stock-status{display:flex;gap:6px;align-items:center;justify-content:flex-start;font-size:0.8em;font-weight:500}.product-stock-status-indicator{display:block;width:10px;height:10px;background:black;border-radius:20px}.product-stock-status-indicator.in-stock{background:#44c84b}.product-stock-status-indicator.empty{animation:blinkIndicator 2s infinite;background:#fb0007}