
.variant-area{ min-height: 38px; margin: 5px 0; border-top: 1px solid #f9f9f9; padding-top: 5px; }
.variant-link { font-size: 11px; font-weight: 600; display: flex; align-items: center; text-decoration: none;width: fit-content; padding-bottom: 2px;color:purple; }
.variant-link:hover { color: blue; }
.stock-urgency{font-size: 10px; font-weight: 600; display: flex; align-items: center; text-decoration: none;width: fit-content; padding-bottom: 2px;color:grey;
}


.price-stock-row { display: flex; justify-content: space-between; align-items: flex-end; margin-top: 8px; }
.new-price { font-size: 16px; font-weight: 700; color: #b12704; }
.old-price { font-size: 11px; color: #999; text-decoration: line-through; display: block; }
.status-tag.pg-in { color: #2e7d32; font-weight: bold; font-size: 10px; }
.status-tag.pg-out { color: #ff4d4d; font-weight: bold; font-size: 10px; }
.stock-qty { font-size: 9px; color: #666; display: block; text-align: right; }


