.product__inventory{color:rgba(var(--color-foreground),.7);font-size:1.3rem;letter-spacing:.25rem;text-transform:uppercase}.product__inventory:empty+.spacing-section{display:none}.product__inventory strong{color:rgb(var(--color-foreground))}.no-js .product__inventory progress-bar{display:none}.product__inventory progress-bar{background-color:rgb(var(--color-border));border-radius:min(var(--button-radius),.4rem);display:block;height:.3rem;margin-top:.6rem;position:relative;width:100%}.product__inventory progress-bar:after{background-color:rgb(var(--color-foreground));border-radius:min(var(--button-radius),.4rem);content:"";height:100%;left:0;position:absolute;top:0;-webkit-transition:width 2.5s ease;transition:width 2.5s ease;width:100%;width:var(--progress-bar-width,100%)}.product__inventory .accent-2:after{background:linear-gradient(325deg,#0064ff,#61f0f3)}.product__inventory .accent-3:after{background:linear-gradient(325deg,#ff3484,#f1e04d)}.product__inventory .accent-4:after{background:linear-gradient(325deg,#309fff,#b635ff)}.product__inventory .accent-5:after{background:linear-gradient(325deg,#049cff,#35ee7a)}.product__inventory .accent-6:after{background:linear-gradient(325deg,#00e166,#0066ec)}.product__inventory-item{padding-top:1rem}