/*
Generated time: December 26, 2025 06:47
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
[data-inventory-level=none]{--inventory-color:var(--no-stock-text-color)}[data-inventory-level=low]{--inventory-color:var(--low-stock-text-color)}[data-inventory-level=very_low]{--inventory-color:var(--very-low-stock-text-color)}[data-inventory-level=in_stock],[data-inventory-level=normal]{--inventory-color:var(--in-stock-text-color)}[data-inventory-level=backordered]{--inventory-color:var(--no-stock-backordered-text-color)}[data-inventory-level]{color:rgba(var(--inventory-color))}.product-inventory__indicator{display:block;position:relative;height:5px;margin-top:8px;border-radius:3px;background-color:rgba(var(--text-color)/.1)}.product-inventory__indicator span{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;transition:width .7s cubic-bezier(.2, .6, .4, 1),background-color .7s;border-radius:inherit;background:var(--progress-bar-background)}.product-inventory__urgency p{display:inline}