.product__stock{display:flex;flex-direction:column;gap:.8rem}.stock__text{font-size:var(--text-sm);font-weight:500;margin:0}.stock__quantity{font-weight:600}.stock__bar-container{position:relative;width:100%;height:8px;background-color:rgba(var(--color-foreground),.15);border-radius:4px;overflow:hidden;border:1px solid rgba(var(--color-foreground),.08)}.stock__bar{height:100%;background-color:rgb(var(--color-accent-1));border-radius:4px;transition:width .3s;min-width:3px;box-shadow:0 0 0 1px rgba(var(--color-accent-1),.3)}.product__stock--color-accent .stock__bar,.stock__bar--accent{background-color:rgb(var(--color-accent-1))}.product__stock--color-heading .stock__bar,.stock__bar--heading{background-color:rgb(var(--color-foreground))}.product__stock--color-text .stock__bar,.stock__bar--text{background-color:rgb(var(--color-foreground));opacity:.7}@media screen and (max-width:749px){.stock__bar-container{height:5px}}@media (prefers-reduced-motion:no-preference){.stock__bar{transition:width .4s cubic-bezier(.4, 0, .2, 1)}}