.product__inventory{--progress-bar:green;list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--global-text-gap)}.product__inventory:empty,.product__inventory:has([data-quantity="0"]){--progress-bar:white}.product__inventory .product__inventory-item{display:flex;flex-direction:column;gap:calc(var(--global-text-gap)/ 2)}.product__inventory .inventory-count-wrapper .hidden{display:none}.product__inventory .inventory-count-wrapper .active{display:inline}.product__inventory .inventory-count-wrapper *{text-transform:uppercase}.product__inventory progress-bar{position:relative;display:block;width:100%;height:.7rem;background-color:#fff}.product__inventory progress-bar::after{content:"";position:absolute;left:0;top:0;height:100%;width:var(--progress-bar-width,100%);transition:width 2.5s ease,background-color .3s ease;background:linear-gradient(90deg,var(--progress-bar) 0,var(--progress-bar) 70%,color-mix(in srgb,var(--progress-bar) 80%,#000 20%) 100%)}