.product-inventory__indicator{display:block;position:relative;height:5px;margin-top:8px;border-radius:3px;background-color:rgba(var(--text-color)/0.1)}.product-inventory__indicator span{position:absolute;top:0;bottom:0;left:0;height:100%;transition:width 0.3s cubic-bezier(0,0.14,0.19,1),background-color 0.3s;border-radius:inherit;background-color:currentColor}.product-inventory__urgency p{display:inline}
.pi-color-row{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:8px 14px;width:100%}
.pi-color-row > legend.label{flex:1 1 auto;min-width:0}
product-inventory.pi-inline{margin:0 !important;flex:0 0 auto;max-width:62%;text-align:right}
product-inventory.pi-inline .product-inventory__text{display:flex;flex-direction:column;align-items:flex-end;gap:1px}
product-inventory.pi-inline .product-inventory__status{font-size:12.5px;font-weight:700;line-height:1.25;color:rgb(var(--in-stock-text-color))}
product-inventory.pi-inline .product-inventory__urgency{font-size:11.5px;font-weight:600;line-height:1.25;color:#111827}
product-inventory.pi-inline[data-inventory-level="very_low"] .product-inventory__status{color:rgb(var(--very-low-stock-text-color))}
product-inventory.pi-inline[data-inventory-level="low"] .product-inventory__status{color:rgb(var(--low-stock-text-color))}
product-inventory.pi-inline[data-inventory-level="none"] .product-inventory__status{color:rgb(var(--no-stock-text-color))}
product-inventory.pi-inline[data-inventory-level="backordered"] .product-inventory__status{color:rgb(var(--no-stock-backordered-text-color))}
product-inventory.pi-inline .product-inventory__indicator{width:100%;margin-top:4px}
@media (max-width:420px){
  product-inventory.pi-inline{max-width:100%;text-align:left;flex-basis:100%}
  product-inventory.pi-inline .product-inventory__text{align-items:flex-start}
}