:root{--color-inventory-green: 76,130,101;--color-inventory-green-light: 95,188,138;--color-inventory-yellow: 189,135,54;--color-inventory-yellow-light: 211,153,66;--color-inventory-red: 189,54,54}.product-inventory{display:flex;align-items:center;gap:.8rem;padding:.4rem 1rem;border-radius:3rem;text-transform:uppercase;line-height:normal;font-size:1.1rem;font-weight:600}@media only screen and (min-width: 768px){.product-inventory{padding-inline:1.4rem}}.product-inventory--in-stock{color:rgb(var(--color-inventory-green));background-color:rgba(var(--color-inventory-green-light),.3)}.product-inventory--low-stock{color:rgb(var(--color-inventory-yellow));background-color:rgba(var(--color-inventory-yellow-light),.3)}.product-inventory--out-of-stock{color:rgb(var(--color-inventory-red));background-color:rgba(var(--color-inventory-red),.2)}.product-inventory__label{flex:1}
