/*
Generated time: July 10, 2025 17:24
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.
*/
.m-product-inventory[data-status=instock],.m-product-inventory[data-status=normal]{--color:rgb(var(--color-success))}.m-product-inventory[data-status=low]{--color:rgb(var(--color-warning))}.m-product-inventory[data-status=backordered],.m-product-inventory[data-status=outofstock]{--color:rgb(var(--color-foreground), 0.6)}.m-product-inventory__inner{color:var(--color)}.m-product-inventory__text{position:relative;padding-left:16px}.m-product-inventory__text:before{content:"";width:8px;height:8px;position:absolute;left:0;top:7px;border-radius:50%;background-color:var(--color)}.m-product-inventory__message p{display:inline-block}.m-product-inventory__indicator-bar{background-color:#ccc;height:5px;border-radius:3px;position:relative;width:100%;display:block;margin-top:6px}.m-product-inventory__indicator-bar span{background-color:var(--color);position:absolute;left:0;top:0;height:100%;border-radius:3px;transition:width .4s}